lisp/gnus/{eww,shr}.el: Merge changes made in Gnus master
[emacs.git] / lisp / gnus / ChangeLog
blobb9c1d735f2d590004a5f1dd8090c0c7e991cc7a2
1 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
4         (eww-convert-widgets): Don't bug out if the first widget starts at the
5         beginning of the buffer.
6         (eww-convert-widgets): Fix last patch.
8         * shr.el (shr-insert-table): Respect border-collapse: collapse.
9         (shr-tag-base): Protect against base specs that are degenerate.
10         (shr-ensure-paragraph): Don't delete empty lines that have text
11         properties, because these may be input fields.
13         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
14         we can navigate to them.
16         * shr.el (shr-colorize-region): Put the colours over the entire region.
17         (shr-inhibit-decoration): New variable.
18         (shr-add-font): Use it to inhibit text property decorations while doing
19         preliminary table renderings.  This speeds up typical Wikipedia page
20         renderings by 15%.
21         (shr-tag-span): Don't respect the <title>, because that overwrites the
22         help-echo from links inside the spans.
23         (shr-next-link): Use `help-echo' for navigation, so that we can
24         navigate to form elements, too.
26         * eww.el (eww-button): New face.
27         (eww-convert-widgets): Use it to make submit buttons more button-like.
29         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
30         that Gnus commands work.
32         * shr.el (shr-render-td): Support horizontal alignment.
34         * eww.el (eww-put-color): Removed.
35         (eww-colorize-region): Use `add-face-text-property'.
37         * shr.el (shr-add-font): Append face data, so that we get the correct
38         presedence: The innermost value (which is applied first) wins.
39         (shr-make-overlay): Obsolete function.
41         * mm-decode.el (mm-convert-shr-links): New function to convert
42         new-style shr URL links into widgets.
43         (mm-shr): Use it.
45         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
46         widget commands, since we're no longer using widgets for links.
48         * shr.el (shr-next-link): New command.
49         (shr-previous-link): New command.
50         (shr-urlify): Don't use `widget-convert', because that's slow.
51         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
52         because collecting the overlays and reapplying them when generating
53         tables is slow.
54         (shr-insert-table): Ditto.
56 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
59         * shr.el (browse-url): Require `url'.
60         * eww.el (url): Require format-spec.
62 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64         * eww.el (eww-display-html): Default to using the entire window width.
65         (eww-browse-url): Don't add a User-Agent header (twice), because that
66         makes Bing refuse connection.
68         * shr.el (shr-make-table): Cache the table rendering at the table
69         level, and not the <td> level.  This is a bit faster.
71         * eww.el (eww-render): Go to the correct ID when given URLs ending with
72         #id.
74         * shr.el (shr-tag-li): Don't require a new paragraph, since other
75         browsers don't.
76         (shr-expand-url): Respect #anchor links.
77         (shr-parse-base): Chop off the anchor before using.
78         (shr-descend): Respect display: none.
79         (shr-descend): Allow marking elements that have certain IDs.
81         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
83         * shr.el (shr-expand-url): Don't bug out on zero-length links.
85         * eww.el (eww-tag-textarea): Support <textarea>.
87 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
89         * shr.el (shr-dom-to-xml): Fixed function call.
91         * eww.el (eww): New group.
92         (eww-header-line-format): New custom variable.
93         (eww-current-title): New variable.
94         (eww-display-html): Update header and handle title tag.
95         (eww-update-header-line-format): New function.
96         (eww-tag-title): New function.
98         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
99         (shr-tag-svg): Add support for the SVG tag.
100         (shr-bullet): New custom variable.
101         (shr-tag-li): Support custom bullet in unordered lists.
103 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105         * shr.el (shr-expand-url): Respect // URLs.
107         * eww.el (eww-tag-body): Override the shr body rendering so that we can
108         put a background colour onto the entire buffer.
109         (eww-render): When being redirected, use the redirect URL as the new
110         base URL.
112         * shr.el (shr-parse-base): Fix parsing error.
114         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
116         * shr.el (shr-parse-base): New function.
117         (shr-expand-url): Use it to expand relative URLs reliably.
119 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
121         * auth-source.el (auth-source-search-collection): Fix docstring.
122         (auth-source-netrc-parse): Refactor and improve netrc parser to support
123         single-quoted strings and multiline entries.
124         (auth-source-netrc-parse-next-interesting)
125         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
126         functions to support parser.
128 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130         * eww.el (eww-submit): Get submit button logic right when hitting RET
131         on non-submit buttons.
133         * shr.el: Remove shr-preliminary-table-render, since that can't really
134         be used for anything in practice.
136 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
138         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
139         (sieve-manage-quit).
141 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
143         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
144         control the maximum size of photo ID image.
145         (mml2015-epg-key-image-to-string): Respect it.
147 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
150         instead of the final one so that we can more easily distinguish them.
152         * eww.el (eww-submit): Compute the submission URL correctly.
154 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
157         Use plist-get rather than CL's getf.
158         (sieve-manage-parse-capability): Avoid CL's remove-if.
160 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162         * shr.el (shr-expand-url): Expansion should chop off the bits after the
163         last slash.
165         * eww.el (eww-tag-select): Use the first value as the default value.
167 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
169         * eww.el (eww): Prepend urls with http:// if scheme is missing.
170         (eww-mode): Use `define-derived-mode'.
171         (eww-parse-headers): Parse headers from beginning of buffer so that
172         file:// links work.
174 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
176         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
178 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
181         to handle them at all.
183 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
186         work, too.
187         (eww-tag-select): Implement <select>.
189 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
191         * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
192         stream managing functions by using open-protocol-stream to do most of
193         the work. Has the nice benefit of enabling STARTTLS.
194         Wait for capabilities after STARTTLS: following RFC5804, the server
195         sends new capabilities after successfully establishing a TLS connection
196         with the client. The client should update the cached list of
197         capabilities, but we just ignore the answer for now.
198         (sieve-manage-network-p, sieve-manage-network-open)
199         (sieve-manage-starttls-p, sieve-manage-starttls-open)
200         (sieve-manage-forward, sieve-manage-streams)
201         (sieve-manage-stream-alist): Remove unneeded functions neither in the
202         API, nor called by any other function.
203         Enable Multibyte for SieveManage buffers: The parser won't properly
204         handle umlauts and line endings unless multibyte is turned on in the
205         process buffer.
207 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209         * eww.el (eww-tag-input): Support password fields.
210         (eww-submit): Support POST.
212 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214         * eww.el (eww-tag-form): Protect against degenerate forms.
216         * shr.el (shr-expand-url): Expand URLs that start with a slash
217         correctly.
219         * eww.el (eww-submit): Get submit button logic right.
221         * shr.el (shr-final-table-render): New variable to signal when we're
222         doing the final table rendering so that we can collect more data at
223         that point.
225         * eww.el (eww-submit): Make form submission work.
226         (eww-tag-input): Implement submit buttons.
227         (eww-click-radio): Implement radio and checkboxes.
228         (eww-submit): Handle hidden elements.
230         * shr.el (shr-descend): Allow other packages to override (or provide)
231         rendering of elements.
232         (shr-expand-url): Strip query strings from URLs before expanding them.
234         * eww.el: Don't require cl-lib.
235         (eww-tag-form): Start form support.
237         * eww.el: Start writing a new, tiny web browser.
238         (eww-previous-url): New command.
239         (eww-quit): New command.
241 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
243         * sieve.el: Put point at beginning of buffer when viewing a script.
244         (sieve-open-server): respect the PORT parameter. Show the correct port
245         number in sieve-buffer's header. Fixed code to also work with a string
246         as port specifier. Properly close the connection on pressing 'q'. Make
247         sieve-manage-quit close the connection and process buffer. Also, remove
248         duplicate keybinding for 'q'.
250 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
252         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
253         make it easier to read.
254         (mm-pkcs7-enveloped-magic): Ditto.
256 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
258         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
259         before `image-type-available-p' to avoid loading the image libraries
260         needlessly.
262 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
264         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
265         assume Date header begins with "Date", that may be customized into
266         something like "X-Sent" using gnus-article-time-format.
267         (article-transform-date): Allow multi-line Date header.
269 2013-06-02  David Engster  <deng@randomsample.de>
271         * registry.el (initialize-instance, registry-lookup)
272         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
273         (registry-lookup-secondary-value, registry-search, registry-delete)
274         (registry-insert, registry-reindex, registry-size, registry-prune): Do
275         not wrap methods in `eval-and-compile'.  This breaks due to latest
276         changes in EIEIO (introduction of eieio-core.el).
278 2013-05-30  Glenn Morris  <rgm@gnu.org>
280         * nnmail.el (nnmail-fancy-expiry-target):
281         Also bind mail-dont-reply-to-names.
283         * spam-stat.el (spam-stat-save):
284         No need to tweak font-lock in temp buffers.
286         * shr.el (shr-put-image): Silence compiler.
288 2013-05-29  Glenn Morris  <rgm@gnu.org>
290         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
292         * gnus-group.el (gnus-sequence-of-unread-articles)
293         (gnus-summary-add-mark, gnus-mark-article-as-read)
294         (gnus-group-make-articles-read): Declare.
296         * gnus-sum.el (gnus-parameter-list-identifier)
297         (gnus-article-stop-animations, gnus-stop-downloads)
298         (gnus-article-only-boring-p, article-goto-body)
299         (gnus-flush-original-article-buffer, article-narrow-to-head)
300         (gnus-article-hidden-text-p, gnus-delete-wash-type)
301         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
303         * gnus.el: No need to eval-and-compile autoloads.
305         * gravatar.el (help-function-arglist): Autoload.
307         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
309         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
311         * spam.el: No need to load spam-report when compiling.
312         No need to eval-and-compile autoloads.
313         (spam-report-resend-to): Declare.
314         (spam-report-resend-register-routine): Require 'spam-report.
316 2013-05-24  Julien Danjou  <julien@danjou.info>
318         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
319         setup.
321 2013-05-23  Glenn Morris  <rgm@gnu.org>
323         * gnus-util.el (rmail-swap-buffers-maybe)
324         (rmail-maybe-set-message-counters, rmail-count-new-messages)
325         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
326         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
328         * mm-decode.el: No need to load term when compiling.
329         (term-mode, term-char-mode): Declare.
331         * mm-util.el: No need to load jka-compr when compiling.
332         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
334         * nnmaildir.el: Require is automatically eval-and-compile.
335         (nnmail): Require at run-time too.
337         * registry.el (registry-size): Move definition before use.
339 2013-05-22  Daiki Ueno  <ueno@gnu.org>
341         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
342         signed data to conform the standard.  (Bug#14232)
344 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
346         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
347         double angle quotation mark.
349 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
351         * message.el (message-insert-formatted-citation-line): Handle finding
352         first/lastname when more than 2 names appear.
354 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
356         * shr.el (shr-tag-span): New function.
358 2013-05-18  Glenn Morris  <rgm@gnu.org>
360         * message.el (message-mode): Use message-mode-abbrev-table,
361         with text-mode-abbrev-table as parent.  (Bug#14413)
363 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
365         * message.el (message-expand-group): Decode group names.
367 2013-05-16  Julien Danjou  <julien@danjou.info>
369         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
370         app-icon.
372 2013-05-15  Glenn Morris  <rgm@gnu.org>
374         * shr-color.el (shr-color-visible-luminance-min)
375         (shr-color-visible-distance-min): Use shr-color group.
377 2013-05-11  Glenn Morris  <rgm@gnu.org>
379         * gnus-vm.el: Make it loadable without VM.
380         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
381         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
383 2013-05-09  Glenn Morris  <rgm@gnu.org>
385         * mml1991.el: Make it loadable.  (Bug#13456)
387         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
388         * gnus-async.el (gnus-async-post-fetch-function):
389         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
390         * gnus-html.el (gnus-html-image-cache-ttl):
391         * gnus-notifications.el (gnus-notifications-timeout):
392         * gnus-picon.el (gnus-picon-properties):
393         * gnus-util.el (gnus-completion-styles):
394         * gnus.el (gnus-other-frame-resume-function):
395         * message.el (message-user-organization-file)
396         (message-cite-reply-position):
397         * nnir.el (nnir-summary-line-format)
398         (nnir-retrieve-headers-override-function):
399         * shr-color.el (shr-color-visible-luminance-min):
400         * shr.el (shr-blocked-images):
401         * spam-report.el (spam-report-resend-to):
402         * spam.el (spam-summary-exit-behavior): Fix custom types.
404         * gnus-salt.el (gnus-selected-tree-face): Fix default.
406 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
408         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
409         because of let-binding help-xref-following.  (Bug#14356)
411 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
413         * message.el (message-bury, message-send-and-exit):
414         Revert 2013-05-04 change.
416 2013-05-06  Glenn Morris  <rgm@gnu.org>
418         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
420 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
422         * message.el (message-bury): Make `buffer' optional.
423         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
424         (bug#14085).
426 2013-05-04  Andrew Cohen  <cohen@bu.edu>
428         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
429         entering into the registry.
431 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
433         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
434         (Bug#14304)
436 2013-04-27  Glenn Morris  <rgm@gnu.org>
438         * gnus.el (gnus-list-debbugs):
439         Use require rather than autoload.  (Bug#14262)
441 2013-04-27  Julien Danjou  <julien@danjou.info>
443         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
444         port to "sieve" now that it has an official IANA port assigned.
446 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
448         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
449         Don't set the MAILHOST environment variable permanently (Bug#14271).
451 2013-04-26  Glenn Morris  <rgm@gnu.org>
453         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
455 2013-04-25  Andrew Cohen  <cohen@bu.edu>
457         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
458         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
460 2013-04-24  Andrew Cohen  <cohen@bu.edu>
462         * nnir.el (nnir-close-group): Make sure we are in the right group.
464         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
465         dependency table from all newly retrieved headers.
467 2013-04-16  David Edmondson  <dme@dme.org>
469         Support <img src="data:...">.
471         * shr.el (shr-image-from-data): New function.
472         (shr-tag-img): Use it.
474 2013-04-14  Andrew Cohen  <cohen@bu.edu>
476         * nnir.el (nnir-request-set-mark): Make sure we are in the right
477         group.
479 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
481         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
482         corresponding to any existing group (Bug#14166).
484 2013-04-10  Andrew Cohen  <cohen@bu.edu>
486         * nnir.el (number-sequence): No longer used.
487         (nnir-request-set-mark): New function.
488         (nnir-request-update-info): Improve marks updating.
489         (nnir-request-scan): Don't duplicate marks updating.
490         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
491         Use 'assq rather than 'assoc. Quote anonymous function.
492         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
493         Use 'gnus-group-prefixed-p.
494         (gnus-summary-create-nnir-group): Make sure server for method is open.
496 2013-04-04  Andrew Cohen  <cohen@bu.edu>
498         * nnir.el (gnus-nnir-group-p): New function.
499         (nnir-possibly-change-group): Use it.
501         * gnus-msg.el (gnus-setup-message): Use it.
503 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
505         * mml.el (mml-minibuffer-read-description): Use `default' insted of
506         `initial-input' for the argument name.
507         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
509 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
511         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
512         (used by MH-E).
514 2013-04-01  Andrew Cohen  <cohen@bu.edu>
516         * nnir.el (nnir-request-update-mark): Improve mark updating in original
517         group.
519         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
520         fix compilation.
522 2013-03-31  Andrew Cohen  <cohen@bu.edu>
524         * nnir.el (nnir-method-default-engines): And another typo.
526 2013-03-30  Andrew Cohen  <cohen@bu.edu>
528         * nnir.el (nnir-method-default-engines): Fix typo.
530 2013-03-29  Andrew Cohen  <cohen@bu.edu>
532         * nnir.el: Define 'number-sequence for xemacs.
533         (gnus-summary-create-nnir-group): New function to create an nnir group
534         from an nnir summary buffer based on the current query.
535         (nnir-request-create-group): Update to allow nnir group creation based
536         on the current query.
538 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
540         * nndraft.el (nndraft-request-expire-articles):
541         Make expiry target always `delete'.
543 2013-03-27  Andrew Cohen  <cohen@bu.edu>
545         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
546         buffer use the posting-style and gcc of the original article group.
547         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
549         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
550         after other deffoos.
552 2013-03-26  Andrew Cohen  <cohen@bu.edu>
554         * nnir.el: Major rewrite. Cleaner separation between searches and group
555         management. Marks are now shown in nnir summary buffers. Rudimentary
556         support for real (i.e. not ephemeral) nnir groups.
557         (gnus-summary-make-nnir-group): New function for initiating searches
558         from a summary buffer.
560 2013-03-18  Sam Steingold  <sds@gnu.org>
562         * message.el (message-bury): Minor cleanup.
564 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
566         * nndir.el (nndir-request-list): Remove 2nd argument passed to
567         nnml-request-list.  (Bug#13873)
568         (nndir-request-newsgroups): Remove, unused.
570         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
572 2013-03-03  Ted Phelps  <phelps@gnusto.com>
574         * shr.el: Make all the overlays set the `evaporate' property so that
575         they're removed properly.
577 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
579         * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
580         shell-quote-argument.
582 2013-02-22  David Engster  <deng@randomsample.de>
584         * gnus-registry.el (gnus-registry-save): Provide class name when
585         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
586         `condition-case' to stay compatible with older EIEIO versions which
587         only accept one argument.
589 2013-02-17  Daiki Ueno  <ueno@gnu.org>
591         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
592         (epg-user-id-validity): Autoload.
593         (mml2015-epg-check-user-id): New function.
594         (mml2015-epg-check-sub-key): New function split from
595         mml2015-epg-find-usable-key.
596         (mml2015-epg-find-usable-key): Accept context, name, usage, and
597         optional name-is-key-id, to handle the case when user-id is unusable.
598         Reported by Łukasz Stelmach <stlman@poczta.fm>.
600 2013-02-17  Glenn Morris  <rgm@gnu.org>
602         * shr.el (shr-put-image): Use image-multi-frame-p if available.
604 2013-02-16  Glenn Morris  <rgm@gnu.org>
606         * shr.el (shr-put-image): Only animate images that specify a delay.
607         This is consistent with the old image-animated-p behavior.
609 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
611         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
612         for XEmacs.
614 2013-02-13  Juri Linkov  <juri@jurta.org>
616         * gnus-art.el (gnus-article-mode-map):
617         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
618         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
620 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
622         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
623         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
625 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
627         * auth-source.el (auth-source-format-prompt): Don't get confused by
628         any "\" in replacement text.  (Bug#13637)
630 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
632         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
633         (gnus-backend-trace): Honor gnus-backend-trace.
635         * mml.el (mml-insert-part): Insert closing tag.
637         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
639 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
642         able to find the article, which can happen in debbugs groups,
643         apparently.
645 2013-01-16  Glenn Morris  <rgm@gnu.org>
647         * smiley.el (smiley-style): Make the file loadable in batch mode.
649 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
651         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
652         imap process running.
654 2013-01-14  Julien Danjou  <julien@danjou.info>
656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
657         Compare addresses against addresses, not against the full From field.
659 2013-01-13  Richard Stallman  <rms@gnu.org>
661         * message.el (message-forward-make-body-mime): New args BEG, END
662         specify what part of FORWARD-BUFFER to use.  Do the work directly
663         instead of calling `mml-insert-buffer'.
665 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
667         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
668         cross-reference(s).
670         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
671         cross-reference(s).
673 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
675         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
676         and point-max-marker.
677         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
679 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
681         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
682         to mml2015-encrypt-to-self.
683         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
685 2013-01-09  Daiki Ueno  <ueno@gnu.org>
687         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
688         mml-smime-epg-find-usable-secret-key.
690 2013-01-08  Glenn Morris  <rgm@gnu.org>
692         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
694 2013-01-07  Daiki Ueno  <ueno@gnu.org>
696         * mml-smime.el: Support signing by sender.
697         Requested by Uwe Brauer.
698         (mml-smime-sign-with-sender): New user option analogous
699         to mml2015-sign-with-sender.
700         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
701         (mml-smime-epg-find-usable-secret-key): New helper function copied from
702         mml2015.el.
704 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
707         isn't running, because Gnus will probably not know how to handle the
708         Gcc header (bug#11941).
710         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
711         articles.
713 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715         * nnfolder.el (nnfolder-recursive-directory-files): New function.
716         (nnfolder-generate-active-file): Make this function work with recursive
717         folder names.
719 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
721         * nntp.el (nntp-open-connection): Use HELP as the capability command
722         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
723         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
725 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
727         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
728         place holder since this gives `Invalid face reference: nil' messages.
729         Use the `default' face instead.  It has the same effect here, even
730         though it is not no-op.
732         * gnus-util.el
733         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
735 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
737         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
738         non-string posting styles (bug#13285).
740 2012-12-27  Glenn Morris  <rgm@gnu.org>
742         * plstore.el (plstore-passphrase-callback-function):
743         Use plstore-get-file.
745 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
747         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
748         stderr.
750         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
751         group is nil.
753         * shr.el (shr-tag-em): Render as italic, not bold.
755 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
757         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
759 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
761         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
762         temporary file to get PGP key image. Pass no-show-photos when extracting
763         image to avoid having it pop up twice.
765 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
767         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
768         eligible for treatment.
770         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
771         lines.  This makes summary commands with hidden threads work more
772         reliably.
774         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
775         button to mark the hidden citations (bug#9395).
777 2012-12-26  Daiki Ueno  <ueno@gnu.org>
779         * mml2015.el (mml2015-epg-signature-to-string): New function.
780         (mml2015-epg-verify-result-to-string): New function.
781         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
782         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
783         instead of epg-verify-result-to-string.
784         (epg-signature-key-id, epg-signature-to-string): Autoload.
785         (epg-verify-result-to-string): Remove autoload.
787 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
789         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
790         ID image from GPG public key.
791         (mml2015-epg-key-image-to-string): New function.
793 2012-12-25  Leo Liu  <sdl.web@gmail.com>
795         * plstore.el (plstore-passphrase-callback-function): Fix error when
796         error when plstore-cache-passphrase-for-symmetric-encryption is set
797         (bug#13264).
799 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
801         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
802         buffer to the article buffer here, because that clobbers multiple
803         article buffers.
805         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
806         buffer always points to the right summary buffer.
808 2012-12-25  John Wiegley  <jwiegley@gmail.com>
810         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
811         the password (bug#12097).
813 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
815         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
816         (bug#13263).
818         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
819         buffer exists before using it (bug#12475).
821         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
822         offline groups (bug#11937).
824         * message.el (message-yank-original): When using customize to set the
825         value of `message-cite-style', the variable it set to a symbol that's
826         the name of the variable, which must then be dereferenced (bug#12616).
828 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
830         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
831         the `face' property with a list whose car is the face specified in the
832         format string and whose cdr is (nil).
833         * lisp/gnus-util.el
834         (gnus-put-text-property-excluding-characters-with-faces):
835         Change accordingly.
836         (gnus-get-text-property-excluding-characters-with-faces): New function.
837         * lisp/gnus-sum.el (gnus-summary-highlight-line):
838         * lisp/gnus-salt.el (gnus-tree-highlight-node):
839         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
841 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
843         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
844         login methods.
845         (nnimap-login): Respect the `nnimap-authenticator' variable.
847         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
848         mark state when moving articles.  Otherwise unticked articles will get
849         their ticks back after moving.
851 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
853         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
855         * message.el (message-ignored-news-headers): Always remove
856         X-Message-SMTP-Method to avoid information leakage if the user
857         mistakenly inserts the header into news messages.
859         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
861         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
862         right than four characters, this command would move point to
863         `point-max'.  Don't do that.
865         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
866         to nil to allow re-selecting groups that gain articles.
867         (gnus-bug-group-download-format-alist): Update the URL.
869 2012-12-23  Andreas Schwab  <schwab@suse.de>
871         * shr.el (shr-tag-em): Render em as italic, not bold.
873 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
875         * gnus-int.el (gnus-backend-trace): Factor out into its own function
876         for reuse.
877         (gnus-open-server): Use it to add more tracing.
878         (gnus-finish-retrieve-group-infos): Add backend tracing.
879         (gnus-backend-trace): Also note the elapsed seconds.
881 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
883         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
884         Set epa-file-encrypt-to from variable to avoid querying.
886 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
888         * sieve-mode.el (sieve-font-lock-keywords):
889         Keywords should be word delimited.  (Bug#13173)
891 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
893         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
894         instead of <pre> to align message header.
896 2012-12-12  Sam Steingold  <sds@gnu.org>
898         * gnus.el (gnus-other-frame-resume-function): Add user option.
899         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
901 2012-12-06  Sam Steingold  <sds@gnu.org>
903         * gnus-start.el (gnus-before-resume-hook): Add.
904         (gnus-1): Run it when Gnus is alive.
906 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
908         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
909         * gnus-art.el (article-unsplit-urls)
910         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
911         * gnus-registry.el (gnus-registry-get-article-marks)
912         * message.el (message-goto-body): Use it.
913         (message-called-interactively-p): Remove.
915         * spam-stat.el (spam-stat-called-interactively-p): New macro.
916         (spam-stat-score-buffer): Use it.
918         * spam.el: Silence the warnings against BBDB functions when compiling.
920         * gnus-score.el (gnus-score-decode-text-parts):
921         Use append+mapcar instead of the cl function mapcan.
923         * gmm-utils.el (gmm-flet): Remove.
925         * gnus-sync.el (gnus-sync-lesync-call):
926         Avoid overriding json-alist-p.
928         * message.el (message-read-from-minibuffer):
929         Avoid overriding mail-abbrev-in-expansion-header-p.
931 2012-12-05  Sam Steingold  <sds@gnu.org>
933         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
934         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
935         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
937 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
939         * gmm-utils.el (gmm-called-interactively-p): Revert.
940         This seems to cause Emacs to get stuck!
941         * gnus-art.el (article-unsplit-urls)
942         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
943         * gnus-registry.el (gnus-registry-get-article-marks)
944         * message.el (message-goto-body)
945         (message-called-interactively-p): Revert.
947         * gmm-utils.el (gmm-called-interactively-p): New function.
948         * gnus-art.el (article-unsplit-urls)
949         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
950         * gnus-registry.el (gnus-registry-get-article-marks)
951         * message.el (message-goto-body): Use it.
952         (message-called-interactively-p): Remove.
954         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
955         * gnus-sync.el (gnus-sync-lesync-call)
956         * message.el (message-read-from-minibuffer): Use it.
958 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
960         * gmm-utils.el (gmm-flet): Remove.
961         * gnus-sync.el (gnus-sync-lesync-call)
962         * message.el (message-read-from-minibuffer): Don't use it.
964 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
966         * gmm-utils.el (gmm-labels): Use cl-labels if available.
968 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
970         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
972         * gnus-sync.el (gnus-sync-lesync-call)
973         * message.el (message-read-from-minibuffer): Use gmm-flet.
975         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
977         * gnus-util.el (gnus-macroexpand-all): Remove.
979 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
981         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
982         to TAB, not [tab].
983         (gnus-summary-article-map): Likewise.
985         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
986         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
988 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
990         * message.el (message-get-reply-headers):
991         Make sure the reply goes to the author if it is a wide reply.
993 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
995         * gnus-score.el (gnus-score-body):
996         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
997         scoring by body.
999 2012-11-16  Glenn Morris  <rgm@gnu.org>
1001         * gnus-diary.el (nndiary-request-create-group-functions)
1002         (nndiary-request-update-info-functions)
1003         (gnus-subscribe-newsgroup-functions)
1004         (nndiary-request-accept-article-functions):
1005         Use new names for hooks rather than obsolete aliases.
1007 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1009         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1010         in meta tag with the one the part specifies in its header.
1012 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1014         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1015         by default.
1017 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1019         New UIDL implementation.
1021         * mail-source.el (mail-sources, mail-source-keyword-map):
1022         Add :leave as a pop3 keyword.
1023         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1025         * pop3.el (pop3-leave-mail-on-server): Allow number.
1026         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1027         (pop3-movemail): Add UIDL support.
1028         (pop3-send-streaming-command): Take a list of mail numbers instead of
1029         the number of mails.
1030         (pop3-write-to-file): Add X-UIDL header.
1031         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1032         (pop3-uidl-add-xheader): New functions.
1034         * message.el (message-ignored-resent-headers):
1035         Add X-Content-Length and X-UIDL headers.
1037 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * nndiary.el (nndiary-request-create-group-functions)
1040         (nndiary-request-update-info-functions)
1041         (nndiary-request-accept-article-functions):
1042         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1043         "-hooks" suffix.
1045 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1047         * starttls.el (starttls-extra-arguments): Doc fix.
1049 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1052         it.
1054 2012-10-06  Glenn Morris  <rgm@gnu.org>
1056         * gnus-notifications.el (gnus-notifications):
1057         Add missing group :version tag.
1058         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1059         (gnus-gcc-post-body-encode-hook):
1060         * gnus-sync.el (gnus-sync-lesync-name)
1061         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1063 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1065         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1066         a user about whether to delete temp files if once a user answered as n.
1068 2012-09-17  Richard Stallman  <rms@gnu.org>
1070         * message.el (message-in-body-p): Don't set mark or modify buffer.
1072         * mml.el (mml-attach-file): Doc fix.
1073         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1074         Set mail-encode-mml when in Mail mode.
1075         Simplify code to set HEAD and move back to HEAD.
1076         (mml-insert-multipart, mml-insert-part):
1077         Set mail-encode-mml when in Mail mode.
1079 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1081         * gnus-util.el (gnus-timer--function): New function.
1083         * gnus-art.el (gnus-article-stop-animations): Use it.
1085 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1087         Fix glitches caused by addition of psec to timers.
1088         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1089         rather than raw access to timer vector.
1091 2012-09-11  Julien Danjou  <julien@danjou.info>
1093         * gnus-notifications.el (gnus-notifications): Check for nil values in
1094         ignored addresses check.
1096 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1100 2012-09-07  Chong Yidong  <cyd@gnu.org>
1102         * gnus-util.el
1103         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1105         * gnus-salt.el (gnus-tree-highlight-node):
1106         * gnus-sum.el (gnus-summary-highlight-line):
1107         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1109 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1111         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1113 2012-09-06  Juri Linkov  <juri@jurta.org>
1115         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1116         scheme for buffer names to be more consistent with other group and
1117         article buffer names in Gnus.
1119 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1121         * gnus-util.el
1122         (gnus-put-text-property-excluding-characters-with-faces): Remove.
1124         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1125         Jenkner.
1127         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1129         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1131         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1133 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1135         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1136         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1138         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1139         string-prefix-p in Emacs >=23.2.
1141         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1142         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1143         instead of string-match-p.
1144         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1146 2012-09-06  Kenichi Handa  <handa@gnu.org>
1148         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1149         lowercase a..f.
1151 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1153         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1155 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1157         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1158         TIME is set.
1160 2012-09-05  Juri Linkov  <juri@jurta.org>
1162         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1163         than one group at a time (bug#11961).
1165 2012-09-05  Julien Danjou  <julien@danjou.info>
1167         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1168         this hide the real reason with a message giving absolutely no hint.
1170 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1172         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1173         to the backend (bug#11804).
1175         * message.el (message-insert-newsgroups): Don't insert newsgroup
1176         duplicates (bug#12275).
1178 2012-09-05  John Wiegley  <johnw@newartisans.com>
1180         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1181         sieve rules.
1183 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1185         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1186         function.
1188         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1190         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1192 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1194         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1195         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1196         This should make nnmaildir more usable with offlineimap.
1198 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1200         * gnus-notifications.el (gnus-notifications-notify): Use it.
1202         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1203         warnings on XEmacs.
1205 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1207         Better seeds for (random).
1208         * gnus-sync.el (gnus-sync-lesync-setup):
1209         * message.el (message-canlock-generate, message-unique-id):
1210         Change (random t) to (random), now that the latter is more random.
1212 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1214         * auth-source.el (auth-sources): Fix macos keychain access.
1216         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1217         allow the backend `request-head' function to determine the group
1218         name on its own.
1219         (gnus-request-expire-articles): Filter out negative article numbers
1220         during expiry (Bug#11980).
1222         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1223         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1225         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1226         you've found the article when you haven't.
1228 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1230         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1232 2012-08-30  Julien Danjou  <julien@danjou.info>
1234         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1235         `gnus-notifications-timeout'.
1236         (gnus-notifications-timeout): Add.
1237         (gnus-notifications-action): New function.
1238         (gnus-notifications-notify): Add :action using
1239         `gnus-notifications-action'.
1240         (gnus-notifications-id-to-msg): New variable.
1241         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1242         notifications id to messages.
1244 2012-08-30  Kenichi Handa  <handa@gnu.org>
1246         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1247         once.
1249 2012-08-29  Julien Danjou  <julien@danjou.info>
1251         * gnus-notifications.el: New file.
1252         (gnus-notifications-notify): New function.
1253         (gnus-notifications): Use `gnus-notifications-notify'.
1255 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1257         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1258         transfer encoding first; bind gnus-newsgroup-charset to the charset
1259         that the article specifies (Bug#12209).
1261 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1263         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1264         (gnus-group-customize-done): Encode values posting-style holds.
1266         * gnus-msg.el (gnus-summary-resend-message)
1267         (gnus-configure-posting-styles): Decode values posting-style group
1268         parameter holds.
1270 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1272         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1273         `name' and `address' in Resent-From header.
1275 2012-08-14  Chong Yidong  <cyd@gnu.org>
1277         * gnus-art.el (article-display-face): Handle failure in
1278         gnus-create-image (Bug#11802).
1280 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1283         Use defsetf.
1285 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1287         * auth-source.el: (auth-source-plstore-search)
1288         (auth-source-secrets-search): Ignore :require and :type in search spec.
1290 2012-08-06  Julien Danjou  <julien@danjou.info>
1292         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1293         Remove autoload, already handled by gnus.el.
1295 2012-08-05  Julien Danjou  <julien@danjou.info>
1297         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1298         Add autoload.
1300 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * gnus.el (gnus-valid-select-methods): Fix custom type.
1304 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1306         * auth-source.el (auth-sources, auth-source-backend-parse)
1307         (auth-source-macos-keychain-search)
1308         (auth-source-macos-keychain-search-items)
1309         (auth-source-macos-keychain-result-append)
1310         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1311         auth-source.el through the /usr/bin/security utility.
1312         (auth-sources): Fix syntax error.
1313         (auth-source-macos-keychain-result-append): Fix variable name.
1314         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1316 2012-07-27  Julien Danjou  <julien@danjou.info>
1318         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1319         Emacs < 24.1
1321 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1323         * message.el (message-kill-address): Don't kill last newline.
1324         (message-skip-to-next-address): Don't move to the next header.
1325         (message-fill-field-address): Work properly.
1327 2012-07-25  Julien Danjou  <julien@danjou.info>
1329         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1331 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1333         * nnimap.el (nnimap-get-responses): Don't remove, still used.
1335 2012-07-24  Julien Danjou  <julien@danjou.info>
1337         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1339         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1340         (nntp-async-timer-handler): Remove, unused.
1342         * nnimap.el (nnimap-get-responses): Remove, unused.
1344         * nnheader.el (mail-header-set-extra): Remove, unused.
1346         * mm-view.el (mm-view-sound-file): Remove, unused.
1348         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1349         (mm-url-encode-multipart-form-data): Remove, unused.
1351         * message.el (message-remove-signature, message-make-host-name)
1352         (message-fill-address): Remove, unused.
1354         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1355         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1356         unused.
1358         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1360         * gnus-util.el (gnus-extract-address-component-name)
1361         (gnus-extract-address-component-email, gnus-sortable-date)
1362         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1363         (gnus-process-live-p): Remove, unused.
1365         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1367         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1368         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1369         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1370         function.
1372         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1374         * gnus-score.el (gnus-summary-score-crossposting)
1375         (gnus-score-regexp-bad-p): Remove, unused.
1377         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1379         * gnus-range.el (gnus-sublist-p): Remove, unused.
1381         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1382         unused.
1384         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1386         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1387         (gnus-request-associate-buffer): Remove, unused.
1389         * gnus-group.el (gnus-group-set-method-info)
1390         (gnus-group-set-params-info): Remove, unused.
1392         * gnus-fun.el (gnus-shell-command-to-string)
1393         (gnus-shell-command-on-region): Remove, unused.
1395         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1397         * gnus-art.el (gnus-article-text-type-exists-p)
1398         (article-translate-characters, gnus-article-hide-text-of-type)
1399         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1400         Remove, unused.
1402 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1404         * nnir.el ("nnir"): Revert last change, that's premature to merge from
1405         Gnus master.
1407 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1409         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1411 2012-07-21  Julien Danjou  <julien@danjou.info>
1413         * message.el (message-dont-reply-to-names): Replace deprecated
1414         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1415         (message-get-reply-headers): Ditto.
1417 2012-07-18  Julien Danjou  <julien@danjou.info>
1419         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1420         `sieve-upload-and-kill'.
1422         * sieve.el (sieve-bury-buffer): Remove function.
1423         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1424         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1426 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1428         * shr.el (shr-expand-url): Handle URL starting with `//'.
1430 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1431 2012-07-13  Chong Yidong  <cyd@gnu.org>
1433         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1434         instead of calling toggle-read-only with a (bogus) argument.
1436 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1438         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1439         of initial input when reading the author to restrict the summary to.
1441 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1444         buffer exists, which it doesn't if we haven't started Gnus.
1446 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1448         * mm-decode.el (mm-shr):
1449         Allow overriding charset by mm-charset-override-alist.
1451 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1453         * gnus-art.el (gnus-article-view-part):
1454         Toggle subparts of multipart/alternative part.
1456 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1458         * gnus-sync.el: Simply require json.
1460         * registry.el: Simply require eieio and eieio-base.
1462 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1464         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1466 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * shr.el (shr-render-buffer): New command.
1469         (shr-visit-file): Use it.
1471 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1473         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1474         Set no-byte-compile and no-update-autoloads.
1476 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1478         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1480 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1483         being bound to a lambda form.
1485 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1487         * gnus-picon.el (gnus-picon-properties): New defcustom.
1488         (gnus-picon-create-glyph): Use it.
1490 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1493         locales.
1495         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1496         on a handle.
1498         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1499         address as the default.
1501         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1502         It makes no sense to query the user about internal files.
1504         * gnus-spec.el: Remove all the byte-compilation stuff, since
1505         benchmarking shows that it doesn't help when entering large summary
1506         buffers.
1508         * gnus-util.el (gnus-byte-code): Remove.
1510         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1511         grouplens stuff.
1513 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1516         (bug#11514).
1518 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1520         * message.el (message-buffers): Return all buffers derived from Message
1521         to make `gnus-dired-attach' work with mu4e.
1523 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
1525         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1526         (mm-dissect-singlepart): Don't guess the MIME type of
1527         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1528         set.
1529         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1530         toplevel MIME type is multipart/encrypted.
1532 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1534         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1535         In particular, add an optional argument and a docstring.
1537         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1539         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1540         current before calling `gnus-groups-to-gnus-format'.
1541         Note that this was already the case for `gnus-active-to-gnus-format'.
1543 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1545         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1547 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549         * mm-decode.el (mm-dissect-buffer): Doc fix.
1551         * gnus-sum.el (gnus-handle-ephemeral-exit):
1552         Avoid creating the group buffer if it doesn't exist.
1554         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1555         is given, mark the group as ephemeral with the current window conf.
1557         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1558         buffer exists, which it doesn't if we haven't started Gnus.
1559         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1561 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563         * mml.el (mml-generate-mime):
1564         Allow specifying what the top-level part type is.
1566         * gnus-sum.el (gnus-auto-center-summary):
1567         `scroll-margin' isn't defined on XEmacs.
1569 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1571         * gnus-sum.el (gnus-auto-center-summary):
1572         Set default to respect `scroll-margin'.
1574 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1576         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1577         citation prefix within a block of cited text should be considered
1578         part of that block *only* if it is a blank line.
1580 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1582         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1583         before kinsoku-bol characters nor within kinsoku-eol characters.
1585 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1587         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1588         (gnus-topic-create-topic, gnus-topic-enter-dribble):
1589         Silence compiler.
1590         (gnus-sync-read): Use mapc instead of mapcar.
1592         * mm-archive.el: Require mm-decode for some macros.
1593         (gnus-recursive-directory-files, mailcap-extension-to-mime):
1594         Silence the byte compiler.
1595         (mm-archive-decoders): New function that returns the value of
1596         the mm-archive-decoders variable.
1598         * mm-decode.el:
1599         Don't require mm-archive; autoload mm-archive functions instead.
1600         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1602         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1604 2012-06-26  Peter Munster  <pmrb@free.fr>
1606         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1607         (gnus-demon-cancel): Ditto.
1608         (gnus-demon-run-callback): When function cannot be called due to low
1609         idleness, call it when idleness reaches the expected value, instead
1610         of waiting another timer period.
1611         (gnus-demon-init): Add `time' to arguments of call-back.
1613 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615         * gnus.el: Register gnus-registry functions.
1617         * gnus-registry.el (gnus-try-warping-via-registry):
1618         Move here and indent.
1620         * gnus-int.el (gnus-warp-to-article):
1621         Check whether the registry is enabled before warping.
1623 2012-06-26  Dave Abrahams  <dave@boostpro.com>
1625         * gnus-sum.el (gnus-summary-insert-subject): Record information
1626         in the registry about each article retrieved.
1628         * gnus-int.el (gnus-select-group-with-message-id): New function.
1629         (gnus-try-warping-via-registry): Ditto.
1630         (gnus-warp-to-article): Fall back on the registry.
1632 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1636 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1638         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1639         gnus-gcc-self-resent-messages may be a group parameter.
1640         (gnus-summary-resend-message):
1641         Don't encode encoded words in header when Gcc'ing resent message.
1643 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645         * shr.el (shr-insert): Treat non-breaking space just like normal
1646         space.  This seems to produce more pleasing results.
1647         (shr-insert):
1648         Only insert a blank line if we're starting from an image.
1649         (shr-tag-br):
1650         Allow <br> to end lines or to make a single blank line.
1651         (shr-ensure-paragraph): Consider lines with white space to be blank.
1653 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1655         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1656         and gnus-gcc-post-body-encode-hook.
1658 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1660         * mm-decode.el (mm-dissect-singlepart):
1661         Guess what the type of application/octet-stream parts really is.
1663         * gnus-sum.el (gnus-propagate-marks): Remove.
1665 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1667         * nntp.el (nntp-coding-system-for-read): Remove.
1668         (nntp-coding-system-for-write): Ditto.
1669         (nntp-open-connection): Just use `binary' directly.
1671 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1673         * registry.el (registry-usage-test, registry-persistence-test):
1674         Move to tests/gnustest-registry.el.
1675         (registry-make-testable-db, registry-match-test)
1676         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1678         * gnus-registry.el (gnus-registry-misc-test)
1679         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1681         * tests/gnustest-registry.el:
1682         New file with the registry and gnus-registry ERT tests.
1684 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1686         * gnus-msg.el (gnus-summary-resend-message):
1687         Make gnus-summary-resend-message-insert-gcc be last item in
1688         message-header-setup-hook.
1690 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1692         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1693         (nnfolder-marks, nnfolder-marks-file-suffix)
1694         (nnfolder-marks-modtime): Remove.
1695         (nnfolder-open-server): Don't use marks.
1696         (nnfolder-request-delete-group): Ditto.
1697         (nnfolder-request-rename-group): Ditto.
1698         (nnfolder-request-set-mark, nnfolder-request-marks)
1699         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1700         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1702         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1703         (nnml-marks-modtime): Remove.
1704         (nnml-request-delete-group): Don't use marks.
1705         (nnml-request-rename-group): Ditto.
1706         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1707         (nnml-save-marks, nnml-open-marks): Remove.
1709         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1710         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1711         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1712         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1713         (nntp-server-to-method-cache): Remove.
1715         * shr.el (shr-rescale-image): Fix wrong merge.
1717 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1719         * shr.el (shr-remove-trailing-whitespace):
1720         Really delete the padding on too-wide lines.
1722 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1724         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1725         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1727         * mm-decode.el (mm-display-external): Output the text from
1728         the command in the buffer after the command finished.
1729         This makes text-based commands behave better.
1731 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1733         * message.el (smtpmail-smtp-user): Silence compiler warning.
1735 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1737         * message.el (message-multi-smtp-send-mail): Also allow specifying
1738         the SMTP user name.
1740 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1742         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1744 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1746         * message.el (message-multi-smtp-send-mail): New function.
1747         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1748         header to implement multi-SMTP functionality.
1750         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1751         (gnus-agentize): Don't set it.
1752         (gnus-agent-send-mail): Don't use it.
1754         * gnus-sum.el (gnus-summary-widget-backward):
1755         New function and keystroke.
1757         * shr.el (shr-put-image): Remove underlines from sliced images.
1758         (shr-zoom-image): Compute the region to be replaced more correctly.
1760 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1762         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1763         (gnus-summary-resend-message-insert-gcc): New function.
1764         (gnus-summary-resend-message): Modify message-header-setup-hook and
1765         message-sent-hook to make it work for Gcc.
1766         (gnus-inews-do-gcc): Update the number of unread articles of groups
1767         that messages are Gcc'd to.
1769         * message.el (message-resend): Run message-sent-hook to do Gcc.
1771 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1773         * gnus-registry.el (gnus-registry-fixup-registry):
1774         Move the message to a higher level to silence compilation.
1776         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1777         parameter to allow controlling the scaling.
1779         * shr.el (shr-zoom-image): New command and keystroke.
1780         (shr-put-image): Take a `size' flag to say how to scale the image.
1782         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1783         Use recursive deletion.
1784         (mm-dissect-archive): Add support for zip files.
1786         * gnus-util.el (gnus-recursive-directory-files): New function.
1788         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1789         (mm-archive-decoders): Add tgz support.
1791         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1792         Otherwise inserting text into the Gnus buffer can look odd.
1794         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1796         * mm-archive.el (mm-archive-decoders): Add support for tar.
1798         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1800         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1802 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1804         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1806         * mm-archive.el: New file.
1808         * mm-decode.el (mm-dissect-singlepart):
1809         Use it to decode ms-tnef files.
1811         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1813         * message.el (message-goto-*): Make all the `message-goto-*' commands
1814         push the mark before moving point.  This makes it easier to go back
1815         to where you came from after editing whatever you jumped to.
1817 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1819         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1820         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1821         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1823 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1825         * spam.el: Move BBDB autoloads.
1826         (spam-exists-in-BBDB-p):
1827         New function to do the BBDB search directly in BBDB 2 and 3.
1828         (spam-check-BBDB): Use it.
1829         (spam-enter-ham-BBDB): Use it.
1831 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1833         * gnus-group.el (gnus-group-get-new-news):
1834         New parameter `one-level' for scanning exactly one level.
1836         * gnus-start.el (gnus-get-unread-articles): Ditto.
1838 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1840         * gnus-sync.el: More commentary about setup.
1842 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1844         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1846 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1848         * gnus-sync.el: Improve docs about CouchDB admins.
1850 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1852         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1853         not needed.  Provide xmlplistread list function to produce XML plist
1854         output for non-Gnus LeSync clients.
1856 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1858         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1859         and save against it.  Group subscriptions, read marks, other marks,
1860         subscription levels, topic names, and topic offsets (the group's
1861         position within the topic) are saved.  This is an experimental
1862         backend and may change significantly.  Load json.el from
1863         the gnus-fallback-lib if it's not available otherwise.
1864         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1866 2012-06-26  David Engster  <dengste@eml.cc>
1868         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1870 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1872         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1874 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1876         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1877         is an integer to avoid later problems.
1879 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1882         locales.
1884 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1886         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1887         articles when fetch-old is non-nil (bug#11370).
1889 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891         * gnus-group.el (gnus-group-get-new-news):
1892         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1894 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1896         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1897         groups (bug#11641).
1899 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1902         (bug#11514).
1904 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * nntp.el: Stop the `letf' madness.
1907         (nntp--report-1): New var.
1908         (nntp-report): Merge nntp-report-1 into it.
1909         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1910         the nntp-report function.
1912         * auth-source.el: Fix comment-style to follow the convention.
1914 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1916         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1917         a string so that Gcc works (bug#11514).
1919 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1922         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1924 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1927         jumping to *Server* from a dedicated *Group* window.
1928         (gnus-configure-frame): CSE.
1930         * gnus-registry.el: Minor style cleanup.
1931         (gnus-registry--set/remove-mark): New function, extracted from
1932         gnus-registry-install-shortcuts.
1933         (gnus-registry-install-shortcuts): Use it.
1935 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1937         * nnspool.el (news-path): Use eval-and-compile.
1939 2012-05-24  Glenn Morris  <rgm@gnu.org>
1941         * nnspool.el (news-directory, news-path, news-inews-program):
1942         Move here from paths.el.  Don't see a need for these to be autoloaded.
1944         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1945         Merge in doc from paths.el version.  Don't see any need for this to be
1946         autoloaded, or for the warning about users not setting it.
1948 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1950         Fix minor Y10k bug.
1951         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1953 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1955         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1956         message once it's actually open.
1958 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * auth-source.el (auth-source--aput-1, auth-source--aput)
1961         (auth-source--aget): New functions and macros.
1962         Use them instead of aput/aget.
1964 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1966         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1968 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1970         * plstore.el (plstore-called-interactively-p): New compat macro copied
1971         from message.el.
1972         (plstore-mode): Use it.
1974 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1976         * plstore.el: Revive the editing feature.
1977         (plstore-mode): New mode to edit plstore file.
1978         (plstore-mode-toggle-display, plstore-mode-original)
1979         (plstore-mode-decoded): New command.
1980         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1981         (plstore--insert-buffer, plstore--make): New function.
1982         (plstore-open, plstore-save): Simplify by using them.
1984 2012-04-16  Glenn Morris  <rgm@gnu.org>
1986         * nndraft.el (nndraft-request-list): Fix declaration.
1988 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1991         don't have a current group.
1993         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1994         have a group name.
1996         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1997         a multibyte buffer (bug#7410).
1998         (article-wash-html): Parse the original article buffer to get the
1999         unencoded data (bug#7410).
2001         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2002         .newsrc.el files.
2004 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2007         would have gotten if we posted to the group, and use that to compare
2008         against the message we want to cancel (bug#10808).
2010 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2013         "#" to avoid having them interpreted as comments.
2015 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017         * shr.el (shr-insert): Update the text state properly to avoid
2018         inserting spurious paragraph starts.
2020 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2023         requested (bug#10961).
2025         * shr.el (shr-table-widths): Divide the extra width more fairly over
2026         the TDs (bug#10973).
2027         (shr-render-td): Don't delete too much padding.
2028         (shr-natural-width): Compute the natural width more correctly.
2029         (shr-insert): Allow the natural width to be computed for tables again.
2030         (shr-tag-table-1): Rework how the natural widths are computed by
2031         rendering the table a third time.
2032         (shr-natural-width): Remove.
2033         (shr-buffer-width): New function.
2034         (shr-expand-newlines): Use it.
2036         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2037         using a `gnus-use-full-window' setup (bug#11013).
2039 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2042         24.1 release.
2044 2012-03-10  David Edmondson  <dme@dme.org>
2046         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2047         'Forwarded Message' header and the start of the message.
2049 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2051         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2052         isn't running (bug#10897).
2054 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2058 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2060         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2062 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2064         * mm-decode.el (mm-shr): Remove "soft hyphens".
2066         * nnimap.el (nnimap-request-list): Return the group names encoded as
2067         utf8.  Otherwise non-European group names don't work.
2068         (nnimap-request-newgroups): Ditto.
2070         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2071         the default in `read-string' (bug#10757).
2073         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2074         topics (bug#10843).
2076         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2077         buffer.  Suggested by Herbert Valerio Riedel.
2078         (nnimap-request-move-article): Delete the message from the correct IMAP
2079         server.
2081 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2083         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2084         Reported by Peter Münster.
2086 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2088         * shr.el (shr-image-fetched): Make sure we really kill the right
2089         buffer.
2091 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2093         * gnus-start.el (gnus-1): Avoid duplicate entries.
2095 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2097         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2098         too-wide lines.
2100 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2102         * shr.el (shr-rescale-image): Undo previous change; see
2103         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2105 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2107         * nnimap.el (nnimap-record-commands): New variable.
2108         (nnimap-log-command): Use it.
2109         (nnimap-make-process-buffer): Add a space to the process buffer.
2110         (nnimap-transform-headers): Don't bug out on header lines containing
2111         stuff that look like IMAP length encodings.
2113         * shr.el (shr-rescale-image): Allow viewing large images.
2115 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2117         * nnml.el (nnml-request-compact-group): Delete the marks file after
2118         compaction (bug#10800).
2120         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2121         group exit.
2123         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2124         QRESYNC/FETCH output.
2126 2012-02-11  Glenn Morris  <rgm@gnu.org>
2128         * sieve-manage.el (sieve-manage-default-stream):
2129         * shr.el (shr):
2130         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2131         (nnir-retrieve-headers-override-function)
2132         (nnir-imap-default-search-key, nnir-notmuch-program)
2133         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2134         (nnir-method-default-engines):
2135         * message.el (message-cite-reply-position):
2136         * gssapi.el (gssapi-program):
2137         * gravatar.el (gravatar):
2138         * gnus-sum.el (gnus-refer-thread-use-nnir):
2139         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2140         (gnus-registry-max-pruned-entries):
2141         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2142         * gnus-int.el (gnus-after-set-mark-hook)
2143         (gnus-before-update-mark-hook):
2144         * gnus-async.el (gnus-async-post-fetch-function):
2145         * auth-source.el (auth-source-cache-expiry):
2146         Add missing :version tags to new defcustoms and defgroups.
2148 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2150         * message.el (message-default-send-mail-function): Made into own
2151         function for reuse by emacsbug.el.
2153 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2155         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2156         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2158 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2160         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2161         running.
2163         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2165         * gnus.el (gnus-server-extend-method): Don't add an -address component
2166         if the method already has one (bug#9676).
2168 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2170         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2171         of an initial-input for consistency (bug#10757).
2173         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2175         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2177 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2179         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2180         lines that are narrower than the window width.  Otherwise background
2181         "blocks" will look less readable.
2183 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2185         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2187 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2189         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2190         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2191         have newlines within the strings, and where the UID comes after the
2192         BODYSTRUCTURE element (bug#10537).
2194         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2195         (bug#10732).
2197         * shr.el (shr-insert-document): Add doc string.
2198         (shr-visit-file): Ditto.
2199         (shr-remove-trailing-whitespace): New function.
2200         (shr-insert-document): Use it to clean up trailing whitespace as the
2201         final step (bug#10714).
2203 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2205         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2206         buffer if `gnus-kill-summary-on-exit' is nil.
2208 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2210         * gnus-sum.el (gnus-summary-show-thread):
2211         next-single-char-property-change may return nil in XEmacs.
2213 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2215         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2216         when just reading a single group from "without" Gnus.
2218 2012-02-06  Chong Yidong  <cyd@gnu.org>
2220         * gnus-sum.el (gnus-summary-show-thread):
2221         next-single-char-property-change never returns nil (Bug#8657).
2223 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2225         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2226         without reconnecting.
2227         (nnimap-possibly-change-group): Ditto.
2228         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2229         connection has died before being called.
2231 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2233         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2234         an initial sync unless we're really doing one.
2236         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2237         address parameter if one already exists (bug#9676).
2239         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2240         not the prefix, as documented (bug#10689).
2242 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2244         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2245         the "server".
2247         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2248         the real error message with the useless "previously known to be down".
2249         Which isn't even correct.
2251         * nntp.el (nntp-open-connection): Report the error message if the nntp
2252         server can't be reached.
2254         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2255         groups we do a total scan for.
2256         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2257         doing that.
2259 2012-01-31  Jim Meyering  <jim@meyering.net>
2261         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2262         Correct a comment (insert "not") and hide nominally-doubled "to".
2264 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2266         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2267         section in the manual.
2269 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2271         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2272         words.
2273         (rfc2047-encode-string): Ditto.
2274         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2275         understand folded filename="..." parameters, for instance.
2277         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2278         the message for greater debuggability.
2280 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2282         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2283         instead of setting it locally, since the latter doesn't seem to have
2284         any effect (most of the time).
2286 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2288         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2289         function call.
2291 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2293         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2294         seconds, and make the repeat clause with HH:MM specs work as
2295         documented.
2297 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2299         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2300         so that previous errors don't prohibit getting new news.
2302         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2304         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2306 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2308         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2309         bound globally in old Emacsen and XEmacsen.
2311 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2313         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2314         buffer, not of the string which is its name.
2316 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2318         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2319         non-server-marks groups.
2320         (gnus-group-make-articles-read): Ditto.
2322         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2323         methods (bug#9676).
2325         * gnus.el (gnus-method-ephemeral-p): New function.
2327 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2329         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2330         left-to-right.
2332 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2334         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2335         warning.
2337 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2339         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2340         macroexpand the nnir things, since they haven't been defined yet, and
2341         nnir requires gnus-sum.
2343 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2347 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2349         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2350         logical server name in addition to the actual machine address.
2352         * auth-source.el (auth-source-user-and-password): Add convenience
2353         wrapper to search by just host and optionally user.
2355 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2358         after rendering.
2360 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2363         (bug#9693).
2364         (gnus-summary-setup-buffer): Document return value (bug#9697).
2366         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2367         since ido doesn't work on symbols (bug#9632).
2369         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2370         when getting a single value as when getting all the values.  This means
2371         that atoms like `gcc-self' work cumulatively, like variable settings,
2372         instead of getting the value from the last matching clause.
2373         (gnus-group-find-parameter): Protect against the group buffer not
2374         existing (bug#9585).
2376 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378         * gnus-start.el (gnus-activate-group): Document more parameters
2379         (bug#9694).
2381         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2382         (bug#9692).
2384         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2385         article was fetched, so that it can be expired later (bug#9958).
2386         (gnus-agent-summary-fetch-series): Add doc string.
2387         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2388         (bug#9517).
2390         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2391         retrieval is happening.
2393         * gnus.el (gnus-parameters): Doc fix.
2395 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2397         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2398         show the thread after expansion.
2400 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402         * gnus-art.el (article-narrow-to-head): If the head is completely
2403         empty, narrow to the empty region (bug#9764).
2405         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2406         read, and then mark them as unread only when the unread mark is used.
2407         This makes `C-- T k' actually work, even though it's confusing.
2409         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2410         alive before we try to find its window.
2412 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2414         * mm-decode.el (mm-display-external): Use a longer timeout for the
2415         deletion to allow slow programs to display the file.
2417 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2420         prompt to be less confusing.
2422         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2423         argument to `message-reply'.  This broke `special-display-*' frame
2424         pop-uping (bug#10238).
2426 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2429         systems, since these allegedly don't work there.
2431 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2433         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2434         live buffer.
2436 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438         * nnir.el (nnir-retrieve-headers): Protect against the article not
2439         existing on the server (bug#10335).
2441 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2443         * gnus-agent.el (gnus-agent-load-local):
2444         Recompute gnus-agent-article-local on changing method.
2446 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448         * gnus.el (gnus-parameters): Note precedence.
2450 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2452         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2453         in the group buffer.
2455 2012-01-04  Julien Danjou  <julien@danjou.info>
2457         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2458         change.
2460 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2463         too.
2465         * nntp.el (nntp-retrieve-group-data-early): Use it.
2467 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469         * nntp.el (nntp-retrieval-in-progress): New variable.
2470         (nntp-make-process-buffer): Make it buffer-local.
2472         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2473         2010.
2474         (gnus-demon-init): Use it to compute the time if time is on the form
2475         "04:23".
2477         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2479         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2480         status in the correct buffer.
2482 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2484         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2485         when opening topics (bug#10407).
2487 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2489         * mm-view.el (mm-display-inline-fontify): Add comment.
2491 2011-12-15  Juri Linkov  <juri@jurta.org>
2493         * mm-decode.el (mm-inline-media-tests): Add missing
2494         `mm-handle-media-subtype'.
2496 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2498         * message.el (message-valid-fqdn-regexp): Update with newly approved
2499         top-level domain names ".tel" and ".asia".
2501 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2503         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2504         unconditionally.
2506 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2508         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2509         pop-to-buffer-same-window for old Emacsen.
2511 2011-12-04  Chong Yidong  <cyd@gnu.org>
2513         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2514         change (Bug#10200).
2516 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2518         * compface.el (uncompface):
2519         * gnus-art.el (gnus-article-x-face-command): Update the header format
2520         of icon data for the most recent icontopbm program.
2522 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2524         * gnus-msg.el (gnus-inews-do-gcc):
2525         * message.el (message-send-mail):
2526         * mml.el (mml-generate-mime): Share the value of the buffer-local
2527         `message-options' variable between a draft buffer and temprary working
2528         buffers.
2530 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2534 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2536         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2537         for Cygwin.
2539 2011-11-24  Glenn Morris  <rgm@gnu.org>
2541         * starttls.el: Fix case of "GnuTLS".
2543 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2545         * gnus-group.el (gnus-group-highlight): Fix typo.
2547 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2549         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2550         value of `delete-file', that returns nil for a local file but returns t
2551         for a remote file using ssh.
2553 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2556         avoid later breakage.
2558 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2560         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2561         article buffers' name.
2563 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2566         by Paul Eggert's spellfixes two days ago.
2568 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2571         buffer-local instead of binding them to avoid warnings.  Also demote
2572         errors (bug#10063).
2573         (font-lock-mode-hook): Shut up byte compiler.
2575 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2577         * mm-util.el (mm-charset-after): Fix typo.
2579 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2581         * gnus-sum.el (gnus-summary-make-menu-bar):
2582         * gnus-uu.el (gnus-uu-decode-postscript)
2583         (gnus-uu-decode-postscript-and-save):
2584         * mailcap.el (mailcap-print-command):
2585         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2586         Fix typos.
2588 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2590         * gnus-art.el (gnus-article-part-wrapper):
2591         * shr-color.el (shr-color-visible-distance-min)
2592         (shr-color-relative-to-absolute, set-minimum-interval)
2593         (shr-color-visible): Fix typos.
2595 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2598         slightly clearer.
2600 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602         * message.el (message-send-and-exit): Document `arg'.
2604 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2606         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2608 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2610         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2611         we don't use `bound-and-true-p'.
2613 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2615         * gnus-util.el (gnus-bound-and-true-p): Remove.
2616         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2617         * nnir.el: Use it.
2618         * nnmairix.el: Use it.
2620 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2622         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2623         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2624         for reasons unknown.
2625         * nnir.el: Use it.
2626         * nnmairix.el: Use it.
2628         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2629         * nnir.el: Ditto.
2630         * nnmairix.el: Ditto.
2632         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2634 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * message.el (message-completion-function): Make sure
2637         message-tab-body-function is not attempted if one of
2638         message-completion-alist fails to find a completion (bug#9158).
2640 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2642         * mml.el (mml-quote-region): Quote <#secure> tag.
2643         (mml-generate-mime-1): Unquote <#secure> tag.
2645 2011-10-20  Chong Yidong  <cyd@gnu.org>
2647         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2648         calling a minor mode from Lisp with nil arg enables it, so we have to
2649         make the wording a bit ambiguous here).
2651 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2653         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2654         * nnir.el (nnir-mode): Use it.
2655         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2656         Use it.
2658         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2659         * nnmairix.el (gnus-registry-enabled): Ditto.
2661 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2663         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2664         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2665         only while we need to find out if it should be t or nil.
2666         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2667         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2668         the registry is installed.  Set it to nil when it's unloaded.
2669         (gnus-registry-install-p): Provide user guidance for the initial value
2670         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2671         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2672         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2673         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2674         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2675         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2676         `gnus-registry-install'.
2678 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2680         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2681         previous change.
2682         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2683         primary key is marked as disabled.
2685 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2687         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2688         primary key is marked as disabled.
2690 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2692         * html2text.el (html2text-clean-anchor): Check for quotes around
2693         `href' value.
2695 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2697         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2698         searching.  Drop `bbdb-cache'.
2700 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2702         * message.el (message-signed-or-encrypted-p): Exclude header when
2703         checking if there is signed or encrypted body in text/plain message.
2705 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2707         * html2text.el (html2text-get-attr): Correctly handle attribute values
2708         containing "=".
2710 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2712         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2713         handle bindings.
2715 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717         * gnus-win.el (gnus-configure-windows): Protect against reading
2718         ephemeral groups outside of Gnus.
2720 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2722         * shr.el (shr-tag-img): Don't get images displayed in tables.
2724 2011-10-03  Glenn Morris  <rgm@gnu.org>
2726         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2727         the "maintainer" version of debbugs.gnu.org reports.
2729 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2732         make asynchronous adjacent image insertion work better.
2734 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2736         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2737         Clarify documentation.
2739 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2742         `gnus-asynchronous' isn't shadowed.
2744 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2747         (nnimap-insert-partial-structure): The charset parameter isn't
2748         case-sensitive.
2750         * nnheader.el (nnheader-message-maybe): New function.
2752         * shr.el (shr-tag-table): Render totally broken tables better.
2754         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2755         computing the boundary.
2757 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759         * pop3.el (pop3-number-of-responses): Remove.
2760         (pop3-wait-for-messages): Rewrite to take linear time instead of
2761         exponential time.
2763 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2766         re-fetch images.
2768         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2769         re-fetch images when hitting `g' in Gnus.
2771 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2773         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2774         (mml-compute-boundary): Don't check collision if it is non-nil.
2775         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2776         before checking collision.
2778 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780         * message.el (message-indent-citation): Really make sure there's a
2781         newline at the end.
2783         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2784         Fix suggested by John Wiegley.
2786         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2788         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2790         * message.el (message-default-send-rename-function): Break out into its
2791         own function.
2793         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2794         doesn't work under XEmacs.
2796         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2797         of "imaps" to word around Windows problems.
2798         (nnimap-open-connection-1): Use it.
2800         * message.el (message-indent-citation): Revert last change which made
2801         `F' not work.
2803 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2805         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2806         terminal as well.
2808 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2810         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2811         because it displays images using overlays that aren't easy to copy to
2812         the article buffer.
2814 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2816         * message.el (message-indent-citation): Fix empty line removal at the
2817         end of the citation.
2819 2011-09-20  Julien Danjou  <julien@danjou.info>
2821         * auth-source.el (auth-source-netrc-create): Use default value for
2822         password if specified.  Evaluate default.
2823         (auth-source-plstore-create): Ditto.
2824         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2825         value evaluation.
2826         (auth-source-netrc-create): Typo fix.
2827         (auth-source-plstore-create): Ditto.
2829         * auth-source.el (auth-source-format-cache-entry): New function.
2831 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2833         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2835 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2839 2011-09-19  Julien Danjou  <julien@danjou.info>
2841         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2842         which work with things that are not ASCII.
2844 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2848 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2851         message level.
2853 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2855         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2857 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2861 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2863         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2864         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2866 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2868         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2869         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2870         articles.
2872 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2874         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2875         (message-mail-other-window, message-mail-other-frame)
2876         (message-news-other-window, message-news-other-frame):
2877         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2878         instead of setting buffer display variables.
2880 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2884         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2886 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2889         duplicates" to a higher level.
2891         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2892         most egregious messages.
2894 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2898 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2900         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2901         up the file (bug#9351).
2903 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2906         it does with all other backends, but decode the names immediately after
2907         getting them.
2909         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2910         decoding nnimap groups.
2912         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2913         newsrc file.  It doesn't seem like an important optimization any more.
2915 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2917         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2918         overflows.
2920 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2923         (gnus-interactive-exit): Extend to `quiet'.
2925         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2927         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2928         string.
2930         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2931         renaming function arguments from `this'.
2933         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2935         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2936         has been renamed.
2937         (gnus-lrm-string-p): Include RLM and PDF, too.
2939         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2940         (bug#9225).
2942 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2944         Add autoload cookies for functions used by sendmail.el.
2945         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2947         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2949 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2951         * gnus-art.el (article-date-ut): Work properly even when there are
2952         things like Date header in the body; work for forwarded parts.
2954 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2956         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2957         original-article-buffer.
2959 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2961         * nnir.el (nnir-compose-result): Fix matching of server type.
2962         (nnir-run-swish++): Ditto.
2963         (nnir-run-namazu): Ditto.
2964         (nnir-run-notmuch): Ditto.
2966 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2969         (bug#9405).
2971         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2972         (bug#9421).
2974         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2975         (bug#9425).
2977         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2978         thing (bug#9426).
2980 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2983         the error message.
2985 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2987         * message.el (message-setup-1): Return t (Bug#9392).
2989 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2991         * gnus-sum.el: When adding article headers to a summary buffer also
2992         update gnus-newsgroup-articles (bug#9386).
2994 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2996         * auth-source.el: Autoload help-mode.
2998 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3001         names.
3003 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3005         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3006         mm-replace-in-string for compatibility issues.
3007         * mml2015.el (mml2015-epg-verify): Ditto.
3009 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3011         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3013         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3015 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3018         continue on and do the clean-up phase (bug#9188).
3020         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3021         just ignore groups that can't be opened instead of erroring out
3022         (bug#9225).
3024         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3025         nil since some many people are fuddy-duddies.
3027         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3028         images.
3030         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3031         instead.
3033         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3035         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3037         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3038         processing.
3040         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3041         buffer to avoid warnings.
3043 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3045         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3046         specified to reduce precision.
3048 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3051         bodystructures (bug#9314).
3053 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3055         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3056         Make button keymap non-sticky after buttons.
3058 2011-08-18  David Engster  <dengste@eml.cc>
3060         * nnmairix.el (nnmairix-request-set-mark)
3061         (nnmairix-goto-original-article): Remove adding of article to registry,
3062         since `gnus-registry-add-group' isn't available anymore.
3063         (nnmairix-determine-original-group-from-registry):
3064         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3065         available anymore.
3067 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3069         * starttls.el (starttls-any-program-available): Define as obsolete
3070         function.
3072 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3075         versions which Gnus use when appropriate.
3077         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3078         a pretty destructive command.
3080         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3082 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084         * message.el (message-fix-before-sending): Make a different warning
3085         about NUL characters (bug#9270).
3087         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3088         from custom (bug#9260).
3090         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3091         things work in Emacs 22 and XEmacs, too.
3093         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3094         default From.
3096         * gnus-spec.el (gnus-lrm-string-p): New macro.
3097         (gnus-lrm-string): New constant.
3098         (gnus-summary-line-format-spec): LRM-ify the from.
3099         (gnus-tilde-max-form): LRM-ify string chopping.
3101         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3103         * message.el (message-is-yours-p): Allow disabling canlock checking
3104         (bug#9295).
3105         (message-shoot-gnksa-feet): Add `canlock-verify'.
3106         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3107         message directory isn't writable (bug#9304).
3109         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3110         non-world-readable.
3112 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3114         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3115         articles.
3117 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3119         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3120         copy-list.
3122 2011-08-12  Sam Steingold  <sds@gnu.org>
3124         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3125         in the reverse order to avoid modifying the cache with `nreverse'.
3126         (gnus-all-score-files): Do not modify the value returned by
3127         `gnus-score-find-alist' because it lives in a cache variable.
3128         (gnus-current-home-score-file): No need to `nreverse' the return value
3129         of `gnus-score-find-alist', it is already in the correct order.
3131 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3133         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3134         type MESSAGE and subtype RFC822 is slightly different from those of
3135         type TEXT.
3137 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3139         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3140         This allows article-referral to work from an nnir group.
3142 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3144         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3146 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3148         * mml1991.el (mml1991-epg-find-usable-key)
3149         (mml1991-epg-find-usable-secret-key): New function.
3150         (mml1991-epg-sign): Check if signing key is usable.
3151         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3153 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3155         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3156         server-variables only.  This should fix a bug introduced with commit
3157         e1889675b7f4adf057833c5513c9374134c4e053.
3158         (nnir-run-query): 'nnir-search-engine should not be set from the global
3159         environment.
3161 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3163         * nnir.el (nnir-search-thread): Position point on referring article
3164         line.
3165         (nnir-warp-to-article): Clean up summary buffers.
3167         * nnimap.el (nnimap-request-thread): Whitespace fix.
3169 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3171         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3173 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175         * starttls.el (starttls-available-p): Rename from
3176         `starttls-any-program-available' and changed return convention.
3178 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3180         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3181         `unix-sync' unless it's defined.
3183 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3185         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3186         `aref' for XEmacs compatibiltiy.
3188 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3192 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3194         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3195         closures, quote the form properly (bug#9194).
3197 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3200         (gnus-summary-insert-new-articles): Protect against servers that are
3201         down.
3203 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3205         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3206         in mm handle if none is specified.
3208 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3210         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3212 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3214         * nnir.el (nnir-search-thread): New function to make an nnir group
3215         based on a thread query.
3217         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3218         of nnir in thread referral.
3219         (gnus-summary-refer-thread): Use it.
3221         * nnimap.el (nnimap-request-thread): Use it.
3223 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225         * shr.el (shr-tag-comment): Ignore HTML comments.
3227 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3229         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3230         argument.
3231         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3232         Use `nnir-address' to handle server info rather than passing an arg.
3234         * nnimap.el (nnimap-make-thread-query): New utility function to format
3235         an imap thread search query.
3236         (nnimap-request-thread): Use it.
3238         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3239         right select-method if we are not going back to the group buffer.
3241 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3244         enter invalid buffer configurations into the quit form (bug#9107).
3245         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3246         unplugged/plugged.
3248         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3249         keep track of which ones are unread (bug#9061).
3251         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3252         (bug#9055).
3254         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3255         (bug#9041).
3257         * gnus-html.el (mm-util): Require (bug#9073).
3259         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3260         (gnus-summary-refer-thread): Use it to remove duplicates in the
3261         un-threaded view (bug#9053).
3262         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3264 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3266         * nnir.el (nnir-read-server-parm): Use default value from global
3267         variable.  Without this the default search engine parameters aren't
3268         used at all.
3270 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272         * message.el (message-unique-id): Don't use the undocumented return
3273         value from (random t) (bug#9118).
3275 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277         * message.el (message-auto-save-directory): If the ~/Mail directory
3278         doesn't exist, use ~ as the auto-save directory (bug#4432).
3280         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3281         hasn't already been started.
3283 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3287         * message.el (message-reply): Work around mysterious bug where
3288         `message-mode' seems to overwrite the locally bound `subject' variable.
3290 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3292         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3293         correct group.
3295         * gnus-int.el (gnus-request-thread): Add group argument.
3297         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3299 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3302         renamed to `debbugs-gnu-*'.
3304 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3306         * plstore.el: Revert the editing feature since it is not urgent.
3307         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3308         (plstore-mode-decoded): Remove.
3310 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3313         isn't very interesting any more, and it leaks potentially secret data.
3314         (gnus-debug): Remove.
3316         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3317         use of :custom-show.
3319 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3321         * plstore.el: Add documentation.
3322         (plstore-mode): New mode to edit plstore file.
3323         (plstore-mode-toggle-display, plstore-mode-original)
3324         (plstore-mode-decoded): New command.
3325         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3326         (plstore--insert-buffer, plstore--make): New function.
3327         (plstore-open, plstore-save): Simplify by using them.
3329 2011-07-06  Glenn Morris  <rgm@gnu.org>
3331         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3333 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3336         no longer is much used.
3337         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3338         Articles".
3340 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3342         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3343         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3344         `notmuch' backend.
3346 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348         * mm-decode.el (mm-text-html-renderer): Doc fix.
3350         * gnus-msg.el (gnus-bug): Fix the MML tag.
3352         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3354 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3356         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3357         secondary methods if started with `gnus-no-server'.
3359 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3361         * message.el (message-return-action): Fix typo in docstring.
3363 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3366         bug reports at once.
3368         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3370 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3372         * nndraft.el: Require gnus-group.
3373         (nndraft-request-list): Declare.
3375         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3376         no unread article unless it matches gnus-permanently-visible-groups.
3378         * nndraft.el (nndraft-update-unread-articles): New function.
3379         (nndraft-request-associate-buffer): Use it to update the number of
3380         unread articles for the nndraft groups in the group buffer when saving
3381         or killing a draft message.
3383 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3386         systems to binary before writing and reading the mbox files.
3388         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3389         instead of trying to list them all (bug#8978).
3391 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3393         * pop3.el (pop3-open-server): Use :end-of-capability.
3395 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3398         the id is always a number.
3400         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3401         debbugs mode, if possible.
3403 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3405         * auth-source.el (auth-source-token-passphrase-callback-function):
3406         Reindent.
3407         (epg-context-operation): Remove unnecessary autoload.
3409 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411         * gnus.el (gnus-list-debbugs): New command.
3413         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3414         mboxstat instead of the maintbox, since the stat seems to be fuller.
3416         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3417         summary buffers.
3419         * message.el (message-get-reply-headers): Delete all duplicates,
3420         instead of the first.
3421         (message-get-reply-headers): Ensure that we have progress while
3422         deleting duplicates.
3424         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3425         gnus-posting-style value from the summary buffer to make it easier to
3426         make that a per-buffer conf.
3428 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3430         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3431         found by setting `shortcut' in 'query.
3432         (nnir-request-article): Use `shortcut' setting when requesting article
3433         by Message-ID.
3435 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3437         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3438         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3439         Bring the pseudo-headers back too.
3441 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3443         * auth-source.el (auth-source-token-passphrase-callback-function):
3444         Simplify and remove EPA dependency.
3446 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3448         * nnir.el (nnir-request-article): Fix error message text.
3450 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3452         * auth-source.el (plstore-delete): Autoload.
3453         (auth-source-plstore-search): Support delete operation.
3454         * plstore.el (plstore-delete): New function.
3456 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3458         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3459         mark actually existing articles as unread rather than the ones that
3460         active asserts.
3462 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3464         * nntp.el (nntp-record-command):
3465         * gnus-util.el (gnus-message-with-timestamp-1):
3466         Use format-time-string rather than decoding time stamps by hand.
3467         This is simpler and insulates the code from potential changes to
3468         current-time format.
3470 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3472         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3474 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3476         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3477         (plstore-save): Support public key encryption.
3478         (plstore--init-from-buffer): New function.
3479         (plstore-open): Use it; fix error when opening a non-existent file.
3480         (plstore-revert): Use plstore--init-from-buffer.
3482 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3484         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3486 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3488         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3489         for old Emacsen.
3491 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3493         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3494         is not fully working.
3496 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3499         quit window configuration.
3501         * auth-source.el (epg-context-set-passphrase-callback):
3502         Remove duplicate autoload.
3504 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3506         * nnir.el (nnir-request-article): Allow requesting articles by
3507         Message-ID with nnimap.
3509         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3510         current server.
3512 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3514         * auth-source.el: Autoload EPA/EPG functions.
3515         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3516         changed when EPA/EPG is not available.
3517         (auth-source-backend): Rename "arg" member to "data".
3518         (auth-source-backend-parse, auth-source-plstore-search)
3519         (auth-source-plstore-create): Use it.
3521 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3523         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3524         `gnus-refer-article-methods'.
3526 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3528         * auth-source.el: Require EPA and EPG.
3529         (auth-source-passphrase-alist): New variable.
3530         (auth-source-passphrase-callback-function)
3531         (auth-source-token-passphrase-callback-function): Callbacks for the
3532         netrc field encryption (GPG tokens).
3533         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3534         Symmetric encryption and decryption of the netrc GPG tokens.
3535         (auth-source-netrc-normalize): Use them, simplifying the closure.
3537 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3540         non-nil, and `nnimap-split-methods' is nil, use the former.
3542 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3544         * plstore.el (plstore-revert): New function.
3545         (plstore-open): Use it; hide the buffer from user.
3547 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3549         * auth-source.el (auth-source-backend): New member "arg".
3550         (auth-source-backend-parse): Handle new backend 'plstore.
3551         * plstore.el: New file.
3553 2011-06-30  Glenn Morris  <rgm@gnu.org>
3555         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3557         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3559 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3562         expiring articles to.
3564         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3565         variations as ASCII (bug#5458).
3567 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3569         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3571 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573         * message.el (message-point-in-header-p): Tweak the function to default
3574         to saying that we're not in the headers if there is no separator at
3575         all.  This makes it possible to use the Message version of `M-q' in
3576         buffers with no headers (bug#7987).
3577         (message-point-in-header-p): Fix last checkin to work with an empty
3578         mail-header-separator, too.
3580         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3581         again, save the choice via customize.
3583 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3587         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3588         ended the connection, bail out before waiting infinitely on a new
3589         connection.
3591 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3593         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3594         reports.
3596         * gnus.el (gnus-bug-package): Use "gnus."
3597         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3599 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3602         animations going on at article exit time.
3604         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3605         since removing it breaks people upgrading.
3607         * shr.el (shr-put-image): Use the new interface for animating images.
3608         (shr-put-image): Animate for 60 seconds.
3610         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3611         error with `find-file-hooks' on Emacs 22.
3612         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3613         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3614         on all architectures.
3616         * spam.el (spam-stat): Require in a normal fashion without binding
3617         `spam-stat-install-hooks' to avoid compilation warnings.
3619         * spam-stat.el (spam-stat-install-hooks): Remove.
3620         (spam-stat-install-hooks): Don't run automatically.
3622 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3624         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3625         and keystroke.
3627 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3629         * auth-source.el (auth-source-netrc-cache): Move forward.
3631 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3634         we already know.
3635         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3636         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3638 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3641         %S format, since that looks odd.
3642         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3643         file, especially when saving.
3645 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3647         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3648         article found.
3650 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3652         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3653         `auth-source-save-secrets' with a more sensitive alist that can be
3654         configured per file.  Experimental, so defaults to 'never.
3655         (auth-source-netrc-create): Use it.  Still experimental code.
3656         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3657         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3659 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3661         * auth-source.el (auth-source-save-secrets): New variable to control if
3662         secret tokens should be saved encrypted.
3663         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3664         to `auth-source-netrc-normalize'.
3665         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3666         on the EPA variables being defined.
3667         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3668         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3669         the lexical-let closure.
3670         (auth-source-netrc-create): Create "gpg:" tokens according to
3671         `auth-source-save-secrets'.
3673 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3675         * gnus-group.el (gnus-group-update-group): Add new argument
3676         `info-unchanged' that stops updating dribble buffer.
3678         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3679         deletes lines matching to it in dribble buffer.
3681         * gnus-agent.el (gnus-agent-fetch-group-1):
3682         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3683         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3684         * gnus-start.el (gnus-group-change-level):
3685         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3687         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3688         if newsgroup info is not changed.
3690         * gnus-group.el (gnus-group-get-new-news-this-group):
3691         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3692         Don't update dribble buffer.
3694 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3696         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3697         remove entries with groups we ignore.
3699 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3702         the underline comes at the bottom.
3704 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3706         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3707         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3708         (gnus-registry-article-marks-to-names): Rename from
3709         `gnus-registry-user-format-function-M2'.
3711 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3713         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3714         ephemeral group.
3716 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718         * shr.el (shr-browse-image): Copy the URL if called interactively.
3720 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3723         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3724         done, then unselected articles may be marked as read.
3726         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3727         since not doing this seems to lead to a race condition in pop3-logon.
3729         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3730         so that the call chain it correct when we call "upwards".
3732         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3733         in read-only groups.
3735         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3737         * message.el (message-cite-reply-position): Doc string fix.
3739         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3740         avoid regexp overflow.
3741         (nnimap-transform-split-mail): Ditto.
3743         * pop3.el (pop3-retr): Error out if the server closes the connection.
3745 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3748         mm-with-unibyte-current-buffer.  The buffer should not contain any
3749         multibyte chars anyway at this stage.
3751 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3754         at the end of lines.
3756 2011-05-29  Julien Danjou  <julien@danjou.info>
3758         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3760 2011-05-27  Glenn Morris  <rgm@gnu.org>
3762         * gnus-group.el (gnus-bug-group-download-format-alist):
3763         Use the "maintainer" version of debian reports as well.
3765 2011-05-26  Glenn Morris  <rgm@gnu.org>
3767         * gnus-group.el (gnus-bug-group-download-format-alist):
3768         Use the "maintainer" version of debbugs.gnu.org reports.
3770 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3772         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3774 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3776         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3777         the thread moves us backwards and so we loop forever.
3779 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3781         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3782         whitespace in base64 data lines.
3784 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3786         * gnus-registry.el (gnus-registry-user-format-function-M):
3787         Use `mapconcat'.
3788         (gnus-registry-user-format-function-M2): Use to see the full text of
3789         the marks.  Make "," the mark text separator.
3791         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3792         authentication with auth-source.
3794 2011-05-17  Glenn Morris  <rgm@gnu.org>
3796         * gnus-group.el (gnus-import-other-newsrc-file):
3797         Use insert-file-contents.
3799 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3801         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3802         1000 iterations.
3804 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3806         * nntp.el (nntp-open-connection): Check if process-type is available.
3808 2011-05-16  Julien Danjou  <julien@danjou.info>
3810         * shr.el (shr-tag-del): Add support for del tag.
3812 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3814         * gnus-html.el (gnus-html-put-image): Register a displayer.
3816         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3818 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3820         * registry.el (prune-factor): New initialization parameter defaulting
3821         to 0.1.
3822         (registry-prune-hard): Use it.
3824         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3825         0.1 expicitly.
3827 2011-05-13  Glenn Morris  <rgm@gnu.org>
3829         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3830         is bound, since this function requires sendmail.
3832 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3834         * registry.el (registry-usage-test): Disable pruning test.
3836 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3838         * registry.el (registry-prune-hard-candidates)
3839         (registry-prune-soft-candidates): Helper methods for registry pruning.
3840         (registry-prune): Use them.  Make the sort function optional.
3842 2011-05-10  Jim Meyering  <meyering@redhat.com>
3844         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3846 2011-05-10  Julien Danjou  <julien@danjou.info>
3848         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3849         symbol and not a list.
3851 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3853         * gnus-art.el (gnus-article-mode): Move binding of
3854         shr-put-image-function here from gnus-article-prepare-display.
3856         * shr.el (shr-put-image-function): New variable.
3857         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3858         (shr-put-image): Return scaled image.
3860         * gnus-art.el (gnus-shr-put-image): New function.
3861         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3863         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3864         original ones, as deletable.
3866 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3870 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3872         * registry.el (registry-full): Add convenience method.  Fix logic.
3873         (registry-insert): Use it.  Fix logic here too.
3875         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3876         `registry-prune' if `registry-full' returns t.
3877         (gnus-registry-handle-action)
3878         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3879         (gnus-registry-usage-test): Use it.
3881 2011-05-07  Julien Danjou  <julien@danjou.info>
3883         * shr.el (shr-link): Make shr-link inherit from link by default.
3885 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3887         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3889 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3891         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3892         error out because the face is not a list.
3894 2011-05-05  Glenn Morris  <rgm@gnu.org>
3896         * gnus-start.el (gnus-propagate-marks): Declare.
3898 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3900         * registry.el (registry-reindex): Fix percentage message.
3902 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3904         * shr.el: Add shr-link face for links.
3905         (shr-urlify): Use it.
3907         * registry.el (registry-insert): Make error message more helpful.
3909 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911         * gnus-html.el (gnus-html-schedule-image-fetching):
3912         Use url-queue-retrieve, if it exists.
3914         * shr.el (shr-tag-img): Ditto.
3916         * gnus.el: Autoload more gnus-agent functions.
3918         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3919         agent if we haven't already (bug#8502).
3921         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3922         into the Agent, too.
3924         * gnus-agent.el (gnus-agent-store-article): New function.
3926         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3927         and moved from that file for reuse.
3929         * pop3.el (pop3-open-server): Error messages are "-ERR".
3931 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3934         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3936 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3939         buffer has moved to a different frame.
3941 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3944         to get the conversion from unibyte to multibyte buffers to work on
3945         Emacs 22.
3947         * nntp.el (nntp-request-article): Slight clean-up.
3949 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951         * shr.el (shr-strike-through): New face.
3952         (shr-tag-s): Use it to provide <s> support.
3953         (shr-tag-s): Remove duplicate definition.
3955 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3957         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3958         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3960 2011-04-23  Glenn Morris  <rgm@gnu.org>
3962         * gnus-sum.el (gnus-extra-headers): Bump :version.
3964 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966         * shr.el (shr-tag-sup): New function.
3967         (shr-tag-sub): Ditto.
3969 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3971         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3972         for the case where `gnus-registry-ignored-groups' is a list of lists,
3973         and don't call `gnus-parameter-registry-ignore' otherwise.
3975 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3977         * nnimap.el (nnimap-user): New backend variable.
3978         (nnimap-open-connection-1): Use it.
3979         (nnimap-credentials): Accept user parameter so it's explicit what user
3980         name is desired.
3982         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3983         default.
3985         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3986         not gnus-registry.el.
3988         * gnus-registry.el: Mention in comments how to modify
3989         `gnus-extra-headers' for proper recipient tracking and that it may
3990         already have To and Cc recently, which it does as of this commit.
3991         (gnus-registry-ignored-groups): Remove defcustom.
3992         Explain why in comments.
3993         (gnus-registry-action): Fix data-header reference to use the extra
3994         headers.  Explain in package commentary how to add To and Cc headers to
3995         the gnus-extra-headers.
3996         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3997         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3998         parameter list or a string list in `gnus-registry-ignored-groups'.
3999         Fix logic error.
4001 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003         * shr.el (shr-expand-url): Protect against null urls.
4005 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007         * shr.el (shr-base): New binding.
4008         (shr-tag-base): Keep track of <base>.
4009         (shr-expand-url): New function used throughout.
4011 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4013         * gnus-registry.el
4014         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4015         (gnus-registry-ignored-groups): New variable.
4016         (gnus-registry-ignore-group-p): Use it.
4017         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4018         set the destination group to nil (same as delete) if it's ignored.
4020 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4022         * gnus-registry.el (gnus-registry-action)
4023         (gnus-registry-fetch-header-fast):
4024         Don't use mail-header that looks an internal function of mailheader.el.
4026 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4028         * gnus-registry.el: Eliminate cl functions.
4029         (gnus-registry-sort-addresses): New function that replaces mapcan.
4030         (gnus-registry-action, gnus-registry-spool-action)
4031         (gnus-registry-split-fancy-with-parent)
4032         (gnus-registry-fetch-recipients-fast): Use it.
4033         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4035         * registry.el (initialize-instance, registry-lookup)
4036         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4037         (registry-lookup-secondary-value, registry-search, registry-delete)
4038         (registry-insert, registry-reindex, registry-size, registry-prune):
4039         Use eval-and-compile.
4041 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4043         * registry.el (registry-reindex): New method to recreate the secondary
4044         registry indices.
4046         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4047         tracked field changes.
4048         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4049         (gnus-registry-action, gnus-registry-spool-action)
4050         (gnus-registry-handle-action)
4051         (gnus-registry--split-fancy-with-parent-internal)
4052         (gnus-registry-split-fancy-with-parent)
4053         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4054         move, and delete actions, and for fancy splitting with parent.
4055         (gnus-registry-extract-addresses)
4056         (gnus-registry-fetch-recipients-fast)
4057         (gnus-registry-fetch-header-fast): Convenience functions.
4058         (gnus-registry-misc-test): ERT test of
4059         `gnus-registry-extract-addresses'.
4061 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4063         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4064         Track by subject first, then sender.
4066 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4070         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4071         Lisp.
4073         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4074         (gnus-draft-send): Use it to avoid popping
4075         up frames from gnus-group-send-queue.
4077 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4079         * gnus-registry.el: Updated gnus-registry docs.
4081 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4083         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4084         Fix logic bug.
4085         (gnus-registry-post-process-groups): Fix logging of no results and
4086         quote sender and subject.
4088 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4091         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4092         we had no early-data returned.
4093         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4094         two async commands to the same server at the same time.
4096 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4098         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4100 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4103         "warning" level.
4105         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4106         (mm-url-insert-file-contents): Don't set the package names.
4108 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4110         * gnus-registry.el (gnus-registry-action): Remove properties and
4111         simplify subject in `gnus-registry-handle-action'.
4112         (gnus-registry-spool-action): Get subject and sender from message if
4113         they are not passed in.
4114         (gnus-registry-handle-action): Remove properties and simplify subject
4115         consistently.
4117 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * registry.el: Require CL before using defmacro*.
4121 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4123         * gnus-art.el (article-treat-date): Assume that
4124         gnus-article-date-headers may be a group parameter.
4126 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4128         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4130         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4131         interactively so the newsrc file can contain foreign groups too.
4132         Useful for debugging but not much for users.
4134 2011-04-07  David Engster  <dengste@eml.cc>
4136         * registry.el (registry-usage-test): Only do
4137         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4138         lexical binding.
4140 2011-04-06  David Engster  <dengste@eml.cc>
4142         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4143         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4145 2011-04-06  David Engster  <dengste@eml.cc>
4147         * registry.el (initialize-instance): Change :after to :AFTER to be
4148         compatible with old EIEIO version in XEmacs.
4150 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4152         * gnus-registry.el (gnus-registry-post-process-groups)
4153         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4154         and provide better messaging.
4156 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4158         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4159         unconditionally anyway, discarding errors.
4160         (gnus-registry-delete-entries): New convenience function.
4161         (gnus-registry-import-eld): Import from old .eld registry.
4163         * registry.el: Don't use ERT if it's not available.  Load it
4164         unconditionally anyway, discarding errors.
4166         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4167         version from the Claudio Bley GnuTLS patch (extra optional parameters
4168         and host name).
4170 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4172         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4173         fixup the parameters that can be customized by the user between
4174         save/read cycles.
4175         (gnus-registry-read): Use it.
4176         (gnus-registry-make-db): Use it.
4177         (gnus-registry-spool-action, gnus-registry-handle-action):
4178         Fix messaging.
4179         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4180         Map references to actual group names with sender and subject tracking.
4181         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4182         (gnus-registry-usage-test): Add subject lookup test.
4184         * registry.el (registry-db, initialize-instance): Set up constructor
4185         instead of :initform arguments for the sake of older Emacsen.
4186         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4187         pre-lexbind merge bug.
4188         (registry-usage-test): Use it.
4189         (initialize-instance, registry-db): Move the non-function initforms
4190         back to the class definition.
4192 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4194         * registry.el: New library to manage gnus-registry-style data.
4196         * gnus-registry.el: Use it (major rewrite).
4198         * nnregistry.el: Use it.
4200         * spam.el: Use it.
4202 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4205         marks on non-selected articles.
4207 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4209         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4211         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4212         parameter to open-protocol-stream.
4214 2011-04-01  Julien Danjou  <julien@danjou.info>
4216         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4217         fundamental-mode.
4219 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4222         servers.
4224 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4227         made marks not propagate, again.
4229 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4231         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4232         Make this the default type.
4233         (proto-stream-open-plain): Rename from proto-stream-open-default.
4234         (open-protocol-stream, proto-stream-open-starttls)
4235         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4236         with `plain'.
4238         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4239         value.
4241         * nntp.el (nntp-open-connection-function): Document the fact that some
4242         values are not functions but are instead handled specially.
4243         Recognize nntp-open-plain-stream value.
4244         (nntp-open-connection): Recognize that value.
4246 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4249         stuff.
4251         * gnus-score.el (gnus-score-string): Fix calling convention of
4252         `gnus-simplify-buffer-fuzzy' after last patches.
4254         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4255         server for articles we didn't get any headers for.  This is a sanity
4256         check.
4258 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4260         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4261         new CAPABILITY, use it.
4263 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4266         downloading anything.
4268         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4270 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4272         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4273         colors.
4274         (gnus-splash-svg-color-symbols): New function.
4276 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4279         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4280         (gnus-simplify-subject-fuzzy): Use the local
4281         gnus-simplify-subject-fuzzy-regex instead of the global one.
4282         This makes using this variable in group parameters work.
4284 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4286         * gnus-registry.el (gnus-registry-unfollowed-groups):
4287         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4288         archive:sent-YYYY-MM-DD groups).
4289         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4290         tracking if there are more than `gnus-registry-max-track-groups'
4291         matches.
4293 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4295         * message.el (message--yank-original-internal): New function to do the
4296         insertion cleanly inside eval in `message-yank-original'.
4297         (message-yank-original): Use it.
4299 2011-03-29  Julien Danjou  <julien@danjou.info>
4301         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4302         local variables disabled rather than `normal-mode'.
4304 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4306         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4307         with open-network-stream.
4308         (proto-stream-always-use-starttls): Option removed.
4309         (open-protocol-stream): Return a process object by default.  Provide a
4310         new parameter :return-list specifying a list-type return value, which
4311         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4312         :type `network' to `try-starttls', and `network-only' to `default'.
4313         Make `default' the default, for compatibility with open-network-stream.
4314         Handle the no-parameter case exactly as open-network-stream, with no
4315         additional stream processing.  Search plists using plist-get.
4316         Explicitly add :end-of-commend parameter if it is missing.
4317         (proto-stream-open-default): Rename from
4318         proto-stream-open-network-only.  Return 'default as the type.
4319         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4320         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4321         failed.  Always return a list with a (possibly dead) process as the
4322         first element, for compatibility with open-network-stream.
4323         (proto-stream-open-tls): Use plist-get.  Always return a list.
4324         (proto-stream-open-shell): Return `default' as connection type.
4325         (proto-stream-capability-open): Use plist-get.
4326         (proto-stream-eoc): Function deleted.
4328         * nnimap.el (nnimap-stream, nnimap-open-connection)
4329         (nnimap-open-connection-1): Handle renaming of :type parameter for
4330         open-protocol-stream.
4331         (nnimap-open-connection-1): Pass a :return-list parameter
4332         open-protocol-stream to obtain a list return value.  Parse this list
4333         using plist-get.
4335         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4336         for open-protocol-stream.  Accept open-protocol-stream return value
4337         that is a subprocess object instead of a list.  Handle the case of a
4338         dead returned process.
4340 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4342         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4344         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4346 2011-03-21  Julien Danjou  <julien@danjou.info>
4348         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4349         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4350         query.
4351         (mm-inline-text): Render normal text with fontification whenever
4352         possible.
4354         * gnus-sum.el (gnus-summary-save-parts-1):
4355         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4356         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4357         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4358         Use `mm-handle-filename'.
4360         * mm-util.el (mm-handle-filename): New function, return the filename of
4361         an handle.
4363 2011-03-18  Julien Danjou  <julien@danjou.info>
4365         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4366         (gnus-buffer-live-p): Check that buffer is not nil.
4368 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370         * gnus-art.el: Require mouse, which the build bot seems to say is
4371         needed.
4373         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4374         XEmacs, since it doesn't have url-retrieve-synchronously.
4376 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4378         * gnus-group.el (gnus-group-list-ticked): New function.
4379         (gnus-group-make-menu-bar): Provide a menu entry for it.
4380         (gnus-group-list-map): Provide a binding for it.
4382 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384         * shr.el (shr-visit-file): New command.
4386         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4388 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4390         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4391         servers.
4393 2011-03-16  Julien Danjou  <julien@danjou.info>
4395         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4396         inline.
4398         * gnus-art.el (article-hide-list-identifiers):
4399         Use gnus-group-get-list-identifiers.
4401         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4402         (gnus-summary-remove-list-identifiers):
4403         Use gnus-group-get-list-identifiers to get regexp.
4404         (gnus-select-newsgroup, gnus-summary-insert-subject)
4405         (gnus-summary-insert-articles):
4406         Call gnus-summary-remove-list-identifiers unconditionally.
4408 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4411         we're selecting a group with unread articles.
4413         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4415         * gssapi.el: New file separated out from imap.el to provide a general
4416         Kerberos 5 connection facility for Emacs.
4418         * message.el (message-elide-ellipsis): Document the format spec
4419         ellipsis.
4421 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4423         * message.el (message-elide-region): Allow the ellipsis to say how many
4424         lines were removed.
4426 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4429         window configurations containing buffers that are now dead.
4431         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4432         parsing to avoid integer overflows.
4433         (nnimap-parse-flags): Simplify the last change.
4434         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4435         too large for 32-bit Emacsen.
4437 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * auth-source.el (auth-source-netrc-create):
4440         * message.el (message-yank-original): Fix use of `case'.
4442 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4444         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4445         XEmacs, which was one character too wide.
4447 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4449         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4450         default number of articles to display.
4451         (gnus-articles-to-read): Use pretty names for prompt.
4453 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455         * gnus-int.el (gnus-open-server): Ditto.
4457         * gnus-start.el (gnus-activate-group): Give a backtrace if
4458         debug-on-quit is set and the user hits `C-g'.
4459         (gnus-read-active-file): Ditto.
4461         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4463 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4465         * message.el (message-yank-original): Use cond instead of CL case.
4467 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * auth-source.el (auth-source-netrc-create): Use usual format for the
4470         default in prompts.
4472 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4474         * auth-source.el (auth-source-netrc-create): Show the default in the
4475         prompt when prompting for token creation.
4477 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4479         * auth-source.el (auth-source-format-prompt): Always convert the value
4480         to a string to avoid evaluating non-string arguments.
4481         (auth-source-netrc-create): Offer default properly, not as initial
4482         content in `read-string'.
4483         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4484         of line to determine if we've been run before.  If so, don't run again,
4485         but print a trivial message to indicate the cache was hit instead.
4487 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4489         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4490         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4491         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4492         Gnus.
4494 2011-03-11  Julien Danjou  <julien@danjou.info>
4496         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4497         modified file".
4499 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4501         * auth-source.el (auth-source-read-char-choice): New function to read a
4502         character choice using `dropdown-list', `read-char-choice', or
4503         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4504         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4505         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4506         (auth-source-netrc-saver): Use it.
4507         (auth-source-pick-first-password): New convenience function.
4509 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4511         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4512         parameter in the credentials.
4513         (nnimap-open-connection-1): Use it after a successful login.
4514         (nnimap-credentials): Add IMAP-specific user and password prompt.
4516         * auth-source.el (auth-source-search): Add :require parameter, taking a
4517         list.  Document it and the :save-function return token.  Pass :require
4518         down.  Change the CREATED message from a warning to a debug statement.
4519         (auth-source-search-backends): Pass :require down.
4520         (auth-source-netrc-search): Pass :require down.
4521         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4522         Change save prompt to indicate all modifications saved here are
4523         deletions.
4524         (auth-source-netrc-create): Take user login name as default in user
4525         prompt.  Move all the save functionality to a lexically bound function
4526         under the :save-function token in the returned list.  Set up clearer
4527         default prompts for user, host, port, and secret.
4528         (auth-source-netrc-saver): New function, intended to be wrapped for
4529         :save-function.
4531 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4533         * Version 23.3 released.
4535 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4538         lines to be spaces instead.
4540 2011-03-07  Julien Danjou  <julien@danjou.info>
4542         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4543         (sieve-sasl-auth): Check that auth-source-search did return something,
4544         or just return an empty string.
4546 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4548         * gnus.el (gnus-interactive): Use read-directory-name.
4550         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4551         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4552         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4553         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4554         Likewise.
4556         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4558 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4561         onto the list of killed groups, too.  This makes killed nnimap groups,
4562         for instance, more reliably not reappear.
4564         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4565         the parent.
4567         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4569         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4570         really have server-side marks.
4572         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4573         since most backends do not usefully have server-side marks.
4574         (gnus-update-read-articles): Propagate marks to all backends that
4575         really have server-side marks.
4577 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4579         * message.el (message-cite-reply-position, message-cite-style):
4580         New variables.
4581         (message-yank-original): Use the new citation styles.
4583 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4585         * message.el (message-options): Revert the change that's a workaround
4586         for XEmacs buffer-local issue; don't mark it buffer-local when running
4587         under XEmacs.
4589 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4591         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4592         numbers too big to be `read'.
4594 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4596         * message.el (message-options): Make buffer-local two ways to attempt
4597         to fix a XEmacs bug.
4599 2011-03-02  Julien Danjou  <julien@danjou.info>
4601         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4603 2011-03-01  Julien Danjou  <julien@danjou.info>
4605         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4606         group.
4607         (article-hide-list-identifiers): Use list-identifier group parameter.
4609 2011-02-28  Julien Danjou  <julien@danjou.info>
4611         * sieve.el (sieve-buffer-script-name): New local variable to store
4612         sieve script name.
4613         (sieve-edit-script): Store sieve script name.
4614         (sieve-upload): Use sieve script name when uploading.
4615         (sieve-upload): Use substitute-command-keys.
4616         (sieve-edit-script): Use substitute-command-keys.
4617         (sieve-refresh-scriptlist): Use substitute-command-keys.
4618         (sieve-manage-mode-map): Define keymap properly.
4619         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4620         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4621         Remove commented code about cvs.
4622         (sieve-manage-quit): New function.
4623         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4625 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4629 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4631         * auth-source.el (auth-source-search): Cache empty result sets.
4633         * auth-source.el (auth-source-save-behavior): New variable to replace
4634         `auth-source-never-create'.
4635         (auth-source-netrc-create): Use it.
4636         (auth-source-never-save): Remove.
4638 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4640         * nnimap.el (nnimap-stream): Doc fix.
4641         (nnimap-open-connection-1): Reverse the order of the ports to that the
4642         prompted-for port is first.
4644         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4645         retrieval by the no-group selection.
4647         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4648         numerical parameters.
4650 2011-02-25  Julien Danjou  <julien@danjou.info>
4652         * gnus-gravatar.el: Use gnus-with-article-buffer.
4654         * gnus-art.el (gnus-with-article-buffer): Check that the
4655         gnus-article-buffer is alive.
4657 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4659         * auth-source.el (auth-source-creation-prompts): New variable to manage
4660         creation-time prompts.
4661         (auth-source-search): Document it.
4662         (auth-source-format-prompt): Add utility function.
4663         (auth-source-netrc-create): Don't default the user name to
4664         user-login-name.  Use `auth-source-creation-prompts' and some default
4665         prompts for user, host, port, and password (the default generic prompt
4666         remains ugly).
4667         (auth-source-never-save): Add customizable option to never save info.
4668         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4669         mode excursion.
4671 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4673         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4674         argument that XEmacs doesn't support.
4676 2011-02-23  Julien Danjou  <julien@danjou.info>
4678         * gnus-art.el (article-make-date-line): Ignore errors if time is
4679         invalid and not convertible.
4680         (article-make-date-line): Only add lapsed time if time is not nil.
4682 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4684         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4685         `read-char-choice' for backwards compatibility.
4686         (auth-source-netrc-element-or-first): New function to DTRT for
4687         parameter extraction.
4688         (auth-source-netrc-create): Use it and fix multiple parameter print
4689         bug.  Use the default passed from above (given-default) or the
4690         built-in (user-login-name for :user).
4692 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4694         * gnus-start.el (gnus-dribble-read-file):
4695         Set buffer-save-without-query, since we always want to save the dribble
4696         file, probably.
4698         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4699         nnimap.
4701         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4702         -summary- since it's a user-visible variable.
4704         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4705         first time you use the new Gnus.
4707 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4709         * auth-source.el: Don't load netrc.el.
4710         (auth-sources): Search ~/.netrc as well by default.
4711         (auth-source-debug): Add 'trivia option for extra output.
4712         (auth-source-do-trivia): Use it.
4713         (auth-source-search): Simplify logic to use
4714         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4715         appropriate.  Don't keep a running count at this level.  Layer :create
4716         and :delete options appropriately on the first and second passes.
4717         Don't track the backend with the search results.
4718         (auth-source-search-backends): New function to search a list of
4719         backends for a processed spec.
4720         (auth-source-netrc-parse): Cache all netrc files, making
4721         auth-source-netrc-cache an alist keyed by the file name and using the
4722         file mtime as the caching criterion.  Keep the obfuscated data secret
4723         with a lexical bind.
4724         (auth-source-netrc-search): Don't calculate the length of the results
4725         unnecessarily.
4726         (auth-source-search-backends): Fix bug.
4727         (auth-source-netrc-create): Rework prompts.
4729 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4731         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4732         Lower case names of search constraints.
4733         (nnir-run-query): Cache and reuse search constraints for all imap
4734         servers.
4736 2011-02-22  Sam Steingold  <sds@gnu.org>
4738         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4740 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4742         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4743         after exit.
4744         (gnus-setup-message): Define missing variable from last checkin.
4746         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4747         value, show the raw article.
4749 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4751         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4752         auth-source now accepts numbers.
4754         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4755         spec, too.
4756         (auth-source-ensure-strings): New function.
4758         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4759         (gnus-article-setup-buffer): Always restart the date timer so that user
4760         changes to the frequency is respected.
4762         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4763         port numbers, so make sure it gets that if nnimap-server-port is
4764         explicit.
4766 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4768         * nnimap.el (nnimap-inbox): Doc fix.
4770 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4772         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4773         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4774         color-lab-to-srgb.
4776 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4778         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4779         given method as in the group name if we're using an extended method.
4780         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4781         command, if we're using that, instead of waiting for the beginning.
4783         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4784         we're sure to get unique server names, and we don't output two async
4785         commands in the same buffer.  This fixes an NNTP hang for some users.
4787 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4789         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4790         summary buffer before reading going to the next buffer.  This avoids
4791         putting the point in the group buffer if you `C-g' the command.
4793         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4794         cache (for now) to make ~/.authinfo.gpg files usable.
4796         * nnfolder.el (copyright-update): Define for the compiler.
4798         * auth-source.el (auth-source-search): Fix unbound variable.
4800 2011-02-19  Glenn Morris  <rgm@gnu.org>
4802         * gnus.el (gnus-meta): Doc fix.
4804 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4806         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4807         in case it's not yet loaded.
4809 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4811         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4812         line we're waiting for.
4814 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4816         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4817         face with line-width greater than zero will cause RET in gnus summary
4818         buffer to scroll down article page-wise because auto vscroll happens,
4819         it should be temporally disabled when doing a scroll-up.
4821 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4823         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4824         outputs from the server.
4826 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4828         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4829         later so that bbdb can hook in easier.
4831 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4833         * auth-source.el (auth-source-search): Don't try to create credentials
4834         if the caller doesn't want that.
4835         (auth-source-search): If we don't find a match, don't bug out on
4836         non-bound variables.
4837         (auth-source-search): Only ask a single backend to create the
4838         credentials.
4840         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4841         logging.
4842         (nnimap-credentials): Protect against auth-source-search returning nil.
4843         (nnimap-request-list): Protect against not being able to open the
4844         server.
4846 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4848         * auth-source.el (auth-source-search): Do a two-phase search, one with
4849         no :create to get the responses from all backends.
4851         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4852         when getting credentials.
4854         * gnus-util.el (gnus-delete-duplicates): New function.
4856 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4858         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4859         a creation default, pass the whole port list down.  It will be
4860         completed.
4862         * auth-source.el (auth-source-search): Updated docs to talk about
4863         multiple creation choices.
4864         (auth-source-netrc-create): Accept a list as a value (from the search
4865         parameters) and do completion on that list.  Keep a separate netrc line
4866         with the password obscured for showing the user.
4868         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4869         first choice to `auth-source-search' so it will be used for entry
4870         creation instead of the server's Gnus-specific name.
4871         (nnimap-credentials): Rely on the auth-source library to select which
4872         port is actually wanted in the new netrc entry, so don't override
4873         `auth-source-creation-defaults'.
4875         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4876         :protocol and accept a missing user, host, or port as a wildcard match.
4877         (auth-source-debug): Default to off.
4879         (auth-source-netrc-search, auth-source-netrc-create)
4880         (auth-source-secrets-search, auth-source-secrets-create)
4881         (auth-source-user-or-password, auth-source-backend, auth-sources)
4882         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4883         instead of :protocol.
4885         * nnimap.el (nnimap-credentials): Pass a port default to
4886         `auth-source-search' in case an entry needs to be created.
4887         (nnimap-open-connection-1): Use :port instead of :protocol.
4889 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4891         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4892         instead of delete-dups that is not available in XEmacs 21.4.
4894 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4896         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4897         nil means that nnimap doesn't get updated.
4899 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4901         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4902         result when the user doesn't want to write to the file.
4903         (auth-source-netrc-search): Expect a synthetic result and proceed
4904         accordingly.
4905         (auth-source-cache-expiry): New variable to override
4906         `password-cache-expiry'.
4907         (auth-source-remember): Use it.
4909         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4910         parameter.  Create entry if necessary by using :create t.
4911         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4913 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4915         * auth-source.el (auth-source-debug): Enable by default and don't
4916         mention the obsolete `auth-source-hide-passwords'.
4917         (auth-source-do-warn): New function to debug unconditionally.
4918         (auth-source-do-debug): Use it.
4919         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4920         and for Secrets API entries when the secrets.el library is not
4921         available.
4923 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4925         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4926         (gnus-summary-exit): Kill the correct article buffer on exit from a
4927         `C-d' group.
4929         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4930         gnus-propagate-marks.
4932         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4933         before killing the buffers so that a non-full window conf gets handled
4934         correctly.
4935         (gnus-summary-exit): Ditto.
4936         (gnus-summary-read-group-1): Ditto.
4938         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4939         async code again so that we can debug it properly.
4941         * message.el (message-reply): Take an optional switch-buffer parameter
4942         so that Gnus window confs are respected better.
4944 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4946         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4947         `plist-get' to accept non-list parameters (XEmacs issue).
4948         Fix docstring.
4949         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4950         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4951         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4952         Login collection is "Login" and not "login".
4954 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4956         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4957         multiple headers.
4959         * nnimap.el (nnimap-inhibit-logging): New variable.
4960         (nnimap-log-command): Don't log login commands.
4962         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4963         to have more parameters.
4965         * nnimap.el (nnimap-send-command): Mark the command time for each
4966         command, so that we don't get NOOPs stepping on our toes.
4968         * gnus-art.el (article-date-ut): Get the date from the Date header on
4969         `t'.
4971 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4973         * auth-source.el (auth-source-search): Use copy-sequence instead of
4974         the cl.el copy-list.
4976 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4978         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4979         Improve prompt.
4981 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4983         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4984         washing status from the default format.  It isn't very informative.
4986 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4988         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4989         Fix Gcc processing on imap.
4991 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4993         * message.el (message-bury): Don't pop up a new window when selected
4994         window is dedicated.
4996 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4998         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5000 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5002         * sieve-manage.el: Autoload `auth-source-search'.
5003         (sieve-sasl-auth): Use it.
5005 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5007         * nnimap.el: Autoload `auth-source-forget+'.
5008         (nnimap-open-connection-1): Use it if the connection fails.
5010         * auth-source.el: Require `password-cache'.
5011         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5012         obsolete.
5013         (auth-source-magic): Marker for `password-cache' keys.
5014         (auth-source-do-cache): Update docstring.
5015         (auth-source-search): Use and check cache.
5016         (auth-source-forget-all-cached, auth-source-remember)
5017         (auth-source-recall, auth-source-forget, auth-source-forget+)
5018         (auth-source-specmatchp): Caching support functions.
5019         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5020         Remove and obsolete.
5021         (auth-source-user-or-password): Remove caching to further discourage
5022         using it.  Always hide passwords.
5024 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5026         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5027         code for now, since it doesn't work for all users.
5029 2011-02-09  Julien Danjou  <julien@danjou.info>
5031         * message.el (message-options): Make message-options really buffer
5032         local.
5034 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5036         * mail-source.el: Autoload `auth-source-search'.
5037         (mail-source-keyword-map): Note order matters.
5038         (mail-source-set-1): Get all the mail-source source values and
5039         defaults and search auth-source on those if needed.  This can all
5040         probably be simplified.
5042         * nnimap.el: Autoload `auth-source-search'.
5043         (nnimap-credentials): Use it.
5044         (nnimap-open-connection-1): Ask for the virtual server and physical
5045         address in one shot.
5047         * nntp.el: Autoload `auth-source-search'.
5048         (nntp-send-authinfo): Use it.  Note TODO.
5050 2011-02-08  Julien Danjou  <julien@danjou.info>
5052         * shr.el (shr-tag-body): Add support for text attribute in body
5053         markups.
5055         * message.el (message-options): Make message-options a local variable.
5057 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5059         * auth-source.el (auth-source-secrets-search)
5060         (auth-source-user-or-password): Use `append' instead of `nconc'.
5061         (auth-source-user-or-password): Build return list better and protect
5062         against nil :secret.
5064 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5066         * nnimap.el (nnimap-update-info): Refactor slightly.
5067         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5068         (nnimap-update-info): Clean up slightly.
5069         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5070         characters.
5071         (nnimap-process-quirk): Rename function to avoid collision.
5072         (nnimap-update-info): Fix macrology bug-out.
5073         (nnimap-update-info): Simplify split history test.
5075 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5077         * auth-source.el (top): Require 'eieio unconditionally.
5078         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5079         (auth-source-secrets-search): Limit search when `max' is greater than
5080         number of results.
5082 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5084         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5085         part not returning any data.
5087         * proto-stream.el (open-protocol-stream): Document the return value.
5089 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5091         * auth-source.el (auth-source-secrets-search): Add examples.
5093 2011-02-06  Julien Danjou  <julien@danjou.info>
5095         * message.el (message-setup-1): Handle message-generate-headers-first
5096         set to t.
5098 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5100         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5101         API with a string "secrets:collection-name" and with 'default.
5102         (auth-source-backend-parse): Parse "secrets:collection-name" and
5103         'default.  Recurse on parses instead of repeating code.  Use the
5104         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5105         message when ignoring a source.
5106         (auth-source-search): List ignored search keys at the top level.
5107         (auth-source-netrc-create): Use `case' instead of `cond'.
5108         (auth-source-secrets-search): Created with TODOs.
5109         (auth-source-secrets-create): Created with TODOs.
5110         (auth-source-retrieve, auth-source-create, auth-source-delete)
5111         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5112         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5113         (auth-source-user-or-password-sftp)
5114         (auth-source-user-or-password-smtp): Remove.
5115         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5116         around `auth-source-search'.  Not tested thoroughly.
5118 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5120         * auth-source.el: Bring in assoc and eioeio libraries.
5121         (secrets-enabled): New variable to track the status of the Secrets API.
5122         (auth-source-backend): New EIOEIO class to represent a backend.
5123         (auth-source-creation-defaults): New variable to set prompt defaults
5124         during token creation (see the `auth-source-search' docstring for
5125         details).
5126         (auth-sources): Simplify to allow a simple string as a netrc backend
5127         spec.
5128         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5129         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5130         (auth-source-search): Main auth-source API entry point.
5131         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5132         (auth-source-search-collection): Helper function for searching.
5133         (auth-source-netrc-parse, auth-source-netrc-normalize)
5134         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5135         Supports search, create, and delete.
5136         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5137         backend stubs.
5138         (auth-source-user-or-password): Call `auth-source-search' but it's not
5139         ready yet.
5141 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5143         * message.el (message-setup-1): Remove the read-only stuff, since it
5144         doesn't work under XEmacs, for some reason.
5146         * gnus-sum.el (gnus-user-date): Rename back from
5147         gnus-summary-user-date since user code refers to it.
5149         * shr.el (shr-render-td): Store the actual background color used.
5151         * message.el (message-setup-1): Don't bind the constant
5152         -forbidden-properties.
5153         (message-setup-1): Revert previous change, since it needs to bind the
5154         props to insert them.
5155         (message-resend): Allow removing the read-only separator line.
5157 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5159         * nnimap.el (nnimap-request-accept-article): Give an error message if
5160         the APPEND wasn't successful.
5162 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5164         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5165         that have no groups.
5167 2011-02-03  Julien Danjou  <julien@danjou.info>
5169         * gnus-draft.el: Remove progn around gnus-draft-setup.
5171 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5173         * gnus-start.el (gnus-read-active-for-groups): This function is never
5174         called with a nil `infos', so clean that up.
5175         (gnus-get-unread-articles): Request active files from primary/secondary
5176         methods that have no groups (yet).
5178 2011-02-03  Julien Danjou  <julien@danjou.info>
5180         * message.el (message-setup-1): Always generate References first.
5181         (message-mail): Return the return value of message-setup, not always t.
5182         (message-setup-1): Insert mail-header-separator with read-only and
5183         intangible properties set.
5185         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5186         user-date in docstring.
5188         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5190         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5191         docstring.
5193         * gnus.el (gnus-user-date-format-alist): Change default value.
5194         Use defcustom, with type and group.  Move from gnus-util.el.
5195         Rename to gnus-summary-user-date-format-alist.
5197 2011-02-03  Glenn Morris  <rgm@gnu.org>
5199         * nnimap.el (gnus-fetch-headers): Declare.
5201         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5203 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5205         * message.el (message-forward-make-body-digest-plain)
5206         (message-followup, message-reply): Clean up things noted by Stefan.
5208         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5209         gnus-article-update-date-headers is nil.
5210         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5211         it didn't really work with defcustom.
5212         (article-update-date-lapsed): Make sure the window start doesn't move,
5213         either.
5215 2011-02-01  Julien Danjou  <julien@danjou.info>
5217         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5218         format.
5220         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5221         standard in Emacs nowadays.
5223 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5225         * message.el (message-expand-name): Don't trust the return value of
5226         bbdb-complete-name.
5227         (message-check-news-header-syntax): Remove unused var `start'.
5228         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5229         (message-inhibit-body-encoding): Move to before first use.
5230         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5231         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5232         (Organization, Message-ID, Date, mh-previous-window-config):
5233         Defvar the vars using dynamic scoping.
5235 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5237         * shr.el (shr-render-td): Only do colors at the final rendering.
5238         Should be slightly faster.
5239         (shr-insert-table): Fix up TD background colors when doing the
5240         vertical padding.
5242         * gnus-art.el (article-date-ut): Protect against articles with no Date
5243         header.
5244         (article-update-date-lapsed): Don't use current-column to find the
5245         horizontal position.  It's fragile in the presence of \003 characters.
5247         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5249 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5251         * gnus-art.el (article-transform-date): Rewrite to still work when
5252         there are several rfc2822 parts.
5253         (article-transform-date): Fix infinite recursion.
5254         (article-date-ut): Replace infinitely many Date headers with a single
5255         one when called interactively.
5257         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5258         secure manner.
5260         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5261         move around by not using save-window-excursion.  It seems to work...
5263 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5265         * gnus-art.el (article-make-date-line): Work for user-defined format.
5267 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5269         * nntp.el (nntp-retrieve-group-data-early)
5270         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5271         fetching functions.
5273         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5274         thoroughly for all backends that have no known groups.  This should
5275         allow new nnml methods to retrieve mail.
5277         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5278         that Gnus doesn't know exists again.
5280         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5281         (gnus-treat-date-ut): Ditto.
5282         (gnus-article-update-date-header): Rename.
5283         (gnus-treat-date-local): Remove.
5284         (gnus-treat-date-english): Remove.
5285         (gnus-treat-date-lapsed): Remove.
5286         (gnus-treat-date-combined-lapsed): Remove.
5287         (gnus-treat-date-original): Remove.
5288         (gnus-treat-date-iso8601): Remove.
5289         (gnus-treat-date-user-defined): Remove.
5290         (gnus-article-date-headers): New variable to control all the date
5291         header options.
5292         (article-date-ut): Rewrite to allow using the new way to format date
5293         headers(s).
5295 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5297         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5298         method.
5299         (nnmail-article-group): A better test for fanciness.
5301         * nnimap.el (nnimap-request-head): Protect against not finding the
5302         article by Message-ID.
5304 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5306         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5307         keep point at the "same place".
5309 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5311         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5312         data if the group is inactive.
5314 2011-01-28  Julien Danjou  <julien@danjou.info>
5316         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5317         (gnus-all-windows-visible-p): Remove old compatibility code.
5318         (gnus-window-top-edge): Add docstring.
5320         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5322 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5324         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5325         older request-update-info.
5327         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5329 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5331         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5332         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5334 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5336         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5337         groups.  This makes the nndraft:queue group pop up if it's not already
5338         there.
5340         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5341         messages" logic, which was reversed.
5343         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5344         the "same place" even if point is on the line being replaced.
5345         (article-update-date-lapsed): Allow updating both the combined lapsed
5346         and the lapsed headers.
5347         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5348         (article-make-date-line): Limit the number of segments dynamically to
5349         avoid too-long lines.
5351 2011-01-27  Julien Danjou  <julien@danjou.info>
5353         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5354         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5356 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5359         Use plist-get instead of the cl function getf.
5361 2011-01-27  Glenn Morris  <rgm@gnu.org>
5363         * gnus-util.el (float-time): Get rid of compiler warning, again.
5365 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5367         * shr.el (shr-put-color): Special-case background colors: Do put them
5368         at the blank parts at the front of the lines.
5370         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5371         exit hook to nix out all data on readedness on group exit.
5373         * gnus-util.el (float-time): If float-time is bound, always use it on
5374         all Emacsen.  It's unclear why the subrp check was there.
5375         (time-date): Require to make some autoload issues on XEmacs go away.
5377         * shr.el (shr-put-color): Don't do the box padding in tables, since
5378         they're already padded.
5380 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5382         * gnus-art.el (gnus-article-next-page): When the last line of the
5383         article is displayed, scroll down once more instead of going to the
5384         next article at once.
5385         (article-lapsed-string): Refactor out and allow specifying how many
5386         segments you want.
5387         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5388         (gnus-article-update-lapsed-header): New variable.
5390         * shr.el: Revert change that made headings use different-sized faces.
5391         The Emacs display engine isn't advanced enough that, for instance,
5392         tables can comfortably use differently-sized faces.
5394 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5396         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5397         used.
5398         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5399         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5400         we're using an encrypted connection.
5402         * proto-stream.el: Alter the interface functions to also return the
5403         actual stream type used: network or TLS.
5405 2011-01-25  Julien Danjou  <julien@danjou.info>
5407         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5408         (mm-display-javascript-inline): New function.
5410         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5411         viewing function.
5413 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5415         * shr.el (shr-expand-newlines): Fix variable name.
5417 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5419         * shr.el (shr-expand-newlines): Make nested boxes work.
5421 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5423         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5424         backgrounds.
5425         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5426         in a more sensible manner.
5428 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5430         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5431         if EPG is loaded.
5433 2011-01-24  Julien Danjou  <julien@danjou.info>
5435         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5436         tags.
5438 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5440         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5441         commands.
5443         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5444         in the article buffer.
5445         (gnus-gravatar-insert): Use blank space from the current buffer to
5446         avoid breaking text properties.  This makes X-Sent updating work again.
5448         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5450 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5452         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5453         fix the bug in url-http.el instead.
5455         * shr.el (shr-image-fetched): Ditto.
5457         * shr.el (shr-image-fetched): Avoid having point move in the article
5458         buffer.
5460         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5461         buffer after being called.  It's apparently being killed by url.el, and
5462         killing it made point move to end-of-buffer in a random buffer.
5464         * shr.el (shr-image-fetched): Ditto.
5466 2011-01-23  Julien Danjou  <julien@danjou.info>
5468         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5470         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5471         text/x-org.
5473 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5475         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5476         (i.e., nnimap) returning nil as the article number.
5478 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5480         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5481         "DelSp" parameter in RFC3676.
5483 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5485         * message.el (message-check-recipients): Display the encoded version of
5486         the bogus address if they differ.
5488         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5489         after sending.
5491         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5493         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5495         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5496         group buffer after sending the queue.
5498         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5500 2011-01-22  Julien Danjou  <julien@danjou.info>
5502         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5504 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5506         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5507         nested related parts.
5509         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5510         unexpired articles.  This fixes the regression that led expiry marks to
5511         disappear from nnfolder groups.
5513 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5515         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5516         Don't confuse the "ret" of "retrograde" with RET.
5518 2011-01-21  Julien Danjou  <julien@danjou.info>
5520         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5521         than mm-insert-inline.
5523 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5526         Widen article buffer.
5528 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5531         the temp buffer.
5532         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5534 2011-01-20  Julien Danjou  <julien@danjou.info>
5536         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5538         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5539         than mm-insert-inline to insert inline part: this respect
5540         mm-inline-media-tests displayers.
5542         * mm-view.el (mm-display-shell-script-inline): New function.
5544         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5546         * mm-uu.el (mm-uu-type-alist): Add org block.
5547         (mm-uu-org-src-code-block-extract): New function.
5549         * mm-view.el (mm-display-org-inline): New function.
5551         * mm-decode.el (mm-automatic-display): Add text/org.
5553         * mailcap.el (mailcap-mime-extensions): Add .org.
5555 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5557         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5558         gnus-article-add-buttons.
5560 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5562         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5563         From header with a date and "nobody" as the sender.
5565 2011-01-19  Julien Danjou  <julien@danjou.info>
5567         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5568         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5569         if you have the same regexp several times.
5570         (gnus-button-push): Fix matching when regexp is symbol.
5572 2011-01-15  Glenn Morris  <rgm@gnu.org>
5574         * message.el (message-mail): A compose-mail function should
5575         accept headers as strings.
5577 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5579         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5580         Add :vert-only tags.
5581         (message-mail): New arg RETURN-ACTION.
5582         (message-return-action): New var.
5583         (message-bury): Use it.
5584         (message-mode): Make it buffer-local.
5585         (message-send-and-exit): Always call message-bury.
5587         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5588         message-mail.
5590 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592         * nnimap.el (nnimap-convert-partial-article): Protect against
5593         zero-length body parts.
5595         * mm-decode.el (mm-preferred-alternative-precedence):
5596         Discourage showing empty parts.
5598         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5599         and stuff if the backend didn't return the article number.  This fixes
5600         an Exchange-related nnimap bug.
5602         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5603         group window, because it does the wrong thing when a separate frame
5604         displays the group buffer.
5606         * proto-stream.el (open-protocol-stream): Protect against the low-level
5607         transport functions returning nil.
5609 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5611         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5612         (mml2015-epg-find-usable-secret-key): New function.
5613         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5614         mml2015-epg-find-usable-key (Bug#7797).
5615         (mml2015-epg-encrypt): Ditto.
5617 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5621 2011-01-03  Glenn Morris  <rgm@gnu.org>
5623         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5625         * sieve.el (sieve-open-server): Give a more explicit error if
5626         sieve-manage-open returns nil.  (Bug#7720)
5628 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5630         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5632 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5635         This avoids sending passwords in plain text over non-encrypted
5636         channels.
5638         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5640         * nnimap.el (nnimap-login): Refactored out into own function, and
5641         implement CRAM-MD5.
5642         (nnimap-wait-for-line): Refactored out.
5644         * mm-view.el (mml-smime): Require.
5646 2010-12-20  David Engster  <deng@eml.cc>
5648         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5649         use EPG to decrypt S/MIME messages instead of openssl.
5651 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5655         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5656         status is the group clearly is unreachable.
5658         * auth-source.el (auth-source-create): Add the optional second
5659         parameter to `local-variable-p' to be compatible with XEmacs.
5661 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5663         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5664         work when using a compressed nnml folder.
5666 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5669         backends after sanitising on entry, because this never makes sense:
5670         If the articles have gone missing, then the data no longer exists on
5671         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5672         overwrite anything anyway.
5674         * shr.el (shr-insert-document): Bind shr-width dynamically to
5675         window-width if it's nil.
5677 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5679         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5680         with the meaning of using the full emacs window width for rendering.
5682 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5684         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5685         case when sender is not given.
5687 2010-12-23  Julien Danjou  <julien@danjou.info>
5689         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5690         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5691         the addresses, otherwise we might misplaced the gravatar.
5693 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5695         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5696         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5697         obsolete in Emacs.
5699 2010-12-20  Julien Danjou  <julien@danjou.info>
5701         * gnus-util.el (gnus-rescale-image): Revert last change.
5703 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705         * gnus-group.el (gnus-group-delete-articles): New command.
5707 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5709         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5711 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5714         here, since it's up to the backends to do CRLF removal if their
5715         protocol has it.
5717         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5719 2010-12-17  Julien Danjou  <julien@danjou.info>
5721         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5722         they are from file.  Can also scale up.
5724 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5726         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5727         Restore gnus-use-agent.
5728         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5730         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5732 2010-12-17  Julien Danjou  <julien@danjou.info>
5734         * gravatar.el (gravatar-retrieve-synchronously): New function.
5735         (gravatar-get-data): Make more robust.
5737 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5740         to really consider the last line.
5742 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5744         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5745         list of recipient keys, or use symmetric encryption if not a list.
5746         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5747         EPA override, replacing the call to `netrc-store-data'.
5749 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5751         * gnus-srvr.el: Avoid passing nil regexp argument to
5752         delete-matching-lines.
5754 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5757         fetching stops when Gnus exits.
5759         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5760         function.
5761         (nnfolder-request-expire-articles): Save all the buffers after doing
5762         expiry.
5764         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5765         the last article", since that led to serious performance regressions
5766         when expiring nnml groups.
5768 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5770         * nnir.el: Improve customizations.
5772 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5776         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5777         group has been killed.
5778         (gnus-group-yank-group): Ditto.
5780         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5782         * nnimap.el (nnimap-request-update-group-status): New function.
5784         * gnus-int.el (gnus-request-update-group-status): New interface
5785         function.
5787         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5788         copying read-ness to the backends.
5790         * nnimap.el (nnimap-quirk): New function.
5791         (nnimap-retrieve-group-data-early): Use it.
5792         (nnimap-quirks): New alist.
5794 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5796         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5797         don't delete it within indentation.
5799 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5802         previous line.
5804 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5807         QRESYNC command by deleting a superfluous space which broke Cyrus
5808         servers.  This change will break other servers that are buggy the other
5809         way around.
5811 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5813         * spam.el: Reindent and fix long lines.
5814         (spam-copy-or-move-routine): Exclude invalid move destinations.
5816 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5818         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5819         installed the registry.
5821 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5823         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5824         groupname doesn't contain "gmane".
5826 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5829         (gnus-1): Don't create the nndrafts group twice.
5830         (gnus-setup-news): There's no need to read the active file here, since
5831         that's done again later on a per-backend basis.
5832         (gnus-start-draft-setup): Make sure that the new group is started out
5833         empty.
5835         * gnus-agent.el (gnus-agentize): Don't create the queue group
5836         automatically on startup.  It'll be created later, if needed.
5838         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5839         of automatically subscribed groups.
5840         (gnus-auto-subscribed-categories): New variable.
5841         (gnus-matches-options-n): Use it.
5842         (gnus-default-subscribed-newsgroups): Remove unused variable.
5843         (gnus-start-draft-setup): Message a bit less.
5845 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5847         * nnir.el (nnir-run-imap): Return article list in order of increasing
5848         UID.
5850 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852         * gnus-sum.el (gnus-summary-enter-digest-group):
5853         Mention gnus-auto-select-on-ephemeral-exit.
5855         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5856         convention of the network-only option.
5858 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860         * proto-stream.el (proto-stream-open-network-only): New function to
5861         have a way to specify non-STARTTLS upgrade connections.
5863 2010-12-10  Julien Danjou  <julien@danjou.info>
5865         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5866         email address is nil.
5868         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5870 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5872         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5873         deletion.
5874         (nnir-run-imap): Only need to parse list once.
5876 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878         * shr.el (shr-tag-script): Ignore <script>.
5879         (shr-tag-label): Add <label> support.
5881 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5883         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5885         * shr.el (shr-image-displayer): Work for images lined side by side.
5887 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5889         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5890         parameter, since XEmacs doesn't accept t as a parameter.
5892 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5894         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5895         ids.
5896         (nnir-run-gmane): Simplify groupspec formatting.
5897         (nnir-request-expire-articles): New function.
5899 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5902         overflow, possibly.
5904         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5905         (shr-render-td): Handle td style="" better.
5906         (shr-tag-table): Use the color from the style sheet.
5907         (shr-render-td): Make sure we copy over all the overlays, too.
5909 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5911         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5912         (nnir-request-article): Improve article retrieval.
5914 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5916         * mm-util.el (mm-extra-numeric-entities): New variable.
5918         * mm-url.el (mm-url-decode-entities):
5919         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5921 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * message.el: Use completion-at-point.
5924         (message-completion-function): New fun, extracted from message-tab.
5925         (message-mode): Use it for completion-at-point-functions.
5926         (message-tab): Use it and completion-at-point.
5928 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5930         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5931         character if a non-breakable character follows.
5933 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5936         any stream.
5938         * shr.el (shr-tag-font): Colorize the region.
5939         (shr-tag-body): Ditto.
5940         (shr-tag-font): Actually let the styles be inherited instead of
5941         overwriting them.
5942         (shr-tag-font): Get the background color right.
5943         (shr-tag-style): Ignore all <style> tags for the moment.
5945         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5946         a Message-ID to avoid having nnimap depend on gnus-sum.
5948         * shr.el (shr-descend): Only colorize something if we have a node that
5949         sets colors.
5951 2010-12-06  Julien Danjou  <julien@danjou.info>
5953         * shr.el (shr-render-td): Render td content with shr-descend, so style
5954         will be applied to <td> too.
5955         (shr-colorize-region): Colorize region even if we only have a background.
5956         (shr-tag-body): Fix color and background color inheritance.
5957         Do not recolorize after shr-generic.
5958         (shr-tag-font): Let shr-generic colorize via inheritance.
5960 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5962         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5964 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5966         * nnir.el (nnir-request-move-article): Remove obsolete code.
5968 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5970         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5972 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974         * gnus-sum.el (gnus-summary-respool-article): The completion function
5975         expects a list instead of an alist.
5977         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5978         string as the parameter.
5980         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5982         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5983         styles.
5984         (shr-colorize-region): New function.
5985         (shr-insert-background-overlay): Remove.
5986         (shr-render-td): Background setting should be taken care of on a higher
5987         level.
5988         (shr-tag-body): Use post-hoc colorizations.
5989         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5990         (shr-put-color-1): Don't overwrite old colors.
5991         (shr-colorize-region): When the background color isn't explicit, use
5992         a fixed background.
5994         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5995         nnmail variables.
5997 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5999         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6000         unless necessary.
6002 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6004         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6005         server.
6007 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6010         so that TAB works.
6012         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6013         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6015         * shr.el (shr-urlify): Show the URL before the title to avoid
6016         misleading URLs.
6018 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6020         * shr.el (shr-urlify): Display the title in <a> tags.
6022 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6024         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6026 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6028         * nnir.el: Rearrange code to allow macros to be autoloaded by
6029         gnus-sum.el.
6030         (nnir-retrieve-headers-override-function): Make this variable
6031         customizable.
6032         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6034         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6035         from nnir.el.
6037 2010-12-03  Julien Danjou  <julien@danjou.info>
6039         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6041 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6043         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6044         allow optional argument `environment'.
6046 2010-12-03  Glenn Morris  <rgm@gnu.org>
6048         * mm-extern.el (message-goto-body): Update declaration.
6050 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6052         * gnus-util.el (gnus-macroexpand-all): New function.
6054         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6055         instead of macroexpand-all that is unavailable in XEmacs.
6057 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6059         * nnir.el (nnir-summary-line-format): New variable.
6060         (nnir-mode): Use it.
6061         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6062         (nnir-article-ids): Reimplement as defsubst.
6063         (nnir-retrieve-headers): Don't mangle the subject header.
6064         (nnir-run-imap): Use 100 as RSV score.
6065         (nnir-run-find-grep): Fix for full server searching.
6066         (nnir-run-gmane): Better restriction to gmane groups.
6068         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6069         summary buffers.
6071 2010-12-02  Julien Danjou  <julien@danjou.info>
6073         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6075         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6077         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6078         support.
6080 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6082         * nnir.el: Update to handle the registry better.
6083         (autoload): Silence byte-compiler.
6084         (nnir-open-server): Add a hook for nnir groups.
6085         (nnir-request-move-article): Don't mangle the header.  Better to use
6086         formatting variables (which will be added in the future).
6087         (nnir-registry-action): Update the registry using the original article
6088         group name.
6089         (nnir-mode): Install nnir-specific hooks for updating the registry.
6091         * gnus-sum.el
6092         (gnus-article-original-subject,gnus-newsgroup-original-name):
6093         Remove obsolete variables.
6094         (gnus-summary-move-article): Remove use of obsolete variables.
6095         (gnus-summary-local-variables): Make move and delete hooks local to
6096         summary buffers.
6098 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6100         * rtree.el: New file.
6102 2010-12-01  Julien Danjou  <julien@danjou.info>
6104         * message.el (message-user-organization): Do not use
6105         gnus-local-organization.
6107         * gnus.el: Remove gnus-local-organization.
6109         * gnus-msg.el: Remove nastygram thing.
6111 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6113         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6114         funcall.
6116 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6118         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6119         names.
6121         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6122         characters.
6124         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6125         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6126         Suggested by Štěpán Němec <stepnem@gmail.com>.
6127         (gnus-gravatar-transform-address): Use mail-extract-address-components
6128         that supports non-ASCII names rather than mail-header-parse-addresses.
6130 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6133         handled by the network handler.
6135 2010-11-30  Julien Danjou  <julien@danjou.info>
6137         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6138         (nnimap-open-connection-1): Fix PREAUTH.
6140         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6142 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6144         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6145         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6146         (shr-insert): Use them.
6147         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6149 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6151         * nnir.el (nnir-request-move-article): Bail out if original group
6152         doesn't support article moves.
6153         (nnir-get-active): Improve active list retrieval.
6155 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6159 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6161         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6162         seem to accept strings-with-numbers as port numbers.
6164 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6166         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6167         change the registry.
6169 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6172         delete-dups that is not available in XEmacs 21.4.
6174         * mm-util.el (mm-delete-duplicates): Add comment.
6176 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6178         * nnir.el (nnir-ignored-newsgroups): New variable.
6179         (nnir-get-active): Use it.
6181 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183         * proto-stream.el (proto-stream-open-network): Add some comments.
6185         * nntp.el (nntp-open-connection): Provide a :success condition.
6187         * nnimap.el (nnimap-open-connection-1): Ditto.
6189         * proto-stream.el (proto-stream-open-network): See what the response to
6190         the STARTTLS command is.
6192         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6193         backwards compatibility).
6194         (nnimap-open-connection-1): Really respect nnimap-server-port.
6196         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6197         TLS upgrades we don't really care about the identity of the peer.
6198         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6199         that what we've checked for.
6200         (proto-stream-always-use-starttls): Only default to t if
6201         open-gnutls-stream exists.
6202         (proto-stream-open-network): If STARTTLS failed, then just open a
6203         normal connection.
6204         (proto-stream-open-network): Wait until the greeting before doing
6205         STARTTLS.
6207         * nntp.el (nntp-open-connection): Report what the connection error is.
6209         * proto-stream.el (open-protocol-stream): Rename from
6210         open-proto-stream.
6212 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214         * nnimap.el (nnimap-stream): Change default to `undecided'.
6215         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6216         first, and then network.
6217         (nnimap-open-connection-1): Respect nnimap-server-port.
6218         (nnimap-open-connection): Be more backwards-compatible.
6220         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6221         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6222         (proto-stream-open-starttls): Folded back into the main function.
6223         (proto-stream-open-network): Fix typo in the GnuTLS path.
6224         (proto-stream-command): Refactor out.
6226         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6228         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6229         starttls.el STARTTLS.
6231         * color.el (color-lab->srgb): Fix function call name.
6233         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6234         if we're using tls.el.
6235         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6236         built in, then don't try to establish a STARTTLS connection.
6238         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6239         servers.
6241         * proto-stream.el (open-proto-stream): Use network, not stream.
6242         (open-proto-stream): Add a way to specify what the end of a command is.
6244         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6245         connections types.
6246         (nntp-open-network-stream): Remove.
6247         (nntp-open-ssl-stream): Remove.
6248         (nntp-open-tls-stream): Remove.
6249         (nntp-ssl-program): Remove.
6251         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6253 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6255         * nnir.el: Fix typos.
6256         (nnir-retrieve-headers-override-function): Rename variable to reflect
6257         new semantics.
6258         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6259         macros.
6260         (nnir-request-article, nnir-request-move-article): Use them.
6261         (nnir-categorize): New function.
6262         (nnir-run-query): Use it.
6263         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6264         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6265         sorted.
6266         (nnir-group-full-name): Use gnus-group-full-name instead.
6267         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6268         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6270 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6274         * proto-stream.el: New library to provide protocol-specific
6275         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6276         protocols.
6277         (open-proto-stream): Complete the documentation.
6278         (proto-stream-open-network): Fix some typos.
6280         * nnimap.el (nnimap-open-connection): Use it.
6282 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6284         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6285         negotiation.
6287 2010-11-26  Julien Danjou  <julien@danjou.info>
6289         * color.el: Rename various rgb functions to srgb.
6291 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6294         names.
6296 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6298         * shr.el (shr-insert): Revert last change.
6299         (shr-find-fill-point): Never leave point being at bol;
6300         relax the kinsoku limitation when rendering tables.
6302 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6305         results from -accept-article.
6307         * shr-color.el: Require cl when compiling.
6309         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6310         checkin.
6312         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6314         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6316         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6317         'add and 'delete to set backend marks.
6319         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6321         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6323         * nntp.el (nntp-request-set-mark): Use it.
6325         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6327         * nnml.el (nnml-request-set-mark): Ditto.
6329         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6330         introduces regressions in article selection.
6331         (nnimap-find-uid-response): New function.
6332         (nnimap-request-accept-article): Use the UID returned, if any.
6333         (nnimap-request-move-article): Use the UID returned, if any.
6334         (nnimap-get-groups): Reimplement to work with folded lines.
6335         (nnimap-find-uid-response): The UID is the last element in the list.
6336         (nnimap-request-set-mark): Extend syntax with 'set.
6338         * nnml.el (nnml-request-set-mark): Ditto.
6340         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6342         * nntp.el (nntp-request-set-mark): Ditto.
6344 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * message.el (message-called-interactively-p): A temporary macro.
6347         (message-goto-body): Use it temporarily.
6349 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6352         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6353         (nnimap-last-response-string): Fix last unfolding fix.
6355 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6357         * shr.el (shr-insert): Fix the way to fold lines.
6359 2010-11-25  Julien Danjou  <julien@danjou.info>
6361         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6363         * color.el: Rename from color-lab.el
6364         (color-rgb->hex): Add.
6365         (color-complement): Add.
6366         (color-complement-hex): Add.
6368         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6370 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372         * shr-color.el (shr-color-visible): Don't bug out if the color names
6373         don't exist.
6375 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6377         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6378         assuming that article displaying or another mml-preview may be
6379         interrupted for an error or for the like.
6381         * shr.el (shr-get-background): Fix argument name.
6383 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6387         * gnus-sum.el (gnus-summary-include-articles): New function.
6389         * message.el (message-goto-body): called-interactively-p needs a
6390         parameter, so use `any'.
6392         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6393         clear marks before moving, since they're synced from the Gnus side
6394         first.
6396         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6397         (gnus-summary-move-article): Copy over all marks before moving, so that
6398         IMAP doesn't think a new article has arrived.
6400 2010-11-24  Julien Danjou  <julien@danjou.info>
6402         * shr.el (shr-insert-background-overlay): Fix typo.
6403         (shr-render-td): Copy the background before rendering.
6405         * shr-color.el (shr-color-visible): Fix docstring.
6407         * shr.el (shr-tag-table): Add bgcolor support.
6408         (shr-render-td): Add bgcolor support.
6409         (shr-get-background): Add.
6410         (shr-insert-foreground-overlay): Use shr-get-background.
6412         * message.el (message-goto-body): Use called-interactively-p.
6413         (message-in-body-p): message-goto-body returns point.
6415 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6418         Fixes something or other in Emacs 23, and is backwards compatible.
6420         * message.el (message-goto-body): Remove the <#secure special-casing,
6421         which is too special.
6423         * shr.el (shr-parse-style): Drop !important from styles.
6425 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6427         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6428         this function to return incorrect results when calling it with an
6429         explicit article argument different from
6430         (gnus-summary-article-number).
6432 2010-11-24  Julien Danjou  <julien@danjou.info>
6434         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6435         (shr-tag-body): Add background support.
6436         (shr-descend): Add background support.
6437         (shr-tag-title): Add.
6439         * shr-color.el (shr-color-visible): Really return original background
6440         if fixed.
6442 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444         * shr.el (shr-color-check): Protect against non-existent color names.
6446 2010-11-24  Julien Danjou  <julien@danjou.info>
6448         * color-lab.el: Require 'cl when compiling.
6450         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6452         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6453         matched part.
6455         * color-lab.el: Fix all expt calls to use float type.
6457 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6459         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6460         expression to shr-color-check as is.
6462         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6464         * color-lab.el: Add coding cookie.
6465         (float-pi): Use eval-and-compile.
6467 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469         * shr.el (shr-insert-color-overlay): Split stuff like
6470         "#444444 !important" to find the real color.
6471         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6472         parse <font color="red"> entries.
6474 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6476         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6477         point when parsing headers.
6479         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6480         is positioned properly when parsing headers.
6482 2010-11-23  Julien Danjou  <julien@danjou.info>
6484         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6486         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6488         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6490         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6491         Use shr-color-hue-to-rgb.
6492         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6494 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496         * shr.el (shr-color->hexadecimal): Autoload.
6497         (shr-descend): Add color to all tags.
6499 2010-11-22  Julien Danjou  <julien@danjou.info>
6501         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6502         shr-color->hexadecimal.
6504         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6505         RGB() or HSL() color representation.
6507         * shr.el (shr-tag-font): Add.
6508         (shr-tag-color-check): New function to get better colors.
6509         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6510         tag-span.
6512         * shr-color.el: New file.
6514         * color-lab.el: New file.
6516         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6518 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6520         * nnir.el: Fix typo in comments.
6521         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6522         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6524 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6528         * nnimap.el (nnimap-get-capabilities): Refactor out.
6529         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6531 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6533         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6534         appearing when `mm-uu-hide-markers' is nil.
6536 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538         * nnimap.el (nnimap-unselect-group): Make into its own function.
6539         (nnimap-request-rename-group): Unselect group before renaming.
6540         This had gotten lost somewhere.
6541         (nnimap-request-accept-article): Keep track of examined groups, and
6542         unselect the group before APPENDing to read-only groups.
6543         (nnimap-request-move-article): Clear flags before moving so that they
6544         can be re-set later.
6546 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6548         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6549         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6551 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6553         * gnus-art.el (gnus-mime-display-single):
6554         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6555         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6556         parameter.
6558 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6561         (shr-table-vertical-line): New variable.
6562         (shr-insert-table): Use it.
6564 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6566         * gnus-html.el (gnus-html-wash-images): Don't display images if
6567         gnus-inhibit-images is non-nil; register displayer for cid images.
6568         (gnus-html-display-image): Work for cid image.
6569         (gnus-html-insert-image): Allow arguments.
6570         (gnus-html-put-image): Inhibit read-only.
6571         (gnus-html-prefetch-images): Don't prefetch images if
6572         gnus-inhibit-images is non-nil.
6574 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576         * shr.el (shr-put-image): Break lines when inserting big pictures.
6578 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6580         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6581         sender, thanks Katsumi Yamaoka.
6583 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6585         * nnir.el (nnir-run-imap): Reverse the article list for each group
6586         rather than the whole list.
6588 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6590         * shr.el (shr-image-displayer): Protect function against non-existent
6591         image source.
6593         * gnus-art.el (gnus-inhibit-images): New user option.
6594         (gnus-mime-display-single): Don't display image if it is non-nil.
6596         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6597         gnus-inhibit-images.
6599         * shr.el (shr-image-displayer): New function.
6600         (shr-tag-img): Use it.
6602 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6604         * mml2015.el (mml2015-epg-sign): Use From header.
6606 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6610         * gnus-util.el (gnus-find-text-property-region): Return markers.
6612         * shr.el (shr-tag-img): Put a displayer in the text property.
6614         * gnus-util.el (gnus-find-text-property-region): New utility function.
6616         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6617         (gnus-html-show-images): Remove.
6619         * gnus-art.el (gnus-article-show-images): New, more general function.
6621         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6622         image url text properties.
6624         * shr.el: Ditto.
6626         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6627         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6629 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6631         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6632         work for two or more articles.
6634 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6636         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6637         divide an image that's in an html article to two or more when washing
6638         non-ASCII characters in alt text of it.
6640 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6642         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6643         smime-decrypt-region using function argument.
6644         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6646         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6648         * smime.el (smime-decrypt-region): Catch it.
6650 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6652         * smime.el (smime-mode-map): Move initialization into declaration.
6653         (gnus-run-mode-hooks): Don't autoload.
6654         (smime-mode): Use define-derived-mode.
6656 2010-11-11  Glenn Morris  <rgm@gnu.org>
6658         * smime.el (from): Restrict declaration to XEmacs.
6660         * nnir.el (gnus-group-topic-name): Autoload.
6662 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * shr.el (shr-insert): Don't break long line if it is because of
6665         kinsoku-bol characters in the line end.
6667 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6669         * nnir.el (nnir-request-move-article): Fix to provide original group
6670         and subject.
6671         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6672         been retrieved.
6674         * gnus-sum.el (gnus-summary-move-article): Use original group and
6675         subject for virtual articles such as those in an nnir summary buffer.
6677 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6679         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6680         least 21.5).
6682         * smime.el (from): Declare it again for XEmacs.
6684 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686         * message.el (message-resend): Don't disable encoding unless it's
6687         already encoded.
6689         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6690         low-numbered articles.
6692 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6694         * rfc2047.el (rfc2047-syntax-table): Simplify.
6696         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6697         set-char-table-range for XEmacs.
6699 2010-11-10  Glenn Morris  <rgm@gnu.org>
6701         * smime.el (from): Remove unused declaration.
6703         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6704         (gnus-float-time): On Emacs, always an alias.
6706         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6707         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6709 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6713 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715         * shr.el (browse-url-mailto): Autoload.
6717         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6719         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6720         regexp doesn't need quoting.
6722 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6724         * message.el (message-subject-trailing-was-ask-regexp)
6725         (message-subject-trailing-was-regexp): Match was: in addition to was.
6727 2010-11-09  Glenn Morris  <rgm@gnu.org>
6729         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6730         (nnbabyl-check-mbox): Use point-at-bol.
6732 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6736         * message.el (message-mailto): New function.
6737         (message-mailto): Should accept other parameters.
6738         (message-mailto): Remove since it duplicates browse-url-mailto
6739         functionality.
6741 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6744         methods.
6745         (gnus-read-active-file): Ditto.
6747         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6748         ": " from the prompt.
6749         (gnus-group-make-group): Ditto.
6751 2010-11-07  Glenn Morris  <rgm@gnu.org>
6753         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6754         (gnus-bookmark-kill-line): Use point-at-eol.
6756 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6758         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6759         asterisks in From header.
6761 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6764         string to avoid making the From headers syntactically invalid.
6766         * message.el (message-send-mail): Don't insert courtesy messages if the
6767         message already has List-Post and List-ID messages.
6769 2010-11-06  Glenn Morris  <rgm@gnu.org>
6771         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6772         `condition', `type', `length' a prefix.
6773         (gnus-treat-predicate): Update for above name changes.
6775 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6777         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6778         binding.  Handled by `gnus-summary-refer-thread' instead.
6779         (nnir-warp-to-article): New backend function.
6781         * nnimap.el (nnimap-request-thread): Force dependency updating.
6783         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6784         (gnus-summary-refer-thread): Rework to improve thread-referral.
6786         * gnus-int.el (gnus-warp-to-article): New function.
6788         * gnus-sum.el (gnus-summary-article-map): Bind it.
6790 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6792         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6793         gnus-summary-refer-thread.
6795         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6796         headers.
6797         (gnus-summary-limit-include-thread): Prevent articles in thread from
6798         being cut in gnus-cut-threads.
6799         (gnus-summary-refer-thread): Limit retrieved headers to those in
6800         thread.
6802 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804         * message.el (message-send-mail): Use the value of
6805         message-courtesy-message from the message buffer.
6807         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6809         * shr.el (shr-browse-url): Implement mailto: URLs.
6811         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6812         "raw".
6814         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6815         if it's already selected.
6817         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6819 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6821         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6822         to measure the length and truncate alt text.
6824 2010-11-03  Glenn Morris  <rgm@gnu.org>
6826         * nndiary.el (nndiary-generate-nov-databases-1)
6827         (nndiary-generate-active-info): Rename dynamic variable `files' to
6828         something less generic.
6830 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6832         * nnir.el (nnir-request-move-article): Call the underlying backend to
6833         move articles from nnir.
6835 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6839 2010-11-02  Julien Danjou  <julien@danjou.info>
6841         * nnir.el: Remove wais support.
6843 2010-11-02  Glenn Morris  <rgm@gnu.org>
6845         * gnus-html.el: Reorder requirements to quieten compiler.
6847 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6849         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6850         properly for XEmacs as well.
6851         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6852         (gnus-article-natural-long-line-p): Use window-width rather than
6853         frame-width.
6855 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6857         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6858         (nnir-read-parms): Don't modify query.
6859         (nnir-run-query): Add ability to search topic on current line.
6860         (nnir-get-active): Clean up.
6862 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6865         degenerate articles.
6867         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6868         (gnus-print-buffer): Just print the buffer as is, without any copying
6869         to a buffer and then re-highlighting.
6871         * nnimap.el (nnimap-request-group): Store the new updated info.
6872         (nnimap-request-group): Select the group when we don't know whether it
6873         exists or not.
6875         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6876         groups.
6878         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6879         groups.
6881         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6882         groups.
6884         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6885         long-lines case by only filling the long lines.
6887         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6888         (bug #7311).
6890 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * shr.el: No need to declare `declare-function' since shr.el is for
6893         only Emacsen that provide `libxml-parse-html-region'.
6895 2010-11-01  Glenn Morris  <rgm@gnu.org>
6897         * mm-util.el (gnus-completing-read): Autoload.
6898         (mm-read-coding-system): Simplify Emacs definition.
6900         * nnmail.el (gnus-activate-group):
6901         * nnimap.el (gnutls-negotiate):
6902         * nntp.el (netrc-parse): Fix declarations.
6904 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6906         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6907         string-match-p in Emacs >=23.
6909         * gnus-msg.el (gnus-configure-posting-styles):
6910         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6912 2010-11-01  Glenn Morris  <rgm@gnu.org>
6914         * nnir.el (declare-function): Add compat stub.
6915         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6916         (nnir-run-gmane): Require 'mm-url.
6918         * mm-util.el (mm-string-to-multibyte): Simplify.
6920         * shr.el (declare-function): Add compat stub.
6921         (url-cache-create-filename): Declare.
6922         (mm-disable-multibyte, widget-convert-button): Autoload.
6924         * smime.el (ldap-search): Declare.
6925         (smime-cert-by-ldap-1): Require ldap on Emacs.
6927         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6928         (nnimap-keepalive): Use gnus-float-time.
6930         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6931         (mail-source-delete-crash-box): Use gnus-float-time.
6933         * gnus-dired.el (gnus-completing-read): Autoload.
6935         * mm-view.el (gnus-rescale-image): Autoload.
6937         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6939         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6941         * sieve-manage.el: Require 'cl when compiling.
6943         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6944         (gnus-iswitchb-completing-read): Require iswitchb.
6945         (gnus-select-frame-set-input-focus): Silence compiler.
6947 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949         * message.el (message-subject-trailing-was-query): Change default to t,
6950         since I think that's what most people want.
6952         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6953         appending for easier debugging.
6954         (nnimap-wait-for-connection): Take a regexp.
6955         (nnimap-request-accept-article): Wait for the continuation line before
6956         sending anything unless we're streaming.
6958         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6959         leave the header washing to take place.
6961 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6963         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6964         regular expression match and replace in posting styles.
6966 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6968         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6969         an entire server.
6970         (nnir-get-active): New function.
6971         (nnir-run-imap): Use it.
6972         (nnir-run-gmane): Who knew, gmane search returns an article score!
6974         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6975         server on the current line with nnir.
6977 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6979         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6980         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6981         left edge.
6982         (gnus-article-foldable-buffer): Skip past the prefix when determining
6983         raggedness.
6985         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6986         the raw article, and change `C-u g' to show the article without doing
6987         treatments.
6989         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6990         on to `gnus-treat-article'.
6991         (gnus-inhibit-article-treatments): New variable.
6993         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6995         * gnus-art.el (gnus-treatment-function-alist): Have
6996         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6997         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6998         sections.
7000         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7001         parameter.
7002         (gnus-article-fill-cited-long-lines): New function.
7003         (gnus-article-fill-cited-article): Allow filling only long sections.
7005         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7006         and non-punctuation (like after the apostrophe in "'We").
7008         * gnus-sum.el (gnus-summary-select-article): Make sure
7009         gnus-original-article-buffer is alive.
7011         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7012         reflect the order they are in the digest.
7014         * gnus.el (gnus-group-startup-message): Move point to the start of the
7015         buffer.
7017         * nnimap.el (nnimap-capability): New function.
7018         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7019         is set.
7021 2010-10-31  David Engster  <dengste@eml.cc>
7023         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7024         conform with changes to gnus-completing-read.
7026 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7030 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7032         * nnir.el: Move defvar, defcustom around to keep file organized
7033         and keep byte-compiler quiet.
7034         (nnir-read-parms): Accept search-engine as arg.
7035         (nnir-run-query): Pass search-engine as arg.
7036         (nnir-search-engine): Remove.
7038 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040         * shr.el (shr-generic): The text nodes should be text, not :text.
7042         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7043         later in the file.
7045 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7047         * nnir.el: General clean up.  Allow searching with multiple engines.
7048         Allow separate extra-parameters for each engine.
7049         Batch queries when possible.
7050         (nnir-imap-default-search-key,nnir-method-default-engines):
7051         Add customize interface.
7052         (nnir-run-gmane): New engine.
7053         (nnir-engines): Use it.  Qualify all prompts with engine name.
7054         (nnir-search-engine): Remove global variable.
7055         (nnir-run-hyrex): Restore for now.
7056         (nnir-extra-parms,nnir-search-history): New variables.
7057         (gnus-group-make-nnir-group): Use them.
7058         (nnir-group-server): Remove in favor of gnus-group-server.
7059         (nnir-request-group): Avoid searching twice.
7060         (nnir-sort-groups-by-server): New function.
7062 2010-10-30  Julien Danjou  <julien@danjou.info>
7064         * gnus-group.el: Remove gnus-group-fetch-control.
7066         * gnus-start.el (gnus-find-new-newsgroups):
7067         Remove gnus-check-first-time-used.
7069         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7071 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7073         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7074         set on groups that don't have \* permanentflags.
7076 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7079         control the background color.
7080         (shr-tag-img): Ignore very small web bug type images.
7081         (shr-put-image): Add help-echo alt texts to the images.
7082         (shr-tag-video): Show the video poster image.
7084 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086         * shr.el (shr-table-depth): New variable.
7087         (shr-tag-table-1): Only insert the images after the top-level table.
7089         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7091         * gnus-util.el (gnus-list-memq-of-list): New function.
7093         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7094         selected.
7095         (nnimap-unsplittable-articles): New slot.
7096         (nnimap-new-articles): Use it.
7098 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7100         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7101         move to the previous line on `M-g'.
7103 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7106         *-request-group, which seems unnecessary.
7108         * nnimap.el (nnimap-quote-specials): Function copied over from
7109         imap.el.
7110         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7111         they support that.  Suggested by Tom Regner.
7113 2010-10-29  Julien Danjou  <julien@danjou.info>
7115         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7116         defalias.
7117         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7119         * gnus.el: Remove `gnus-nntp-service' variable.
7120         (gnus-secondary-servers): Make obsolete.
7121         (gnus-nntp-server): Make obsolete.
7123         * gnus-start.el (gnus-1): Remove x-splash calls.
7125         * gnus-ems.el (gnus-x-splash): Remove.
7127         * gnus.el (gnus-group-startup-message): Simplify/update code.
7129         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7130         capability before doing anything.
7131         (gnus-group-insert-group-line): Remove useless
7132         gnus-group-remove-excess-properties.
7134 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7136         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7138 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7141         config after reselecting.
7143 2010-10-28  Julien Danjou  <julien@danjou.info>
7145         * shr.el (shr-put-image): Use point even if only inserting text.
7146         (shr-put-image): Save excursion when inserting alt text on non-graphic
7147         display, so the behavior is the same when we are on a graphic display.
7149         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7151 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7153         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7154         (gnus-mime-copy-part): Check coding system, not charset.
7155         (gnus-mime-view-part-externally): Never remove part.
7156         (gnus-mime-view-part-internally): Don't remove part here.
7157         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7158         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7159         multipart/alternative.
7161         * mm-decode.el (mm-display-part): Take optional arg `force'.
7163 2010-10-26  Julien Danjou  <julien@danjou.info>
7165         * gnus-group.el (gnus-group-default-list-level): Add this function to
7166         compute the default list level.
7167         (gnus-group-default-list-level): Add possibility to use a function.
7169 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7171         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7173         * gnus-group.el (gnus-group-completing-read)
7174         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7175         gnus-replace-in-string.
7177 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7179         * shr.el (shr-tag-div): Add.
7181 2010-10-25  Julien Danjou  <julien@danjou.info>
7183         * gnus-util.el: Remove `gnus-with-local-quit'.
7185         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7187 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7190         the original article buffer.
7192 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194         * nnimap.el (nnimap-request-head): New function.
7195         (nnimap-request-move-article): Try to be slightly faster by not
7196         requesting the entire message when moving.
7197         (nnimap-transform-headers): Don't bug out on bodiless articles.
7198         (nnimap-send-command): Have no outstanding messages if the IMAP server
7199         doesn't support streaming.
7200         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7202 2010-10-24  Julien Danjou  <julien@danjou.info>
7204         * message.el (message-default-headers): Fix type.
7206 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7209         prefetching images.
7211         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7212         backend for unknown groups.  This is mainly useful for nnimap groups.
7214         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7215         group isn't covered by the agent.
7217 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7219         * nnir.el (nnir-method-default-engines): New variable.
7220         (nnir-run-query): Use it.
7221         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7222         (gnus-summary-nnir-goto-thread): Change group if needed.
7224         * gnus-group.el (gnus-group-group-map): Add key binding for
7225         gnus-group-make-nnir-group.
7227 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229         * shr.el (shr-tag-object): Add.
7231         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7232         original article buffer live.
7233         (gnus-summary-select-article-buffer):
7234         Mention gnus-widen-article-buffer.
7236 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238         * shr.el (shr-tag-strong): Add.
7240 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7243         group names.  They mess up the group buffer badly.
7245         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7247         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7248         instead of the summary one.
7250 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7252         * mml.el (mml-preview): Work properly when editing article.
7254         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7255         gnus-have-read-active-file if it's already been in.
7257 2010-10-22  Tom Tromey  <tromey@redhat.com>
7259         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7260         gnus-group-completing-read.
7262 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264         * message.el (message-mode-map): Don't bind M-; to comment region, to
7265         allow the global comment-dwim to work.
7267 2010-10-21  Julien Danjou  <julien@danjou.info>
7269         * message.el (message-setup-1): Allow message-default-headers to be a
7270         function.
7272 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7274         * shr.el (shr-tag-table): Simplify.
7276 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7279         to avoid trying to snarf invalid stuff.
7281         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7283         * gnus.el (gnus-message-archive-group): Quote value.
7284         (gnus-message-archive-group): Mark as changed.
7286         * shr.el (shr-add-font): Don't put the font properties on the newline
7287         or the indentation.
7289         * message.el (message-fix-before-sending): Change options when sending
7290         non-printable characters.
7292         * gnus.el (gnus-message-archive-method): Change the default to
7293         monthly outgoing groups.
7295         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7296         that have gotten new numbers.
7298         * nnimap.el (nnimap-request-replace-article): New function.
7300 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7302         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7303         (nnrss-request-article): Don't use special html washing code.
7305 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7307         * shr.el (shr-tag-table): Remove useless nconc.
7309 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311         * gnus-art.el (article-wash-html): Simplify and remove the charset
7312         stuff.  Use the normal html rendering code instead of the special html
7313         washing code.
7315         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7316         `gnus-w3m' symbols.
7317         (mm-text-html-washer-alist): Remove.
7319         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7320         (mm-inline-media-tests): Remove use.
7321         (mm-text-html-renderer): Change default to the `shr' symbol.
7323         * mm-view.el (mm-inline-text-html): Remove use.
7325         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7326         `gnus-blocked-images' to be a function.
7327         (gnus-article-wash-function): Remove.
7329 2010-10-20  Julien Danjou  <julien@danjou.info>
7331         * spam.el (spam-list-of-processors): Mark as obsolete.
7333         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7334         (nnimap-insert-partial-structure): Fix boundary detection.
7336 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7338         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7339         run file-truename on remote files.  This can be expensive and even
7340         prevent one from editing drafts if some unrelated buffer has a stale
7341         connection.
7343 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7345         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7346         kinsoku-eol regardless of shr-kinsoku-shorten.
7347         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7348         (shr-tag-table): Support caption, thead, and tfoot.
7350 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7353         lines.
7354         (shr-save-contents): New command and keystroke.
7356         * nndoc.el (nndoc-type-alist): Add git support.
7357         (nndoc-git-type-p): New function.
7358         (nndoc-transform-git-article): Ditto.
7359         (nndoc-transform-git-headers): Ditto.
7360         (nndoc-transform-git-headers): Generate Subject headers.
7362         * shr.el (shr-parse-style): New function.
7363         (shr-tag-span): Ditto.
7365         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7366         to `G G' to avoid collisions.
7368 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7370         * shr.el: Load kinsoku if necessary.
7371         (shr-kinsoku-shorten): New internal variable.
7372         (shr-find-fill-point): Make kinsoku shorten text line if
7373         shr-kinsoku-shorten is bound to non-nil.
7374         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7375         shr-indentation too when testing if table is wider than frame width.
7376         (shr-insert-table): Use `string-width' instead of `length' to measure
7377         text width.
7378         (shr-insert-table-ruler): Make sure indentation is done at bol.
7380 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7382         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7383         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7384         undecoded network data.
7386 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7389         name in the mode line spec so that the mode line menu works
7390         (bug #2431).
7392         * message.el (message-get-reply-headers): If we're fed `to-address',
7393         then always use that.
7395         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7396         aren't so wide as to need to switch off the edit menu.
7398         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7399         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7401         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7402         `M-g'.
7403         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7404         the permanent marks.
7406 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7408         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7409         Splitting according to references/in-reply-to obeys the ignore-groups
7410         variable, while splitting by sender and subject do not.
7412 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7414         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7415         alist, so that we can look for non-Unicode chars.
7416         (article-translate-strings): Allow both character and string maps.
7418 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7420         * shr.el (shr-insert): Don't insert space behind a wide character
7421         categorized as kinsoku-bol, or between characters both categorized as
7422         nospace.
7424 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7426         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7427         headers to gnus-newsgroup-headers.
7429 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431         * shr.el (shr-tag-img): Don't align images -- since we're not
7432         rescaling, this often leads to ugly displays.
7434 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7436         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7437         duplicates.
7439 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7441         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7442         call.
7444 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446         * gnus.el: Autoload gnus-html-show-images.
7448         * nnimap.el: Use nnheader-message throughout.
7450         * shr.el (shr-tag-img): Ignore images with no data.
7452 2010-10-15  Julien Danjou  <julien@danjou.info>
7454         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7455         a possibility to disable format=flow encoding when using hard newlines.
7457 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7459         * shr.el (shr-insert): Remove space inserted before or after a
7460         breakable character or at the beginning or the end of a line.
7461         (shr-find-fill-point): Do kinsoku; find the second best point or give
7462         it up if there's no breakable point.
7464 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466         * nnimap.el (nnimap-open-connection): Message when opening connection
7467         for debugging purposes.
7469         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7470         on every setup buffer call to allow this to change from article to
7471         article.
7473         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7474         buffers where we have a wide table.
7476 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7478         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7479         uses *-request-thread.
7481 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7484         incantation, which is no longer valid.
7486 2010-10-14  Julien Danjou  <julien@danjou.info>
7488         * shr.el: Fix defcustom type (char -> character).
7490 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7493         programs.
7495 2010-10-14  Julien Danjou  <julien@danjou.info>
7497         * shr.el (shr-tag-a): Use url-link as widget type.
7499         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7500         `gnus-group-get-icon'.
7502 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7505         This should make server editing work better.
7507         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7509         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7510         (nnimap-parse-flags): Fix regexp.
7512         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7513         probably work for CJVK text, too.
7515         * nnimap.el (nnimap-extend-tls-programs): Remove.
7516         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7518 2010-10-13  Julien Danjou  <julien@danjou.info>
7520         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7521         responses.
7523 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7527         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7528         anything in Emacs.
7530         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7532 2010-10-13  Julien Danjou  <julien@danjou.info>
7534         * shr.el (shr-width): Make shr-width a defcustom with default to
7535         fill-column.
7536         (shr-tag-img): Use shr-width rather than fill-column.
7538 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7540         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7542         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7543         position when (X-)Faces exist.
7544         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7545         avatars when called interactively.
7547 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7549         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7550         gnus-article-x-face-too-ugly is bound.
7552 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7556         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7557         mailbox that doesn't exist.
7559 2010-10-12  Julien Danjou  <julien@danjou.info>
7561         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7562         (shr-get-image-data): Encode URL properly when fetching from cache.
7563         (shr-tag-img): Use aligned-to spaces to align correctly images.
7565         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7566         before inserting the Gravatar.
7568         * shr.el (shr-tag-img): Add align attribute support for <img>.
7570 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572         * gnus-gravatar.el (gnus-art): Require.
7574         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7575         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7576         Remove long obsoleted functions.
7578 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7580         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7582         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7583         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7584         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7585         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7586         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7587         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7588         Fix comment for declare-function.
7590 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592         * nnimap.el (nnimap-request-rename-group): Select group read-only
7593         before renaming it.
7595         * shr.el (shr-insert): Fix up the white space only regexp.
7597         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7598         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7600         * shr.el (shr-current-column): New function.
7601         (shr-find-fill-point): New function.
7603 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7605         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7606         numbers.
7608 2010-10-11  Julien Danjou  <julien@danjou.info>
7610         * shr.el (shr-hr-line): Add.
7611         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7612         display hr lines.
7613         (shr-max-columns): Do not change state to nil if we just inserting
7614         spaces.
7616 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7619         select the last group.
7621 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7623         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7625 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7628         for Gnus.
7629         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7630         (nnimap-update-qresync-info): Mark \Seen articles as read.
7632         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7633         non-variable, too.
7635         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7636         available.
7637         (nnimap-update-info): Rely more on the current active than the param
7638         active to avoid marking articles as read too much.
7640         * auth-source.el (auth-source-create): Use (user-login-name) for the
7641         user name default.
7643         * nnimap.el (nnimap-update-info): If the server doesn't return any
7644         useful info, just use the previous info.
7645         (nnimap-update-info): Prefer old info over start-article.
7646         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7648 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7650         * nnir.el (autoload): Clean up autoloads.
7651         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7652         Use key rather than value.
7653         (nnir-imap-search-other): New variable.
7654         (nnir-read-parm): Use it.
7655         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7656         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7658 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7661         the process, too.
7663 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665         * spam.el (gnus-summary-mode-map): Bind to "$".
7666         Suggested by Russ Allbery.
7668         * shr.el: Rework the way things are indented by <li> slightly.
7670         * gnus.el (gnus-group-set-parameter): Fix typo.
7672         * nnimap.el: Start implementing QRESYNC support.
7674 2010-10-09  Julien Danjou  <julien@danjou.info>
7676         * nnir.el (nnir-engines): Fix too many arguments.
7678 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7681         group is the "last", so that the backends like nnfolder actually save
7682         their folders.
7684         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7685         try to use that for the TLS stream.
7686         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7687         UIDVALIDITY and find out which groups are read-only and not.
7688         (nnimap-get-flags): Use the same marks parsing code as the rest of
7689         nnimap.
7691 2010-10-09  Julien Danjou  <julien@danjou.info>
7693         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7695         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7696         retrieving gravatars.
7698         * shr.el (shr-table-corner): Add.
7699         (shr-table-line): Add.
7700         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7702 2010-10-08  Julien Danjou  <julien@danjou.info>
7704         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7706 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7708         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7710         * gnus-sum.el (gnus-mark-article-as-unread)
7711         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7712         (gnus-summary-set-bookmark): Use it.
7714         * gnus-msg.el (gnus-setup-message): Use it.
7716         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7718         * gnus.el (gnus-group-remove-parameter): Use it.
7720         * gnus-group.el (gnus-group-make-web-group): Use it.
7722         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7724         * nnregistry.el: Update docs to mention manual.
7726         * gnus-registry.el: Update docs to mention nnregistry.el.
7727         (gnus-registry-initialize): Don't install nnregistry refer method
7728         automatically.
7729         (gnus-registry-install-nnregistry): Remove it.
7731 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7733         * shr.el (shr-insert): Don't insert double spaces.
7735 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7737         * gnus-gravatar.el (gnus-treat-from-gravatar)
7738         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7739         called interactively.
7741         * gnus-art.el (gnus-mime-view-part-externally)
7742         (gnus-mime-view-part-internally): Make predicate function passed to
7743         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7744         of a mime type.
7746         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7748 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7750         * shr.el (require): Require cl when compiling.
7751         (shr-tag-hr): New function.
7753         * nnimap.el (nnimap-update-info): Remove double setting of high.
7754         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7755         This makes nnimap work properly on Courier again.
7757         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7758         the variable for backwards compatibility.
7760         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7761         the file name before using to avoid setting mm-default-directory to
7762         nil.
7764         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7765         bidning gnus-agent variables.
7767         * shr.el (shr-render-td): Use a cache for the table rendering function
7768         to avoid getting an exponential rendering behavior in nested tables.
7769         (shr-insert): Rework the line-breaking algorithm.
7770         (shr-insert): Don't leave trailing spaces.
7771         (shr-insert-table): Also insert empty TDs.
7772         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7774 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * gnus-sum.el (gnus-number): Rename from `number'.
7777         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7778         (gnus-summary-limit-children): Update uses correspondingly.
7780 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7782         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7783         (gnus-gravatar-transform-address): Don't show avatars of people of
7784         which mail addresses match gnus-gravatar-too-ugly.
7786 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788         * shr.el (shr-table-widths): Expand TD elements to fill available
7789         space.
7791 2010-10-07  Julien Danjou  <julien@danjou.info>
7793         * nnimap.el (nnimap-request-rename-group): Add this method.
7795 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7797         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7798         name from XEmacs' function-arglist.
7800         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7801         gravatar under XEmacs.
7803 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7805         * auth-source.el: Update docs with TODO items.
7807         * gnus-sync.el: Update docs to explain state and plans.
7809         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7810         Hooks for mark updates.
7811         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7813         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7814         hooks with arguments, which is needed for mark update hooks.
7816 2010-10-06  Julien Danjou  <julien@danjou.info>
7818         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7819         was matched.
7821         * sieve-manage.el: Update example in `Commentary'.
7823         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7825         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7826         not 2000.
7827         (sieve-manage-authenticate): Re-add function.
7829 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831         * shr.el (shr-insert): Get 'space transition right.
7832         (shr-render-td): Only delete space at the end of the TD.
7834         * nnimap.el (nnimap-open-connection): Prepare to support
7835         open-gnutls-stream.
7837         * shr.el: Rearrange function order to be more logical.
7839 2010-10-06  Julien Danjou  <julien@danjou.info>
7841         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7842         (nnrss-discover-feed): Remove 404 URL in docstring.
7844         * nnir.el: Fix Swish-E URL.
7845         Fix Namazu URL.
7847         * message.el (message-change-subject): Remove 404 URL in a comment.
7849 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7851         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7852         called interactively.
7854         * gnus-util.el (gnus-remove-if): Allow hash table.
7855         (gnus-remove-if-not): New function.
7857         * gnus-art.el (gnus-mime-view-part-as-type):
7858         * gnus-score.el (gnus-summary-score-effect):
7859         * gnus-sum.el (gnus-read-move-group-name):
7860         Replace remove-if-not with gnus-remove-if-not.
7862         * gnus-group.el (gnus-group-completing-read):
7863         Regard collection as a hash table if it is not a list.
7865 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7869         * shr.el: Document the table-rendering algorithm.
7871         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7872         invalid URLs.
7874         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7875         line-broken.
7876         (shr-tag-img): Ignore image fetching errors.
7877         (shr-overlays-in-region): Compute overlay positions correctly.
7879         * mm-decode.el (mm-shr): Require shr.
7881         * gnus-art.el (gnus-blocked-images): Move variable here.
7883         * shr.el (shr-insert-table): Bind free variable.
7885         * mm-decode.el (mm-shr): Bind shr-content-function.
7887         * shr.el (shr-content-function): New variable.
7889         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7890         added for symmetry.
7892         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7894         * gnus-group.el (gnus-group-make-group): Doc fix.
7896         * nnimap.el (nnimap-request-newgroups): Return success.
7898         * shr.el (shr-find-elements): New function.
7899         (shr-tag-table): Put all the images after the table.
7900         (shr-tag-table): Really inhibit images inside the table.
7901         (shr-collect-overlays): Copy over overlays from the TD elements to the
7902         main document.
7904         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7905         gnus-blocked-images.
7907 2010-10-05  Julien Danjou  <julien@danjou.info>
7909         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7911         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7912         (gnus-html-maximum-image-size): Add this function.
7913         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7915         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7916         server-value of the capability is nil.
7918 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920         * shr.el (shr-tag-em): Add <EM> tag.
7922 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7924         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7925         customizable.
7927         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7928         handing broken links to browse-url.
7930 2010-10-05  Julien Danjou  <julien@danjou.info>
7932         * gnus-util.el (gnus-emacs-completing-read)
7933         (gnus-iswitchb-completing-read): Use autoload rather than require.
7935 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7937         * gnus-util.el (gnus-completing-read-function): Exclude
7938         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7939         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7940         XEmacs.
7942         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7943         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7945         * gnus-html.el: Don't require help-fns under XEmacs.
7946         (gnus-html-schedule-image-fetching): Work for XEmacs.
7948         * mm-decode.el (mm-shr): Decode contents by charset.
7950 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7953         unknown.
7955         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7956         (shr-get-image-data): Ensure against the cache file missing.
7958         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7959         for data.
7961         * spam-report.el (spam-report-url-ping-plain): Don't query about
7962         killing the process.
7964         * shr.el (shr-render-td): Protect against too-wide text.
7966 2010-10-04  Julien Danjou  <julien@danjou.info>
7968         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7969         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7971         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7972         retrieved.
7974 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976         * shr.el (browse-url): Require.
7977         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7978         lines.
7979         (shr-show-alt-text, shr-browse-image): New commands.
7980         (shr-browse-url, shr-copy-url): New commands.
7982         * gnus-sum.el (gnus-widen-article-window): New variable.
7983         (gnus-summary-select-article-buffer): Use it.
7985         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7986         without @ signs.
7988 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7990         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7992 2010-10-04  Julien Danjou  <julien@danjou.info>
7994         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7995         for XEmacs.
7997 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8001         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8002         (nnimap-close-server): Implement.
8004         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8005         (shr-insert): Tweak line breaking.
8006         (shr-insert): Handle <pre> better.
8007         (shr-tag-li): Get <li> indentation right.
8008         (shr-tag-li): Get <li> indentation even righter.
8009         (shr-tag-blockquote): Ensure paragraph start.
8010         (shr-make-table): Tweak table generation.
8011         (shr-make-table): Fix typo.
8013         * shr.el: Implement table rendering.
8015 2010-10-04  Julien Danjou  <julien@danjou.info>
8017         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8019 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021         * shr.el (shr-insert): Use string anchors instead of line anchors.
8023 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025         * shr.el: Add headings.
8026         (shr-ensure-paragraph): Actually work.
8027         (shr-tag-li): Make <ul> prettier.
8028         (shr-insert): Get white space at the beginning/end of elements right.
8029         (shr-tag-p): Collapse subsequent <p>s.
8030         (shr-ensure-paragraph): Don't insert double line feeds after blank
8031         lines.
8032         (shr-insert): \t is also space.
8033         (shr-tag-s): Fix "s" tag name function.
8034         (shr-tag-s): Fix face prop name.
8036 2010-10-03  Julien Danjou  <julien@danjou.info>
8038         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8040         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8041         gnus-window-inside-pixel-edges.
8043         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8044         gnus-ems.
8046         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8048         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8049         function.
8051         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8052         resize choice.
8054 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8057         beginning of the buffer.
8059         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8060         article buffer again.
8062         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8064         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8065         when it's at the start of the buffer.
8067         * shr.el (shr-tag-blockquote): Convert name.
8068         (shr-rescale-image): Use the right image-size variant.
8070         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8071         buffer isn't shown, then select the current article first instead of
8072         bugging out.
8073         (gnus-summary-select-article-buffer): Show both the article and summary
8074         buffers again.
8076         * shr.el (shr-fontize-cont): Protect against regions with no text.
8077         Rename tag functions to shr-tag-* for enhanced security.
8078         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8080 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8082         * shr.el (shr-insert):
8083         * pop3.el (pop3-movemail):
8084         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8085         loaded.
8087 2010-10-03  Glenn Morris  <rgm@gnu.org>
8089         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8091         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8093         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8095         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8097         * gnus-util.el (gnus-make-local-hook): Simplify.
8099 2010-10-02  Julien Danjou  <julien@danjou.info>
8101         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8102         (gnus-ido-completing-read): New function.
8103         (gnus-emacs-completing-read): New function.
8104         (gnus-completing-read): Use gnus-completing-read-function.
8105         Add gnus-completing-read-function.
8107 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109         * shr.el (shr-insert-document): Autoload.
8110         (shr-img): Be silent.
8111         (shr-insert): Add a newline after every picture before text.
8112         (shr-add-font): Use overlays for combining faces.
8113         (shr-insert): Pass upwards the text start point.
8115         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8116         possible.
8117         (mm-shr): New function.
8119 2010-10-02  Julien Danjou  <julien@danjou.info>
8121         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8122         should go backward.
8124 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8126         * shr.el (shr): Fix typo in provide call.
8128 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130         * shr.el: New file.
8132         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8134         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8135         completing read.
8137 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8140         we're being queried about.  Suggested by Dan Jacobson.
8142         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8143         Suggested by Jason Eisner.
8145         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8146         table, too.  Suggested by Stefan Wiens.
8147         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8148         the table unnecessary.  Suggested by Stefan Wiens.
8150         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8151         longer needed, and probably doesn't work either, as pointed out by
8152         Stefan Wiens.
8153         (gnus-summary-exit): Remove call to the clearing function.
8154         (gnus-summary-exit-no-update): Ditto.
8156         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8157         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8158         Reported by Stefan Monnier.
8159         (gnus-summary-save-in-rmail): Ditto.
8161         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8162         article buffer, instead of both the article buffer and the summary
8163         buffer.  Sort of suggested by Dan Jacobson.
8165         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8167         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8168         Suggested by Dan Jacobson.
8170         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8171         documentation clearer.
8173         * message.el (message-shorten-references): Comment on the number "21".
8174         Suggested by Stefan Monnier.
8176         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8177         Suggested by Dan Jacobson.
8179         * gnus.el (gnus-large-newsgroup):
8180         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8182         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8183         externalize attachments.  Bug reported by Steve Wen.
8185         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8186         really message anything to the user.
8188         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8189         directly.
8191         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8192         messages in empty groups.
8194 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8196         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8197         non-UIDNEXT group.
8199 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8202         not the value from the collection.
8204         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8205         values.  This sometimes happens on some groups that have no info.
8206         (nnimap-request-newgroups): New function.
8208 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8210         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8211         check into `gnus-registry-initialize'.
8212         (gnus-registry-initialize): Ditto.
8213         Fix and extend header docs.
8215 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8218         regexp backtrace overflows.
8220         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8221         for starttls that tls.el implements; i.e. openssl.
8223 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8225         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8226         (gravatar-create-image): New function that's an alias to
8227         gnus-xmas-create-image, gnus-create-image, or create-image.
8228         (gravatar-data->image): Use it.
8230 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8232         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8233         install the nnregistry refer method.
8234         (gnus-registry-install-hooks): Use it.
8235         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8236         unfollowed groups.
8238 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8240         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8241         expanding threads.
8243 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245         * nnir.el: Use the server names without suffixes (bug #7009).
8247         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8248         unencrypted to STARTTLS, if possible.
8250 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8252         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8253         headers before superseding.
8255 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257         * nnrss.el (nnrss-use-local): Add documentation.
8259         * nnimap.el (nnimap-extend-tls-programs): New function.
8260         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8261         (nnimap-wait-for-connection): Accept the greeting from the stupid
8262         output from openssl s_client -starttls, too.
8264         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8265         article number.
8266         (nnimap-split-fancy): New variable.
8267         (nnimap-split-incoming-mail): Use it.
8269         * nntp.el (nntp-server-list-active-group): Document.
8271         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8272         SELECT to get the message-id.
8274         * mail-source.el (mail-sources): Remove webmail support.
8275         (defvar): Ditto.
8276         (mail-source-fetcher-alist): Ditto.
8277         (mail-source-fetch-webmail): Remove.
8279         * webmail.el: Remove -- doesn't seem relevant any more.
8281         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8283         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8284         the \r.
8286 2010-09-30  Julien Danjou  <julien@danjou.info>
8288         * gnus-agent.el (gnus-agent-add-group): Fix call to
8289         gnus-completing-read.
8291 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293         * nndoc.el (nndoc-retrieve-groups): New function.
8295         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8296         `default', use nnmail-split-methods.
8297         (nnimap-request-article): Downcase the NILs so that they are nil.
8299         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8300         symbol.
8302         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8303         code, since if the user has requested network, that's what they ought
8304         to get.
8305         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8306         (nnimap-split-rule): Mark as obsolete.
8308         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8309         New variable.
8311         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8312         correct slot, too.
8314 2010-09-29  Julien Danjou  <julien@danjou.info>
8316         * gnus.el (gnus-local-domain): Declare variable obsolete.
8318         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8319         Fix history computing.
8320         (gnus-ido-completing-read): Require ido.
8322 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8325         build Gnus.
8327         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8328         when interpreting the structures.
8329         (nnimap-request-accept-article): Add \r\n to the lines to make this
8330         work with Cyrus.
8332         * nndraft.el (nndraft-request-expire-articles): Use the group name
8333         instead if "nndraft".  Fix found by Nils Ackermann.
8335 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8337         * nnregistry.el: Add.
8339 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8341         * nnmail.el (group, group-art-list, group-art):
8342         Remove unneeded directives.
8344 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8346         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8347         (mm-mime-charset):
8348         * rfc2047.el (rfc2047-syntax-table):
8349         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8351         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8352         rather than `insert-file-contents' and `eval-region'.
8354 2010-09-29  Julien Danjou  <julien@danjou.info>
8356         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8357         replacement of `gnus-gravatar-relief' to mimic
8358         `gnus-faces-properties-alist'.
8359         Add :version property.
8361 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8363         * mail-source.el (mail-source-report-new-mail):
8364         * message.el (message-default-mail-headers):
8365         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8367         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8369 2010-09-28  Julien Danjou  <julien@danjou.info>
8371         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8372         mail-address contains the same string as real-name.
8374         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8375         non-blank in header, otherwise it'll get stripped.
8377         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8378         real-name, and then for mail address rather than doing : or , search.
8380 2010-09-27  Julien Danjou  <julien@danjou.info>
8382         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8383         right completing-read function.
8384         (gnus-use-ido): New variable
8385         (gnus-completing-read-with-default): Remove.
8386         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8387         (gnus-agent-add-group):
8388         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8389         * mm-view.el (mm-view-pkcs7-decrypt):
8390         * mm-util.el (mm-codepage-setup):
8391         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8392         * mml-smime.el (mml-smime-openssl-sign-query):
8393         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8394         (mml-insert-multipart):
8395         * gnus-msg.el (gnus-summary-yank-message):
8396         * gnus-int.el (gnus-start-news-server):
8397         * mm-decode.el (mm-interactively-view-part):
8398         * gnus-dired.el (gnus-dired-attach):
8399         * gnus.el (gnus-read-method):
8400         * gnus-bookmark.el (gnus-bookmark-jump):
8401         * gnus-art.el (gnus-mime-view-part-as-type)
8402         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8403         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8404         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8405         * nnmairix.el (nnmairix-create-server-and-default-group)
8406         (nnmairix-update-groups, nnmairix-get-server)
8407         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8408         (nnmairix-get-group-from-file-path):
8409         * nnrss.el (nnrss-find-rss-via-syndic8):
8410         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8411         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8412         (gnus-group-browse-foreign-server):
8413         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8414         (gnus-summary-execute-command, gnus-summary-respool-article)
8415         (gnus-read-move-group-name):
8416         * gnus-score.el (gnus-summary-increase-score)
8417         (gnus-summary-score-effect):
8418         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8420 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8422         * nnimap.el (auth-source-forget-user-or-password)
8423         (auth-source-user-or-password): Autoload.
8425         * message.el (message-from-style, message-interactive)
8426         (message-signature): Remove comment.
8427         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8428         always.
8429         (message-sendmail-envelope-from): Comment fix.
8430         (message-yank-prefix): Default to mail-yank-prefix always.
8431         (message-indentation-spaces):
8432         Default to mail-indentation-spaces always.
8433         (message-signature-file): Default to mail-signature-file always.
8435 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8438         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8439         new articles.
8441         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8442         parts.
8443         (nnimap-request-article): Work with the t setting, too.
8445         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8446         that you don't get flashes of other buffers.
8447         (gnus-summary-show-complete-article): Intern before setting.
8449 2010-09-27  David Engster  <dengste@eml.cc>
8451         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8452         well as HEADERS.
8453         (nnmairix-retrieve-headers): Provide new argument for the above.
8455 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457         * gnus-sum.el (gnus-summary-move-article): Don't alter
8458         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8459         group.
8461         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8463         * message.el (message-cite-prefix-regexp): Revert my last edit.
8465         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8466         variable instead of the Gnus variable.
8468         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8470         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8472         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8473         since some servers don't like it.
8474         (nnimap-open-connection): Forget credentials if the server says the
8475         password was wrong.
8476         (nnimap-parse-line): Protect against invalid data.
8478         * gnus-sum.el (gnus-summary-move-article): Add comment.
8479         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8480         nothing alters it while scanning for new messages.
8482         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8483         which may or may not help.
8484         (nnimap-open-connection): If we're doing a stream connection, and then
8485         discover we're on a STARTTLS-capable server, then open a STARTTLS
8486         connection instead.
8488 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490         * nnimap.el (utf7): Require.
8492         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8493         prefix.
8495 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8497         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8499 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501         * nnimap.el (nnimap-request-accept-article): Message the error on
8502         error.
8504 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8506         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8508 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510         * nndoc.el (nndoc-request-list): Return success always.
8512         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8513         `fetch-old' -- we only want to fetch the articles we've requested.
8514         The rest are in the agent, probably.
8515         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8516         disappeared server" to something low.  It's not important.
8518         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8519         arrived before the FETCH data.
8521         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8522         target here, because we don't know the Gnus name of the group.
8524         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8525         for the correct group.
8527         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8529         * gnus.el (gnus): Give a final warning after startup.
8531         * gnus-util.el (gnus-action-message-log): New variable.
8532         (gnus-message): Use it.
8533         (gnus-final-warning): New function.
8535         * nnimap.el (nnimap-open-connection): Record the greeting.
8536         (nnimap): Add greeting.
8538 2010-09-26  Julien Danjou  <julien@danjou.info>
8540         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8541         arguments.
8542         (gnus-html-wash-images): Fix spec computing to include start/end.
8544         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8546 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8549         deletion.
8550         (nnimap-retrieve-headers): Don't select the group, because that's
8551         already done by nnimap-possibly-change-group.
8553         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8554         (gnus-picon-transform-address): Use it.
8556         * mail-source.el (mail-source-value): Revert previous patch.
8558         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8559         on failure.
8560         (nnimap-open-connection): Look up both virtual and physical server name
8561         credentials.
8563         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8565 2009-02-08  Dave Love  <fx@gnu.org>
8567         * gnus-win.el (gnus-window-to-buffer-helper)
8568         (gnus-all-windows-visible-p): Function needn't be a symbol.
8570         * mail-source.el (mail-source-value): Function needn't be a symbol.
8572 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574         * message.el (message-cite-prefix-regexp): Remove } from the cite
8575         prefix.
8577         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8578         highlight again, so that the highlight is correct.
8580         * gnus-picon.el (gnus-picon): Remove again.
8581         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8583         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8584         doing the header highlightling, so that the background color of the
8585         picon is correct.
8587         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8588         (gnus-picon): Ditto.
8589         (gnus-picon): Reinstate.  The background color for picons is white.
8590         (gnus-picon-insert-glyph): Make the background white.
8592         * nnml.el (nnml-open-nov): Don't return dead buffers.
8594         * auth-source.el (auth-source-create): Query the user for whether to
8595         store the credentials.
8597         * auth-source.el (auth-source-user-or-password): Use the existing auth
8598         sources, if any, for creation.
8600         * gnus.el (gnus-group-fast-parameter): Return the last matching
8601         parameter instead of the first matching parameter.
8603 2010-09-26  Julien Danjou  <julien@danjou.info>
8605         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8607 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609         * mml2015.el (mml2015-use): Remove gpg support.
8611         * mml1991.el (mml1991-function-alist): Remove gpg function.
8612         (mml1991-gpg-sign): Remove.
8614 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8616         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8617         (gnus-browse-unsubscribe-current-group): Document it.
8618         (gnus-browse-unsubscribe-group): Use it.
8620 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8623         address to the To list for easier response.
8625         * gnus.el (gnus-play-startup-jingle): Remove.
8626         (gnus-splash): Don't play jingle.
8627         (gnus): Silence gnus-load message.
8629         * gnus-art.el (gnus-treat-play-sounds): Remove.
8631         * gnus.el (gnus-play-jingle): Remove audio support.
8633         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8635         * earcon.el: Remove -- no users.
8637         * gnus-audio.el: Remove -- no users of this package.
8639         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8641         * gnus-start.el (gnus-setup-news): Remove nocem support.
8643         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8645         * gnus.el (gnus-use-nocem): Remove.
8647         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8648         Remove.
8650         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8651         uses NoCeM any more.
8653         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8654         (gnus-button-ctan-handler): Ditto.
8655         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8656         (gnus-button-ctan-directory-regexp): Ditto.
8657         (gnus-button-handle-ctan): Ditto.
8658         (gnus-button-tex-level): Ditto.
8659         (gnus-button-alist): Remove CTAN stuff.
8661 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8664         nnimap-streaming test.
8666         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8667         servers twice.
8669         * nnimap.el (nnimap-open-connection): Add more error reporting when
8670         nnimap fails early.
8672         * nnheader.el (nnheader-get-report-string): New function.
8673         (nnheader-get-report): Use it.
8675         * gnus-int.el (gnus-check-server): Say what the error was when opening
8676         failed.
8678         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8679         using streaming.
8681 2010-09-25  Julien Danjou  <julien@danjou.info>
8683         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8684         gnus-window-inside-pixel-edges.
8686 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8690         * mm-decode.el (mm-save-part): Allow saving to other directories the
8691         normal Emacs way.
8693         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8694         Suggested by Jay Berkenbilt.
8696         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8697         there isn't a single byte.
8699         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8700         just do it.  It doesn't really seem to matter what the user responds
8701         here, I think, so it's just a confusing question.
8703         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8704         non-streaming case.
8706         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8707         (gnus-article-encrypt-body): Use it.
8709         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8710         keystroke.
8712         * nnimap.el (nnimap-find-wanted-parts-1):
8713         Use gnus-fetch-partial-articles.
8715         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8717         * nnimap.el (nnimap-insert-partial-structure): New function.
8718         (nnimap-get-partial-article): New function.
8719         (nnimap-request-article): Use it.
8720         (nnimap-wait-for-response): Return whether the wait was successful.
8721         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8722         retrieval wasn't successful.
8723         (nnimap-retrieve-group-data-early): Allow throttling servers.
8724         (nnimap-streaming): New variable.
8725         (nnimap-fetch-partial-articles): Remove.
8727         * mm-decode.el (mm-with-part): Protect against killed buffers.
8729         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8730         for prettier summary display.
8732 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8734         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8736 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8739         apparently third-party libraries depend on it.
8741         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8742         before starting negotiation.
8744         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8745         privacy reasons.
8746         (gnus-treat-mail-gravatar): Ditto.
8748         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8749         buffer when inserting images.  Inserting text into the headers, for
8750         instance, can make them invalid.
8752 2010-09-25  Julien Danjou  <julien@danjou.info>
8754         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8755         variables.
8757         * nnheader.el: Remove useless variables news-reply-yank-from and
8758         news-reply-yank-message-id.
8760         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8761         variables.
8763         * mml1991.el: Remove useless mml1991-verbose.
8765         * gnus.el: Remove useless variable gnus-use-generic-from.
8766         Remove obsolete variable gnus-topic-indentation.
8768         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8770         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8772         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8774         * gnus-group.el: Remove useless gnus-group-icon-cache.
8775         Remove useless gnus-ephemeral-group-server.
8777         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8779         * mml2015.el: Remove useless mml2015-verbose.
8781         * mml-smime.el: Remove useless mml-smime-verbose.
8783         * gnus.el: Remove useless gnus-local-domain.
8785         * gnus-gravatar.el (gnus-gravatar-transform-address):
8786         Use gnus-gravatar-size.
8788         * gnus-art.el: Remove useless gnus-treat-translate.
8790 2010-09-24  Julien Danjou  <julien@danjou.info>
8792         * gnus-sum.el: Add support for Gravatars.
8794         * gnus-art.el: Add support for Gravatars.
8796         * gnus-gravatar.el: Add this file.
8798         * gravatar.el: Add this file.
8800 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8804         * gnus-group.el (gnus-group-fetch-faq): Remove.
8806         * gnus.el (gnus-group-faq-directory): Remove.
8808         * gnus-group.el (gnus-group-fetch-charter): Remove.
8810         * gnus.el (gnus-group-charter-alist): Remove.
8812         * gnus-group.el (gnus-group-archive-directory): Remove.
8813         (gnus-group-recent-archive-directory): Ditto.
8814         (gnus-group-make-archive-group): Remove.
8816         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8818         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8819         use the same article number for all the cached articles.
8821         * nnimap.el (nnimap-command): Register the last command time so
8822         that we can use it for idling NOOPs.
8823         (nnimap-open-connection): Start the keeplive timer.
8824         (nnimap-make-process-buffer): Store all the process buffers.
8825         (nnimap-keepalive): New function.
8827         * starttls.el (starttls-open-stream): Add autoload cookie.
8829 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8831         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8832         handling.
8834 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8837         its data structures.
8839         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8840         instead of the cl.el copy-list.
8841         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8842         equalp.
8844 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8846         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8847         and tool-bar-local-item-from-menu.
8849         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8850         mode-line-highlight face for Emacs.
8852         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8853         loading gnus-sum.elc; fix comment for canlock-verify.
8854         (gnus-article-jump-to-part): Use read-number.
8855         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8856         Remove Emacs pre-21 compatible code for help-echo.
8857         (gnus-article-next-page-1): No need to adjust the number of lines.
8858         (gnus-article-describe-bindings): Always use help-buffer.
8860         * gnus-audio.el (gnus-audio-inline-sound):
8861         * gnus-cus.el (gnus-custom-mode):
8862         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8864         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8866         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8867         compatible code.
8869 2010-09-24  Glenn Morris  <rgm@gnu.org>
8871         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8872         visiting the fcc file in rmail-mode.
8874 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8876         * nnir.el: Silence the byte compiler.
8878         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8879         alias to browse-url-url-encode-chars if any.
8880         (gnus-html-encode-url): Use it.
8882 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884         * gnus-start.el (gnus-use-backend-marks): New variable.
8885         (gnus-get-unread-articles-in-group): Use it.
8887         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8888         makeover.
8890 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8892         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8894 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8897         Remove.
8898         (gnus-setup-news-hook):
8899         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8901         * gnus-int.el (gnus-request-update-info): Protect against backends not
8902         having the function.
8904         * nnimap.el (nnimap-stream): Mention STARTTLS.
8905         (nnimap-open-connection): Add STARTTLS support.
8907 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8909         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8911 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8914         BODYSTRUCTUREs.
8915         (nnimap-transform-headers): Unfold quoted {42} headers.
8917         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8918         the info.
8919         (gnus-get-unread-articles): Only call updatep on backends that support
8920         it.
8922         * nnweb.el (nnweb-request-update-info): NOOP.
8924         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8926         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8927         since it only deals with marks.
8929         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8930         gnus-request-marks, and make a new gnus-request-update-info.
8932         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8933         the active instead of the high number, which is usually too low.
8935 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8937         * encrypt.el: Remove.
8939 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8942         server in symbolic form.
8944         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8946 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8949         (nnimap-update-info): Fix up code slightly.
8951         * gnus-int.el (gnus-open-server): Add tracing for performance
8952         debugging.
8954         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8955         (gnus-group-insert-group-line): Pass the real group name so that it
8956         gets the right data.
8958         * gnus-start.el (gnus-get-unread-articles): Don't have
8959         `gnus-get-unread-articles-in-group' update info, since that can be
8960         really slow and doesn't seem to be needed?
8962 2010-09-22  Julien Danjou  <julien@danjou.info>
8964         * gnus-group.el (gnus-group-insert-group-line):
8965         Call gnus-group-highlight-line.
8966         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8967         default hook list.
8968         (gnus-group-update-eval-form): Add new function.
8969         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8970         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8972 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8975         immediate, then expire all articles.
8976         (nnimap-update-info): Fix off-by-one errors.
8977         (nnimap-flags-to-marks): Would return no marks lists for group with no
8978         flags.  Instead return the other data.
8980 2010-09-22  Julien Danjou  <julien@danjou.info>
8982         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8983         Only return an icon.
8984         (gnus-group-insert-group-line): Compute icon to return.
8986         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8987         (gnus-html-image-fetched): Only cache if
8988         gnus-html-image-automatic-caching is set.
8989         (gnus-html-image-fetched): Check for errors.
8991 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8994         once per method on `g'.  This ensures that backends like nnfolder don't
8995         open all their folders.
8997         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8998         (nnimap-request-list): Nix out group in the correct buffer.
8999         (nnimap-parse-flags): Implement by using `read' instead of
9000         hand-parsing.
9001         (nnimap-flags-to-marks): Pass on permanent-flags.
9002         (nnimap-make-process-buffer): Record the server name.
9003         (nnimap-parse-flags): Fix typo.
9004         (nnimap-request-scan): Run split on the server in general, not just a
9005         single group.
9007         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9008         parameter, and propagate this downwards.
9010         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9011         since EXAMINE changes it on the server.
9013         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9014         this command might take a while.
9016 2010-09-22  Julien Danjou  <julien@danjou.info>
9018         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9019         harmful if you have 2 images side-by-side, they can't be properly
9020         update on text deletion.  Using text-property is safer here.
9021         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9022         data.
9024 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026         * nnimap.el (nnimap-expunge-inbox): Remove.
9027         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9028         (nnimap-expunge): Flip default to t.
9030         * gnus.el (gnus-method-to-server): Don't push things to the cache
9031         unless it's unique.
9032         (gnus-server-to-method): Ditto.
9034 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9036         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9038 2010-09-22  Julien Danjou  <julien@danjou.info>
9040         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9041         get the start of data.
9042         (gnus-html-encode-url): Add this function to encode special chars in
9043         URL.
9044         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9045         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9047         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9048         default.
9049         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9051         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9052         images alt-text.
9053         (gnus-html-put-image): Put alt-text as help-echo.
9055 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9057         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9058         * mm-util.el (mm-decompress-buffer):
9059         * nnir.el (nnir-run-find-grep):
9060         * pop3.el (pop3-list): Use 3rd arg of split-string.
9062 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9065         outside the active range.  Suggested by Dan Christensen.
9067         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9068         slightly later to avoid double-getting it.
9070         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9071         previous patch.
9073         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9075 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9077         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9079 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081         * gnus-int.el (gnus-open-server): Give a better error message in the
9082         "go offline" case.
9084         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9085         marks for nnimap, which is seldom the right thing to do.
9087         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9088         (gnus-same-method-different-name): New function.
9090         * nnimap.el (parse-time): Require.
9092         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9093         method in the presence of many similar methods.
9095         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9097         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9098         nnml-inhibit-expiry.
9100         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9101         find out whether methods are equal.
9103         * nnimap.el (nnimap-find-expired-articles): New function.
9104         (nnimap-process-expiry-targets): New function.
9105         (nnimap-request-move-article): Request the article before looking at
9106         what the Message-ID is.  Fix found by Andrew Cohen.
9107         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9109         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9110         for oldness in addition to being a predicate.
9112         * nnimap.el (nnimap-request-group): When we have zero articles, return
9113         the right data to Gnus.
9114         (nnimap-request-expire-articles): Only delete articles immediately if
9115         the target is 'delete.
9117         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9118         method, this would bug out.
9120         * gnus-group.el (gnus-group-expunge-group): Rename from
9121         gnus-group-nnimap-expunge, and implemented as a normal interface
9122         function.
9124         * gnus-int.el (gnus-request-expunge-group): New function.
9126         * nnimap.el (nnimap-request-create-group): Implement.
9127         (nnimap-request-expunge-group): New function.
9129 2010-09-21  Julien Danjou  <julien@danjou.info>
9131         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9132         (gnus-html-cache-expired): Add new function.
9133         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9134         wethever we should display image for fetch it.
9135         Compute alt-text earlier to pass it to the fetching function too.
9136         (gnus-html-schedule-image-fetching): Change function argument to only
9137         get one image at a time, not a list.
9138         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9139         cache.
9140         (gnus-html-get-image-data): New function to retrieve image data from
9141         cache.
9142         (gnus-html-put-image): Change buffer argument to use image data rather
9143         than file, and place image above region rather than inserting a new
9144         one.  Do not take alt-text as argument, since it's useless now: we place
9145         the image above alt-text.
9146         (gnus-html-prune-cache): Remove.
9147         (gnus-html-show-images): Start to fetch image when we find one, do not
9148         push into a temporary list.
9149         (gnus-html-prefetch-images): Only fetch image if they have expired.
9150         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9151         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9153 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9155         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9157 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9160         spec inser "*" if the group isn't active instead of 0.
9162         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9163         opening the server.
9164         (nnimap-request-delete-group): Implement group deletion.
9165         (nnimap-transform-headers): Return the size of the entire message in
9166         the Bytes header, not just the size of the first part.
9167         (nnimap-request-move-article): When moving an article from nnimap,
9168         request the article first so the accepting form has an article to
9169         accept.  Reported by Dan Christensen.
9170         (nnimap-command): Make sure that the error message doesn't error out.
9172 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
9174         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9175         we haven't requested anything.
9177 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9180         "".  Fix found by Andrew Cohen.
9182         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9183         instead of -encode-string.
9185 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9187         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9189         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9190         by mm-subst-char-in-string.
9192 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9195         waiting for the connection string.
9197         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9198         arriving.
9200         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9201         bogus characters.  This allows selecting certain Gmail groups.
9203         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9204         (nnimap-fetch-partial-articles): New variable.
9205         (nnimap-open-connection): When looking for credentials, also use the
9206         nnimap-server-port.
9207         (nnimap-request-article): Return the group/article number, so that Gnus
9208         `^' works as expected.
9209         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9211         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9212         comments.
9213         (gnus-methods-sloppily-equal): New function.
9214         (gnus): When using the development version of Gnus, load the gnus-load
9215         file.
9217         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9218         `gnus-open-server' on each method before trying to scan them etc.
9219         This ensures that all the backend parameters are set correctly.
9221         * nnimap.el (nnimap-authenticator): New variable.
9222         (nnimap-open-connection): Allow anonymous login.
9223         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9224         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9226         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9227         patch, found by Knut Anders Hatlen.
9229 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9231         * gnus-agent.el (gnus-agent-batch-confirmation)
9232         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9233         to gnus-message.
9234         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9235         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9236         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9237         * gnus-int.el (gnus-open-server): Likewise.
9238         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9239         (gnus-score-check-syntax): Likewise.
9240         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9241         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9242         Likewise.
9243         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9245 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9248         calling conventions so that prefetch doesn't bug out.
9250 2010-09-19  Julien Danjou  <julien@danjou.info>
9252         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9253         rather than `subst-char-in-region' in order to be able to replace ASCII
9254         char by UTF-8 ones.
9256         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9257         than curl.
9258         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9259         the right URL and ALT text on images.
9260         (gnus-html-wash-tags): Fix tag case.
9261         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9262         (gnus-article-html): Add -o display_ins_del=2 option.
9263         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9265 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9268         the extra mail headers, which sometimes seem to happen for unknown
9269         reasons.
9271         * mail-parse.el (mail-header-encode-parameter): Define as
9272         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9273         (or most, perhaps?) mail readers don't understand the latter, but do
9274         understand the former.
9276         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9277         to nil, so that no methods are automatically agentized.  I think this
9278         is probably what most users want.
9280         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9281         from url-retrieve, for instance about invalid URLs.
9283         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9284         groups that have no articles.
9285         (nnimap-request-article): Check that we really got an article when we
9286         requested one.
9288         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9289         doesn't exist.
9291         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9292         nntp buffer so the agent can save it.
9293         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9294         that CRLF doesn't get translated to \n.
9295         (nnimap-open-connection): Don't make 'shell commands only send \n.
9297 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9300         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9301         Update var name.
9302         (nnml-generate-nov-file): Use dolist.
9303         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9304         Use with-current-buffer.
9306 2010-09-18  Julien Danjou  <julien@danjou.info>
9308         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9309         parallel.
9311 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9314         the range update right.
9315         (nnimap-request-group): Don't make `M-g' bug out on group with no
9316         marks.
9317         (nnoo): Require, so that other packages can require nnimap.
9318         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9319         command we're looking for.  This helps when the server sends more
9320         responses after we've gotten everything we expected.
9321         (nnimap): Add a `newlinep' field to keep track of end-of-line
9322         conventions.
9323         Don't send CRLF to things that don't want it.
9324         (nnimap-request-accept-article): Ditto.
9326 2010-09-18  Julien Danjou  <julien@danjou.info>
9328         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9329         than curl to retrieve images.
9331 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9334         the marks.
9335         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9336         (nnimap-wait-for-connection): New function.
9337         (nnimap-open-connection): If we have PREAUTH, don't query for login
9338         credentials.
9339         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9340         when doing a partial update.
9342 2010-09-18  Julien Danjou  <julien@danjou.info>
9344         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9345         tags.
9347 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349         * nnimap.el (nnimap-credentials): New function.
9350         (nnimap-open-connection): Use the new function to look for credentials
9351         also on the numeric equivalents of "imap" and "imaps".
9353         * gnus-start.el (gnus-activate-group): Send the info to
9354         gnus-request-group.
9356         * nnimap.el (nnimap-request-group): Have the "check" version of the
9357         function parse flags and update the info, so that a `M-g' get a total
9358         resync of all flags from the group.
9360         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9361         to allow backends to alter the info on group selection.  Also alter all
9362         the backend -request-group functions to take the parameter.
9364         * nnimap.el (nnimap-store-info): New function.
9365         (nnimap-update-info): Store the info for later usage.
9366         (nnimap-request-group): Use the stored info for the dont-check case, so
9367         that we don't retrieve all marks when we enter a group.
9369         * nnimap.el: Use deffoo instead of defun for interface functions.
9371         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9372         update the group info.  This makes the nndraft groups, for instance, go
9373         back to their old behavior.
9375         * gnus-sum.el (gnus-select-newsgroup): Indent.
9377         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9378         in.
9379         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9380         nothing.
9382         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9383         from methods that are denied.
9385         * gnus-int.el (gnus-method-denied-p): New function.
9387         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9388         store the password instead of netrc.
9389         (nnimap-open-connection): Don't error out when we can't make a
9390         connections.
9392         * auth-source.el (auth-source-create): In the password prompt, say what
9393         we're querying for.  Also prompt for user name if that hasn't been
9394         given.
9396         * nnimap.el (nnimap-with-process-buffer): Remove.
9398 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9401         method when we're reading from the agent.
9403         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9405         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9406         that's probably most useful for users.
9408         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9409         "failed" all the time.
9411         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9412         ...)) with (with-current-buffer ...).
9414         * nntp.el (nntp-open-server): Return whether the open was successful or
9415         not.
9417         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9418         select an unread unseen article first.
9420         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9421         /etc/services, supply some sensible port defaults.
9423 2010-09-17  Julien Danjou  <julien@danjou.info>
9425         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9427 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9429         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9430         doesn't have any parameters.
9432 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9434         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9435         only upcased checks.
9437         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9439         * nnimap.el (nnimap-open-shell-stream): New function.
9440         (nnimap-open-connection): Use it.
9441         (nnimap-transform-headers): Get the number of lines in each message.
9442         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9443         number of lines.
9444         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9445         problem.
9447         * utf7.el (utf7-encode): Autoload.
9449         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9450         to allow the mail splitting to not return a default group.  This is
9451         useful for nnimap, which will leave unmatched mail in the inbox.
9453         * nnimap.el: Rewritten.
9455         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9456         nnimap usage.
9458         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9459         if the move is internal, so that nnimap can do fast internal moves.
9461         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9462         data.
9463         (gnus-read-active-for-groups): Support finishing the early retrieval of
9464         data.
9466         * gnus-range.el (gnus-range-nconcat): New function.
9468         * gnus-int.el (gnus-finish-retrieve-group-infos)
9469         (gnus-retrieve-group-data-early): New functions.
9471 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9474         (nnrss-retrieve-groups):
9475         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9476         (pop3-quit): Use with-current-buffer.
9478 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9480         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9481         instead of nnheader-accept-process-output.
9483         * gnus-html.el (gnus-html-schedule-image-fetching)
9484         (gnus-html-prefetch-images): Replace process-kill-without-query by
9485         gnus-set-process-query-on-exit-flag.
9487 2010-09-16  Romain Francoise  <romain@orebokech.com>
9489         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9491 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9494         parameter to unintern is mandatory-ish in Emacs 24.
9496         * gnus-html.el (gnus-html-schedule-image-fetching)
9497         (gnus-html-prefetch-images): Check for curl before using it.
9499         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9500         depend on curl, which isn't essential.
9502         * imap.el: Revert back to version
9503         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9504         seem problematic.
9506 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9508         * gnus-registry.el (gnus-registry-install-shortcuts):
9509         Explicitly pass `obarray' to `unintern' to avoid a warning.
9511 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9514         change.
9516         * nnrss.el (nnrss-request-list): Remove this function and related
9517         functions, including the moreover stuff.
9519 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521         * nnrss.el (nnrss-retrieve-groups): New function.
9523 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9525         * .dir-locals.el: Add no-byte-compile cookie.
9527 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9529         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9530         for back end that doesn't support request-scan.
9532 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9535         then do request scans from the backends.
9537         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9538         avoid running a hook per line, since this takes a lot of time,
9539         profiling shows.
9540         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9541         directly if gnus-visual-p is true.
9543 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9545         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9546         groups; replace mapcar with dolist which is a bit faster; pass groups
9547         info to gnus-read-active-file-1.
9548         (gnus-read-active-file-1): Scan only specified groups if the new
9549         optional arg `infos' is given.
9551 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9555         * pop3.el (pop3-movemail): Remove.
9556         (pop3-streaming-movemail): Rename to pop3-movemail.
9558         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9559         don't restrict end-tag searches to the end of the line.
9561 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9563         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9564         articles of every unchecked group to t, which means unknown since the
9565         server has never been opened.
9567 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569         * gnus-html.el (gnus-html-show-alt-text): New command.
9570         (gnus-html-browse-image): Ditto.
9571         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9572         to browse the image directly.
9573         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9574         better.
9576         * gnus-async.el (gnus-async-article-callback):
9577         Call `gnus-html-prefetch-images' unconditionally.
9579         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9580         before feeding URLs to curl.
9582 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9584         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9585         internal images as deletable by `W D D'.
9587         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9588         (gnus-async-article-callback): Fix typo.
9590 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9593         current line to work around bugs in the output from w3m.
9595         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9596         for groups that want that.
9598         * nntp.el (nntp-wait-for-string): Supply a timeout for
9599         accept-process-output to ensure progress.
9601         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9602         level to get unread articles from, then use that for foreign groups,
9603         too.
9605         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9606         confuses the rest of the function.
9608         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9609         for the methods that support -retrieve-groups, too.
9611         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9613 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9615         * pop3.el: Require cl when compiling.
9616         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9618 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9621         that aren't going to be activated.
9622         (gnus-get-unread-articles): Fix up the last commit.
9624         * gnus-html.el (gnus-article-html): Allow calling without specifying
9625         the handle.  In that case, dissect the buffer first.
9627         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9629         * nnimap.el (nnimap-open-connection): Revert the change that would look
9630         into authinfo for imaps instead of imap.
9632         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9633         say that you don't want to call gnus-request-group with don-check, but
9634         do check the response.  This is for virtual groups only.
9635         (gnus-get-unread-articles): Count the archive groups as secondary, so
9636         that they're activated the same way as before.
9638         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9639         case-insensitively.
9640         (nnimap-debug): Remove.
9642         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9643         mail from a file, and the file doesn't exist.
9645         * pop3.el (pop3-streaming-movemail): Return t for success.
9647         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9648         .authinfo if we're using ssl connection.
9650         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9651         already have if we're in a main Gnus `g' run.
9653         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9655 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9657         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9659         * nnmh.el (nnmh-request-list-1): Bind `file'.
9661         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9662         alias to set-process-query-on-exit-flag or process-kill-without-query.
9663         (pop3-open-server): Use it.
9665 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9667         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9668         box to the Incoming file.  Fixes mistake in previous checkin.
9670         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9671         request loop (for debugging purposes) removed.
9673         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9674         culprit is more visible.
9675         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9676         (nnml-add-incremental-nov): New functions to do "incremental" nov
9677         updates, where we just append to the end of the existing nov files
9678         without reading/writing them in full.
9680         * mail-source.el (mail-source-delete-crash-box): Really only check the
9681         incoming files once in a while.
9683         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9685         * mail-source.el (mail-source-delete-crash-box): Only check the
9686         incoming files for deletion once per day to save a lot of file
9687         accesses.
9689         * pop3.el (pop3-logon): Fix up unbound variable typo.
9691         * mail-source.el (pop3-streaming-movemail): Autoload.
9693         * pop3.el (pop3-streaming-movemail):
9694         Respect pop3-leave-mail-on-server.
9696         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9697         retrieval.
9699         * pop3.el (pop3-process-filter): Remove unused function.
9700         (pop3-streaming-movemail, pop3-send-streaming-command)
9701         (pop3-wait-for-messages, pop3-write-to-file)
9702         (pop3-number-of-responses): New functions for streaming pop3
9703         retrieval.
9705         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9706         come from no known methods.
9707         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9708         list.
9710         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9711         message sizes.
9712         (pop3-movemail): Use erase-buffer instead of looping and deleting
9713         regions, which seems rather odd.
9715         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9716         file once per `g' run.
9718         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9719         directories.  This makes the draft queue directory work.
9721         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9722         data from the backends, so that we only request the list of groups from
9723         each method once.  This should speed things up considerably.
9725         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9726         detect that it's not implemented.
9728         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9729         we actually do recurse down into the tree, but don't stat all leaf
9730         nodes.
9732         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9733         then say so instead of bugging out.
9735         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9736         files exist before trying to read them.
9738         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9739         around <pre_int>.
9741         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9743         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9745 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747         * mm-util.el (mm-image-load-path): Just return the image directories,
9748         not all directories in the path in addition to the image directories.
9749         (mm-image-load-path): Maintain a cache of the image directories so that
9750         the `g' command in Gnus doesn't have to stat dozens of directories each
9751         time.
9753         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9754         (gnus-html-wash-tags): Add a new `i' command to insert images.
9755         (gnus-html-insert-image): New command and keystroke.
9756         (gnus-html-redisplay-with-images): New command and keystroke.
9757         (gnus-html-show-images): Rename command.
9758         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9759         spacers.
9760         (gnus-html-wash-tags): Decode entities at the end, so that entities
9761         inside the tags don't mess up the rest of the "parsing".
9763         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9764         so that nnimap methods aren't agentized by default.  There's apparently
9765         many problems related to agent/imap behavior.
9767         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9769         * gnus-html.el: Doc fix.
9771 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9773         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9774         glyph-width and glyph-height instead of display-graphic-p and
9775         image-size; make avoidance of displaying small images work for XEmacs.
9777         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9778         for XEmacs.
9780         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9781         of symbol that holds plist data.
9782         (gnus-process-plist): Remove plist of process after getting it.
9784 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786         * message.el (message-generate-hashcash): Change default to
9787         'opportunistic if hashcash is installed.
9789         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9790         (gnus-html-put-image): Only call image-size once, since it's somewhat
9791         time-consuming on remote X servers.
9793 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9795         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9796         decoded contents.
9797         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9799 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9802         group line format, since it isn't very interesting.
9804         * gnus-agent.el (gnus-agent-short-article),
9805         (gnus-agent-long-article): Increase values for these two variables,
9806         since most people are likely to have more network connection and
9807         storage than before.
9809         * gnus.el (gnus-refer-article-method): Change default to 'current.
9810         When referring an article, the common behavior is to refer it from the
9811         current select method, not the native select method.  The chances of
9812         the native select method having the message in question is rather slim
9813         these days.
9815         * gnus-sum.el (gnus-auto-select-subject): Change default to
9816         `unseen-or-unread'.  I think it's likely that most people want to
9817         select an unseen article over a previously seen, but unread one.
9819         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9820         means that in the article buffer none of the minor mode elements will
9821         be shown, usually, and this is not desirable in most cases.
9823         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9824         that commands like `d' (and the like) go to the next line in the
9825         buffer, instead of the next unread article.  I think this is the
9826         behavior that is most natural for most users.
9827         (gnus-single-article-buffer): Change default to nil, so that people can
9828         have as many article buffers open as they have summary buffer.  I think
9829         this is the most natural way for the groups to behave.
9831         * message.el (message-generate-new-buffers): Change default to
9832         `unsent', so that all new message buffers start their names with the
9833         string "*unsent", and it's easier to find the buffers if you move from
9834         them.
9836 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9839         small.  They're probably tracking images.
9840         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9841         (gnus-html-rescale-image): Yet another try at getting the image sizing
9842         right.
9844         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9845         nntp-marks-file-name is nil.
9847 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9849         * gnus-html.el (gnus-html-wash-tags)
9850         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9851         Better logging.
9853 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9857         * gnus-html.el (gnus-html-wash-tags): Check the value of
9858         gnus-blocked-images in the summary buffer.
9860 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9862         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9864 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9867         like "a", it seems like.
9868         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9869         since it needs to be picked from the correct buffer.
9871         * nnwfm.el: Remove.
9873         * nnlistserv.el: Remove.
9875 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9877         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9878         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9880 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882         * nnkiboze.el: Remove.
9884         * nndb.el: Remove.
9886         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9887         alt text.
9888         (gnus-html-rescale-image): Try to get the rescaling logic right for
9889         images that are just wide and not tall.
9891         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9892         overshadow variable bindings.
9894 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9896         * gnus-html.el (gnus-html-wash-tags)
9897         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9898         Add extra logging.
9900 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9903         (gnus-max-image-proportion): New variable.
9904         (gnus-html-rescale-image): New function.
9905         (gnus-html-put-image): Rescale images.
9907 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         Fix up some byte-compiler warnings.
9910         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9911         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9912         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9913         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9914         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9915         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9916         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9918 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9920         * gnus-html.el (gnus-article-html): Decode contents by charset.
9922 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9924         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9925         (gnus-html-frame-width, gnus-blocked-images):
9926         * message.el (message-prune-recipient-rules): Add custom version.
9927         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9929         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9930         functions.
9932         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9933         gnus-process-get.
9935 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9937         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9938         instead of lsub directly.
9940 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942         * nnwarchive.el: Remove.
9944         * gnus-soup.el: Remove.
9946         * nnsoup.el: Remove.
9948         * nnultimate.el: Remove.
9950         * gnus-html.el (gnus-blocked-images): New variable.
9952         * message.el (message-prune-recipients): New function.
9953         (message-prune-recipient-rules): New variable.
9955         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9956         guess whether a long line is natural text or not.
9958         * gnus-html.el (gnus-html-schedule-image-fetching):
9959         Use gnus-process-plist and friends for compatibility.
9961 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9963         * gnus-html.el: Require packages that define macros used in this file.
9964         (gnus-article-mouse-face): Declare to silence byte-compiler.
9965         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9966         process-get.
9967         (gnus-html-put-image): Use plist-get to avoid getf.
9968         (gnus-html-prefetch-images): Use with-current-buffer.
9970 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9972         * gnus-ems.el: Provide compatibility functions for
9973         gnus-set-process-plist.
9975         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9976         * gnus.el (gnus-valid-select-methods):
9977         * message.el (message-send-mail-partially-limit):
9978         * mm-decode.el (mm-text-html-renderer):
9979         * mml.el (mml-insert-mime-headers-always):
9980         * smiley.el (smiley-regexp-alist): Bump custom version.
9982 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984         * gnus-html.el: require mm-url.
9985         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9986         with the url to `url'.
9987         (gnus-html-wash-tags): Support cid: URLs/images.
9989 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9992         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9993         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9995         * gnus-move.el: Remove file, since it doesn't really work.
9997         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9998         UTF-8.  This seems to fix problems with some German web feeds.
10000         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10001         at the top so that the proper colors are applied.
10003         * gnus-art.el (gnus-article-view-part): Doc fix.
10005         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10006         XEmacs-compatible.
10007         (gnus-html-put-image): Don't do images on non-graphic displays.
10009         * nnslashdot.el: Remove this unused backend.
10011         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10012         actions.
10013         (gnus-undo-register-1): Revert last change.
10015         * gnus-group.el (gnus-group-completing-read): Protect against not
10016         having completion-styles bound.
10018         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10019         make broken recipients happier.
10021         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10023         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10024         point parameter.
10026         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10027         completion-styles for group selection.
10029 2009-02-04  Andreas Schwab  <schwab@suse.de>
10031         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10032         headers and regexp-quote the match if necessary.
10034 2009-03-24  Miles Bader  <miles@gnu.org>
10036         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10037         the blinking smiley.
10039 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10041         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10042         blink smiley.
10044 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10047         where the dribbel file lives exists.
10049         * message.el (message-send-mail-partially-limit): Change the default to
10050         nil, since most people don't want this.
10052         * mm-url.el (mm-url-decode-entities): Also decode entities like
10053         &#x3212.
10055 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10057         * gnus-sum.el (gnus-summary-idna-message):
10058         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10059         Hyperlink urls in docstrings with URL `...'.
10061 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10063         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10064         functions.
10066 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10069         say what the mouseover text should be.
10071         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10072         version of the mm-w3m-safe-url-regexp variable to only download images
10073         in the groups where we want that to happen.
10075         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10077         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10078         easier debugging.
10079         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10080         big pictures in the article buffer.
10082         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10083         gnus-article-html.
10084         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10085         w3m.
10087         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10089 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10092         which doesn't exist.
10094         * message.el (message-inhibit-ecomplete): New variable to allow some
10095         function to inhibit ecomplete address storage.
10096         (message-resend): Disable ecomplete message storage when resending
10097         messages.
10099         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10101 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10103         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10104         Save excursion while copying, moving, and deleting articles in order to
10105         prevent the cursor from jumping to unforeseen place.
10107 2010-08-17  Glenn Morris  <rgm@gnu.org>
10109         * gnus-sync.el: Require gnus components whose functions are used.
10111         * gnus-art.el (bookmark-make-record-function):
10112         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10113         Declare for compiler.
10115         * mm-url.el (mml-compute-boundary): Autoload.
10117 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10119         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10121 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10123         Typo fix "hoo4a" -> "hook".
10125         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10127 2010-08-14  Glenn Morris  <rgm@gnu.org>
10129         * gnus-sync.el (gnus-sync): Fix defgroup version.
10131 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10133         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10135         * gnus-sync.el: Fix docs.
10136         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10137         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10139 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10141         Optimizations for gnus-sync.el.
10143         * gnus-sync.el: Add docs about gnus-sync-backend
10144         possibilities.
10145         (gnus-sync-save): Remove unnecessary message.
10146         (gnus-sync-read): Optimize and show what groups were skipped.
10148 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10150         Minor bug fixes for gnus-sync.el.
10152         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10153         Don't read the sync on get-new-news.
10155         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10156         quiet.
10158         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10159         (fix typo).
10161 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10163         Make saving and restoring of hidden threads work with overlays.
10164         Patch applied by Ted Zlatanov.
10166         * gnus-sum.el (gnus-hidden-threads-configuration)
10167         (gnus-restore-hidden-threads-configuration): Update to deal with text
10168         properties, rather than searching for a magic character.
10170 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10172         New gnus-sync.el library for synchronization of marks.
10174         * gnus-sync.el: New library for synchronization of marks.
10176         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10177         renamed from `gnus-registry-grep-in-list'.
10179         * gnus-registry.el (gnus-registry-follow-group-p):
10180         Use `gnus-grep-in-list'.
10182         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10184 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10187         determining charset of text fails.
10189 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10191         * nnmail.el (nnmail-get-new-mail-1): Revert.
10193         * nnml.el (nnml-active-number): Make sure names of newly created groups
10194         in nnml-group-alist are encoded.
10196 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10198         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10199         containing non-ASCII characters in active file for nnml back end.
10201 2010-07-24  David Engster  <dengste@eml.cc>
10203         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10204         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10206 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10208         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10209         tag (Bug#6654).
10211 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10213         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10214         the article buffer, not the summary buffer.
10216 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10218         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10219         Emacs 23 as well.
10221 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10223         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10224         Patch applied by Karl Fogel.
10226         * gnus-sum.el (gnus-summary-bookmark-make-record):
10227         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10229 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10231         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10232         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10233         C-w still not working correctly from Article buffers; Thierry's
10234         patch to fix that will be applied after this.
10236         * gnus-art.el (bookmark-make-record-function): New local variable.
10238         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10239         article buffer.
10240         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10242 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10244         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10245         on changes in bookmark.el.
10247 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10249         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10250         the *other* type of HTML form submission.
10252 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10254         * auth-source.el (auth-source-pick): If choice does not contain a
10255         questioned keyword, set the check to t.
10257 2010-06-12  Romain Francoise  <romain@orebokech.com>
10259         * gnus-util.el (gnus-date-get-time): Move up before first use.
10261 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10263         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10264         (gnus-article-edit-part): Bind it to make last part that is substituted
10265         or deleted visible.
10266         (gnus-mime-display-single): Buttonize part of which id equals to
10267         gnus-mime-buttonized-part-id.
10269 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10271         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10272         (gnus-dd-mmm): Use gnus-date-get-time.
10273         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10274         simplify logic.
10275         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10276         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10278 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10280         * auth-source.el (top): Autoload `secrets-list-collections',
10281         `secrets-create-item', `secrets-delete-item'.
10282         (auth-sources): Fix tag string.
10283         (auth-get-source, auth-source-retrieve, auth-source-create)
10284         (auth-source-delete): New defuns.
10285         (auth-source-pick): Rewrite in order to avoid 2 passes.
10286         (auth-source-forget-user-or-password): New parameter USERNAME.
10287         (auth-source-user-or-password): New parameters CREATE-MISSING and
10288         DELETE-EXISTING.  Retrieve password interactively, if needed.
10290 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10292         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10293         deleting unused directories when gnus-expert-user is t.
10295 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10297         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10298         for each temp file when gnus-article-browse-delete-temp is ask.
10300 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10302         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10304 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10306         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10307         article unless decoding article to be saved.
10309 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10311         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10312         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10313         generated within the mm-with-unibyte-current-buffer macro.
10315 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10317         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10318         to nil when we're in a mml-preview buffer and no group is selected.
10320 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10322         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10323         when catching the `C-g'.  Reported by "Leo".
10325 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10327         * message.el (message-forward-make-body-plain)
10328         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10329         multibyte-string-p.
10331 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10333         * message.el (message-forward-make-body-mml): Assume original message
10334         is multibyte string; error on unibyte.
10335         (message-forward-make-body-plain): Ditto; don't add excessive newline
10336         in body end.
10338 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10340         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10341         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10343 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10345         * mm-extern.el (mm-extern-url): Don't use
10346         mm-with-unibyte-current-buffer.
10347         (mm-extern-cache-contents): Use with-current-buffer instead of
10348         save-excursion + set-buffer.
10350 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10352         * mm-util.el (mm-emacs-mule): Remove.
10354 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10356         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10357         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10358         change.
10360 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10362         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10363         bind the default value of enable-multibyte-characters to nil.
10365 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10367         * message.el (message-forward-make-body-plain)
10368         (message-forward-make-body-mml):
10369         Don't use mm-with-unibyte-current-buffer.
10371 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10373         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10374         (Bug#5592).
10376 2010-05-07  Julien Danjou  <julien@danjou.info>
10378         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10379         it to mm-pipe-part.
10381         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10382         it is given.
10384 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10386         * nnweb.el (nnweb-gmane-search):
10387         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10388         XEmacs.
10390         * gnus-art.el (gnus-article-browse-html-parts):
10391         * gnus-group.el (gnus-read-ephemeral-gmane-group)
10392         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10393         make-temp-file.
10395         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10396         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10397         compiling.
10399         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10400         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10401         XEmacs when compiling.
10403         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10404         gnus-pick-mode-off-hook for XEmacs when compiling.
10405         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10406         gnus-binary-mode-off-hook for XEmacs when compiling.
10408         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10409         Return nil if char-charset is not available.
10411         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10412         macro.
10414         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10415         instead of encode-coding-string.
10417         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10418         'xemacs) instead of mm-emacs-mule to switch function definitions.
10419         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10421 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10423         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10425 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10427         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10428         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10430 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10432         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10433         alias `jka-compr-delete-temp-file' no longer exists.
10435 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         Use define-minor-mode in Gnus where applicable.
10438         * mml.el (mml-mode): Use define-minor-mode.
10439         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10440         (gnus-undo-mode): Use define-minor-mode.
10441         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10442         (gnus-dead-summary-mode): Use define-minor-mode.
10443         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10444         Initialize in declaration.
10445         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10446         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10447         (gnus-mailing-list-mode): Use define-minor-mode.
10448         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10449         (gnus-draft-mode): Use define-minor-mode.
10450         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10451         (gnus-dired-mode): Use define-minor-mode.
10453 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10455         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10456         handles on recursive mml-to-mime translation and check them for
10457         boundary delimiter collisions.  Reported by Greg Troxel.
10459 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10461         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10463 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10465         * mm-util.el (mm-find-buffer-file-coding-system):
10466         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10468 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10470         * message.el (message-generate-headers): Record insertion of optional
10471         headers as well.  Otherwise the check to prevent repeated insertion of
10472         optional headers is a no-op.
10474 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10476         * smime.el: Don't mention CVS.
10478         * nnrss.el (nnrss-fetch): Don't mention CVS.
10480         * nnir.el: Don't mention CVS.
10482 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10484         * gnus-sum.el (gnus-summary-bookmark-make-record):
10485         Add `location' field.
10487 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10490         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10491         Use with-current-buffer to silence the byte-compiler.
10492         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10493         bother to require `gnus'.
10494         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10496 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10498         * gnus-sum.el (gnus-summary-bookmark-make-record)
10499         (gnus-summary-bookmark-jump): New functions.
10500         (gnus-summary-mode): Setup bookmark support.
10502 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10504         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10505         if set.
10507 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10509         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10510         gnus-article-browse-html-save-cid-image; make it work recursively for
10511         forwarded messages as well.
10512         (gnus-article-browse-html-parts): Work when prefix arg is given.
10513         (gnus-article-browse-html-article): Doc fix.
10515 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10517         * message.el (message-default-mail-headers):
10518         (message-default-headers): Carry the value mail-default-headers over
10519         into message-default-mail-headers, rather than message-default-headers.
10521 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10523         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10524         charset.
10526         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10527         charset into the <meta> tag when the article is encoded to utf-8.
10529 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10531         * gnus-art.el (gnus-article-browse-delete-temp-files):
10532         Delete directories as well.
10533         (gnus-article-browse-html-parts): Work for images that do not specify
10534         file names; delete temp directory when quitting; insert header at the
10535         right place; use file: scheme for image files.
10537 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10539         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10540         (gnus-article-browse-html-parts): Use it to make temporary cid image
10541         files in addition to html file so that browser may display them.
10543 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10545         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10547 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10549         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10551 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10553         * auth-source.el (auth-sources): Change default to be simpler.
10554         Explain about Secret Service API sources.  Improve Customize options.
10555         (auth-source-pick): Change to accept any number of search parameters.
10556         Implement fallbacks iteratively, not recursively.  Add scoring on the
10557         second pass and sort by score.  Call Secret Service API when needed.
10558         (auth-source-user-or-password): Use it.  Call Secret Service API
10559         directly when needed to get the user name and the password.
10561 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10563         * message.el (message-interactive): Doc fix.
10564         (message-qmail-inject-args): Reflow.
10565         (message-kill-to-signature): Fix typo in docstring.
10567         * smiley.el (smiley-buffer): Fix typo in docstring.
10569 2010-03-24  Glenn Morris  <rgm@gnu.org>
10571         * mail-source.el (gnus-message): Declare.
10572         (mail-source-delete-old-incoming): Require gnus-util.
10574 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10576         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10578         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10580         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10581         password-cache's default if it is not bound.
10582         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10583         password-cache-expiry's default if it is not bound.
10585         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10586         available in Emacs 21.
10588 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10590         * auth-source.el (auth-sources): Fix up definition so extra parameters
10591         are always inline.
10593 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10595         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10596         wasn't updated after mismatch.  Clear cached mailbox info correctly
10597         when uidvalidity changes.
10598         (nnimap-group-prefixed-name): New function to avoid some code
10599         duplication.
10600         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10601         (nnimap-request-group): Use it.
10602         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10603         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10604         with many imap folders.  This is done by caching the group status from
10605         the imap server persistently in a group parameter `imap-status'.  (This
10606         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10607         but not persistently, so every Gnus startup was still very slow.)
10609 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10611         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10612         secrets.el dependency.
10613         (auth-sources): Add optional user name.  Add secrets.el configuration
10614         choice (unused right now).
10616 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10618         * gnus-sum.el (gnus-summary-make-menu-bar):
10619         Let `gnus-registry-install-shortcuts' fill in the functions.
10621         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10622         warnings.
10623         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10624         (gnus-registry-install-shortcuts): Populate and use it in a
10625         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10627 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10629         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10630         In-place substitutions for the group name encoding/decoding.
10631         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10632         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10633         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10634         (nnimap-update-unseen, nnimap-request-list)
10635         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10636         (nnimap-request-set-mark, nnimap-split-to-groups)
10637         (nnimap-split-articles, nnimap-request-newgroups)
10638         (nnimap-request-create-group, nnimap-request-accept-article)
10639         (nnimap-request-delete-group, nnimap-request-rename-group)
10640         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10641         `encoded-mbx' for consistency.
10642         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10643         variable `imap-current-mailbox'.
10645         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10646         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10648 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10650         * pop3.el (pop3-display-message-size-flag): Display message size byte
10651         counts during POP3 download.
10652         (pop3-movemail): Use it.
10653         (pop3-list): Implement listing of available messages.
10655 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10657         * nnir.el (nnir-get-article-nov-override-function): New function to
10658         override the normal NOV retrieval.
10659         (nnir-retrieve-headers): Use it.
10661 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10663         * auth-source.el (netrc-machine-user-or-password): Autoload.
10665 2010-03-19  Glenn Morris  <rgm@gnu.org>
10667         Stop message.el from loading about 40 libraries it doesn't always need.
10668         The general approach is to autoload rather than require, and to
10669         require in the specific functions rather than the file.  (Bug#5642)
10671         * gmm-utils.el: Don't require wid-edit.
10672         (widget-create-child-value, widget-convert, widget-default-get):
10673         Autoload.
10675         * gnus-util.el: Don't require time-date, netrc.
10676         (message-fetch-field, gnus-group-name-decode): Declare rather than
10677         autoloading.
10678         (gnus-fetch-field): Require message.
10679         (gnus-decode-newsgroups): Require gnus-group.
10681         * ietf-drums.el: Don't require time-date.
10683         * message.el: Don't require hashcash, canlock, ecomplete.
10684         Do require mail-utils.  Require nnheader only when compiling.
10685         (smtpmail-default-smtp-server): Remove declaration.
10686         (message-send-mail-function): Check smtpmail-default-smtp-server
10687         is bound rather than requiring smtpmail.
10688         (message-auto-save-directory, message-insert-signature):
10689         Use expand-file-name rather than nnheader-concat.
10690         (nnheader-insert-file-contents): Autoload.
10691         (hashcash-wait-async): Declare.
10692         (message-send-mail): Only call gnus-setup-posting-charset if
10693         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10694         (message-send-mail-with-sendmail): Require sendmail.
10695         (canlock-password, canlock-password-for-verify): Declare.
10696         (message-canlock-password): Require canlock.
10697         (nnheader-get-report): Autoload.
10698         (gnus-setup-posting-charset): Declare.
10699         (message-send-news): Require gnus-msg.
10700         (message-make-references, message-make-in-reply-to): Use mail-header-id
10701         rather than the alias mail-header-message-id.
10702         (ecomplete-add-item, ecomplete-save): Declare.
10703         (message-put-addresses-in-ecomplete): Require ecomplete.
10704         (ecomplete-display-matches): Autoload.
10706         * mm-decode.el: Don't require mailcap, gnus-util.
10707         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10708         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10709         Autoload.
10710         (mailcap-mime-extensions): Declare.
10712         * mm-encode.el: Don't require mailcap.
10713         (mailcap-extension-to-mime): Autoload.
10715         * mml-sec.el: Don't require password-cache.
10717         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10718         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10719         (mml-minibuffer-read-type): Require mailcap.
10720         (mml-preview): Require gnus-msg.
10722         * mml1991.el: Require password-cache.
10723         (password-cache-expiry): Remove declaration.
10725         * mml2015.el: Require password-cache.
10726         (password-cache-expiry): Remove declaration.
10728         * nneething.el (mailcap): Require mailcap.
10730         * nnheader.el (declare-function): Add compatibility stub.
10731         (message-remove-header): Declare rather than autoload.
10732         (nnheader-replace-header): Require message.
10734         * nnimap.el (declare-function): Add compatibility stub.
10735         (netrc-parse, netrc-machine-user-or-password): Declare.
10736         (nnimap-open-connection): Require netrc.
10738         * nntp.el (declare-function): Add compatibility stub.
10739         (netrc-parse, netrc-machine, netrc-get): Declare.
10740         (nntp-send-authinfo): Require netrc.
10742         * rfc2047.el: Don't require qp.
10743         (quoted-printable-encode-region, quoted-printable-decode-string):
10744         Autoload.
10746         * sieve-mode.el: Don't require easymenu.
10747         (easy-menu-add-item): Autoload it.
10749         * spam-stat.el (time-to-number-of-days): Autoload it.
10751 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10753         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10754         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10755         value if any backslash escapes).
10757 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10759         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10760         if it is available.  (bug#5647)
10762 2010-02-26  Glenn Morris  <rgm@gnu.org>
10764         * message.el (message-send-mail-function): Change the default, so that
10765         it inherits from a customized send-mail-function.  (Bug#5643)
10767 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10769         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10770         shell-command-to-string signals an error (bug#5299).
10772 2010-02-24  Glenn Morris  <rgm@gnu.org>
10774         * message.el (message-smtpmail-send-it)
10775         (message-send-mail-with-mailclient): Doc fixes.
10777 2010-02-16  Glenn Morris  <rgm@gnu.org>
10779         * message.el (message-default-mail-headers): Change the default value
10780         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10782 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10784         * message.el (message-mail): Just pass yank-action on to message-setup.
10785         (message-setup): Handle (FUN . ARGS) form of yank-action.
10786         (message-with-reply-buffer, message-widen-reply)
10787         (message-yank-original): Handle non-buffer values of
10788         message-reply-buffer (Bug#4080).
10789         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10791 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10793         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10794         Fix typo in docstring.
10796 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10798         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10799         response.
10801 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10803         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10805         * message.el (message-check-news-header-syntax): Protect against a
10806         string that `rfc822-addresses' returns when parsing fails.
10808 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10810         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10811         (gnus-previous-char-property-change): New functions.
10813         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10815 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10817         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10818         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10820 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10822         * message.el (message-exchange-point-and-mark): Rework last change to
10823         avoid using optional arg of exchange-point-and-mark, for backward
10824         compatibility.
10826 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10828         * message.el (message-exchange-point-and-mark):
10829         Call exchange-point-and-mark with an argument rather than setting
10830         mark-active by hand (Bug#5175).
10832 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * nntp.el (nntp-service-to-port): Work for service expressed with
10835         numeric string; replace [:digit:] with [0-9] for XEmacs.
10837 2009-12-17  Glenn Morris  <rgm@gnu.org>
10839         * gnus-group.el (gnus-bug-group-download-format-alist):
10840         Change emacs entry to debbugs.gnu.org.  Bump :version.
10842 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10844         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10846 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10848         * message.el (message-info): Explain why we use `Info-goto-node'.
10850 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10852         * message.el (message-completion-in-region): New compatibility function.
10853         (message-expand-group): Use it.
10855 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10857         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10858         with no unread article should be listed if the 2nd arg `predicate' is
10859         given.
10861 2009-11-29  Juri Linkov  <juri@jurta.org>
10863         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10864         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10865         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10867 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10869         * message.el (message-from-style, message-interactive)
10870         (message-signature): Always set default values from the corresponding
10871         mail-* variables.
10872         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10873         (message-yank-prefix, message-indentation-spaces)
10874         (message-signature-file, message-default-headers): Use boundp rather
10875         than (featurep 'xemacs) to check if the corresponding mail-* variables
10876         exist.
10878 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10880         * message.el (message-send-mail-with-sendmail): Revert last change.
10882 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10884         * message.el (message-from-style, message-interactive)
10885         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10886         (message-yank-prefix, message-indentation-spaces, message-signature)
10887         (message-signature-file, message-default-headers): For GNU Emacs, set
10888         default values from the corresponding mail-* variables.
10889         (message-send-mail-with-sendmail): Use envelope-from only if
10890         mail-specify-envelope-from is non-nil.
10892 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10894         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10895         containing tspecial characters if they have been already quoted.
10897 2009-10-24  Glenn Morris  <rgm@gnu.org>
10899         * gnus-art.el (help-xref-stack-item): Define for compiler.
10901 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10903         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10905 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10907         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10908         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10910 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10912         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10913         (gnus-overlays-in): New alias to overlays-in.
10915         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10916         gnus-overlay-get, and gnus-delete-overlay.
10917         (gnus-summary-show-thread): Make it work as well for systems in which
10918         next-single-char-property-change is not available.
10919         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10921 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10923         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10925 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10927         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10928         and XEmacs that don't have `remove-overlays'.
10930 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10932         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10933         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10934         selective display.  Use overlays instead.
10936 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10938         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10940 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10942         * spam-stat.el (spam-stat-load): Fix typo in message.
10944 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10946         * gnus-art.el (gnus-article-encrypt-body):
10947         * message.el (message-check-recipients):
10948         * mm-util.el (mm-codepage-setup):
10949         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10950         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10952 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10954         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10955         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10956         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10957         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10958         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10960 2009-09-18  Glenn Morris  <rgm@gnu.org>
10962         * gnus-diary.el (gnus-diary-check-message):
10963         * message.el (message-insert-formatted-citation-line):
10964         * nnbabyl.el (top-level):
10965         * nndiary.el (nndiary-schedule):
10966         Fix typos in condition-case handlers.
10968 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10970         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10971         configuration that provides the sole article window in a frame;
10972         position point correctly after deleting a part.
10974 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10976         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10977         (spam-resolve-registrations-routine): Use it to unregister articles
10978         that change status.
10980 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10982         * nnrss.el (nnrss-request-article): Remove binding of
10983         default-enable-multibyte-characters that has gotten needless by
10984         the 2007-07-13 change in rfc2047-encode-message-header.
10986         * mml.el (mml-insert-multipart): Error on the message header.
10987         (mml-insert-part): Error on the message header; position point at
10988         the end of a MIME tag.
10990 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10992         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10993         (gnus-float-time): Alias to float-time if it exists.
10995         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10996         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10997         float-time is available; suppress compile warning for time-to-seconds.
10999 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11001         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11002         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11003         Add the optional argument `encoding' that overrides the default.
11005         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11006         mm-encode-buffer.
11008 2009-09-04  Glenn Morris  <rgm@gnu.org>
11010         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11011         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11012         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11013         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11014         * mm-util.el (mm-with-unibyte-current-buffer)
11015         (mm-find-buffer-file-coding-system):
11016         * yenc.el (yenc-decode-region): Use default-value rather than
11017         default-enable-multibyte-characters.
11019 2009-09-03  Glenn Morris  <rgm@gnu.org>
11021         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11022         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11023         than default-enable-multibyte-characters.
11025 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11027         * gnus-art.el (gnus-article-read-summary-keys):
11028         Fix gnus-buffer-configuration's value temporarily used.
11030 2009-09-02  Glenn Morris  <rgm@gnu.org>
11032         * gnus-util.el (gnus-float-time): New function.
11033         * gnus-delay.el (gnus-delay-article):
11034         * gnus-sum.el (gnus-thread-latest-date):
11035         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11036         * nnspool.el (nnspool-request-newgroups):
11037         Use gnus-float-time rather than time-to-seconds.
11038         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11040         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11041         (gnus-header-subject-face, gnus-header-newsgroups-face)
11042         (gnus-header-name-face, gnus-header-content-face):
11043         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11044         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11045         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11046         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11047         (gnus-cite-face-11):
11048         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11049         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11050         (gnus-server-closed-face, gnus-server-denied-face)
11051         (gnus-server-offline-face):
11052         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11053         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11054         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11055         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11056         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11057         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11058         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11059         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11060         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11061         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11062         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11063         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11064         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11065         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11066         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11067         (gnus-summary-high-undownloaded-face)
11068         (gnus-summary-low-undownloaded-face)
11069         (gnus-summary-normal-undownloaded-face)
11070         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11071         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11072         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11073         (gnus-splash-face):
11074         * message.el (message-header-to-face, message-header-cc-face)
11075         (message-header-subject-face, message-header-newsgroups-face)
11076         (message-header-other-face, message-header-name-face)
11077         (message-header-xheader-face, message-separator-face)
11078         (message-cited-text-face, message-mml-face):
11079         * sieve-mode.el (sieve-control-commands-face)
11080         (sieve-action-commands-face, sieve-test-commands-face)
11081         (sieve-tagged-arguments-face):
11082         * spam.el (spam-face):
11083         Mark face aliases with "-face" in the name as obsolete.
11085 2009-09-01  Glenn Morris  <rgm@gnu.org>
11087         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11088         than goto-line.
11090 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11092         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11093         Don't move point if the command is invoked inside the message header.
11095 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11098         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11099         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11100         * nnir.el (nnir-swish-e-index-file):
11101         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11102         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11103         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11104         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11105         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11106         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11108 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11110         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11111         Don't save excursion.
11113 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11115         * nnheader.el (nnheader-find-file-noselect):
11116         * mm-util.el (mm-insert-file-contents):
11117         Use (default-value 'major-mode) instead of default-major-mode.
11119 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11123 2009-08-25  Glenn Morris  <rgm@gnu.org>
11125         * nnir.el (top-level): Don't require cl at run-time.
11126         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11127         Replace cl-function substitute with gnus-replace-in-string.
11128         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11129         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11130         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11131         simplified expansions.
11133 2009-08-22  Glenn Morris  <rgm@gnu.org>
11135         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11136         goto-line.
11138 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11140         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11142         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11143         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11144         (gnus-mm-display-part, gnus-mime-display-single)
11145         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11146         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11148         * gnus-sum.el
11149         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11150         (gnus-summary-move-article): Add expirable mark to articles copied or
11151         moved to group that has auto-expire turned on if the option is non-nil.
11153 2009-07-24  Glenn Morris  <rgm@gnu.org>
11155         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11156         Fix typo.  (Bug#3903)
11158 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11160         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11161         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11162         that should not be used for draft articles.
11163         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11164         that has no concern in minor mode keys.
11165         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11166         Abolish.
11168 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11170         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11171         article without making inquiry to a user for unknown encoding.
11173         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11174         (nnmaildir--scan): Assume i-node and device number that file-attributes
11175         returns might be cons-cell.
11177 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11179         * auth-source.el: Remove docs now in auth.texi.  Don't use
11180         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11181         `auth-source-hide-passwords' and use them.
11183 2009-07-15  Glenn Morris  <rgm@gnu.org>
11185         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11187 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11189         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11190         excessive whitespace from the default values of title and description.
11192 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11194         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11195         mail-fetch-field to fetch Content-Description header in order to
11196         exclude newlines.
11198 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11200         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11201         to deleted part.
11203 2009-05-30  David Engster  <dengste@eml.cc>
11205         * nnmairix.el: Remove old documentation in the commentary block.
11206         (nnmairix-request-group): Do not update active file for nnml back ends.
11207         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11208         end so that overview files are ignored.
11209         (nnmairix-update-groups): Make updating the groups more robust by using
11210         marks.
11211         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11212         with dollar characters in message-id.
11214 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11216         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11217         2008-12-25 in dns.el.
11219 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11222         could happen if the text is only composed of spaces and/or tabs.
11224 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11226         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11227         when sending a queued message to avoid extra mml tags.
11229 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11231         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11233 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11235         * gnus-dired.el: Remove autoload for gnus-setup-message.
11236         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11237         displaying Gnus logo; always use compose-mail.
11239 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11241         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11243 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11245         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11246         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11247         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11248         available.
11249         (gnus-nocem-epg-verify): New function.
11251 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11253         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11255 2009-02-15  Glenn Morris  <rgm@gnu.org>
11257         * gnus-util.el (rmail-insert-rmail-file-header)
11258         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11259         autoloads.
11260         (rmail-default-rmail-file): Remove unnecessary declaration.
11261         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11263 2009-02-14  Glenn Morris  <rgm@gnu.org>
11265         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11266         variable (only used in gnus-util, which declares it anyway).
11267         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11268         which was only needed by gnus-art (changed to not use it any more).
11269         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11270         only used in gnus-util, which autoloads it itself.
11271         (rmail-update-summary): Fix autoload.
11273         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11274         rather than rmail-output-to-rmail-file.
11276 2009-02-07  Glenn Morris  <rgm@gnu.org>
11278         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11279         autoload of function that no longer exists.
11280         (rmail-toggle-header): Declare.
11281         (message-forward-rmail-make-body): Handle mbox Rmail.
11283 2009-01-31  Glenn Morris  <rgm@gnu.org>
11285         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11286         2009-01-09 change.
11288 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11290         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11291         (auth-source-forget-all-cached): New convenience function.
11292         (auth-source-user-or-password): Accept list of modes or a single mode.
11294         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11295         auth-source modes.
11297         * nnimap.el (nnimap-open-connection): Use list of
11298         auth-source modes.
11300         * nntp.el (nntp-send-authinfo): Use list of
11301         auth-source modes.
11303 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11305         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11306         now.
11308 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11310         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11311         coding system in XEmacs; add a workaround for XEmacs.
11313 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11315         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11316         of current-language-environment.
11318 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11320         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11321         available at runtime.
11323 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11325         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11327 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11329         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11330         the greatest positive fixnum value doesn't work under an XEmacs with
11331         bignum support; use the most-positive-fixnum constant instead,
11332         available since Emacs 21.1 with cl and XEmacs 21.1.
11334 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11336         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11337         XEmacs gets not to work.
11339 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11341         * mm-util.el (mm-coding-system-priorities): Allow the value like
11342         "Japanese (UTF-8)" of current-language-environment.
11344 2009-01-09  Glenn Morris  <rgm@gnu.org>
11346         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11347         with last-command-event.
11349 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11351         * message.el (message-fix-before-sending): Amend comment.
11353 2009-01-07  David Engster  <dengste@eml.cc>
11355         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11356         simplified server definitions by converting it via
11357         gnus-server-to-method.
11359 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11361         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11362         parameter's operands.
11364 2009-01-06  David Engster  <dengste@eml.cc>
11366         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11367         primary select method (for gnus-group-mark-article-as-read).
11369 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11371         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11372         `(gnus)Face', not `(gnus)X-Face'.
11374 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11376         * mm-util.el (mm-ucs-to-char): New function.
11378         * mm-url.el (mm-url-decode-entities): Use it.
11380 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11382         * message.el (message-fix-before-sending): Add `eight-bit' to
11383         illegible-text check.
11385 2009-01-03  Michael Olson  <mwolson@gnu.org>
11387         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11388         `headers' is nil.  This can occur if the IMAP server does not have
11389         permissions to read messages from a folder, but can write new messages
11390         to the folder.
11391         (nnimap-request-article-part): Do not insert `data' if it is nil.
11393 2009-01-01  Dave Love  <fx@gnu.org>
11395         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11397         * nnimap.el: Fix author email.
11398         (nnimap-split-rule): Add FIXME comment.
11399         (nnimap-debug): Fix doc string.
11401 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11403         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11404         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11405         to check if those variables exist (first appeared in Emacs 18.50).
11407 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11409         * mm-util.el (mm-line-number-at-pos): New function.
11411         * spam-report.el (spam-report-process-queue): Use it.
11413 2008-12-24  David Engster  <dengste@eml.cc>
11415         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11416         parameters that haven't existed as variables as buffer-local variables.
11418 2008-12-23  Dave Love  <fx@gnu.org>
11420         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11421         cadar.
11423         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11424         imap-starttls-p.
11425         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11427 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11429         * spam-report.el (spam-report-gmane-max-requests): New constant.
11430         (spam-report-gmane-wait): New variable.
11431         (spam-report-gmane-ham, spam-report-gmane-spam)
11432         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11433         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11434         the server.
11436         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11437         Add explanations.
11439         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11440         nnheader-accept-process-output and nnheader-read-timeout if available.
11441         (pop3-movemail): Use it.
11443         * message.el (message-check-news-body-syntax): Fix signature check if
11444         there's an attachment.
11446 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11448         * mm-util.el: Add comments to the mm- emulating functions.
11450 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11452         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11453         Reported by Stephen Berman <stephen.berman@gmx.net>.
11455 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11457         * mm-util.el (mm-substring-no-properties): New function.
11458         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11459         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11460         (mm-string-to-multibyte): Doc fix.
11462         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11464 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11466         * mml.el (mml-attach-file): Strip text properties from file name.
11467         (Bug#1574)
11469 2008-12-16  Glenn Morris  <rgm@gnu.org>
11471         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11473 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11475         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11476         knows since the charset specified might be a bogus alias that
11477         mm-charset-synonym-alist provides.
11479 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11481         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11482         "ISO_8859-1".
11484         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11486 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11488         * mm-util.el (mm-charset-eval-alist):
11489         Define it before mm-charset-to-coding-system.
11490         (mm-charset-to-coding-system): Add optional argument `silent';
11491         define it before mm-charset-override-alist.
11492         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11493         default value if it can be used in Emacs currently running;
11494         silence mm-charset-to-coding-system.
11496 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11498         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11499         `allow-override' which says whether to use `mm-charset-override-alist'.
11500         (rfc2047-decode-encoded-words): Use it.
11502         * mm-util.el (mm-charset-override-alist): Fix custom type;
11503         add `(gb2312 . gbk)' to choices.
11505 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11507         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11508         fast.
11510         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11512 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11514         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11515         on links.
11517         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11519 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11521         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11522         users' addresses that don't have domain parts.
11523         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11524         rather than message-narrow-to-head since there will be the message
11525         header separator.
11527 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11529         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11530         since the result is inserted in a unibyte buffer anyway.
11531         (nnimap-demule-use-string-to-multibyte): Remove.
11532         (nnimap-demule): Alias it to mm-string-to-multibyte.
11534 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11536         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11537         variable for debugging bug#464 and bug#1174.
11538         (nnimap-demule): Use it.
11540 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11542         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11543         score calculation correctly.
11545 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11547         * message.el (message-send-mail): Just set the buffer to unibyte
11548         rather than use mm-with-unibyte-current-buffer which does a lot more.
11549         (message-send-mail-partially): Don't bother with
11550         mm-with-unibyte-current-buffer since it's already been made unibyte by
11551         message-send-mail.
11553 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11555         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11557 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11559         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11561 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11563         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11564         require itself and to remove `with-no-warnings'.
11566 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11568         * starttls.el (starttls-any-program-available): Get the name of the
11569         available TLS layer program.
11570         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11571         well as the host name in the "opening" message.
11573         * auth-source.el (auth-source-cache, auth-source-do-cache)
11574         (auth-source-user-or-password): Cache passwords and logins by default,
11575         allow override with `auth-source-do-cache'.
11576         (auth-source-forget-user-or-password): Allow users to remove cache
11577         entries if needed.
11579 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11581         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11582         condition-case to only the forward-sexp call.
11584 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11586         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11587         quotes contained.  Make it more robust regardless by an extra
11588         condition-case wrapper.
11590 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11592         * nnml.el (nnml-request-expire-articles): Check if the function set to
11593         `nnmail-expiry-target' returns the symbol `delete'.
11595         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11597         * nnmail.el (nnmail-expiry-target): Fix custom type.
11599 2008-10-02  Glenn Morris  <rgm@gnu.org>
11601         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11602         Silence compiler warning.
11604 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11606         * mml.el (mml-menu): Don't assume mml2015 is bound.
11608 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11610         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11611         exists.
11613 2008-09-27  Glenn Morris  <rgm@gnu.org>
11615         * gnus-util.el (mail-header-remove-comments): Autoload it.
11617 2008-09-27  Andreas Schwab  <schwab@suse.de>
11619         * gnus-util.el (gnus-split-references): Strip comments.
11620         (gnus-parent-id): Likewise.
11622 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11624         * message.el (message-confirm-send): Fix version.
11626 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11628         * message.el (message-idna-to-ascii-rhs-1): Use
11629         mail-extract-address-components rather than mail-header-parse-addresses
11630         that is an alias by default to ietf-drums-parse-addresses that does not
11631         support non-ASCII names in headers' contents.
11633 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11635         * message.el (message-confirm-send): Fix variable documentation to
11636         avoid the "y/n" wording.
11638 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11640         * message.el (message-set-auto-save-file-name): Save to a different
11641         filename so multiple messages (especially drafts) can be recovered.
11643 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11645         * message.el (message-confirm-send): Add appropriate version.
11647 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11649         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11650         defvar.
11652 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11654         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11655         (mm-pkcs7-enveloped-magic): Ditto.
11657 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11659         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11660         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11662 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11664         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11665         default, it's better.
11667 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11669         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11670         summary line gnus-number property and ignore them (with a warning
11671         message).
11673 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11675         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11676         macro caddr in the interactive form since it won't be expanded.
11678 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11680         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11681         `charset'; fix name of function called recursively.
11682         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11686         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11687         (gnus-mime-set-charset-parameters): New function.
11688         (gnus-mime-view-part-as-charset): Use it to correctly display part
11689         specifying wrong charset.
11691 2008-09-08  David Engster  <dengste@eml.cc>
11693         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11694         in completing-read for back end server.
11696 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11698         * message.el (message-confirm-send): New variable to confirm sending a
11699         message.
11700         (message-send): Use it.
11702 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11704         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11706 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11708         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11710 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11712         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11713         prevent tracking too many groups.
11714         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11715         Use it.
11717 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11719         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11720         moving point to the bottom of the window in order to avoid recentering.
11722 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11724         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11725         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11726         (gnus-article-beginning-of-window): Fix calculation.
11728 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11730         * gnus-msg.el (gnus-summary-supersede-article)
11731         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11732         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11733         message header.
11735 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11737         * message.el:
11738         * gnus-start.el:
11739         * gnus-registry.el: Remove VMS support.
11741 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11743         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11744         macro.
11745         (rfc2104-hash): Use it.
11747 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11749         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11750         (gnus-summary-sort-by-most-recent-date): New commands.
11751         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11752         and menu entries.
11754 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11757         don't redisplay article for raw contents; remove plural articles stuff.
11759         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11760         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11761         on gnus-summary-save-article; display results properly.
11763 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11765         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11767 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11769         * gnus-art.el (gnus-summary-save-in-pipe):
11770         Consider gnus-save-all-headers.
11772 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11774         * gnus-util.el (ns-focus-frame): Remove declaration.
11775         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11776         like x.
11778 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11780         * rfc2104.el (rfc2104-zero): Delete defconst.
11781         (rfc2104-hex-alist): Likewise.
11782         (rfc2104-hex-to-int): Delete func.
11783         (rfc2104-hexstring-to-bitstring): Likewise.
11784         (rfc2104-nybbles): New defconst.
11785         (rfc2104-hash): Rewrite for speed.
11787 2008-07-16  Glenn Morris  <rgm@gnu.org>
11789         * gnus-util.el (ns-focus-frame): Declare for compiler.
11791 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11793         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11794         set as a group parameter.
11795         (gnus-summary-save-in-pipe): Work when it is called independently.
11796         (gnus-summary-pipe-to-muttprint): Don't modify
11797         gnus-summary-pipe-output-default-command.
11799 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11801         * message.el (message-send-mail-with-sendmail):
11802         Display the error message.
11804 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11806         * gnus-art.el (gnus-default-article-saver):
11807         Add gnus-summary-save-in-pipe to choices.
11808         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11809         gnus-summary-pipe-output-default-command as the default command.
11810         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11811         instead of gnus-last-shell-command.
11813         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11814         New user option.
11815         (gnus-summary-muttprint-program): Mention the value will be changed.
11816         (gnus-summary-save-article): Force showing of all headers.
11817         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11819 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11821         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11823 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11825         * nnimap.el (nnimap-id):
11826         * sieve-manage.el (sieve-manage-open): Doc fixes.
11828 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11830         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11831         if available.
11833 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11835         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11837         * nnkiboze.el (nnkiboze-generate-group):
11838         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11840         * nnmairix.el: Require CL.
11842 2008-06-15  David Engster  <dengste@eml.cc>
11844         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11846 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11848         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11849         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11850         runtime choice under XEmacs.
11852         * gnus-sum.el (gnus-summary-set-display-table):
11853         Use `gnus-put-display-table', `gnus-get-display-table',
11854         `gnus-set-display-table' for the display table, instead of `aset'.
11856 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11858         * nnmairix.el: Add autoloads.
11860 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11862         * nnmairix.el (nnmairix-delete-recreate-group)
11863         (nnmairix-update-and-clear-marks): Fix error messages.
11865 2008-06-14  David Engster  <dengste@eml.cc>
11867         * nnmairix.el: Upgrade to version 0.6.
11868         (nnmairix-group-toggle-propmarks-this-group)
11869         (nnmairix-group-toggle-readmarks-this-group)
11870         (nnmairix-group-delete-recreate-this-group)
11871         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11872         (nnmairix-remove-tick-mark-original-article): New commands.
11873         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11874         (nnmairix-propagate-marks-to-nnmairix-groups)
11875         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11876         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11877         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11878         functions needed for marks propagation and manipulation of read marks.
11879         (nnmairix-update-groups): New function.
11880         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11881         (nnmairix-determine-original-group-from-registry)
11882         (nnmairix-determine-original-group-from-path)
11883         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11884         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11885         New helper functions.
11886         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11887         keystrokes for new commands.
11888         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11889         (nnmairix-request-group): Check allow-fast group parameter.
11890         (nnmairix-request-create-group): Set allow-fast group parameter if
11891         nnmairix-allowfast-default is set.
11892         (nnmairix-close-group): Propagate marks upon closing if needed.
11893         (nnmairix-group-toggle-threads-this-group): Use new.
11894         nnmairix-group-toggle-parameter helper function.
11895         (nnmairix-search): Better check for empty search result.
11896         (nnmairix-goto-original-article): Use new helper functions for
11897         determining original article.
11898         (nnmairix-show-original-article): Make sure message-id is in brackets.
11899         (nnmairix-call-mairix-binary): Change variable name.
11900         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11901         helper function.
11902         (nnmairix-widget-toggle-activate): Fix doc string.
11904 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11906         * nnir.el: Require edmacro when compiling with XEmacs.
11907         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11908         available in Emacs 21.
11910 2008-06-11  Glenn Morris  <rgm@gnu.org>
11912         * gnus-util.el (x-focus-frame):
11913         * gnus.el (image-size):
11914         * mm-decode.el (image-size): Declare.
11916         * gnus-picon.el (declare-function): Add compat definition.
11917         (image-size): Declare.
11919         * gnus-group.el (tool-bar-map):
11920         * gnus-sum.el (tool-bar-map): Define for compiler.
11922         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11924         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11926         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11927         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11928         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11929         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11930         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11931         * sieve-manage.el, spam-report.el, spam.el:
11932         Remove unnecessary eval-and-compile of autoloads.
11934 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11936         * auth-source.el: Precise Tramp doc.
11938 2008-06-07  Glenn Morris  <rgm@gnu.org>
11940         * nnmairix.el: Remove unnecessary eval-when-compile.
11942 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11944         * nnir.el: New file.
11946 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11948         * gnus-util.el (gnus-read-shell-command): New function.
11949         * mm-decode.el (mm-pipe-part):
11950         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11952 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11954         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11956 2008-06-03  Glenn Morris  <rgm@gnu.org>
11958         * pop3.el (nnheader-accept-process-output): Autoload it.
11960 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11962         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11963         are not 2-digit hexadecimal characters that follow `%'s.
11965 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11967         * message.el (message-bogus-recipient-p): Fix type in doc string.
11968         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11969         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11970         Improve custom options.
11971         (message-bogus-recipient-p): Adjust accordingly.
11973 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11975         * nnmairix.el: Require edmacro when compiling with XEmacs.
11977 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11979         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11980         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11982 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11984         * auth-source.el: Add more docs.
11986 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11988         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11989         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11990         retrieval faster in some cases, but might make CPU usage larger.
11991         If this has any bad side effects, we might revert this change.
11993         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11994         seems to make mail retrieval much, much faster.
11995         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11996         unconditionally.
11998         * gnus-draft.el (gnus-group-send-queue):
11999         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12001 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12003         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12005         * message.el (message-bogus-address-regexp): Fix and improve custom
12006         type.
12007         (message-setup-hook): Add message-check-recipients as custom option.
12009 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12011         * message.el (message-cite-function): Remove bogus autoload which crept
12012         in during merge from v5-10.
12014 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12016         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12018         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12020         * auth-source.el: Preliminary Tramp docs.
12021         (auth-sources): Change the default auth-sources to use
12022         EPA .gpg files.
12024 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12026         * nntp.el: Autoload `auth-source-user-or-password'.
12027         (nntp-send-authinfo): Use it.
12029         * nnimap.el: Autoload `auth-source-user-or-password'.
12030         (nnimap-open-connection): Use it.
12032         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12033         for the gnus-message function.
12034         (auth-source-user-or-password): Use it.
12036 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12038         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12039         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12040         (rfc2104-hash): Use it.
12042 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12044         * gnus-art.el (gnus-article-toggle-truncate-lines):
12045         Don't use `iff' in docstring.
12047 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12049         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12051         * gnus-util.el (gnus-extract-address-component-name)
12052         (gnus-extract-address-component-email): Convenience functions around
12053         `gnus-extract-address-components'.
12055         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12056         Use `gnus-extract-address-component-email' to fix bug of comparing full
12057         sender name to `user-mail-address'.
12059 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12061         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12062         catch/throw to optimize.
12063         (gnus-registry-find-keywords): Just use member to find a keyword.
12065 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12067         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12068         is current before calling gnus-server-prepare.
12069         (gnus-server-setup-buffer, gnus-server-update-server)
12070         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12072 2008-05-04  Juri Linkov  <juri@jurta.org>
12074         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12075         (mailcap-file-default-commands): Use mailcap-replace-in-string
12076         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12077         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12079 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12081         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12083 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12086         hooks.
12087         (gnus-update-read-articles): Speed up non-marks-using users.
12088         (gnus-use-marks): Define gnus-use-marks.
12089         (gnus-propagate-marks): Rename variable to something more sensible.
12091 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12093         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12094         (gmm-image-load-path-for-library): Fix typos in docstrings.
12095         (gmm-message): Reflow docstring.
12097 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12099         * mail-source.el (mail-source-set-1, mail-source-bind):
12100         Move auth-source code out of the macro to clean it up and fix bugs.
12102 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12104         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12105         by sender if it's equal to user-mail-address, it's likely to be
12106         useless.
12108         * mail-source.el (mail-source-bind): Don't use user or password if they
12109         are not bound.  Unintern them if they are nil.  Don't use server unless
12110         it's bound, and default it to empty string otherwise.
12112 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12114         * mail-source.el: Load auth-source.el.
12115         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12116         get user name or password, if auth-sources is set up.
12118         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12119         strategy of splitting with parent.
12120         (gnus-registry-split-fancy-with-parent)
12121         (gnus-registry-post-process-groups): Use it and fix prior
12122         bug (returning a list as the split result).
12124         * auth-source.el (auth-sources): Remove server parameter.
12125         (auth-source-pick, auth-source-user-or-password)
12126         (auth-source-user-or-password-imap)
12127         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12128         (auth-source-user-or-password-sftp)
12129         (auth-source-user-or-password-smtp): Remove server parameter.
12131 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12133         * smime.el (smime-sign-region, smime-encrypt-region)
12134         (smime-decrypt-region):
12135         Remove redundant calls to `generate-new-buffer-name'.
12137 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12139         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12140         Don't use QP for message/rfc822.
12141         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12143 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12145         * sieve-manage.el (sieve-string-bytes): Remove.
12146         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12147         correct byte-length only if the process's coding-system is the same as
12148         the one used internally by Emacs to represent strings.
12150 2008-04-22  Juri Linkov  <juri@jurta.org>
12152         * mailcap.el (mailcap-file-default-commands): New function.
12154 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12156         * message.el (message-signature-separator, message-cite-function):
12157         Change custom version.
12159 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12161         * mm-decode.el (mm-display-external): Make temp file read-only.
12163 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12165         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12166         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12167         `C-c C-f d'.
12169 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12171         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12173 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12175         * auth-source.el: Add docs.
12176         (auth-sources): Modify format to support server.
12177         (auth-source-pick, auth-source-user-or-password)
12178         (auth-source-user-or-password-imap)
12179         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12180         (auth-source-user-or-password-sftp)
12181         (auth-source-user-or-password-smtp): Add server parameter.
12183 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12185         * gnus-registry.el: Initialize the registry when gnus-registry-install
12186         is t.
12188 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12190         * compface.el (uncompface): Make buffer unibyte.
12192 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12194         * mail-source.el (mail-source-value):
12195         Prefer fboundp to functionp so it works with macros as well.
12197 2008-04-05  Glenn Morris  <rgm@gnu.org>
12199         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12201 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12204         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12206         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12207         multibyteness after rather than before erasing it.
12209         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12210         mm-with-multibyte.
12211         (gnus-request-article-this-buffer): Make sure the proper decoding is
12212         used if gnus-original-article-buffer happens to be unibyte.
12214         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12215         default-enable-multibyte-characters.
12217         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12218         default-enable-multibyte-characters.
12220         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12222         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12224 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12227         Fix last change in case the element is not even a symbol.
12229 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12231         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12232         imap-enable-exchange-bug-workaround.
12233         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12235 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12237         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12238         a 100 byte status-checks into a 2-3MB transfer for each group.
12239         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12240         to enable bug workaround or not.
12241         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12243 2008-03-31  Glenn Morris  <rgm@gnu.org>
12245         * message.el (mml2015-use): Declare for compiler.
12246         (message-info): Require mml2015 when appropriate.
12248 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12250         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12251         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12252         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12253         (nntp-service-to-port): New function.
12254         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12255         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12256         (nntp-open-netcat-stream): New function.
12257         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12259 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12261         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12263 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12265         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12267 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12269         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12271 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12273         * message.el (message-signature-separator): Change default.
12274         Improve custom type.
12275         (message-cite-function): Change default to
12276         message-cite-original-without-signature.
12278         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12279         toggle.
12281         * message.el (message-check-news-body-syntax): Fix signature check.
12282         (message-setup-1): Mark buffer as unmodified _after_ running
12283         message-setup-hook and handling message-alternative-emails.
12284         (message-shorten-references): Be more strict when building list of
12285         valid references to comply with GNKSA.
12287         * gnus-group.el (gnus-read-ephemeral-bug-group)
12288         (gnus-read-ephemeral-debian-bug-group)
12289         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12291         * message.el (message-info): Don't use booleanp which isn't supported
12292         in Emacs 21 and XEmacs.
12294 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12296         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12297         gnus-group-gmane-group-download-format.
12298         (gnus-group-read-ephemeral-gmane-group): Rename from
12299         gnus-group-read-ephemeral-gmane-group.
12300         (gnus-read-ephemeral-gmane-group-url): Rename from
12301         gnus-group-read-ephemeral-gmane-group-url.
12302         (gnus-bug-group-download-format-alist): New variable.
12303         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12304         (gnus-read-ephemeral-emacs-bug-group): New commands.
12306 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12308         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12309         (gnus-visible-headers): Improve custom type.
12311 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12313         * mml.el (mml-menu): Add workarounds for XEmacs.
12315         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12316         X-Boundary header.
12318         * message.el (message-simplify-recipients): Fix previous commit.
12320 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12322         * mm-util.el (mm-set-buffer-multibyte): New function.
12323         * mm-decode.el (mm-copy-to-buffer): Use it.
12325         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12326         Prefer fboundp to functionp so it works with macros as well.
12328 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12330         * message.el (message-alter-recipients-discard-bogus-full-name):
12331         New function.
12332         (message-alter-recipients-function): New variable.
12333         (message-get-reply-headers): Use it.
12334         (message-replace-header): New helper function.
12335         (message-recipients-without-full-name): New variable.
12336         (message-simplify-recipients): New command.
12338         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12340         * message.el (message-info): Handle EasyPG manual.
12342         * mml.el (mml-menu): Add entry for EasyPG.
12344 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12346         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12347         parameter.
12349         * message.el (message-disassociate-draft): Specify drafts group name
12350         fully.
12352 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12354         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12355         Eliminate unnecessary duplicates from the match list.
12357 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12359         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12360         args of `how-many' of which the XEmacs version doesn't take; declare
12361         Info-index-next as function.
12363 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12365         * gnus-score.el (gnus-score-headers): Fix handling of
12366         gnus-inhibit-slow-scoring.
12368         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12369         string.
12370         (gnus-button-url-regexp): Improve handling of parenthesis.
12371         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12372         (gnus-button-handle-info-keystrokes): Handle index entries.
12374 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12376         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12377         Incoming* files.
12379 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12381         * auth-source.el (auth-sources): Rename from auth-source-choices.
12382         (auth-source-pick): Use it.
12384 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12386         * auth-source.el (auth-source-protocols)
12387         (auth-source-protocols-customize, auth-source-choices): Add and
12388         modified variable customizations and defaults.
12389         (auth-source-pick, auth-source-user-or-password)
12390         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12392         (auth-source-user-or-password-sftp)
12393         (auth-source-user-or-password-smtp): Use new variables and provide an
12394         interface to netrc.el.
12396 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12398         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12399         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12400         Make sure the nntp port to specify is a string.
12402 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * nntp.el: Use with-current-buffer.
12405         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12406         dubious mm-with-unibyte-current-buffer.
12407         (nntp-with-open-group-function): New function extracted from
12408         nntp-with-open-group macro.
12409         (nntp-with-open-group): Use the function, so it's easier to debug.
12410         Add indentation and debugging info.
12411         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12412         Recommend the use of the netcat alternatives.
12414         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12415         Avoid mm-string-as-multibyte as well.
12417         * nnweb.el (nnweb-insert-html):
12418         Remove use of nnheader-string-as-multibyte.
12420         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12421         (nnheader-string-as-multibyte): Remove.
12423         * mm-view.el: Use inhibit-read-only.
12424         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12425         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12426         or unibyte-string.
12428         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12429         (mm-uu-yenc-extract): Use with-current-buffer.
12431         * gnus-soup.el (gnus-soup-send-packet): Don't use
12432         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12434         * nnmh.el: Use with-current-buffer.
12435         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12436         mm-string-as-multibyte on the output of mm-encode-coding-string.
12438         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12439         (nnimap-request-move-article): Use with-current-buffer.
12441         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12442         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12443         conversion uses string-make-unibyte rather than string-as-unibyte.
12445         * gnus-msg.el: Use with-current-buffer.
12447         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12449 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12451         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12452         string for caching if it is 'PIN.
12454 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12456         * mail-source.el (mail-source-delete-old-incoming-confirm):
12457         Change default to nil.
12458         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12460 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12462         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12463         (gnus-article-goto-prev-page): Work for articles having ^L's.
12465         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12467         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12469 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12471         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12472         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12473         (gnus-bookmark-jump): Adjust some variable names.
12475 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12477         * auth-source.el: New package.
12478         (auth-source-choices): Add customization entry point variable.
12480         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12481         bug.
12483 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12485         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12486         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12487         (gnus-registry-install-shortcuts): Rename from
12488         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12489         the `gnus-registry-mark-map' keymap dynamically from
12490         `gnus-registry-marks'.  The generated functions update the summary line
12491         when a registry mark is added or deleted, and will call
12492         `gnus-registry-install-p' (see the comments in the code).
12493         (gnus-registry-user-format-function-M): Use concat intelligently.
12495         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12496         the registry mark functions.
12498 2008-03-05  Glenn Morris  <rgm@gnu.org>
12500         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12501         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12502         gnus-art.
12503         (top-level): No need to load own source when compiling.
12505 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12507         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12508         Suggested by <chris.anderton@zetnet.co.uk>.
12510 2008-03-04  Glenn Morris  <rgm@gnu.org>
12512         * gnus-sum.el (top-level): No need to require gnus when compiling,
12513         since unconditionally required near start of file.
12514         (gnus-summary-display-while-building): Move definition before use.
12516 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12518         * gnus-registry.el (gnus-registry-user-format-function-M):
12519         Add formatting function.
12521 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12523         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12524         with plists.
12525         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12526         Use new format.
12528 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12530         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12531         `where-is-internal' that returns a range of key sequences.
12533 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12535         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12537         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12538         (gnus-summary-jump-to-group): Consider windows on other displayed
12539         frames as well.  Similar changes might be needed elsewhere, but that's
12540         the one I've bumped into during my use.
12542         * nndoc.el (nndoc-oe-dbx-type-p):
12543         * gnus-msg.el (gnus-debug):
12544         * gnus-group.el (gnus-update-group-mark-positions):
12545         Use mm-string-to-multibyte.
12547 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12549         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12550         doesn't handle NotDashEscaped.
12552         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12553         (mml-dnd-attach-options): Fix typo in custom choice.
12555         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12556         Change nndoc-article-type to mbox.
12557         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12559         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12560         to nil, instead of html2text.
12562         * imap.el (imap-debug): Add `imap-ping-server'.
12564         * gnus-bookmark.el: Add FIXMEs.
12566         * message.el (message-form-letter-separator)
12567         (message-send-form-letter-delay): New variables.
12568         (message-send-form-letter): Use them.  New command to send form
12569         letters.  Requested by Uwe Siart.
12570         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12572 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12574         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12575         empty author.
12577 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12579         * gnus-registry.el (gnus-registry-marks): Add variable for
12580         customization of marks and their appearance.
12581         (gnus-registry-read-mark): Use it.
12582         (gnus-registry-do-marks): Add utility function to loop through
12583         `gnus-registry-marks'.
12584         (gnus-registry-install-shortcuts-and-menus): Add function to install
12585         shortcuts and menus.
12586         (gnus-registry-initialize): Use it.
12587         (gnus-registry-default-mark): Clarify documentation.
12589 2008-02-29  Glenn Morris  <rgm@gnu.org>
12591         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12592         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12593         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12594         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12595         Change defcustom :version from 23.0 to 23.1.
12597 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12599         * gnus-registry.el (gnus-registry-follow-group-p)
12600         (gnus-registry-post-process-groups): Add functions to aid registry
12601         splitting and improve logging.  Clarify behavior in function
12602         documentation.
12603         (gnus-registry-split-fancy-with-parent): Use them.
12605 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12607         * gnus-art.el: Use with-current-buffer.
12609 2008-02-27  David Engster  <dengste@eml.cc>
12611         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12612         Express real group name in the response.
12614 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12616         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12617         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12618         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12619         autoload gnus-registry-fetch-group when compiling.
12620         (nnmairix-request-group-with-article-number-correction):
12621         Remove unreferenced argument passed to nnmairix-call-backend.
12623 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12625         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12626         (mm-uu-extract): Improve face for low color ttys.
12627         Reported by Sascha Wilde.
12629 2008-02-27  Glenn Morris  <rgm@gnu.org>
12631         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12632         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12633         variables to defconsts.  Convert comments to doc-strings.
12634         (nnmairix-last-server, nnmairix-current-server): Convert from free
12635         variables to defvars.  Convert comments to doc-strings.
12636         (gnus-registry-fetch-group): Autoload.
12637         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12638         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12639         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12640         caddr.
12641         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12642         nnmairix-request-group-with-article-number-correction call.
12643         (nnmairix-fast, nnmairix-group): New, less general names, for free
12644         variables passed from nnmairix-request-group to
12645         nnmairix-request-group-with-article-number-correction.  Declare.
12646         (nnmairix-request-group-with-article-number-correction):
12647         Use nnmairix-fast, nnmairix-group rather than fast, group.
12649 2008-02-26  David Engster  <dengste@eml.cc>
12651         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12652         version 0.5.
12654 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12656         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12657         instead of making an extra function call.  Don't add the current group
12658         to articles only when they have the group.  Use
12659         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12660         Reported by David <de_bb@arcor.de>.
12662 2008-02-24  Miles Bader  <miles@gnu.org>
12664         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12665         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12666         (mm-find-mime-charset-region):
12667         * mm-bodies.el (mm-encode-body):
12668         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12670 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12672         * mail-source.el (mail-source-delete-incoming): Change default.
12673         Supplement doc string.
12675         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12677 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12679         * nnmail.el (nnmail-message-id-cache-file): Derive from
12680         `gnus-home-directory'.
12682 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12684         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12685         Document negative prefix.
12687         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12689 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691         * message.el (message-unsent-separator): Add the Exim bounce
12692         separator.
12694 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12696         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12697         list.
12698         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12699         recipient/signer list.
12701 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12703         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12704         fbound (Emacs 23 unicode), signal an error.
12706 2008-02-08  Glenn Morris  <rgm@gnu.org>
12708         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12710 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12712         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12713         ports to the calls to `netrc-machine-user-or-password' in addition to
12714         "imap" and "imaps".
12716 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12718         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12719         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12720         <hanche@math.ntnu.no>.
12722 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12724         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12726 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12728         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12730         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12732 2008-02-01  Miles Bader  <miles@gnu.org>
12734         * mml.el (mml-parse-1): Remove apparently vestigial use of
12735         `mm-hack-charsets'.
12736         * mm-bodies.el (mm-encode-body): Likewise.
12738 2008-02-01  Kenichi Handa  <handa@m17n.org>
12740         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12741         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12742         (rfc2104-hash): Convert the result of concat to unibyte string.
12744 2008-02-01  Dave Love  <fx@gnu.org>
12746         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12747         coding-system-for-read.
12748         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12750         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12751         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12752         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12754 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12756         * mail-source.el (mail-sources): Add `group' choice.
12758         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12759         parameter `in-group' to control into which group the articles go.
12760         Add treatment of `group' mail-source.
12762 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12764         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12765         * message.el (message-beginning-of-line): Use featurep instead of bound
12766         tests in order to resolve conditionals at compile time.
12768 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12770         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12772         * mm-decode.el (mm-dissect-buffer): Decode description.
12774         * mml.el (mml-to-mime): Encode message header first.
12776 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12778         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12779         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12781 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12783         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12785 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12787         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12788         prefix keys.
12789         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12790         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12791         gnus-xmas.el.
12793 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12795         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12796         Add new variables for article mark management.
12797         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12798         list of extra data entries which, when present, will indicate that the
12799         article ID should not be trimmed from the registry.
12800         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12801         functions.
12802         (gnus-registry-read-mark): New function to read a mark name from the
12803         user.
12804         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12805         (gnus-registry-set-article-mark-internal): New functions to add and
12806         remove marks.
12807         (gnus-registry-get-article-marks): New function to show the marks for
12808         an article, or retrieve them for further use.
12810 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12812         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12813         keys when no argument is given.
12815 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12817         * gnus-sum.el (gnus-article-sort-by-random)
12818         (gnus-thread-sort-by-random): Fix doc strings.
12819         Reported by jidanni@jidanni.org.
12821 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12823         * gnus-art.el (gnus-article-describe-bindings): New function.
12824         (gnus-article-read-summary-keys): Use it.
12825         (gnus-article-mode-map): Bind `C-h b' to it.
12827 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12829         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12830         XEmacs.
12831         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12832         Protect against non-character events.
12834 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12836         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12837         New command.
12838         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12839         instead of END.  Change name of the temp file.
12840         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12841         customizable.
12843 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12845         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12846         bind `S W' to gnus-article-wide-reply-with-original; set default
12847         binding to gnus-article-read-summary-send-keys.
12848         (gnus-article-read-summary-keys): Fix the order of keys; display
12849         continuation keys correctly in the echo area; describe bindings
12850         correctly when keys end with `C-h'.
12851         (gnus-article-read-summary-send-keys): New function.
12852         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12853         Work for gnus-article-read-summary-send-keys; display continuation keys
12854         correctly in the echo area.
12855         (gnus-article-reply-with-original): Ignore prefix argument.
12856         (gnus-article-wide-reply-with-original): New function.
12858 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12860         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12861         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12863 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12865         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12866         (gnus-group-read-ephemeral-gmane-group): New command.
12868 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12870         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12872 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * message.el (message-send-mail-function): Increase custom version.
12876         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12877         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12879 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12882         html parts correctly; support forwarded messages.
12883         (gnus-article-browse-html-article): Remove work buffers.
12885         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12886         compiling.
12887         (netrc-bound-and-true-p): New macro.
12888         (netrc-parse): Use it instead of bound-and-true-p that is not available
12889         in XEmacs 21.4.
12891 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12893         * gnus-registry.el (gnus-registry-mark-article)
12894         (gnus-registry-article-marks): Add functionality to mark articles
12895         through the Gnus registry.
12897         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12898         (netrc-parse): Use encrypt-file-alist to determine if
12899         encrypt-find-model or encrypt-insert-file-contents should be used.
12901 2007-12-19  Glenn Morris  <rgm@gnu.org>
12903         * mml.el (message-options-set, message-narrow-to-head)
12904         (message-in-body-p, message-mail-p, message-encode-message-body):
12905         Autoload.
12906         (message-remove-header, message-narrow-to-headers-or-head)
12907         (message-subscribed-p, message-make-mail-followup-to)
12908         (message-position-on-field, message-news-p)
12909         (message-options-set-recipient, message-generate-headers)
12910         (message-sort-headers): Declare as functions.
12912 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12914         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12915         convention in doc string.
12917 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12919         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12920         title to html parts.
12921         (gnus-article-browse-html-article): Pass message header to it.
12923         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12925 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12927         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12928         or password compatible with XEmacs.
12930 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12932         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12933         format document.
12934         (gnus-mime-delete-part): Don't write description line if empty.
12935         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12937 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12939         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12940         (gnus-summary-mark-read-and-unread-as-read)
12941         (gnus-summary-mark-current-read-and-unread-as-read)
12942         (gnus-summary-mark-unread-as-ticked): Doc fix.
12943         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12945 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12947         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12948         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12950 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12952         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12953         yes-or-no-p.
12955 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12957         * mm-decode.el (mm-add-meta-html-tag): New function.
12958         (mm-save-part-to-file, mm-pipe-part): Use it.
12960         * gnus-art.el (gnus-article-browse-delete-temp-files):
12961         Use gnus-y-or-n-p instead of y-or-n-p.
12962         (gnus-article-browse-html-parts): Work with message/external-body; use
12963         mm-add-meta-html-tag.
12965 2007-12-11  Glenn Morris  <rgm@gnu.org>
12967         * gnus-cache.el: Require gnus-sum not just when compiling.
12969         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12971         * gnus-int.el (gnus-server-opened, gnus-status-message):
12972         Move definitions before use.
12974         * mm-decode.el: Require gnus-util.
12975         (mm-remove-part): Only call delete-annotation on XEmacs.
12977         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12979         * nnmail.el: Require gnus-int.
12981         * spam.el: Move `require's before `eval-when-compile's.
12983         * gnus-ems.el (gnus-alive-p):
12984         * gnus-fun.el (message-goto-eoh):
12985         * gnus-util.el (gnus-group-name-decode):
12986         * mail-source.el (gnus-compress-sequence):
12987         * message.el (Info-goto-node, format-spec):
12988         * mm-bodies.el (message-options-get):
12989         * mm-decode.el (mm-view-pkcs7):
12990         * mm-util.el (gmm-write-region):
12991         * mml-smime.el (mml-compute-boundary)
12992         (gnus-completing-read-with-default):
12993         * mml.el (widget-button-press, gnus-make-hashtable):
12994         * mml1991.el (mm-decode-content-transfer-encoding)
12995         (mm-encode-content-transfer-encoding)
12996         (message-options-get, message-options-set):
12997         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12998         * nnfolder.el (gnus-request-group):
12999         * nnheader.el (ietf-drums-unfold-fws):
13000         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13001         * smime.el (gnus-run-mode-hooks):
13002         * spam-stat.el (gnus-message): Autoload.
13004         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13005         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13006         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13007         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13008         Add declare-function compatibility definition.
13010         * gnus-cache.el (nnvirtual-find-group-art):
13011         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13012         (gnus-add-image, gnus-add-wash-type):
13013         * gnus-group.el (nnkiboze-score-file):
13014         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13015         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13016         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13017         (message-tokenize-header, gnus-get-buffer-create)
13018         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13019         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13020         * gnus.el (gnus-group-decoded-name):
13021         * mail-source.el (imap-capability):
13022         * mm-bodies.el (message-options-set):
13023         * mm-decode.el (gnus-configure-windows):
13024         * mm-extern.el (message-goto-body):
13025         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13026         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13027         (epg-sub-key-validity, message-options-set):
13028         * mml.el (widget-event-point, gnus-configure-windows):
13029         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13030         * mml2015.el (epg-check-configuration, epg-configuration)
13031         (message-options-set):
13032         * nndb.el (nndb-request-article):
13033         * nnfolder.el (gnus-request-create-group):
13034         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13035         * nnmaildir.el (gnus-group-mark-article-read):
13036         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13037         * rfc1843.el (message-fetch-field):
13038         * spam.el (gnus-extract-address-components):
13039         Declare as functions.
13041 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13043         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13045 2007-12-09  Glenn Morris  <rgm@gnu.org>
13047         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13049         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13050         * message.el, mm-view.el, sieve-manage.el, smime.el:
13051         Add declare-function compatibility definition.
13053         * gnus-art.el (w3-region, w3m-region, Info-menu):
13054         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13055         * gnus-sum.el (gnus-get-predicate):
13056         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13057         * message.el (mail-abbrev-in-expansion-header-p):
13058         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13059         (w3m-detect-meta-charset, w3m-region):
13060         * sieve-manage.el (password-read, password-cache-add)
13061         (password-cache-remove):
13062         * smime.el (password-read-and-add): Declare as functions.
13064 2007-12-08  David Kastrup  <dak@gnu.org>
13066         * gnus-sum.el (gnus-summary-simplify-subject-query):
13067         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13068         `message'.
13070 2007-12-07  Glenn Morris  <rgm@gnu.org>
13072         * gnus-art.el (article-make-date-line): Revert previous change.
13074 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13076         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13078 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13080         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13081         Call gnus-add-to-range ranges only once with a prepared article-list.
13083 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13085         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13086         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13087         group names with backslashes.
13088         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13090 2007-12-06  Deepak Goel  <deego3@gmail.com>
13092         * gnus-art.el (article-make-date-line):
13093         * gnus-start.el (gnus-load):
13094         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13096 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13098         * gnus-art.el (gnus-use-idna):
13099         * gnus-start.el (gnus-site-init-file):
13100         * message.el (message-use-idna):
13101         * mm-uu.el (mm-uu-hide-markers):
13102         * smiley.el (smiley-style): Revert changes that suppress warnings.
13104 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13106         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13107         specify charset to html source.
13108         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13110 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13112         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13113         idna-program in order to suppress byte compile warning issued by XEmacs
13114         that came to byte compile the default value section of defcustom forms
13115         recently.
13117         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13118         value of installation-directory.
13120         * message.el (message-use-idna): Don't directly refer to the value of
13121         idna-program.
13123         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13125         * smiley.el (smiley-style): Don't directly call face-attribute.
13127 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13129         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13131         * gnus-dired.el: Reduce Gnus dependencies.
13132         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13133         Don't require.  Use autoloads instead.
13134         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13135         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13136         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13137         (gnus-dired-mode): Adjust doc string.
13138         (gnus-dired-mail-mode): New variable.
13139         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13140         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13141         (gnus-dired-mail-buffers): New function.  Return mail or message
13142         composition buffers.
13143         (gnus-dired-attach): Use it.
13144         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13145         NO-DECODE.
13146         (gnus-dired-print): Use `gnus-print-buffer' depending on
13147         `gnus-dired-mail-mode'.
13149 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13151         * rfc2047.el (rfc2047-encoded-word-regexp)
13152         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13153         explaining what regexp patterns are for.
13155 2007-12-04  Glenn Morris  <rgm@gnu.org>
13157         * password.el: Move to ../password-cache.el.
13159         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13160         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13161         * mml-smime.el (password-read, password-cache-add)
13162         (password-cache-remove):
13163         No need to autoload, since mml-sec requires password.
13165         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13166         * message.el (gnus-extract-address-components):
13167         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13169         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13170         password.
13172 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13174         * mailcap.el: Reduce dependencies.
13175         (mail-header-parse-content-type): Autoload.
13176         (mailcap-delete-duplicates): New alias.
13177         (mailcap-mime-info): Add optional argument NO-DECODE.
13178         (mailcap-mime-types): Use mailcap-delete-duplicates.
13180         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13182 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13185         function.
13187         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13188         (gnus-uu-yenc-article): New function.
13190         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13192         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13194 2007-12-02  Glenn Morris  <rgm@gnu.org>
13196         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13197         Move to ../net.
13199         * binhex.el, uudecode.el: Move to ../mail.
13201         * encrypt.el: Remove file.
13203 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13205         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13206         matches on patches.
13208         * gnus-art.el (gnus-article-browse-html-article):
13209         Mention `mm-text-html-renderer' in the doc string.
13211         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13212         string.  Add comments.
13214         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13215         if rhs is ASCII.
13217 2007-12-01  Glenn Morris  <rgm@gnu.org>
13219         * dig.el, dns.el: Move to ../net.
13220         * format-spec.el, hex-util.el, sha1.el: Move to ../.
13222         * mail-source.el (top-level): Require format-spec before
13223         eval-when-compile.
13225 2007-11-30  Glenn Morris  <rgm@gnu.org>
13227         * encrypt.el: Require password, rather than autoloading password-read.
13229 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13231         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13232         caller can indicate whether the cache should be disregarded for this
13233         call.  This way the result of the call is reproducible at all times and
13234         can be considered a canonical server name for the supplied method.
13235         (gnus-agent-method-p): Canonicalize server names by pushing their
13236         method through `gnus-method-to-server' using the no-cache argument.
13238         * gnus-srvr.el (gnus-server-insert-server-line):
13239         Call `gnus-method-to-server' with `no-cache' argument.
13241         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13242         gnus-agent-possibly-synchronize-flags as this should be called when the
13243         server is actually being opened.
13244         (gnus-agent-possibly-synchronize-flags)
13245         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13246         flags file of an agentized server to the latter function.
13248         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13249         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13250         after a connection has been established successfully.
13252 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13254         * gnus-art.el (article-display-face): Force to display face if called
13255         interactively; check if gnus-article-x-face-too-ugly matches author.
13256         (article-display-x-face): Display face even if From header is missing
13257         as article-display-face does.
13259 2007-11-28  Richard Stallman  <rms@gnu.org>
13261         * md4.el: Move to ../.
13262         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13264 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13266         * mail-source.el (mail-sources): Default to fetch from file for
13267         compatibility with default of nnmail-spool-file.
13269 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13271         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13272         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13273         to look for encoded word that should be encoded again.
13274         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13275         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13276         encoding pattern.
13277         (rfc2047-decode-region): Switch strict regexp and loose one according
13278         to rfc2047-allow-irregular-q-encoded-words.
13280 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13282         * imap.el: Move to ../net directory.
13284 2007-11-25  Romain Francoise  <romain@orebokech.com>
13286         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13288 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13290         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13291         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13293         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13294         `nnmail-spool-file'.
13296         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13297         `nnmail-spool-file'.
13299         * gnus-move.el (gnus-change-server): Ditto.
13301         * gnus-kill.el (gnus-batch-score): Ditto.
13303         * gnus-cache.el (gnus-jog-cache): Ditto.
13305         * gnus-msg.el (gnus-summary-reply):
13306         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13308 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13310         * gnus-cache.el (gnus-cache-generate-nov-databases):
13311         Use nnml-generate-nov-databases-directory instead of
13312         nnml-generate-nov-databases-1.
13314 2007-11-24  Glenn Morris  <rgm@gnu.org>
13316         * message.el (message-tool-bar-retro): Update for rename
13317         mail_send.xpm->mail-send.xpm.
13319 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13321         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13322         `smime-ldap-search' for Emacs 22 and up.
13324 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13326         * hashcash.el: Move to ../mail directory.
13328         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
13330         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13331         `smime-ldap-search' for Emacs 22 and up.
13333 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13337         * message.el (message-send-mail-function): Fix error convention.
13338         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13339         (message-widen-reply, message-send-mail, message-talkative-question)
13340         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13341         (message-clone-locals, message-send-news): Use with-current-buffer.
13342         (message-insert-or-toggle-importance): Remove unused var `valid'.
13343         (message-make-references): Remove unused var `new-references'.
13344         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13346 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13348         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13349         (spam-split-symbolic-return-positive): Reflow docstring.
13350         (spam-backends, spam-summary-exit-behavior)
13351         (spam-mark-ham-unread-before-move-from-spam-group)
13352         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13353         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13354         (spam-clear-cache, spam-backend-check, spam-install-backend)
13355         (spam-install-statistical-backend, spam-list-of-processors)
13356         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13357         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13358         (spam-check-crm114, spam-initialize, spam-unload-hook):
13359         Fix typos in docstrings.
13361 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13363         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13364         been checked if they have never been read and those group levels are
13365         higher than the one that a user specified.
13367 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13369         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13370         foreign groups unless a group level is specified by a user.
13371         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13373 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13375         * message.el (message-send-mail-function): Require sendmail.
13377 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13379         * message.el (message-send-mail-function): Check for smtpmail too.
13381         * utf7.el (utf7-encode, utf7-decode): Use coding system
13382         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13384         * message.el (message-send-mail-function): New function.
13385         (message-send-mail-function): Set default using
13386         message-send-mail-function.  Adjust doc string.
13387         (message-send-mail-with-mailclient): New function.
13389 2007-11-17  Richard Stallman  <rms@gnu.org>
13391         * assistant.el: Remove file.
13393 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13395         * smime.el (from):
13396         * rfc2047.el (message-posting-charset):
13397         * qp.el (mm-use-ultra-safe-encoding):
13398         * pop3.el (parse-time-months):
13399         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13400         * nnml.el (files):
13401         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13402         (jka-compr-compression-info-list, ange-ftp-path-format)
13403         (efs-path-regexp):
13404         * nndiary.el (files):
13405         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13406         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13407         (epg-digest-algorithm-alist, inhibit-redisplay)
13408         (password-cache-expiry):
13409         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13410         (pgg-output-buffer, password-cache-expiry):
13411         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13412         (efs-path-regexp):
13413         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13414         (inhibit-redisplay):
13415         * mm-uu.el (file-name, start-point, end-point, entry)
13416         (gnus-newsgroup-name, gnus-newsgroup-charset):
13417         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13418         (latin-unity-ucs-list):
13419         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13420         (mm-uu-binhex-decode-function):
13421         * message.el (gnus-message-group-art, gnus-list-identifiers)
13422         (rmail-enable-mime-composing, gnus-local-organization)
13423         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13424         (gnus-read-active-file, facemenu-add-face-function)
13425         (facemenu-remove-face-function, gnus-article-decoded-p)
13426         (tool-bar-mode):
13427         * mail-source.el (display-time-mail-function):
13428         * gnus-util.el (nnmail-pathname-coding-system)
13429         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13430         (gnus-original-article-buffer, gnus-user-agent)
13431         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13432         (xemacs-codename, sxemacs-codename, emacs-program-version):
13433         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13434         * gnus-start.el (gnus-agent-covered-methods)
13435         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13436         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13437         (gnus-newsgroup-headers, gnus-group-list-mode)
13438         (gnus-group-mark-positions, gnus-newsgroup-data)
13439         (gnus-newsgroup-unreads, nnoo-state-alist)
13440         (gnus-current-select-method, mail-sources)
13441         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13442         (nnmail-spool-file, gnus-cache-active-hashtb):
13443         * gnus-mh.el (mh-lib-progs):
13444         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13445         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13446         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13447         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13448         (gnus-group-buffer):
13449         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13450         (font-lock-set-defaults):
13451         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13452         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13453         (gnus-summary-post-menu, total-parts, type, condition, length):
13454         * gnus-agent.el (gnus-agent-read-agentview):
13455         * flow-fill.el (show-trailing-whitespace):
13456         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13457         eval-and-compile wrappers for byte compiler pacifiers.
13459         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13460         (mm-display-inline-fontify): Check for featurep 'xemacs not
13461         extent-list.
13463         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13464         itimer-list.
13465         (mm-create-image-xemacs): Only do something for XEmacs.
13466         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13468         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13470         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13471         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13473 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13475         * nnimap.el (nnimap-split-download-body):
13476         * gnus-demon.el (gnus-demon):
13477         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13479 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13481         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13482         New macros.
13483         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13484         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13485         copy data from unibyte buffer to multibyte current buffer.
13486         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13487         to copy data from unibyte current buffer to multibyte buffer.
13488         (nntp-make-process-buffer): Make process buffer unibyte.
13490         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13492 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13494         * pop3.el (pop3-open-server): Accept and process data more robustly at
13495         connection start to avoid spurious "POP SSL connection failed" errors.
13497 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13499         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13500         read group names.
13502 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13504         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13506 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13508         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13509         (nnmail-save-active): Use a unibyte buffer when saving active file,
13510         which may contain non-ASCII group names.
13512         * nnml.el (nnml-request-group): Decode group names in messages.
13514 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13516         * message.el (message-citation-line-function)
13517         (message-insert-formatted-citation-line): Fix spelling of
13518         `message-insert-formated-citation-line'.
13520 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13522         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13524 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13526         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13527         nnmail-pathname-coding-system.
13529         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13530         that a user enters; decode group names in messages.
13532         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13534 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13536         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13538         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13540         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13541         risky local variable.
13543         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13545 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13547         * encrypt.el: Improve documentation to fix function name typo.
13548         Reported by Daiki Ueno <ueno@unixuser.org>.
13550 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13552         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13553         even if the point is not in the last page of an article.
13554         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13555         back to the previous page.
13557 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13559         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13561 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13563         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13565 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13567         * message.el (message-check-news-body-syntax):
13568         Avoid mm-string-as-multibyte.
13569         (message-hide-headers): Don't assume (point-min)==1.
13571 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13573         * message.el (message-remove-blank-cited-lines): Fix if remove is
13574         given.
13575         (message-bogus-address-regexp): New variable.
13576         (message-bogus-recipient-p): New function.
13577         (message-check-recipients): New command.
13578         (message-syntax-checks): Add `bogus-recipient'.
13579         (message-fix-before-sending): Add `bogus-recipient'.
13581         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13582         (gnus-treat-body-boundary): Don't test window-system.
13584 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
13586         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13588 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13590         * gnus.el: Bump version to Gnus v5.13.
13592 2007-10-28  Miles Bader  <miles@gnu.org>
13594         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13595         at compile-time too.
13597 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13599         * gnus-msg.el (gnus-message-setup-hook):
13600         Add `message-remove-blank-cited-lines' to options.
13602 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13604         * message.el (message-remove-blank-cited-lines): New function.
13605         Suggested by Karl Plästerer.
13607 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13609         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13610         mapc.
13612         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13613         (top-level): Use mapc to set functions to be traced for debugging.
13615         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13616         called for effect with while loop.
13618         * message.el (message-talkative-question): Replace mapcar called for
13619         effect with mapc.
13621         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13622         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13623         called for effect with dolist.
13625         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13627         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13628         gnus-extra-headers and nnmail-extra-headers.
13630         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13631         called for effect with dolist.
13632         (top-level): Use mapc to set functions to be traced for debugging.
13634         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13635         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13636         dolist.
13638         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13639         Replace mapcar called for effect with mapc.
13640         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13641         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13642         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13643         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13645         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13646         remove-if that's a cl function.
13648         * webmail.el (webmail-debug): Replace mapcar called for effect with
13649         dolist.
13651 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13653         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13654         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13655         with while loop.
13657         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13658         functions from article-* functions.
13659         (gnus-multi-decode-header): Replace mapcar called for effect with
13660         dolist.
13662         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13663         (gnus-bookmark-show-details): Replace mapcar called for effect with
13664         while loop.
13666         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13667         called for effect with while loop.
13669         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13670         with dolist.
13672         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13673         Replace mapcar called for effect with dolist.
13675         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13677         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13678         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13679         Replace mapcar called for effect with dolist.
13680         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13681         mapc.
13683         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13684         Replace mapcar called for effect with dolist.
13685         (gnus-topic-list): Replace mapcar called for effect with mapc.
13687         * gnus.el: Use mapc instead of mapcar to add autoloads.
13689 2007-10-23  Richard Stallman  <rms@gnu.org>
13691         * gnus-group.el (gnus-group-highlight): Mark as risky.
13693 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13695         * gnus.el (gnus-server-to-method): Return method found first in
13696         gnus-newsrc-alist.
13698         * gnus-art.el (gnus-article-highlight-signature)
13699         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13700         button overlay without the front stickiness.
13702 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13704         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13705         overview buffer needed a catch to receive its throw.
13706         (gnus-agent-flush-cache): Declare as interactive to make this function
13707         easier to use.
13709 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13711         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13712         `next-line'.
13714 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13716         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13717         exclude address matching message-dont-reply-to-names.
13719 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13721         * gnus-util.el (gnus-string<): New function.
13723         * gnus-sum.el (gnus-article-sort-by-author)
13724         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13726 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13728         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13729         the frame-focus tag is set in gnus-buffer-configuration.
13731 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13733         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13734         the front stickiness.
13736 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13738         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13739         url pattern; remove duplicate one.
13740         (gnus-article-extend-url-button): New function.
13741         (gnus-article-add-buttons): Use it.
13742         (gnus-button-push): Use concatenated url that it makes.
13744 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13746         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13747         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13749 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13751         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13752         Don't hardcode point-min==1.
13754 2007-09-30  David Kastrup  <dak@gnu.org>
13756         * gnus-art.el (gnus-article-reply-with-original)
13757         (gnus-article-followup-with-original): When `transient-mark-mode' is
13758         off, refrain from active-region behavior for followups.
13760 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13762         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13763         Fix comment about "iso8859-1".
13765 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13767         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13768         ones returned from the verify-function.
13770         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13771         Call mml2015-extract-cleartext-signature if extraction failed.
13773 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13776         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13777         failed.
13779 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13781         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13783 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13785         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13786         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13787         thread for both the null and zero (kill/expire thread) universal prefix
13788         cases.
13789         (gnus-summary-expire-thread): Add new function to expire a thread,
13790         using gnus-summary-kill-thread.
13791         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13792         shortcuts for gnus-summary-expire-thread.
13793         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13794         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13796 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13798         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13799         extras value, so an extras entry can be deleted.
13800         (gnus-registry-delete-extra-entry): Use it.
13801         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13802         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13803         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13804         storage through the gnus-registry, and provide an appropriate API for
13805         it.
13807 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13809         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13810         Suggested by Leo <sdl.web@gmail.com>.
13812         * gnus.el: Do.
13814 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13816         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13817         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13819         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13821         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13822         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13824 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13826         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13827         newline.
13828         (nnmbox-request-accept-article): Don't change article in source buffer;
13829         narrow to header to use message-fetch-field rather than
13830         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13831         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13832         as delimiters; make sure article ends with newline.
13833         (nnmbox-delete-mail): Correct last position of article to be deleted;
13834         ignore X-Gnus-Newsgroup header in article body.
13835         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13836         positions; make sure article ends with newline.
13838         * message.el (message-display-abbrev): Don't infloop when a user
13839         inserts SPC in the beginning of header.
13841 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13843         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13844         list of groups not followed by default.  Fix type to be regexp.
13845         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13847 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13849         * hmac-def.el (define-hmac-function): Switch from old-style to
13850         new-style backquotes.
13852         * md4.el (md4-make-step): Likewise.
13854 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13856         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13857         raw-text coding system when saving .newsrc file, which may contain
13858         non-ASCII group names.
13860 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13862         * gnus-cus.el (gnus-score-extra): New widget.
13863         (gnus-score-extra-convert): New function.
13864         (gnus-score-customize): Use it for Extra.
13866 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13868         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13869         (mml2015-mailcrypt-clear-verify): Use it.
13870         (mml2015-gpg-clear-verify): Use it.
13871         (mml2015-pgg-clear-verify): Use it.
13872         (mml2015-epg-clear-verify): Replace the current part with the output
13873         from GnuPG; don't extract the plaintext by itself.
13875         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13876         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13877         mml2015-clear-verify-function; don't touch the armor headers or
13878         dash-escaped text here.
13880 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13882         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13883         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13884         parts, or application/octet-stream as a last resort.
13885         (gnus-mime-view-part-as-type): Don't toggle display.
13886         (gnus-mime-view-part-as-charset): Don't turn off display before
13887         querying charset.
13889         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13890         stuff to undisplayer function in Emacs.
13891         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13893         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13894         text/calendar parts.
13896 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13898         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13899         decoding text/calendar parts.
13901         * message.el (message-forward-make-body-mime): Always mark body as
13902         having no illegible text; remove signed-or-encrypted argument.
13903         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13905         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13906         (mml-generate-mime-1): Don't encode body if it is specified to be in
13907         raw form; don't make buffer be unibyte when inserting multibyte string.
13909 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * sha1.el: Fix up comment style.
13912         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13913         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13915         * hex-util.el: Fix up comment style.
13916         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13918         * gnus-salt.el: Use with-current-buffer.
13919         (gnus-pick-setup-message): Fix long-standing typo.
13921 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13923         * imap.el (imap-logout-timeout): New variable.
13924         (imap-logout, imap-logout-wait): New functions.
13925         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13927         * nnimap.el (nnimap-logout-timeout): New server variable.
13928         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13929         nnimap-logout-timeout.
13931         * gnus-art.el (gnus-article-summary-command-nosave)
13932         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13934 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13936         * gnus.el (gnus-maximum-newsgroup): New variable.
13938         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13939         according to gnus-maximum-newsgroup.
13941         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13942         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13943         Limit the range of articles according to gnus-maximum-newsgroup.
13945 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13947         * gnus-art.el (gnus-sticky-article): Fix problems described in
13948         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13949         Don't perform gnus-configure-windows here; reuse existing sticky
13950         article buffer.
13952         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13953         it doesn't exist in gnus-article-mode.
13955 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13957         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13958         (gnus-agent-decoded-group-name): New function.
13959         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13960         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13962 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13964         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13965         Add binding for gnus-sticky-article.
13966         (gnus-summary-exit): Don't kill sticky article buffers.
13968         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13969         article buffer.
13970         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13971         (gnus-kill-sticky-article-buffers): New commands.
13973 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13975         * nntp.el (nntp-xref-number-is-evil): New server variable.
13976         (nntp-find-group-and-number): If it is non-nil, don't trust article
13977         numbers in the Xref header.
13979 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * gnus-agent.el (gnus-agent-read-group): New function.
13982         (gnus-agent-flush-group, gnus-agent-expire-group)
13983         (gnus-agent-regenerate-group): Use it.
13984         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13985         nnmail-pathname-coding-system.
13987 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13989         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13991         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13992         that are unread as unread, and also as selected so that information of
13993         marks having been changed by a user may be updated when exiting group.
13995 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13997         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13999 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14001         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14002         calculated ignoring signature parts to gnus-treat-article.
14004 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14006         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14007         a point here in order to keep the window start.
14008         (gnus-insert-mime-security-button): Make a button overlay without the
14009         front stickiness.
14010         (gnus-mime-display-security): Goto the end of a button.
14012         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14014 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14016         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14017         group-name-at-point.
14018         (gnus-group-completing-read): New function that offers decoded
14019         non-ASCII group names for completion.
14020         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14021         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14022         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14023         (gnus-group-fetch-control): Use it.
14024         (gnus-fetch-group): Use group-name-at-point for the initial value
14025         rather than the default value; use gnus-alive-p.
14027         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14028         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14029         (gnus-summary-post-news): Use gnus-group-completing-read.
14031         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14032         (gnus-read-move-group-name): Decode group name for completion.
14034 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14036         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14037         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14038         Yamaoka slightly modified the code).
14040 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14042         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14043         (nnmail-split-incoming): Bind it.
14045         * nnml.el (nnml-group-name-charset): New function.
14046         (nnml-decoded-group-name): Use it; don't decode group name if
14047         nnmail-group-names-not-encoded-p is non-nil.
14048         (nnml-encoded-group-name): New function.
14049         (nnml-group-pathname): Inline nnml-decoded-group-name.
14050         (nnml-request-expire-articles): Decode group name in message.
14051         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14052         nnmail-pathname-coding-system.
14053         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14054         not decoded ones according to nnmail-group-names-not-encoded-p.
14055         (nnml-generate-active-info): Use nnml-encoded-group-name.
14057 2007-08-08  Glenn Morris  <rgm@gnu.org>
14059         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14060         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14061         doc-strings and comments.
14063 2007-07-25  Glenn Morris  <rgm@gnu.org>
14065         * Relicense all FSF files to GPLv3 or later.
14067 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14069         * gnus-sum.el (gnus-summary-move-article):
14070         Make gnus-summary-respool-article work.
14072 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14074         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14075         string.
14077 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14079         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14080         that should be ignored when comparing distant RSS articles with local
14081         ones.
14082         (nnrss-make-hash-index): New function.  Create a hash index according
14083         to the ignored fields.
14084         (nnrss-check-group): Use it.
14086 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14088         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14090         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14092         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14093         the new optional argument ENCODED is non-nil.
14094         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14095         coding system for encoding group name.
14096         (gnus-group-make-rss-group): Pass un-encoded group name to
14097         gnus-group-make-group.
14098         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14099         encoded.
14101         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14102         Encode group name to which articles are moved or copied.
14103         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14104         coding system for encoding Newsgroup, Followup-To and Xref headers.
14106         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14107         marks; use nnheader-file-coding-system to write a file.
14108         (nnagent-retrieve-headers): Bind file-name-coding-system to
14109         nnmail-pathname-coding-system.
14111         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14113         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14114         (nnml-request-article, nnml-request-create-group)
14115         (nnml-request-rename-group, nnml-find-id)
14116         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14117         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14118         (nnml-save-marks): Use nnml-group-pathname instead of
14119         nnmail-group-pathname.
14121         (nnml-request-create-group, nnml-request-expire-articles)
14122         (nnml-request-move-article, nnml-request-delete-group)
14123         (nnml-deletable-article-p, nnml-possibly-create-directory)
14124         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14125         (nnml-open-marks): Bind file-name-coding-system to
14126         nnmail-pathname-coding-system.
14128         (nnml-request-article): Pass server argument to nnml-find-group-number.
14129         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14130         Pass server argument to nnml-possibly-create-directory.
14131         (nnml-request-accept-article): Pass server argument to
14132         nnml-active-number and nnml-save-mail.
14133         (nnml-find-group-number): Pass server argument to nnml-find-id.
14134         (nnml-request-update-info): Pass server argument to
14135         nnml-marks-changed-p.
14137         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14138         (nnml-save-mail, nnml-active-number): Add server argument.
14140         (nnml-request-delete-group): Warn if group is missing.
14141         (nnml-get-nov-buffer): Decode group name.
14142         (nnml-generate-active-info): Encode group name.
14143         (nnml-open-marks): Decode group name in messages.
14145 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14147         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14148         if it is not specified.
14149         (gnus-article-pipe-part, gnus-article-save-part)
14150         (gnus-article-interactively-view-part, gnus-article-copy-part)
14151         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14152         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14153         (gnus-article-replace-part, gnus-article-delete-part)
14154         (gnus-article-view-part-as-type): Pass raw prefix argument to
14155         gnus-article-part-wrapper.
14157 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14159         * gnus-agent.el (gnus-agent-save-active):
14160         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14162         * gnus-cache.el (gnus-cache-save-buffers)
14163         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14164         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14165         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14166         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14167         (gnus-cache-generate-active, gnus-cache-rename-group)
14168         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14169         (gnus-cache-update-overview-total-fetched-for):
14170         Bind file-name-coding-system to nnmail-pathname-coding-system.
14171         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14172         New variables.
14173         (gnus-cache-decoded-group-name): New function.
14174         (gnus-cache-file-name): Use it.
14175         (gnus-cache-generate-active): Use non-decoded group name for active.
14177         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14178         right place.
14179         (gnus-write-active-file): Don't break non-ASCII group names.
14181         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14182         nnmail-pathname-coding-system.
14184         * gnus-uu.el (gnus-uu-decode-save): Typo.
14186 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14188         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14190 2007-07-14  David Kastrup  <dak@gnu.org>
14192         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14193         finishing actions if we did not edit the article.
14195 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14197         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14198         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14199         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14200         (gnus-agent-flush-group, gnus-agent-flush-cache)
14201         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14202         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14203         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14204         (gnus-agent-regenerate-group)
14205         (gnus-agent-update-files-total-fetched-for)
14206         (gnus-agent-update-view-total-fetched-for):
14207         Bind file-name-coding-system to nnmail-pathname-coding-system.
14208         (gnus-agent-group-pathname): Don't encode file names by
14209         nnmail-pathname-coding-system.
14210         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14211         coding-system-for-write instead of buffer-file-coding-system to
14212         gnus-agent-file-coding-system.
14214         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14215         Decode group name.
14217         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14219         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14220         (gnus-read-newsrc-el-file): Make group names unibyte.
14222         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14223         nnmail-pathname-coding-system.
14225         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14226         (nnrss-request-delete-group): Bind file-name-coding-system to
14227         nnmail-pathname-coding-system.
14228         (nnrss-read-server-data, nnrss-read-group-data):
14229         Bind file-name-coding-system correctly.
14230         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14232         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14233         (nntp-server-to-method-cache): New variable.
14234         (nntp-group-pathname): New function that decodes non-ASCII group names.
14235         (nntp-possibly-create-directory, nntp-marks-changed-p)
14236         (nntp-save-marks, nntp-open-marks): Use it.
14237         (nntp-possibly-create-directory, nntp-open-marks):
14238         Bind file-name-coding-system to nnmail-pathname-coding-system.
14239         (nntp-open-marks): Decode group names when bootstrapping marks.
14241         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14242         Newsgroups and Followup-To headers.
14244 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14246         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14247         (gnus-server-closed-face, gnus-server-denied-face)
14248         (gnus-server-offline-face): Remove variable.
14249         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14251         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14252         of modifying message-stack directly for XEmacs.
14254         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14255         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14256         if the coding-system argument is nil for XEmacs.
14258         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14259         mm-charset-override-alist.
14261         * rfc2047.el: Don't require base64; require rfc2045 for the function
14262         rfc2045-encode-string.
14263         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14264         to quote the parameter value.
14266 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14268         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14269         form in gnus-group-name-charset-method-alist.
14271         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14272         overrides the default layout edit-form.
14274         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14276         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14278 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14280         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14281         as unfetched articles.
14283 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14285         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14287 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14289         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14290         original back end that keeps marks in the local system.
14292 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14294         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14295         arg of pop-to-buffer for XEmacs.
14296         (gnus-article-read-summary-keys): Ditto; don't restore window
14297         configuration if summary command ends up with neither article buffer
14298         nor summary buffer; describe bindings if summary keys end with C-h.
14300 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14302         * message.el (message-fix-before-sending): Skip raw message part to be
14303         forwarded while checking illegible text.
14304         (message-forward-make-body-mime, message-forward-make-body):
14305         Mark signed or encrypted raw message as having no illegible text.
14307 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14309         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14310         (gnus-message-with-timestamp-1): New macro.
14311         (gnus-message-with-timestamp): New function.
14312         (gnus-message): Use them.
14314         * nnheader.el (nnheader-message): Use them.
14316 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14318         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14319         .newsrc.eld file.
14321 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14323         * gnus-agent.el (gnus-agent-fetch-headers)
14324         (gnus-agent-retrieve-headers):
14325         Bind gnus-decode-encoded-address-function to identity.
14327         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14328         available also when the server returns simply a dot.
14330         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14332 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14334         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14336 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * gnus-ems.el (gnus-x-splash): Make it work.
14340         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14341         from being used.
14343 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14345         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14346         the front stickiness.
14347         (gnus-article-summary-command-nosave): Correct the order of the
14348         arguments passed to pop-to-buffer.
14349         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14350         summary command ends up with the article buffer.
14352         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14353         the same faces.
14355 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14357         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14359 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14361         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14362         * gnus-sum.el (gnus-summary-highlight):
14363         * mail-source.el (mail-source-delete-old-incoming-confirm):
14364         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14366 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14368         * gnus-art.el (gnus-mime-view-part-externally)
14369         (gnus-mime-view-part-internally): Fix predicate function passed to
14370         completing-read.
14372         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14374         * gnus.el (gnus-update-message-archive-method): Add :version.
14376 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14378         * gnus.el (gnus-update-message-archive-method): New variable.
14380         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14381         according to gnus-message-archive-method if
14382         gnus-update-message-archive-method is non-nil.
14384 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14386         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14387         Suggested by Loic Dachary <loic@dachary.org>.
14388         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14390 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14392         * message.el (message-pop-to-buffer): Add switch-function argument.
14393         (message-mail): Pass switch-function argument to it.
14395 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14397         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14398         Improve doc string.
14400 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14402         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14403         (gnus-header-content):
14404         * gnus-cite.el (gnus-cite-10):
14405         * gnus-srvr.el (gnus-server-closed):
14406         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14407         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14408         (gnus-group-mail-3-empty, gnus-group-mail-low)
14409         (gnus-group-mail-low-empty, gnus-splash):
14410         * message.el (message-header-to, message-header-cc)
14411         (message-header-subject, message-header-other, message-header-name)
14412         (message-header-xheader, message-separator, message-cited-text)
14413         (message-mml): Lighten colors of faces used for dark background.
14415 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14417         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14418         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14420 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14422         * message.el (message-narrow-to-headers-or-head):
14423         Ignore mail-header-separator in the body.
14425 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14427         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14428         same as window size.
14430 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14432         * message.el (message-font-lock-keywords): Use message-header-xheader
14433         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14434         ahead of the anything pattern, to get it recognized.
14436 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14438         * gnus-sum.el (gnus-articles-to-read)
14439         (gnus-summary-insert-old-articles): Don't truncate group name for
14440         `read-string'.
14442         * gnus-util.el (gnus-limit-string): Delete this function.
14444         * gnus-sum.el (gnus-simplify-subject-fully):
14445         Use `truncate-string-to-width' instead.
14447 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14449         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14450         Tell if, on summary exit, the next group has to be selected.
14451         (gnus-summary-exit): Use it.
14453 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14455         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14456         non-break space.
14458 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14460         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14461         Check if group is not a directory.
14462         (nnfolder-request-expire-articles): Don't delete articles if the target
14463         group is not available.
14465         * nnml.el (nnml-request-create-group): Properly check if group is not a
14466         file.
14467         (nnml-request-expire-articles): Don't delete articles if the target
14468         group is not available.
14470         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14471         Don't quote characters that are within parentheses.
14473 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14475         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14476         (gnus-handle-ephemeral-exit): Select article according to it.
14478 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14480         * message.el (message-insert-formated-citation-line): Remove newline.
14481         (message-citation-line-format): Add final \n here so that the user can
14482         avoid a blank line.
14484 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14486         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14487         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14488         Update lanl/arXiv support.
14490 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14492         * gnus.el: Bump version number.
14494 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14496         * gnus.el (gnus-version-number): Bump version.
14498 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14500         * gnus.el: No Gnus v0.6 is released.
14502 2007-04-27  Didier Verna  <didier@xemacs.org>
14504         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14505         * gmm-utils.el (gmm-regexp-concat): ... here.
14506         * message.el: Don't require 'gnus-util.
14507         (message-dont-reply-to-names): Handle name change above.
14508         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14510 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14512         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14513         since the initial value varies according to the system.
14515 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14517         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14519 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14521         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14523 2007-04-24  Didier Verna  <didier@xemacs.org>
14525         Improve the type of gnus-ignored-from-addresses.
14526         * gnus-util.el (gnus-orify-regexp): New function.
14527         * message.el (gnus-util): Require it.
14528         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14529         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14530         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14532 2007-04-24  Didier Verna  <didier@xemacs.org>
14534         * gnus-sum.el:
14535         * gnus-utils.el: Fix some trailing whitespaces.
14537 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14539         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14540         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14541         article's Message-ID; refer parent article in summary buffer.
14543         * message.el (message-bounce): Call mime-to-mml.
14545 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14547         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14549 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14551         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14552         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14553         displayed of multipart/alternative part if it is invoked from summary
14554         buffer.
14556         * mm-view.el (mm-inline-text-html-render-with-w3m)
14557         (mm-inline-text-html-render-with-w3m-standalone)
14558         (mm-inline-render-with-function): Use mail-parse-charset by default.
14560 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14562         * parse-time.el (parse-time-string-chars): Check if CHAR
14563         is less than the length of parse-time-syntax.
14565 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14567         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14568         from gnus-newsgroup-processable.
14570 2007-04-16  Didier Verna  <didier@xemacs.org>
14572         * gnus-msg.el (gnus-configure-posting-styles):
14573         Handle message-signature-directory properly with :file syntax.
14574         Reported by "Leo".
14576 2007-04-11  Didier Verna  <didier@xemacs.org>
14578         New user option: message-signature-directory.
14579         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14580         * message.el (message-insert-signature): Ditto.
14581         * message.el (message-signature-file): Doc update.
14582         * message.el (message-signature-directory): New.
14584 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14586         * gnus-msg.el (gnus-inews-yank-articles):
14587         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14589 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14591         * message.el (message-yank-original): Make sure cited text ends with
14592         newline; don't exchange point and mark.
14594 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14596         * tls.el (open-tls-stream): Properly handle case where there
14597         is no associated buffer.
14599 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14601         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14602         message-yank-original, make sure (< mark TEXT point).
14604 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14606         * message.el (message-fill-column): New variable.
14607         (message-mode): Use it.  Add comment on a possible new hook.
14609         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14610         (nnmail-get-new-mail): Reformat.
14612         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14614         * gmm-utils.el: Fix Commentary.
14615         (gmm-tool-bar-from-list): Fix typo in doc string.
14617 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14619         * message.el (message-yank-original): Don't switch point and mark
14620         unnecessarily to put point and mark as documented.
14622 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14624         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14625         from the message heads.
14627 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14629         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14630         article buffer does not have a window.  This may not be the best
14631         solution but is certainly better than setting the start of the null,
14632         that is the current, window.
14634 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14636         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14637         (gnus-draft-setup): Run it.
14639         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14640         gnus-score-fast-scoring.  Allow regexp.
14641         (gnus-score-headers): Use it.
14643         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14644         XEmacs.
14646         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14647         string.
14648         (gnus-button-alist): Also catch `<f1> k ...'.
14649         (gnus-treat-display-x-face): Fix doc string.
14651 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14653         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14654         evaluation of gnus-extended-version to ensure correct generation of the
14655         User-Agent header when message-generate-headers-first is used.
14657 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14659         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14660         hashcash-path is nil.  Don't call callback with incorrect number of
14661         parameters if val is 0.
14663 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14665         * message.el (message-required-news-headers):
14666         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14668 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14670         * message.el (message-generate-new-buffers): Change the meaning of the
14671         nil value; add `standard' to the choices; treat t as `unique'; improve
14672         doc string.
14673         (gnus-select-frame-set-input-focus): Autoload.
14674         (message-buffer-name): Search for the existing message buffer if
14675         message-generate-new-buffers is nil or `standard'; treat the value t of
14676         message-generate-new-buffers as `unique'.
14677         (message-pop-to-buffer): Raise the frame already displaying the message
14678         buffer; clear the echo area after querying.
14679         (message-setup): Pass the `continue' argument to compose-mail.
14680         (message-mail): Prefer `switch-function' if it is given; search for the
14681         existing message buffer if the `continue' argument is non-nil; pass
14682         continue and switch-function arguments to compose-mail by way of
14683         message-setup.
14684         (message-mail-other-window): Adjust argument of message-setup.
14685         (message-mail-other-frame): Ditto.
14687 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14689         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14690         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14691         to turn font-lock on when turning gnus-message-citation-mode on.
14693 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14695         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14696         (mml-smime-function-alist): New variable; add epg as the backend.
14697         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14698         mml-smime- functions instead.
14699         * mm-view.el: Require smime.
14701 2007-03-05  Didier Verna  <didier@xemacs.org>
14703         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14704         instead of just inheritance for posting styles.
14705         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14707 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14709         * tls.el (tls-certtool-program): Fix custom type.
14711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14713         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14714         and point-at-eol instead of line-(beginning|end)-position.
14716         * assistant.el (assistant-parse-buffer): Ditto.
14718 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14720         * mml2015.el (mml2015-epg-find-usable-key): New function.
14721         (mml2015-epg-sign): Use it.
14722         (mml2015-epg-encrypt): Use it.
14724 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14726         * message.el (message-make-in-reply-to): Quote name containing
14727         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14728         if there are special characters.  Reported by NAKAJI Hiroyuki
14729         <nakaji@jp.freebsd.org>.
14731 2007-02-27  Didier Verna  <didier@xemacs.org>
14733         Include the group parameters as well as the topic ones in the
14734         inheritance filter process.
14735         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14736         argument GROUP-PARAMS-LIST.
14737         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14739 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14741         * nntp.el (nntp-never-echoes-commands)
14742         (nntp-open-connection-functions-never-echo-commands): New variables.
14743         (nntp-send-command): Use them.
14745 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14747         * mml2015.el (mml2015-epg-verify): Simplify.
14749 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14751         * mml.el (mml-content-disposition-alist): New user option.
14752         (mml-content-disposition): New function.
14753         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14754         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14756 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14758         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14759         verification.
14761 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14763         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14764         articles posted in the last 24 hours.
14766 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14768         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14770 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14772         * nntp.el (nntp-send-command): Don't wait for echoes when
14773         nntp-open-ssl-stream is used.
14775 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14777         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14778         (gnus-message-add-citation-keywords)
14779         (gnus-message-remove-citation-keywords): Remove.
14780         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14781         directly, make the variables in font-lock-defaults buffer-local, add
14782         gnus-message-citation-keywords to them and then update the value of
14783         font-lock-keywords.
14785 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14787         * message.el (message-cite-original-1): Don't call
14788         gnus-article-highlight-citation.
14790         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14791         citations; fix line count.
14793 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14795         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14796         (gnus-message-add-citation-keywords)
14797         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14798         versions of font-lock-add-keywords and font-lock-remove-keywords to
14799         work with XEmacs correctly.
14801 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14803         * gnus-cite.el (gnus-cite-face-list): Set the values of
14804         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14805         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14806         (gnus-message-cite-prefix-regexp): New variable.
14807         (gnus-message-search-citation-line): Use it; protect against long
14808         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14809         the 0th match data for Emacs.
14810         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14811         (gnus-message-add-citation-keywords): Append keywords rather than
14812         prepending; emulate font-lock-add-keywords if it is not available.
14813         (gnus-message-remove-citation-keywords):
14814         Emulate font-lock-remove-keywords if it is not available.
14816         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14818         * message.el (message-cite-prefix-regexp): Set the value of
14819         gnus-message-cite-prefix-regexp.
14821 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14823         * nnweb.el (nnweb-google-parse-1): Update parser.
14825 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14827         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14829 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14831         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14832         regexp.
14834 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14837         string-to-multibyte.
14838         (uudecode-decode-region-internal): Use it.
14840 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14842         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14843         Fix custom choice.
14845         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14847 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14849         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14851         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14852         `write-region' to respect `mm-inhibit-file-name-handlers'.
14854 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14856         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14857         Use gnus-home-directory instead of "~/" or "$HOME".
14859 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14861         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14862         to mention filename.
14863         Add comments at beginning regarding usage.
14864         (encrypt-write-file-contents): Change interactive so a string is
14865         acceptable.  If the file has no associated model, show an error instead
14866         of a nonsense prompt.
14868 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14870         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14871         Thanks to Yoshihiko Yamada for kind notification of this typo.
14873 2007-01-12  Kenichi Handa  <handa@m17n.org>
14875         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14876         multibyte buffer.
14878 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14880         * gnus-score.el (gnus-score-fast-scoring): New variable.
14881         (gnus-score-headers): Use it.
14883         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14885         * message.el (message-cite-original-1):
14886         Call gnus-article-highlight-citation if requested.
14887         (message-make-from): Allow name and address as optional arguments.
14889         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14891         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14892         bugs to doc string.
14893         (gnus-button-alist): Add mid\\|message-id.
14894         (gnus-button-fetch-group): Extend for use in
14895         `browse-url-browser-function'.
14896         (gnus-button-url-regexp): Try to catch paired parentheses like in
14897         Wikipedia URLs.
14899         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14900         Suggested by Simon Krahnke <overlord@gmx.li>.
14902 2007-01-13  Romain Francoise  <romain@orebokech.com>
14904         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14905         Update copyright.
14907 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14909         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14911 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14913         * gnus-registry.el (gnus-registry-unfollowed-groups)
14914         (gnus-registry-split-fancy-with-parent): Fix documentation.
14916 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14918         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14919         from nnweb groups.
14921 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14923         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14924         Xref urls.  Erase buffer before requesting head.
14926         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14928 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14930         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14931         customizable.
14933 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14935         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14936         no signing key is found.
14937         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14938         no encrypting and/or signing key is found.
14940 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14942         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14944 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14946         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14947         headers read from disk with the ones newly found in the current search.
14948         This should no longer cause problems, because the article numbers in
14949         Gmane's `nov.php' output are ignored since the previous change.
14951 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14953         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14955 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14957         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14959 2007-01-01  Romain Francoise  <romain@orebokech.com>
14961         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14963 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14965         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14966         `define-minor-mode' macro definition expanded properly.
14967         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14968         exclude it there.
14970         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14971         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14972         `fboundp' test.
14973         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14974         This is OK to autoload in (S)XEmacs now.
14976 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14978         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14979         keystroke.
14980         (gnus-summary-limit-to-singletons): Fix typo.
14982         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14983         else fails.
14985 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14987         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14988         docstring.
14990         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14991         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14992         (gnus-summary-insert-dormant-articles): Fix typo in message.
14994 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14996         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14997         nil for XEmacs.
14998         (gnus-message-citation-mode): Don't autoload in XEmacs.
15000         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15002 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15004         * nnimap.el (nnimap-expunge-search-string):
15005         Mention nnimap-search-uids-not-since-is-evil in docstring.
15007 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15009         * spam.el: Revert to make-obsolete-variable because
15010         define-obsolete-variable-alias is not supported in Emacs 21.
15012         * spam.el (spam-ifile-path, spam-ifile-database-path)
15013         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15014         make-obsolete-variable.
15015         (spam-bsfilter-path, spam-bsfilter-program)
15016         (spam-spamassassin-path, spam-spamassassin-program)
15017         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15018         Don't use "path" inappropriately.
15019         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15020         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15021         variable names.
15023 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15025         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15026         summary buffer.
15028         * password.el (password-cache-remove): Use clear-string to burn
15029         password, if available.
15031 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15033         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15035         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15037         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15038         (gnus-message-highlight-citation): Move defcustom here from
15039         gnus-cite.el.
15040         (gnus-message-citation-mode): Autoload.
15042         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15043         checks to make it compile with XEmacs.
15044         (gnus-message-citation-mode): New minor mode.
15045         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15046         (gnus-message-highlight-citation): New variables.
15047         (gnus-message-search-citation-line)
15048         (gnus-message-add-citation-keywords)
15049         (gnus-message-remove-citation-keywords)
15050         (turn-on-gnus-message-citation-mode)
15051         (turn-off-gnus-message-citation-mode): New functions.
15053 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15055         * gnus-cite.el: Enable highlighting of different citation levels in
15056         message-mode.
15058 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15060         * message.el (message-make-fqdn): Fix comment.
15061         (message-bogus-system-names): Add ".local".
15063         * spam.el (spam-ifile-path, spam-ifile-program)
15064         (spam-ifile-database-path, spam-ifile-database)
15065         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15066         Don't use "path" inappropriately.
15067         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15068         strings.
15069         (spam-check-ifile, spam-ifile-register-with-ifile)
15070         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15071         Use new variable names.
15073         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15074         (gnus-treat-display-smileys): Simplify using
15075         gnus-image-type-available-p.
15077         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15078         available.
15080 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15082         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15083         one after turning on the buffer's multibyteness instead of decoding
15084         them directly in the unibyte buffer that causes unexpected conversion
15085         in Emacs 23 (unicode).
15087 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15089         * message.el (message-generate-hashcash): Fix custom type.
15091 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15093         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15095 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15097         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15098         disconnect icons.  Add help text.
15100 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15102         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15103         negated to be consistent with the others we handle.
15105 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15107         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15108         version of gnus-summary-buffer to something, so that we can use two
15109         article buffers at the same time.
15111 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15113         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15114         trigger all the extra headers.
15115         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15116         sorting.
15118 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15120         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15121         solid groups.
15123 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15125         * legacy-gnus-agent.el: Add Copyright notice.
15127 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15129         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15131 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15133         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15135         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15136         to make it work reliably in CVS Emacs.
15137         (gnus-summary-limit-strange-charsets-predicate)
15138         (gnus-summary-limit-to-predicate): New functions.
15140 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15142         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15143         specifying array size.
15144         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15145         array if it is too small.
15146         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15147         (gnus-sort-threads-loop): New function.
15149 2006-12-06  Chris Moore  <dooglus@gmail.com>
15151         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15152         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15154 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15156         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15157         options.
15159 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15161         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15162         DOS-ing the recipient.
15164         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15165         the headers when creating the mapping to avoid mismappings.
15166         (nnweb-gmane-create-mapping): Always nix out old mapping.
15168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15170         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15171         and mm-verify-option to never.
15173 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15175         * message.el (message-signed-or-encrypted-p): New function.
15176         (message-forward-make-body): Use it.
15178         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15179         Replace encode-coding-string with mm-encode-coding-string.
15181 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15183         * nneething.el (nneething-decode-file-name):
15184         Replace decode-coding-string with mm-decode-coding-string.
15186         * gnus-int.el (gnus-open-server): Say failed server's name.
15188 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15190         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15191         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15193         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15194         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15195         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15196         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15197         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15198         (gnus-subscribe-newsgroup, gnus-1):
15199         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15200         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15201         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15202         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15204 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15207         keystroke.
15208         (gnus-summary-limit-to-bodies): Implement headersp.
15210 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15212         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15214 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15216         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15218 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220         * message.el (message-generate-hashcash): Expand range of values to
15221         include `opportunistic'.
15222         (message-send-mail): Use it.
15224 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15226         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15227         and comment it.
15229         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15231 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15233         * gnus-util.el (gnus-extract-address-components): Improve comment.
15235 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15237         * gnus-util.el (gnus-extract-address-components): Work with address in
15238         which the name portion contains @.
15240 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15242         * gnus.el (gnus-start): Move custom group up.
15243         (gnus-select-method): Don't autoload, but make it available for
15244         `customize-variable'.
15245         (gnus-getenv-nntpserver): Don't autoload.
15247 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15249         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15251 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15253         * message.el (message-sendmail-extra-arguments): New variable.
15254         (message-send-mail-with-sendmail): Use it.
15256 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15258         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15259         mm-with-unibyte-current-buffer to make string unibyte.
15261         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15262         mm-string-as-multibyte.
15264 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15266         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15267         Reported by Werner Koch <wk@gnupg.org>.
15269 2006-11-14  Daiki Ueno  <ueno@p360>
15271         * mml2015.el: Autoload epa-select-keys when compiling.
15273 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15275         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15276         message-options.
15277         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15279 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15281         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15282         EasyPG (< 0.0.6).
15283         (mml2015-always-trust): New user option.
15284         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15285         prompt.
15287 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15289         * nntp.el (nntp-authinfo-force): New variable.
15290         (nntp-send-authinfo): Use it.
15292 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15294         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15295         decode encoded words.  Improve prompt.  Add comment about forwarding.
15296         (message-replacement-char): Move up.
15298 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15300         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15301         instead of gnus-intersection because arguments of gnus-sorted-nunion
15302         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15304 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15306         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15307         (message-simplify-subject-functions):
15308         Enable message-strip-subject-encoded-words by default.
15310 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15312         * message.el (message-strip-subject-encoded-words): New function.
15313         (message-simplify-subject-functions): New variable.
15314         (message-simplify-subject): Use it.  Fix typo in doc string.
15315         Support message-strip-subject-encoded-words.
15317 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15319         * gnus-diary.el (gnus-diary-delay-format-function):
15320         * nndiary.el (nndiary-reminders):
15321         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15323 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15325         * gnus-art.el (article-hide-boring-headers): Fetch date from
15326         gnus-original-article-buffer to avoid problems with localized date
15327         strings.
15329 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15331         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15333 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15335         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15336         New variables.
15337         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15338         (mm-charset-synonym-alist): Move some entries to
15339         mm-codepage-iso-8859-list.
15340         (mm-charset-synonym-alist, mm-charset-override-alist):
15341         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15343 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15345         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15347 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15349         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15350         with Emacs 21 and XEmacs.
15352 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15354         * spam.el (spam-parse-address): New function for better parsing,
15355         catching errors, etc.
15356         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15358 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15360         * mm-view.el: Add interactive arg to html2text autoload.
15362 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15364         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15366 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15368         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15369         New variables.
15370         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15371         (mm-charset-synonym-alist): Move some entries to
15372         mm-codepage-iso-8859-list.
15374         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15376 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15378         * message.el (message-citation-line-format)
15379         (message-insert-formated-citation-line): Fix implementation of %E, %N
15380         and %n according to the doc string.
15382 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15384         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15385         Use car-safe to avoid bad parses.
15387 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15389         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15390         names.
15392         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15394 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15396         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15397         header.
15399         * message.el (message-draft-headers): Add Date.
15400         (message-headers-to-generate): Fix typo in docstring.
15402         * nndraft.el (nndraft-required-headers): New variable.
15403         (nndraft-generate-headers): Use it.
15405         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15407 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15409         * gnus-registry.el (gnus-registry-wash-for-keywords)
15410         (gnus-registry-find-keywords): New functions to allow easy searching of
15411         articles that are in the registry.
15413 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15415         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15416         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15417         Reported by Damien Elmes <damien@repose.cx>.
15419 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15421         * gnus.el (gnus-mime): Remove unused custom group.
15423 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15425         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15426         "blank line" when searching for end of armor headers.
15428 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15430         * gmm-utils.el (gmm-write-region): Fix variable name.
15432 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15434         * gmm-utils.el (gmm-write-region): New function based on compatibility
15435         code from `mm-make-temp-file'.
15437         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15439         * nnmaildir.el (nnmaildir--update-nov)
15440         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15441         Use `gmm-write-region'.
15443 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15445         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15446         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15448         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15450         * message.el (message-replacement-char): New variable.
15451         (message-fix-before-sending): Use it.
15452         (message-simplify-subject): New function to remove duplicate code.
15453         (message-reply, message-followup): Use it.
15455         * gnus-sum.el (gnus-summary-make-menu-bar):
15456         Clarify gnus-summary-limit-to-articles.
15458 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15460         * gnus-util.el (gnus-with-local-quit): New macro.
15462         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15464 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15466         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15467         ignore non-string data.
15469 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15471         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15472         non-string data (needs to be done in the registry too).
15474 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15476         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15477         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15478         (gnus-registry-split-fancy-with-parent)
15479         (gnus-registry-fetch-simplified-message-subject-fast)
15480         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15481         Remove text properties on ingress into the registry and when it's saved.
15482         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15483         registry from entries with no groups.
15485 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15487         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15488         function to remove string properties.
15490 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15492         * gmm-utils.el (gmm): Adjust custom version.
15494         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15495         Adjust custom version.
15497         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15499 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15501         * gnus-art.el (gnus-insert-prev-page-button)
15502         (gnus-insert-next-page-button): Simplify.  Reformat.
15504 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15506         * gnus-art.el (gnus-insert-prev-page-button)
15507         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15509 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15511         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15513 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15515         * gnus-art.el (gnus-insert-mime-button)
15516         (gnus-insert-mime-security-button):
15517         Apply gnus-article-button-face to MIME and security buttons.
15519 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15521         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15522         readable.
15524 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15526         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15527         `browse-url-of-file' instead of `browse-url'.
15529 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15531         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15532         regexp.  Articles containing quotation were cut prematurely.
15534 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15536         * message.el (message-cite-original-1): Use nobody by default for the
15537         value of From header.
15538         (message-reply): Ditto.
15540 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15542         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15543         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15544         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15546 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15548         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15549         mails in the doc string.  Add some URLs in comment.
15550         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15552 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15554         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15555         backslashes handling and the way to find boundaries of quoted strings.
15557 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15559         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15560         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15561         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15562         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15564 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15566         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15567         doc string.
15568         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15570 2006-09-06  Simon Josefsson  <jas@extundo.com>
15572         * mml2015.el (mml2015-use): Doc fix, mention epg.
15574 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15576         * mml2015.el (mml2015-use): Default to epg, if available.
15578 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15580         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15581         message-sender.
15582         (mml1991-epg-encrypt): Ditto.
15583         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15584         message-sender.
15585         (mml2015-epg-encrypt): Ditto.
15587 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15589         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15590         several common directories.
15592 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15594         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15595         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15597 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15599         * gnus-art.el (article-decode-encoded-words): Make it fast.
15601 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15603         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15605         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15606         in quoted string into `\'.
15608 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15610         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15611         Use standard-syntax-table.
15613 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15615         * gnus-art.el (gnus-decode-address-function): New variable.
15616         (article-decode-encoded-words): Use it to decode headers which are
15617         assumed to contain addresses.
15618         (gnus-mime-delete-part): Remove useless `or'.
15620         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15621         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15622         (gnus-nov-parse-line): Use it to decode From header.
15623         (gnus-get-newsgroup-headers): Ditto.
15624         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15626         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15627         (mail-decode-encoded-address-string): New alias.
15629         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15630         New function.
15631         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15632         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15633         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15634         (rfc2047-decode-string): Ditto.
15635         (rfc2047-decode-address-region): New function.
15636         (rfc2047-decode-address-string): New function.
15638 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15640         * message.el (message-caesar-buffer-body): Allow rotating headers.
15642         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15644         * message.el (message-insert-formated-citation-line): Fix %f.
15645         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15647 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15649         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15650         (gnus-bookmark-mouse-available-p): New macro.
15651         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15652         (gnus-bookmark-bmenu-show-infos): Use it.
15653         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15654         (gnus-bookmark-bmenu-hide-infos): Ditto.
15655         (gnus-bookmark-remove-properties): New function.
15656         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15657         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15658         (gnus-bookmark-write-file): Bind coding-system-for-write.
15659         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15660         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15661         group before selecting it.
15662         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15663         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15664         quit-window if it is not available; use gnus-mouse-2 and bind it to
15665         gnus-bookmark-bmenu-select-by-mouse.
15666         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15667         (gnus-bookmark-bmenu-select-by-mouse): New function.
15669 2006-08-13  Romain Francoise  <romain@orebokech.com>
15671         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15672         space.
15674 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15676         * compface.el (uncompface): Use binary rather than raw-text-unix.
15678 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15680         * compface.el (uncompface): Make sure the eol conversion doesn't take
15681         place when communicating with the external programs.
15682         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15684 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15686         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15688 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15690         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15691         Make it more robust by parsing author and date independently.
15693 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15695         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15697 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15699         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15700         first matching secret key.
15701         (mml2015-epg-encrypt): Ditto.
15703         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15704         first matching secret key.
15705         (mml1991-epg-encrypt): Ditto.
15707         * mml2015.el (mml2015-encrypt-to-self): New user option.
15708         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15709         mml2015-epg-encrypt-to-self is set.
15711         * mml1991.el (mml1991-encrypt-to-self): New variable.
15712         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15713         mml1991-epg-encrypt-to-self is set.
15715         * mml2015.el (mml2015-signers): New user option.
15716         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15717         (mml2015-epg-encrypt): Allow to select signing keys.
15719         * mml1991.el (mml1991-signers): New variable.
15720         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15721         (mml1991-epg-encrypt): Allow to select signing keys.
15723 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15725         * nnheader.el (nnheader-insert-head): Make it work even if the file
15726         uses CRLF for the line-break code.
15728 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15730         * mml2015.el: Require mml-sec instead of password.
15731         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15732         (mml2015-cache-passphrase): Inherit the default value from
15733         mml-secure-cache-passphrase.
15734         (mml2015-passphrase-cache-expiry): Inherit the default value from
15735         mml-secure-passphrase-cache-expiry.
15737         * mml1991.el: Require mml-sec instead of password.
15738         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15739         (mml1991-cache-passphrase): Inherit the default value from
15740         mml-secure-cache-passphrase.
15741         (mml1991-passphrase-cache-expiry): Inherit the default value from
15742         mml-secure-passphrase-cache-expiry.
15744         * mml-sec.el: Require password.
15745         (mml-secure-verbose): New user option.
15746         (mml-secure-cache-passphrase): New user option.
15747         (mml-secure-passphrase-cache-expiry): New user option.
15749 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15750             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15752         * pgg-def.el (pgg-truncate-key-identifier):
15753         Truncate the key ID to 8 letters from the end.
15755 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15757         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15758         workaround for the url package included with Emacs.
15760         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15762 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15764         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15765         correctly.  This fixes a bug caused by the 2006-05-12 change.
15767 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15769         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15770         some information about the error when saying that the `bogus' mail
15771         group will be used.
15773 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15775         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15776         string.
15778 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15780         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15782 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15784         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15786 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15788         * mml1991.el (mml1991-function-alist): Add epg.
15789         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15790         (mml1991-epg-encrypt): New functions.
15792 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15794         * mml2015.el (mml2015-verbose): New variable.
15795         (mml2015-cache-passphrase): Ditto.
15796         (mml2015-passphrase-cache-expiry): Ditto.
15797         (mml2015-function-alist): Add epg.
15798         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15799         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15800         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15801         New functions.
15803 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15805         * message.el (message-cite-original-1): Preserve region when removing
15806         quoted text due to X-No-Archive in order to avoid bogus attribution
15807         when citing multiple messages.
15809 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15811         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15812         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15814 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15816         * gnus-diary.el (gnus-user-format-function-d)
15817         (gnus-user-format-function-D): Autoload.
15819         * imap.el (Commentary): Fix typo.
15821         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15822         2006-04-22 contribution.
15824 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15826         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15827         It didn't really fix the bogosity I'm seeing with solid web groups.
15829 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15831         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15832         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15833         created using server names.  If we use the feature without declaring
15834         it, Gnus does not properly manage server and group state.
15836         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15837         bound.
15839 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15841         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15842         looking up the method using GROUP's prefix before inventing a new one.
15843         It is used on killed/unknown groups in various places where returning
15844         an all-new method isn't expected by the caller.
15846         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15847         and match semantics of gnus-group-real-prefix.
15849 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15851         * nnmail.el (nnmail-broken-references-mailers): New variable.
15852         (nnmail-ignore-broken-references): New function generalizing
15853         nnmail-fix-eudora-headers.
15854         (nnmail-fix-eudora-headers): Now obsolete.
15856         * gnus-art.el (gnus-button-handle-custom):
15857         Support `customize-apropos*'.
15859 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15863         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15864         articles.
15866 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15868         * message.el (message-cite-reply-above): New variable.
15869         (message-yank-original): Use it.
15871 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15873         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15875 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15877         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15878         as read.
15880         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15882 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15884         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15885         (gnus-bookmark-default-file): Use gnus-directory.
15886         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15887         Remove "*" in doc string.
15888         (gnus-bookmark-write-file): Simplify.
15889         (gnus-bookmark-maybe-sort-alist): Use `when'.
15890         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15891         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15892         Add FIXME about Emacs 21 and XEmacs compatibility.
15893         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15894         compatibility.
15895         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15896         compatibility.
15897         (gnus-bookmark-menu-heading): Fix version.
15899 2006-06-19  Bastien Guerry  <bzg@altern.org>
15901         * gnus-bookmark.el: New file.
15903 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15905         * message.el (message-syntax-checks): Doc fix.
15907 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15909         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15910         unsubscribed groups as if they were killed ones.  It causes duplicate
15911         entries in gnus-newsrc-alist.
15913 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15915         * message.el (message-syntax-checks): Doc fix.
15916         (message-send-mail): Add check for continuation headers.
15917         (message-check-news-header-syntax): Fix regexp used to check for
15918         continuation headers.
15920 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15922         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15924 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15926         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15928 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15930         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15931         default-truncate-lines.
15933 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15935         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15936         to fill the utf-8 entry.
15938 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15940         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15942 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15944         * gnus-agent.el (directory-files-and-attributes): Move all the way
15945         forward (the third and final move).
15946         (gnus-agent-read-agentview): Trap reconstruction errors due to
15947         nonexistent directory.  Handle by returning nil.
15949 2006-05-30  Didier Verna  <didier@xemacs.org>
15951         * message.el (message-dont-reply-to-names): Update the custom type.
15952         * message.el (message-dont-reply-to-names): New defsubst: potentially
15953         convert a list of regexps into a single one.
15954         * message.el (message-get-reply-headers): Use it.
15955         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15957 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15959         * gnus-agent.el (directory-files-and-attributes): Move forward.
15961 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15963         * gnus-ml.el (gnus-mailing-list-subscribe)
15964         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15965         (gnus-mailing-list-message): Fix doc strings.
15967 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15969         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15970         of doing it manually.
15972 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15974         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15975         comment.
15977 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15979         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15980         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15981         (gnus-agent-read-local): All symbols allocated in my-obarray.
15982         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15983         (gnus-agent-regenerate-group): Check numeric names to see if they are
15984         messages or groups.
15985         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15986         better way of do this...)
15988         * gnus-cache.el (gnus-agent-total-fetched-for):
15989         Ignore 'dummy.group' (there should be a better way of do this...)
15991 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15993         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15994         (gnus-saved-headers): Ditto.
15995         (gnus-default-article-saver): Mention functions may have properties.
15996         (gnus-article-save): Override gnus-save-all-headers and
15997         gnus-saved-headers by :headers property which saver function may have.
15998         (gnus-summary-save-in-file): Add :headers property.
15999         (gnus-summary-write-to-file): Ditto.
16001         * gnus-sum.el (gnus-summary-save-article): Bind
16002         gnus-prompt-before-saving to t when saving many articles in a file;
16003         always show all headers.
16005 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16007         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16008         marks.
16010         * message.el (message-indent-citation): Add optional arguments to allow
16011         using it outside of message buffers.
16013         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16014         (gnus-article-treat-unfold-headers): Use it.
16015         (gnus-article-truncate-lines): New variable.
16016         (gnus-article-mode): Use it.
16017         (gnus-article-toggle-truncate-lines): New function.
16019         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16020         Add gnus-article-toggle-truncate-lines.
16022         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16023         coding system in XEmacs, use binary.
16025 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16027         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16028         after-load-alist.
16030         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16031         this function should save decoded articles.
16032         (gnus-summary-write-to-file): Use property to specify this function
16033         should save decoded articles and specify gnus-summary-save-in-file
16034         should be used to save articles other than the first one when saving
16035         many articles.
16036         (gnus-summary-save-body-in-file): Use property to specify this
16037         function should save decoded articles.
16038         (gnus-summary-write-body-to-file): Use property to specify this
16039         function should save decoded articles and specify
16040         gnus-summary-save-body-in-file should be used to save articles other
16041         than the first one when saving many articles.
16043         * gnus-sum.el (gnus-summary-save-article): Simplify.
16045 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16047         * gnus-art.el (gnus-default-article-saver):
16048         Add gnus-summary-write-body-to-file.
16049         (gnus-article-save-coding-system): Don't use coding system object
16050         in XEmacs.
16051         (gnus-read-save-file-name): Add optional `dir-var' argument which
16052         specifies directory in which files are saved; work even if optional
16053         `variable' argument is not specified.
16054         (gnus-summary-write-to-file): Read file name.
16055         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16056         (gnus-summary-write-body-to-file): New function.
16058         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16059         (gnus-summary-local-variables): Add it.
16060         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16061         (gnus-summary-save-article): Remove optional `decode' argument;
16062         determine whether to decode articles by the value of
16063         gnus-default-article-saver; when saving many files using
16064         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16065         it first and use gnus-summary-save-in-file or
16066         gnus-summary-save-body-in-file thereafter unless
16067         gnus-prompt-before-saving is always; move point to article which
16068         will be saved.
16069         (gnus-summary-save-article-file): Revert.
16070         (gnus-summary-write-article-file): Revert.
16071         (gnus-summary-save-article-body-file): Revert.
16072         (gnus-summary-write-article-body-file): New function.
16074 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16076         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16078 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16080         * gnus-art.el (gnus-default-article-saver): Doc fix.
16081         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16082         from gnus-summary-save-article-coding-system, and default to a
16083         certain coding system.
16084         (gnus-output-to-file): Add coding cookie and encode text according
16085         to gnus-article-save-coding-system; don't use mm-append-to-file.
16087         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16088         gnus-art.el and rename to gnus-article-save-coding-system.
16089         (gnus-summary-save-article): Require gnus-art; don't show all
16090         headers if it decodes articles; don't add coding cookie here;
16091         don't bind mm-text-coding-system-for-write.
16092         (gnus-summary-save-article-file): Save decoded articles.
16093         (gnus-summary-write-article-file): When saving many files, use
16094         gnus-summary-write-to-file first and gnus-summary-save-in-file
16095         thereafter unless gnus-prompt-before-saving is always.
16096         (gnus-summary-save-article-body-file): Save decoded articles.
16098 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16100         * nnrss.el (nnrss-check-group): Bind hash-index.
16102 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16104         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16105         its hash index.  Store this hash in `nnrss-group-data'.
16106         (nnrss-read-group-data): Update accordingly.
16108 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16110         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16111         entry.
16113         * gnus-sum.el (gnus-summary-make-menu-bar):
16114         Add gnus-article-browse-html-article.
16116 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16118         * gnus-sum.el (gnus-summary-mime-map):
16119         Add gnus-article-browse-html-article.
16121 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16123         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16124         suitable coding systems in customize.
16126 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16128         * mail-source.el (mail-sources): Fix custom type.
16130 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16132         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16133         (gnus-summary-expire-articles-now): Shorten prompt.
16135         * gmm-utils.el (wid-edit): Require.
16136         (defun-gmm): Rename from `gmm-defun-compat'.
16137         (gmm-image-search-load-path): Use it.
16138         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16140 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16142         * gnus-sum.el (gnus-summary-save-article-coding-system):
16143         New variable.
16144         (gnus-summary-save-article): Add optional `decode' argument.
16145         If it is set and gnus-summary-save-article-coding-system is non-nil,
16146         save decoded article.
16147         (gnus-summary-write-article-file): Save decoded article if
16148         gnus-summary-save-article-coding-system is non-nil.
16150         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16151         type.
16153 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16155         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16157 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16159         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16160         first to test gnus-single-article-buffer which may be buffer-local.
16162         * gnus-sum.el (gnus-summary-setup-buffer):
16163         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16164         group; make gnus-article-buffer, gnus-article-current, and
16165         gnus-original-article-buffer always buffer-local.
16166         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16167         group.
16168         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16170 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16172         * nnml.el (nnml-request-compact-group): Compressed files might not
16173         have .gz extension.
16175 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16177         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16178         (mm-copy-to-buffer): Use with-current-buffer.
16179         (mm-display-part): Simplify.
16180         (mm-inlinable-p): Add optional arg `type'.
16182 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16184         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16185         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16186         Try harder to show the attachment internally or externally using
16187         gnus-mime-view-part-as-type.
16189 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16191         * message.el (message-from-style, message-signature-separator)
16192         (message-user-organization-file, message-send-mail-function)
16193         (message-citation-line-function, message-yank-prefix)
16194         (message-indent-citation-function, message-signature)
16195         (message-signature-file, message-signature-insert-empty-line):
16196         Remove autoloads.
16198         * gnus-art.el (gnus-buttonized-mime-types):
16199         Remove "multipart/signed".  Revert 2006-04-26 change.
16201 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203         * gnus.el (gnus-version-number): Bump version.
16205 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16207         * gnus.el: No Gnus v0.5 is released.
16209 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16211         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16212         fetching articles by message-id.
16214 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16216         * message.el (hashcash): Require hashcash as normal.
16218         * ecomplete.el (ecomplete-highlight-match-line):
16219         Use point-at-eol.
16220         (ecomplete-highlight-match-line): Use `highlight', because that
16221         face exists in both Emacs and XEmacs.
16223         * message.el (message-display-abbrev): Use point-at-bol.
16225         * mail-source.el: Don't require timer/timer-funcs.
16227         * gnus-async.el: Ditto.
16229         * password.el: Ditto.
16231         * mm-url.el: Ditto.
16233         * mm-util.el: Require timer/timer-funcs.
16235 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16237         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16238         Close.
16240 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16242         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16243         unibyte after clear-decrypt function runs.
16245         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16246         returns as a unibyte string.
16248 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16250         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16251         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16252         (mml1991-pgg-encrypt): Ditto.
16254 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16256         * message.el (message-user-organization-file): Check several
16257         locations of the organization file.
16259         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16260         Add gnus-article-view-part-as-type.
16262         * gnus-art.el (gnus-article-view-part-as-type): New function.
16264         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16265         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16267         * mml.el: Simplify autoload.
16268         (mml-mode): defvar dnd-protocol-alist instead of using
16269         symbol-value.
16270         (mml-default-directory): New variable.
16271         (mml-minibuffer-read-file): Use it.
16272         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16274         * message.el (message-citation-line-format): New variable.
16275         (message-insert-formated-citation-line): New function.
16276         (message-citation-line-function):
16277         Add `message-insert-formated-citation-line' to custom type.
16279         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16280         to doc string.
16282         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16283         depending on mm-verify-option.
16285 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16287         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16288         binding pgg-* variables; reimplement the section which prevents
16289         MIME header from being signed.
16290         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16291         pgg-text-mode; remove a blank line at the top of body.
16293         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16294         lines at the top of body; use gnus-newsgroup-charset if there's no
16295         Charset header.
16297 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16299         * message.el (message-self-insert-commands): Doc fix.
16301         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16302         (mm-uu-pgp-encrypted-test): Ditto.
16303         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16304         between header and body; return application/pgp-encrypted handle
16305         if decryption failed; decode decrypted body by charset.
16307         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16308         element match to application/pgp-*.
16310 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16312         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16313         HTML.
16315 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16317         * mail-source.el (mail-source-call-script): Message the error
16318         string.
16320 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16322         * gnus-util.el (gnus-byte-compile): Use it.
16324 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16326         * gnus-util.el (kill-empty-logs): New function.
16328 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330         * message.el (message-mail-alias-type): Doc fix.
16331         (message-mail-alias-type-p): New function.
16332         (message-send): Use it.
16333         (message-mode): Ditto.
16334         (message-strip-forbidden-properties): Ditto.
16336         * ecomplete.el (ecomplete-database-file-coding-system):
16337         New variable.
16338         (ecomplete-save): Use it.
16339         (ecomplete-setup): Use it.
16341 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16343         * message.el (message-self-insert-commands): New variable.
16344         (message-strip-forbidden-properties): Use it.
16346 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16348         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16349         that doesn't make XEmacs choke.
16351 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16353         * gnus-util.el (gnus-replace-in-string):
16354         Prefer replace-regexp-in-string over of replace-in-string.
16356 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16358         * gnus-util.el (gnus-select-frame-set-input-focus):
16359         Use select-frame-set-input-focus if it is available in XEmacs; use
16360         definition defined in Emacs 22 for old Emacsen.
16362 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16364         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16366 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16368         * gnus-registry.el (gnus-registry-cache-save): Remove text
16369         properties when saving via the temp buffer.
16371 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16373         * message.el (message-generate-hashcash): Honor custom type.
16375 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16377         * message.el (message-generate-hashcash): Default to non-nil when
16378         hashcash is found.
16380         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16381         (gnus-refer-thread-limit): Increase default to 500.
16383         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16385         * flow-fill.el (fill-flowed): Allow delete-space.
16387 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16389         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16390         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16391         Remove autoloads.
16393 2006-04-18  Simon Josefsson  <jas@extundo.com>
16395         * message.el (message-generate-hashcash): Default to.
16397 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16399         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16400         concatenating segments rather than before concatenating them.
16402 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16404         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16406         * imap.el (imap-quote-specials): New function.
16407         (imap-login-auth): Quote specials.
16409 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16411         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16413         * message.el (message-forward-make-body-plain):
16414         Allow message-forward-ignored-headers to be a list.
16415         (message-remove-ignored-headers): Factor out into function.
16416         (message-forward-make-body-mml): Use it.
16417         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16418         (rfc2231-parse-string): Allow concatanation of parameters that
16419         aren't contiguous.  The test case is
16420           (mail-header-parse-content-type "message/external-body;
16421             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16422             access-type=LOCAL-FILE;
16423             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16425 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16427         * nntp.el (nntp-accept-process-output): Return the value of
16428         `nnheader-accept-process-output'.
16430 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16432         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16433         (gnus-button-alist): Recognize more diff formats.
16434         (gnus-button-patch): Strip directory.
16436 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16438         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16439         Emacs 22 when setting focus.
16441 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16443         * gnus-art.el (gnus-article-treat-types): Do treatment of
16444         text/x-verbatim parts.
16445         (gnus-button-patch): New command.
16447         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16448         addresses that contain invalid characters.
16450 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16452         * message.el (message-put-addresses-in-ecomplete):
16453         Use gnus-replace-in-string.
16454         (message-is-yours-p): Use the more correct
16455         mail-header-parse-address instead of
16456         mail-extract-address-components.
16457         (message-put-addresses-in-ecomplete): Fix typo.
16459         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16460         keystroke.
16462         * gnus-art.el (gnus-treatment-function-alist): Change order of
16463         newsgroups/generic header folding to avoid double-folding.
16465         * message.el (message-hidden-headers): Add X-Draft-From.
16467         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16468         New command.
16469         (gnus-summary-repeat-search-article-backward): New command.
16471         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16472         groups in the parent topic.
16474 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16476         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16477         (spam-extra-header-to-number): Return the CRM114 number as a
16478         number instead of a string.
16480 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16482         * gnus-art.el (gnus-face-properties-alist): Move here from
16483         gnus-fun.
16485         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16487 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489         * message.el (message-strip-forbidden-properties): Only display on
16490         self-insert-command.
16492         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16493         reindent.
16494         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16496 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16498         * smiley.el (smiley-style): Fix typo.
16500 2006-03-23  Kenichi Handa  <handa@m17n.org>
16502         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16503         instead of set-buffer-multibyte.
16505 2006-03-23  Kenichi Handa  <handa@m17n.org>
16507         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16508         buffer and then decode the buffer text if necessary.
16509         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16510         first, and after mm-encode-body, change the buffer to unibyte.
16512 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514         * hashcash.el (hashcash-insert-payment-async-2):
16515         Use message-goto-eoh instead of doing it manually.
16516         (mail-add-payment): Use message-narrow-to-header instead of trying
16517         to do the same itself.
16519         * message.el (message-hidden-headers): Add Face.
16521         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16522         reparenting code.
16523         (gnus-summary-reparent-children): Refactored out code.
16524         (gnus-summary-thread-map): New keystroke.
16525         (gnus-summary-reparent-children): Make into command.
16527         * smiley.el (smiley-style): Default to `medium' if using a large
16528         font.
16530         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16531         does it itself.
16533         * message.el (message-point-in-header-p): Simplify definition.
16535 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16537         * nnagent.el (nnagent-request-set-mark): Silence log file
16538         writing.
16539         (nnagent-request-set-mark): Use write-region instead of
16540         append-to-file.
16542         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16543         strange select method.
16545         * ecomplete.el (ecomplete-display-matches): Get highlightling
16546         right.
16547         (ecomplete-display-matches): Use literals.
16548         (ecomplete-display-matches): Disable message logging.
16550         * message.el (message-display-abbrev): Small optimization.
16552         * ecomplete.el (ecomplete-display-matches): Allow automatic
16553         display.
16555         * message.el (message-strip-forbidden-properties):
16556         Display abbrevs.
16557         (message-display-abbrev): Get automatic display right.
16559         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16560         keystrokes.
16562 2006-04-13  Romain Francoise  <romain@orebokech.com>
16564         TODO: Backport to v5-10!
16566         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16567         Move here (and rename) from gnus-registry.el.
16569         * gnus-registry.el: Require gnus-util.
16570         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16572 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16574         * gnus-group.el (gnus-group-catchup-current):
16575         Change if-then-else-if-then-else into cond.
16576         (gnus-group-catchup): Indent.
16577         (group-name-at-point): New function.
16578         (gnus-fetch-group): Provide default from thing at point.
16580 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582         * message.el (message-display-abbrev): Fix regexp.
16584         * ecomplete.el (ecomplete-highlight-match-line):
16585         Reimplement choosing.
16586         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16587         dead variables.
16589         * message.el (message-newline-and-indent): Remove debugging.
16590         (message-display-abbrev): Use new implementation.
16592 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16594         * gnus-art.el (gnus-article-mode):
16595         Set cursor-in-non-selected-windows to nil.
16597         * smiley.el: Revert previous change.
16598         (smiley-data-directory): defvar it before using it in the
16599         defcustom of `smiley-style'.
16601 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16603         * message.el (message-newline-and-indent): New function.
16605         * ecomplete.el: Implement more bits.
16607         * message.el (message-put-addresses-in-ecomplete): Clean up the
16608         string.
16610         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16612         * gnus-sum.el (gnus-summary-save-parts):
16613         Bind gnus-summary-save-parts-counter and use it to make unique file
16614         names.
16616         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16618         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16619         parameter to say whether to actually parse the individual
16620         addresses.
16622         * message.el (message-put-addresses-in-ecomplete): New function.
16623         (ecomplete): Require.
16624         (message-mail-alias-type): Add ecomplete as an option.
16626 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16628         * flow-fill.el (fill-flowed): Remove trailing space from blank
16629         quoted lines.
16631 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16633         * smiley.el (smiley-style): Move definition later to avoid a
16634         compilation warning.
16636 2006-04-12  Kenichi Handa  <handa@m17n.org>
16638         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16639         buffer and then decode the buffer text if necessary.
16640         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16641         first, and after mm-encode-body, change the buffer to unibyte.
16642         Use mm-disable-multibyte instead of set-buffer-multibyte.
16644 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16646         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16647         Content-Type header instead of Content-Disposition header.
16648         (gnus-mime-inline-part): Ditto.
16649         (gnus-mime-view-part-as-charset): Ignore charset that the part
16650         specifies.
16652         * mm-decode.el (mm-display-part): Work with external parts and
16653         usual parts similarly.
16655         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16656         instead of gnus-display-mime.
16658         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16659         instead of with-temp-buffer.
16661         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16662         tag to summarized topics part in order to encode non-ASCII text.
16664 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16666         * smiley.el (smiley-style): New variable.
16667         (smiley-directory): New function.
16668         (smiley-data-directory): Derive from `smiley-style' using
16669         `smiley-directory'.
16670         (smiley-regexp-alist): Add new entries.
16672         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16673         (gnus-article-browse-delete-temp): Add :version.
16675 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16677         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16678         the sieve region.
16680 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16682         * gnus.el (gnus-version-number): Bump version.
16684 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16686         * gnus.el: No Gnus v0.4 is released.
16688 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16690         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16691         layout.
16693         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16694         unknown charset.
16696         * message.el (message-header-synonyms): Add Original-To to the
16697         default.
16699         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16700         optional parameter.
16702 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16704         * gnus-fun.el (gnus): Require it for gnus-directory.
16706 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16708         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16710 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16712         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16714 2006-04-05  Simon Josefsson  <jas@extundo.com>
16716         * password.el (password-reset): New function.
16718 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16720         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16721         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16723 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16725         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16726         Some whitespace was matched into the url, which broke browsing hits
16727         > 100 when mm-url-use-external was nil.
16729 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16731         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16732         Check gnus-extra-headers for 'Newsgroups.
16734         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16735         bound.
16737 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16739         * pgg-gpg.el: Clean up process buffers every time gpg processes
16740         complete.
16742 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16744         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16745         doc string.
16747 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16749         * pgg-gpg.el (pgg-gpg-process-filter)
16750         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16752         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16753         lines, temporary fix.
16755 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16757         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16759 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16761         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16762         default-enable-multibyte-characters.  This reverts the change from
16763         revision 6.17 which is no longer necessary because the passphrase
16764         is sent separately now.  GnuPG messages are unreadable under
16765         multibyte locales with default-enable-multibyte-characters set to
16766         nil.
16768 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16770         * message.el (message-tool-bar-gnome): Move "spell".
16772 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16774         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16775         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16776         instead.
16778 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16781         Improve newsgroups handling for NNTP overviews which don't include
16782         Newsgroups.
16784 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16786         * message.el (message-resend): Bind message-generate-hashcash to nil.
16788 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16790         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16791         when searching for already-paid recipients.
16793 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16795         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16796         passphrases when it is not needed.
16797         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16798         passphrase stuff from gpg, should only be necessary when you use
16799         gpg with a smartcard.
16801 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16803         * mml.el (mml-insert-mime): Ignore cached contents of
16804         message/external-body part.
16806         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16807         (mm-insert-part): Ditto.
16809 2006-03-23  Simon Josefsson  <jas@extundo.com>
16811         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16812         Reiner.
16813         (pgg-gpg-use-agent-p): Use it again.
16815 2006-03-23  Simon Josefsson  <jas@extundo.com>
16817         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16818         older emacsen.
16819         (pgg-gpg-use-agent-p): Don't use it.
16821 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16823         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16824         if we can.
16826 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16828         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16829         (pgg-gpg-update-agent): New function.
16830         (pgg-gpg-use-agent-p): New function.
16831         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16832         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16833         (pgg-gpg-sign-region): Use it.
16835 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16837         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16838         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16840 2006-03-21  Simon Josefsson  <jas@extundo.com>
16842         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16843         <wilde@sha-bang.de>.
16844         (pgg-gpg-use-agent): New variable.
16845         (pgg-gpg-process-region): Use it.
16846         (pgg-gpg-encrypt-region): Likewise.
16847         (pgg-gpg-encrypt-symmetric-region): Likewise.
16848         (pgg-gpg-decrypt-region): Likewise.
16849         (pgg-gpg-sign-region): Likewise.
16850         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16852 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16854         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16856         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16857         Add comment on version.
16859 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16861         * smiley.el: Add missing test smiley.
16863 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16865         * mm-decode.el (mm-with-part): New macro.
16866         (mm-get-part): Use it; work with message/external-body as well.
16867         (mm-save-part): Treat name and filename equally.
16869         * mm-extern.el (mm-extern-cache-contents): New function.
16870         (mm-inline-external-body): Use it; force the part to be displayed;
16871         move undisplayer added to the cached handle to the parent.
16873         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16874         (gnus-mime-view-part-as-type): Work with message/external-body.
16876         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16878 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16880         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16881         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16882         Emacs.]
16884 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16886         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16887         path rather than symbol.  Always return list of directories.
16888         Guarantee that image directory comes first.  [Sync with image.el,
16889         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16891         * message.el (message-make-tool-bar): Adjust to new API of
16892         `gmm-image-load-path-for-library'.
16894         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16896         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16898 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16900         * gnus-art.el (gnus-article-only-boring-p):
16901         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16902         intangible text.
16903         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16905 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16907         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16908         Use `defun' instead of `gmm-defun-compat'.
16910 2006-03-14  Simon Josefsson  <jas@extundo.com>
16912         * message.el (message-unique-id): Don't use message-number-base36
16913         if (user-uid) is a float.
16914         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16916 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16918         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16920         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16921         empty line between a part and a message part.
16923 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16925         * smiley.el: Add more test smileys.
16926         (smiley-data-directory, smiley-regexp-alist)
16927         (gnus-smiley-file-types): Fix doc strings.
16928         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16929         adding new elements.
16930         (smiley-mouse-map): Unused code.  Make it a comment.
16932 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16934         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16935         scan latest NoCeM messages instead of old ones.
16936         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16937         delimiters that are recently used.
16938         (gnus-nocem-load-cache): Add autoload cookie.
16940         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16942         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16943         level which is larger than gnus-use-nocem is specified.
16945         * gnus-group.el (gnus-group-get-new-news): Ditto.
16947 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16949         * gnus-util.el (gnus-tool-bar-update): New function.
16951         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16952         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16954         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16956         * gnus-group.el (gnus-group-redraw-when-idle)
16957         (gnus-group-redraw-check): Remove.
16958         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16960 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16962         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16963         if optional last element is specified in splits (FIELD VALUE...).
16965 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16967         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16968         to gmm-image-load-path-for-library.  Call with no-error argument.
16969         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16971         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16973         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16975         * gmm-utils.el (gmm-image-load-path): Remove alias.
16977 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16979         * gmm-utils.el (gmm-image-load-path): Add alias.
16981         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16982         nnml-generate-nov-databases-1.
16983         (nnml-generate-nov-databases): Use it.
16984         (nnml-generate-nov-databases-directory): Document no-active
16985         argument.
16987         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16988         directory if path is t.  Add no-error.
16990         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16991         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16993         * gnus-art.el (gnus-article-browse-delete-temp-files):
16994         Simplify resetting gnus-article-browse-html-temp-list.
16996         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16997         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16998         Add example to docstring.  Rename local variables.  Move error
16999         checks to default case in cond and simplify.
17001 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17003         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17004         handle is multipart when calling it recursively.
17005         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17007 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17009         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17010         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17012 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17014         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17015         is loaded.
17017         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17018         loaded.
17020 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17022         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17023         to "Emacs 23 (unicode)" in doc string.
17025         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17026         "Emacs 23 (unicode)" in comment.
17028 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17030         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17032         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17033         characters 160 through 255 in Emacs 23.
17035 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17037         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17038         gnus-article-browse-html-temp.
17039         (gnus-article-browse-delete-temp): Make it customizable.
17040         Add `file'.  Adjust doc string.
17041         (gnus-article-browse-delete-temp-files): Add argument.
17042         Allow query for each file.  Adjust doc string.
17043         (gnus-article-browse-html-parts):
17044         Add `gnus-article-browse-delete-temp-files' to
17045         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17047 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17049         * gnus-art.el (gnus-article-browse-html-temp)
17050         (gnus-article-browse-delete-temp): New variables.
17051         (gnus-article-browse-delete-temp-files): New function.
17052         (gnus-article-browse-html-parts): Use it.
17054 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17056         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17058         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17059         string.
17061         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17062         gnus-summary-insert-new-articles when unplugged.
17063         Remove gnus-summary-search-article-forward.
17065         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17066         display-visual-class instead of display-color-cells.
17068 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17070         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17071         message/* containing non-ASCII text properly.
17073 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17075         * message.el: Require gmm-utils, remove autoloads.
17076         (message-tool-bar): Set default based on
17077         gmm-tool-bar-style.
17078         (message-tool-bar-gnome): Add gmm-customize-mode.
17080         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17081         gmm-tool-bar-style.
17082         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17084         * gnus-group.el (gnus-group-tool-bar): Set default based on
17085         gmm-tool-bar-style.
17086         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17088         * gmm-utils.el (gmm-image-directory): Rename variable from
17089         gmm-image-load-path.
17090         (gmm-image-load-path): Use gmm-image-directory.
17091         (gmm-customize-mode): New function.
17092         (gmm-tool-bar-style): New variable.
17094         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17095         gnus-group-redraw-line-number.
17096         (gnus-group-redraw-check): Simplify.
17097         (gnus-group-tool-bar-update): Remove redraw check.
17098         (gnus-group-make-tool-bar): Add redraw check.
17100 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17102         * gnus-art.el (gnus-button): Add missing parentheses.
17104 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17106         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17108 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17110         * gnus-art.el (gnus-button): New face.
17111         (gnus-article-button-face): Use it.
17113         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17114         Add gnus-summary-next-page.  Re-order.
17116         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17117         next-node are now included.
17118         (gnus-group-redraw-line-number): New internal variable.
17119         (gnus-group-redraw-check): Helper function for updating the tool
17120         bar.
17121         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17123         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17125         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17126         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17127         Use it to match format of Spamassassin 3.0 and later.
17128         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17129         (spam-check-bogofilter)
17130         (spam-bogofilter-register-with-bogofilter): Fix args of
17131         `gnus-error' calls.
17133 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17135         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17136         unnecessary interaction when sending queued mails.
17137         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17139 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17141         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17142         first or last are nil.
17144 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17146         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17148 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17150         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17152 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17154         * dns.el (query-dns): Protect more against buggy tcp output.
17156 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17158         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17159         nov.php.
17161 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17163         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17164         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17165         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17166         output on the server side.
17167         (nnweb-google-create-mapping): Update regexps and add some
17168         progress indication.
17170 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17172         * gnus-group.el (gnus-group-tool-bar-gnome):
17173         Fix gnus-agent-toggle-plugged.  Re-order icons.
17174         (gnus-group-tool-bar-gnome):
17175         Add gnus-group-{prev,next}-unread-group.
17176         (gnus-group-tool-bar-gnome): Re-order icons.
17178         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17179         Move gnus-summary-insert-new-articles.
17181         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17182         Fix comments.
17184         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17185         also available in Emacs 21.3.
17187         * message.el (message-fix-before-sending): Change "Emacs 22" to
17188         "Emacs 23 (unicode)" in comment.
17190         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17191         "Emacs 23 (unicode)" in comment.
17193         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17194         comment.
17195         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17197         * mm-view.el (mm-fill-flowed): Add :version.
17199 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17201         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17202         and load-path.
17204 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17206         * message.el: Autoload gmm-image-load-path.
17207         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17208         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17209         consitency.
17211         * gmm-utils.el (gmm-image-load-path): Also search in
17212         "../etc/images".  Don't set gmm-image-load-path if we don't find
17213         the image.
17215 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17217         * gmm-utils.el (gmm-image-load-path): Don't make
17218         `gmm-image-load-path' include subdirectories which the second arg
17219         `image' might specify.
17221         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17222         subdirectory to icon file names.
17224         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17226 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17228         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17229         gmm-image-load-path calls.
17231         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17233         * message.el (message-make-tool-bar): Ditto.
17235         * mml.el (mml-preview): Add comment concerning tool bar icons.
17237         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17238         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17240         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17241         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17243         * message.el (message-tool-bar-gnome): Use new icon names.
17244         (message-make-tool-bar): Use `gmm-image-load-path'.
17246         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17247         New functions from MH-E.
17248         (gmm-image-load-path): New variable from MH-E.
17249         (gmm-image-load-path): New function from MH-E.  Add arguments
17250         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17251         *-image-load-path-called-flag.
17253 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17255         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17257 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17259         * nnimap.el (nnimap-request-move-article): Change folder back to
17260         source group before deleting.
17262 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17264         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17266         * gnus-art.el (mm-url-insert-file-contents-external):
17267         Autoload mm-url.
17269         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17271 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17273         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17274         coding system which mm-charset-to-coding-system returns for a
17275         given charset is valid.
17277 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17279         * html2text.el (html2text-remove-tag-list):
17280         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17282 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17284         * gnus-cus.el: Revert 2005-10-17 change.
17286 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17288         * gnus-art.el (article-strip-banner):
17289         Call article-really-strip-banner only when the regexp match is made.
17291 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17293         * gnus-art.el (article-strip-banner):
17294         Use gnus-extract-address-components instead of
17295         mail-header-parse-addresses to make it work with non-ASCII text;
17296         remove mail-encode-encoded-word-string.
17298         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17299         values which are surrounded with \"...\"; make it never cause a
17300         Lisp error; give up parsing of parameters if it failed in
17301         extracting type.
17303 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17305         * smime.el (smime-cert-by-ldap-1): Fix bug where
17306         `smime-ldap-search' returns results without userCertificates.
17308 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17310         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17312 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17314         * spam.el (spam-check-spamassassin-headers): Adapt format for
17315         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17316         <ari@mbf.ocn.ne.jp>.
17317         (spam-list-of-processors): Add spam-use-gmane.
17319 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17321         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17322         make-temp-file; make it work with XEmacs as well.
17324         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17325         mm-make-temp-file.
17327         * mm-decode.el (mm-display-external): Use the 3rd arg of
17328         mm-make-temp-file.
17329         (mm-create-image-xemacs): Ditto.
17331 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17333         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17334         with message-narrow-to-headers.
17335         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17336         (gnus-draft-check-draft-articles): New function.
17337         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17339 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17341         * gnus-art.el (gnus-article-browse-html-parts):
17342         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17343         Don't use suffix argument for mm-make-temp-file for Emacs 21
17344         compatibility.  Remove useless `format'.
17346 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17348         * nnweb.el (nnweb-google-wash-article): Update regexps.
17349         (nnweb-group-alist): Use defvoo instead of defvar.
17351 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17353         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17354         re-loading nn* modules.
17356 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17358         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17359         for `tool-bar-mode' and don't check it's default-value.
17361         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17363         * message.el (message-make-tool-bar): Ditto.
17365         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17366         `substring'.  Shorten tmp-file name.
17368         * gnus.el: Remove bogus comment.
17370 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17372         * gnus-art.el (gnus-article-browse-html-parts): New function.
17373         (gnus-article-browse-html-article): New function for viewing html
17374         articles with a browser.
17376 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17378         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17379         (mml2015-pgg-encrypt): Ditto.
17381         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17382         (mml1991-pgg-encrypt): Ditto.
17384 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17386         * nnfolder.el (nnfolder-insert-newsgroup-line):
17387         Use message-make-date instead of current-time-string.
17389         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17390         to gnus-decoded which mm-uu might set.
17392 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17394         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17395         don't decode quoted parameters; remove misimported Emacs code.
17396         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17397         (rfc2231-decode-encoded-string): Don't use split-string which
17398         behaves differently according to Emacs version; use
17399         mm-decode-coding-region to convert charset to coding-system.
17400         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17401         (rfc2231-encode-string): Remove misimported Emacs code.
17403 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17405         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17406         when calling mail-header-parse-content-type.
17407         (article-de-quoted-unreadable): Ditto.
17408         (article-de-base64-unreadable): Ditto.
17409         (article-wash-html): Ditto.
17411         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17412         calling mail-header-parse-content-type and
17413         mail-header-parse-content-disposition.
17414         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17415         mail-header-parse-content-type.
17417         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17418         insert charset and format parameters; encode description after
17419         inserting it to buffer.
17420         (mml-insert-parameter): Fold lines properly even if a parameter is
17421         segmented into two or more lines; change the max column to 76.
17423         * rfc1843.el (rfc1843-decode-article-body): Don't use
17424         ignore-errors when calling mail-header-parse-content-type.
17426         * rfc2231.el (rfc2231-parse-string): Return at least type if
17427         possible; don't cause an error even if it fails in parsing of
17428         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17429         (rfc2231-encode-string): Don't break lines at the beginning, leave
17430         it to mml-insert-parameter.
17432         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17433         calling mail-header-parse-content-type.
17435 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17437         * spam-report.el (spam-report-gmane-use-article-number):
17438         Improve doc string.
17439         (spam-report-gmane-internal): Check if a suitable header was found
17440         in the article.
17442 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17444         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17445         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17447 2006-02-05  Romain Francoise  <romain@orebokech.com>
17449         Update copyright notices of all files in the gnus directory.
17451 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17453         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17455 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17457         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17458         segmented lines of parameter value to cope with Thunderbird 1.5
17459         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17460         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17461         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17463 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17465         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17466         parts.
17468 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17470         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17471         there's only one active file for all servers.
17472         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17473         solid groups.  Gnus might have used a FAST request to select the group.
17474         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17475         and nnweb-search redundantly in the active file.
17476         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17477         (nnweb-request-create-group): Don't use ARGS.
17478         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17479         initializations.  Let nnoo do the work.
17481 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17483         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17484         Say the part has been decoded.
17486         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17488 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17490         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17491         mailcap-viewer-test-cache when there's no 'test clause, since that
17492         will invert the meaning of a "nil" test previously determined by
17493         mailcap-mailcap-entry-passes-test.
17495 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17497         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17498         compiling.
17500         * gnus-sum.el: Ditto.
17502         * message.el: Don't bind tool-bar-map when compiling.
17504 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17506         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17508 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17510         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17511         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17512         current Google Groups.
17514 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17516         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17517         and tool-bar-mode.
17519         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17520         and tool-bar-mode.
17522         * message.el (message-tool-bar-update): Simplify.
17523         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17525         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17526         gnus-summary-buffer.
17527         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17528         gnus-summary-reply.
17530         * gmm-utils.el (gmm): Add :version.
17532 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17534         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17535         Don't autoload.
17537 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17539         * gmm-utils.el (gmm-verbose): Add :group.
17541 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17543         * message.el: Change some comments WRT tool-bars.
17545         * gnus-sum.el (gnus-summary-tool-bar)
17546         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17547         (gnus-summary-tool-bar-zap-list): New variables.
17548         (gnus-summary-make-tool-bar): Complete rewrite using
17549         `gmm-tool-bar-from-list'.
17551         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17552         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17553         New variables.
17554         (gnus-group-make-tool-bar): Complete rewrite using
17555         `gmm-tool-bar-from-list'.
17556         (gnus-group-tool-bar-update): New function.
17558         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17560 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17562         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17563         is dissected into a single part of which the type is the same as
17564         the given one; decode charset.
17566 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17568         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17569         into alists as symbol not string, since that's what
17570         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17571         look for.
17573 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17575         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17576         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17578         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17580 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17582         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17583         (gnus-mime-security-button-menu): New definition.
17584         (gnus-mime-security-button-map): Use them.
17585         (gnus-mime-security-button-menu): New function.
17586         (gnus-insert-mime-security-button): Addition to help echo.
17587         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17588         (gnus-mime-security-pipe-part): New functions.
17590         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17591         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17593         * mm-decode.el (mm-handle-set-disposition): Remove.
17594         (mm-handle-set-description): Remove.
17596 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17598         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17599         (mm-w3m-standalone-supports-m17n-p): New function.
17600         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17601         w3m usage.
17603         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17604         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17606 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17608         * message.el (message-tool-bar-zap-list):
17609         Use gmm-tool-bar-zap-list as custom type.
17610         (message-tool-bar-update): New function.
17611         (message-tool-bar, message-tool-bar-gnome)
17612         (message-tool-bar-retro): Add message-tool-bar-update.
17613         (message-tool-bar-gnome): Add flyspell-buffer.
17615         * gnus-util.el (gnus-error): Describe `args'.
17617         * gmm-utils.el (gmm-error): Describe `args'.
17618         (gmm-tool-bar-zap-list): New widget.
17619         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17621 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17623         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17624         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17625         the number of recursive calls.
17627         * mm-decode.el (mm-handle-set-disposition): New macro.
17628         (mm-handle-set-description): New macro.
17630 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17632         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17633         encoding.
17635 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17637         * message.el (message-tool-bar-zap-list, message-tool-bar)
17638         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17639         (message-tool-bar-local-item-from-menu): Remove.
17640         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17641         (message-make-tool-bar): New function.
17642         (message-mode): Use `message-make-tool-bar'.
17644         * gmm-utils.el: New file.
17645         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17646         (gmm-lazy): New widget copied from `nnmail.el'.
17647         (gmm-tool-bar-from-list): New function for creating customizable
17648         tool bars.
17649         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17650         output.
17651         (gmm): Add :prefix to defgroup.
17653 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17655         * gmm-utils.el (gmm-widget-p): New function.
17657 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17659         * mml.el (mml-attach-file): Describe `description' in doc string.
17660         (mml-menu): Add Emacs MIME manual and PGG manual.
17662 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17664         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17666 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17668         * nntp.el (nntp-end-of-line): Doc fix.
17670 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17672         * imap.el (imap-open): Handle case where buffer is a buffer
17673         object.
17675 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17677         * gnus-delay.el (gnus-delay): Don't autoload.
17678         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17679         to be re-loaded when customizing the `gnus-delay' group.
17681 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17683         * message.el (message-insert-citation-line): Use newlines.
17685 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17687         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17689         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17691 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17693         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17695 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17697         * mm-decode.el (mm-inlined-types): Add application/pgp.
17698         (mm-automatic-display): Ditto.
17700         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17701         part as text.
17703 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17705         * nnrss.el: Update copyright.
17706         (nnrss-opml-import): Query whether to subscribe to each entry.
17708         * gnus-art.el:
17709         * gnus-sum.el:
17710         * mm-uu.el:
17711         * mm-view.el: Update copyright.
17713 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17715         * message.el (message-info): New function.
17716         (message-mode-menu): Add it.
17717         Update copyright.
17719         * ChangeLog: Fix and update copyright.
17721 2006-01-13  Romain Francoise  <romain@orebokech.com>
17723         * message.el (message-forward-subject-name-subject): Prefer the
17724         address to 'nowhere' if the sender has no name.
17725         Fix typo.  Update copyright year.
17727 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17729         * gnus-art.el (article-wash-html):
17730         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17731         (gnus-article-wash-html-with-w3m-standalone): New function.
17733         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17734         mm-inline-text-html-render-with-w3m-standalone.
17735         (mm-text-html-washer-alist): Map w3m-standalone to
17736         gnus-article-wash-html-with-w3m-standalone.
17737         (mm-inline-text-html-render-with-w3m-standalone): New function.
17739 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17741         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17742         Improve LaTeX.
17744 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17746         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17747         (nnrss-request-article): Render text/plain parts as HTML.
17749         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17750         the buffer.
17752 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17754         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17755         custom definition of `gnus-posting-styles'.
17757         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17758         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17760 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17762         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17763         Use nntp for bug archive.
17765 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17767         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17768         parts.
17769         (nnrss-normalize-date): New function converts ISO 8601 date into
17770         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17771         (nnrss-check-group): Use it.
17773 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17775         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17777         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17778         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17779         (nnrss-insert-w3): Ditto.
17781 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17783         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17784         the articles to be forwarded including the case where neither a
17785         number of articles nor a region is specified.
17787 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17789         * nnrss.el (nnrss-request-article): Fix last change; fill
17790         text/plain parts.
17792 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17794         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17795         in text/plain part.
17796         (nnrss-check-group): Don't add excessive newline to dc:subject.
17798 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17800         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17801         article.
17803 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17805         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17806         (nnml-use-compressed-files, nnml-save-mail): Support other
17807         comression programs such as bzip2.
17809 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17811         * dns.el (query-dns): Make sure we check the buffer size before
17812         removing tcp headers.
17814 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17816         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17817         remove MIME buttons associated with multipart/alternative parts.
17818         (gnus-mime-display-alternative): Tag buttons using `article-type'
17819         text property.
17821         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17822         associated with multipart/alternative parts.
17824         * gnus-art.el (gnus-signature-separator): Fix custom type.
17826         * mm-decode.el (mm-inlined-types): Fix custom type.
17827         (mm-keep-viewer-alive-types): Ditto.
17828         (mm-automatic-display): Ditto.
17829         (mm-attachment-override-types): Ditto.
17830         (mm-inline-override-types): Ditto.
17831         (mm-automatic-external-display): Ditto.
17833 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17835         * spam-report.el (spam-report-user-mail-address)
17836         (spam-report-user-agent): New variables.
17837         (spam-report-url-ping-plain): Use spam-report-user-agent.
17839 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17841         * gnus-art.el (gnus-button-handle-custom): Do not just use
17842         `customize-apropos' for any "M-x customize-*" button but the
17843         function called for.  Accept both the function name and its
17844         argument in order to achieve this.
17845         (gnus-button-alist): Remove support for "custom:" URL's.
17846         Pass function name to `gnus-button-handle-custom' in case of "M-x
17847         customize-*" buttons.
17849 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17851         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17852         multipart/alternative and add xref to mm-discouraged-alternatives
17853         in doc string.
17855         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17856         gnus-buttonized-mime-types in doc string.
17858 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17860         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17861         Suggest image/.* in the doc string.
17863 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17865         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17866         message-marks (Debian bug #342521).
17868 2005-12-12  Simon Josefsson  <jas@extundo.com>
17870         * password.el (password-read-from-cache): Add.
17871         (password-read): Use it.
17873 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17875         * rfc2047.el (rfc2047-charset-to-coding-system):
17876         Recognize us-ascii as a MIME charset.
17878         * mm-bodies.el (mm-decode-content-transfer-encoding):
17879         Protect against the case where the 2nd arg TYPE is nil.
17881 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17883         * pop3.el (pop3-stream-type): Fix custom version.
17885         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17887 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17889         * mm-decode.el (mm-display-external): Add missing cdr.
17891 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17893         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17894         RFC1524) if it is in mailcap or add a suffix according to
17895         mailcap-mime-extensions when generating a temp filename; postpone
17896         deleting a temp file for 2 seconds for some wrappers, shell
17897         scripts, and so on, which might exit right after having started a
17898         viewer command as a background job.
17900 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17902         * nntp.el (nntp-marks-directory): Fix custom group.
17904         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17905         steps when < 10.
17907         * gnus-start.el (gnus-no-server-1):
17908         Mention `gnus-level-default-subscribed' in doc string.
17910 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17912         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17913         parens.
17915 2005-11-26  Dave Love  <fx@gnu.org>
17917         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17918         (tls-program, tls-success): Provide openssl alternative.
17920         * starttls.el: Doc fixes.
17921         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17922         SERVICE to PORT.
17924         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17925         port null or service name.
17926         (starttls-negotiate): Autoload.
17928 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17930         * message.el (message-kill-to-signature): Fix interactive spec.
17932 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17934         * pop3.el (pop3-open-server): Recognize a string as a service name.
17936 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17938         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17940 2005-11-23  Dave Love  <fx@gnu.org>
17942         Add pop3s, pop3/starttls.
17944         * pop3.el (pop3-authentication-scheme): Clarify doc.
17945         (open-tls-stream, starttls-open-stream): Autoload.
17946         (pop3-stream-type): New.
17947         (pop3-open-server): Use it.
17949         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17950         for POP.
17951         (mail-source-keyword-map): Add :stream for POP.
17952         (mail-source-fetch-pop): Use pop3-stream-type.
17954 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17956         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17957         of current-time-string.
17959 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17961         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17962         date header.
17964 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17966         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17967         it can seriously impact performance as it bypasses the agent's
17968         local caches.
17970 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17972         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17973         must be explicitly online rather than "not explicitly offline" for
17974         its flags to be synchronized.
17976         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17977         that gnus-uu-unmark-thread will function correctly.
17979         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17980         1024K is instead displayed as 1M.
17982 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17984         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17986 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17988         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17990 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17992         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17993         error message to display actual error condition.
17994         (gnus-agent-save-local): Avoid saving symbols that are bound to
17995         nil as they simply result in a warning message in
17996         gnus-agent-read-local.
17998 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18000         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18001         rather than make-variable-buffer-local for file-precious-flag.
18003 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18005         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18006         for duplicates which are removed.  The invalid sort check then
18007         triggers a rescan after the sort as sorting may have moved
18008         duplicate entries such that they can be cheaply detected.
18010 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18012         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18014 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18016         * gnus-agent.el (gnus-agent-article-alist-save-format):
18017         Change internal variable to a custom variable.  Change default value
18018         from compressed(2) to uncompressed(1).
18019         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18020         support for uncompressed agentview files.  Taken together, reading
18021         the agentview file should now be 6-7 times faster.
18023 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18025         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18026         as a buffer-local variable.  This avoids creating truncated
18027         dribble files as a result of a hang up, eg.
18029 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18031         * gnus-start.el (gnus-start-draft-setup):
18032         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18034         * gnus.el (gnus-splash): Change custom group.
18035         (gnus-group-get-parameter, gnus-group-parameter-value):
18036         Describe allow-list argument.
18038         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18039         string.
18041 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18043         * gnus-art.el (gnus-default-article-saver): Add user-defined
18044         `function' to custom type.
18046 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18048         * imap.el (imap-open): Handle case where buffer is a buffer
18049         object.
18051 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18053         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18054         long lines.
18055         (gnus-cache-delete-group): Wrap doc strings.
18057         * gnus-agent.el (gnus-agent-rename-group)
18058         (gnus-agent-delete-group): Wrap doc strings.
18060 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062         * gnus-start.el (gnus-1): Add "native" to
18063         gnus-predefined-server-alist.
18065         * gnus.el (gnus-method-to-server): Don't add "native" to the
18066         lists here, because that leads to problems when
18067         gnus-select-method is bound.
18069 2005-11-09  Simon Josefsson  <jas@extundo.com>
18071         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18072         use (not sort-by-date) instead.
18074 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18076         * gnus-delay.el (gnus-delay-group): Don't autoload.
18077         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18078         to be re-loaded when customizing the `gnus-delay' group.
18080 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18082         * message.el: Revert last changes.
18083         (message-insert-citation-line): Use newlines.
18085 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18087         * message.el (message-courtesy-message)
18088         (message-mark-insert-begin, message-mark-insert-end)
18089         (message-elide-ellipsis, message-cancel-message)
18090         (message-add-header, message-change-subject)
18091         (message-cross-post-followup-to-header)
18092         (message-cross-post-insert-note, message-reduce-to-to-cc)
18093         (message-widen-reply, message-delete-not-region)
18094         (message-kill-to-signature, message-insert-signature)
18095         (message-insert-importance-high, message-insert-importance-low)
18096         (message-insert-or-toggle-importance)
18097         (message-insert-disposition-notification-to)
18098         (message-indent-citation, message-yank-original)
18099         (message-cite-original-without-signature, message-cite-original)
18100         (message-insert-citation-line, message-position-on-field)
18101         (message-fix-before-sending, message-send-mail-partially)
18102         (message-send-mail, message-send-mail-with-sendmail)
18103         (message-send-mail-with-qmail, message-send-news)
18104         (message-check-news-header-syntax, message-generate-headers)
18105         (message-insert-courtesy-copy, message-fill-address)
18106         (message-fill-header, message-shorten-references)
18107         (message-setup-1, message-cancel-news)
18108         (message-forward-make-body-plain, message-forward-make-body-mime)
18109         (message-forward-make-body-mml, message-encode-message-body)
18110         (message-forward-make-body-digest-plain)
18111         (message-forward-make-body-digest-mime)
18112         (message-use-alternative-email-as-from): Insert `hard-newline'
18113         instead of ordinary newlines.
18115 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18117         * message.el (message-generate-headers): Downcase the argument
18118         given to message-check-element.
18120 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18122         * nntp.el (nntp-authinfo-rejected): New error condition.
18123         (nntp-wait-for): Use new error condition to signal authentication
18124         error.
18125         (nntp-retrieve-data): Rethrow new error condition to break out of
18126         recursive call to nntp-send-authinfo.
18128 2005-11-08  Romain Francoise  <romain@orebokech.com>
18130         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18131         (gnus-summary-exit-map): Bind to `Z p'.
18132         (gnus-summary-make-menu-bar): Add menu item.
18134 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18136         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18137         (gnus-treat-*): Add `first' in all doc strings.
18139         * gnus-group.el (gnus-group-compact-group): Fix typo.
18141 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18143         * gnus.el (gnus-parameters-case-fold-search): New variable.
18144         (gnus-parameters-get-parameter): Use it.
18146         * gnus-score.el (gnus-home-score-file): Doc fix.
18148 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18150         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18152 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18154         * mm-util.el (mm-special-display-p): New function.
18156         * mml.el (mml-preview): Use it; doc fix.
18158 2005-10-29  Romain Francoise  <romain@orebokech.com>
18160         * message.el (message-fix-before-sending): Fix comment.
18162 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18164         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18166 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18168         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18169         Used in gnus-score.el.
18171 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18173         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18175 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18177         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18178         whitespace removed in revision 7.8.  Use concatenated string to
18179         protect trailing whitespace.
18181 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18183         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18184         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18185         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18186         Courier IMAP ("some version from 2004").  Mostly based on similar
18187         code in the same function.
18189 2005-10-26  Didier Verna  <didier@xemacs.org>
18191         * gnus-group.el (gnus-group-compact-group): Invalidate original
18192         article buffer.
18193         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18194         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18195         NOV database and in article itself.
18196         Invalidate article backlog.
18198 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18200         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18202 2005-10-26  Simon Josefsson  <jas@extundo.com>
18204         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18205         part of 2004-07-25 change.
18207 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18209         * message.el (message-display-completion-list): New function.
18210         (message-expand-group): Use it; make sure the Completions buffer
18211         is modifiable.
18213 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18215         * imap.el (imap-open): Handle case where buffer is a buffer object.
18217 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18219         * pgg-def.el:
18220         * pgg-gpg.el:
18221         * pgg-parse.el:
18222         * pgg-pgp.el:
18223         * pgg-pgp5.el:
18224         * pgg.el: Move to the parent lisp directory.
18226 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18228         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18229         user-mail-name is an empty string.
18231 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18233         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18234         depending on gnus-score-decay-constant.
18236         * encrypt.el (encrypt-insert-file-contents)
18237         (encrypt-write-file-contents): Don't use `gnus-message'.
18239         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18240         arguments.
18241         (mm-uu-type-alist): Add message-marks and insert-marks.
18242         Pass arguments to mm-uu-verbatim-marks-extract.
18243         (mm-uu-hide-markers): New variable.
18244         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18246         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18247         (gnus-convert-image-to-face-command): Use "convert" by default to
18248         allow other input image formats.
18249         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18250         accordingly.
18252 2005-10-23  Simon Josefsson  <jas@extundo.com>
18254         * imap.el (imap-gssapi-program): Align command line parameters
18255         with latest GNU SASL.
18256         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18258 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18260         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18261         HTML.
18262         (nnslashdot-request-article): Ditto.
18264 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18266         * mail-source.el (mail-source-fetch-pop): Require pop3.
18267         (mail-source-check-pop): Ditto.
18269 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18271         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18272         errors.
18274 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18276         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18277         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18279         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18281         * mm-bodies.el (mm-decode-string):
18282         Call `mm-charset-to-coding-system' with allow-override argument.
18284 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18286         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18287         (rfc2047-charset-to-coding-system): New function.
18288         (rfc2047-decode-encoded-words): New function.
18289         (rfc2047-decode-region): Use them.
18290         (rfc2047-decode-cte): Remove.
18291         (rfc2047-parse-and-decode): Remove.
18292         (rfc2047-decode): Remove.
18294 2005-10-15  Kenichi Handa  <handa@m17n.org>
18296         * rfc2047.el (rfc2047-decode-cte): New function.
18297         (rfc2047-decode-region): Change the way to decode successive
18298         encoded-words: decode B- or Q-encoding in each encoded-word,
18299         concatenate them, and decode it as charset.
18301 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18303         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18304         widget-move-and-invoke.
18305         (gnus-custom-mode): Use gnus-custom-map.
18307 2005-10-15  Bill Wohler  <wohler@newt.com>
18309         * message.el (message-tool-bar-map): Rename image file from
18310         mail_send to mail/send.
18312 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18314         * message.el (message-expand-group): Pass the common
18315         prefix substring of completion to `display-completion-list'.
18317 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18319         * mml-sec.el (mml-secure-method): New internal variable.
18320         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18321         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18322         New functions using mml-secure-method.
18324         * mml.el (mml-mode-map): Add key bindings for those functions.
18325         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18326         Harder <harder@myrealbox.com>.
18327         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18328         Goto end of message if point is the headers of the message.
18330         * message.el (message-in-body-p): New function.
18332         * assistant.el: Autoload gnus-util and netrc.
18334         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18335         Use `mm-charset-override-alist' only when decoding.
18337         * mm-bodies.el (mm-decode-body):
18338         Call `mm-charset-to-coding-system' with allow-override argument.
18340         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18341         `filename' from Content-Disposition if Content-Type doesn't
18342         provide `name'.
18343         (gnus-mime-view-part-as-type): Set default instead of
18344         initial-input.
18346 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18348         * format-spec.el (format-spec): Propagate text properties of % spec.
18350 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18352         * gnus-art.el (gnus-treat-predicate): Add `first'.
18354 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18356         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18357         (mm-charset-override-alist): New variable.
18358         (mm-charset-to-coding-system): Use it.
18359         (mm-codepage-setup): New helper function.
18360         (mm-charset-eval-alist): New variable.
18361         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18362         Warn about unknown charsets.
18364 2005-10-04  David Hansen  <david.hansen@gmx.net>
18366         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18367         (nnrss-check-group): Ditto.
18369 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18371         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18372         Rename x-gnus-verbatim to x-verbatim.
18373         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18375         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18376         x-verbatim.
18378         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18380         * gnus-util.el (gnus-remove-duplicates): Remove.
18382         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18383         instead of gnus-remove-duplicates.
18385         * message.el (message-remove-duplicates): Remove.
18386         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18387         message-remove-duplicates.
18389         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18390         available, else use implementation from `delete-dups'.
18392         * message.el (message-insert-expires): New function.
18393         (message-mode-map): Add key binding.
18394         (message-mode-field-menu): Add menu entry.
18395         (message-mode): Document it.
18396         (message-make-expires-date): Use `message-make-date'.
18398 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18400         * message.el (message-make-expires-date): New function.
18402 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18404         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18406 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18408         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18409         function rather than the diff-mode.el package.
18410         (mm-display-external): Use with-current-buffer.
18411         (mm-viewer-completion-map, mm-viewer-completion-map):
18412         Move initialization inside declaration.
18414 2005-09-29  Simon Josefsson  <jas@extundo.com>
18416         * spam.el: Load hashcash when compiling, to avoid warnings.
18417         Don't autoload mail-check-payment.
18418         (spam-check-hashcash): Define unconditionally, since hashcash.el
18419         is part of Gnus now.  Ignore errors from payment checking.
18421 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18423         * message.el (message-bold-region, message-unbold-region):
18424         Rename from `bold-region' and `unbold-region'.
18426         * message.el: Remove useless autoloads.
18428 2005-09-28  Simon Josefsson  <jas@extundo.com>
18430         * message.el (message-use-idna): Default to t.
18431         (message-use-idna): Test whether encoding works too.  Doc fix.
18433 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18435         * nntp.el (nntp-warn-about-losing-connection): Remove.
18437 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18439         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18440         customizable.  Change default value.
18441         (mm-uu-diff-groups-regexp): Change default value.
18442         (mm-uu-type-alist): Add doc string.
18443         (mm-uu-configure): Add doc string.  Make it interactive.
18444         (mm-uu-tex-groups-regexp): New variable.
18445         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18446         (mm-uu-type-alist): Add LaTeX documents.
18447         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18448         of "text/verbatim".
18449         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18451         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18452         instead of "text/verbatim".
18454         * message.el (message-mark-inserted-region)
18455         (message-mark-insert-file): Use slrn style marks when called with
18456         prefix argument.
18458 2005-09-27  Simon Josefsson  <jas@extundo.com>
18460         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18462 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18464         * message.el (message-remove-duplicates): New function.
18465         Implementation borrowed from `gnus-remove-duplicates'.
18466         (message-idna-to-ascii-rhs): Also encode idna addresses in
18467         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18468         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18469         only ask about the same idna domain once per header and also tell
18470         in what header to replace the idna domain.
18472         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18473         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18474         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18475         a header is decoded and not just the last one.
18477 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18479         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18480         has been decoded.
18482         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18483         (mm-insert-part): Don't modify text if it has been decoded.
18485         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18486         decoded.
18488         * mm-view.el (mm-inline-text): Don't strip text props unless
18489         decoding enriched or richtext parts.
18491 2005-09-25  Romain Francoise  <romain@orebokech.com>
18493         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18494         * gnus-start.el (gnus-subscribe-interactively):
18495         * gnus-uu.el (gnus-uu-grab-articles):
18496         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18497         space.
18499 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18501         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18502         * mm-view.el (mm-view-pkcs7-decrypt):
18503         * gnus-sum.el (gnus-summary-limit-to-extra)
18504         (gnus-summary-respool-article, gnus-read-move-group-name):
18505         * gnus-score.el (gnus-summary-increase-score):
18506         * gnus-util.el (gnus-completing-read-with-default):
18507         * gnus-art.el (gnus-read-save-file-name)
18508         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18509         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18510         * message.el (message-check-news-header-syntax):
18511         Follow convention for reading with the minibuffer.
18513 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18515         * spam-report.el (spam-report-url-ping-plain):
18516         Use gnus-extended-version as User-Agent.
18518         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18519         default value is nil.
18521         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18522         (mm-uu-verbatim-marks-extract): New function.
18523         (mm-uu-extract): New face.
18524         (mm-uu-copy-to-buffer): Use it.
18526         * spam-report.el (spam-report-gmane-ham): Rename from
18527         `spam-report-gmane-unspam'.
18528         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18529         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18531         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18532         Autoload.
18533         (spam-report-gmane-unregister-routine):
18534         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18536 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18538         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18539         (spam-report-gmane-unregister-routine): Add support for gmane
18540         unregistration.
18542         * spam-report.el (spam-report-gmane-unspam)
18543         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18544         (spam-report-gmane): Change to take a single article and do unspam
18545         registration.
18547 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18549         * mm-url.el (mm-url-decode-entities): Fix regexp.
18551 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18553         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18554         default to nil, to be able to use Gnus at all.  If the default
18555         switches to something else, then the function should be fixed not
18556         be exceedingly slow.
18558 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18560         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18561         fail hard.
18563         * spam-report.el: Add better Keywords line.
18565         * spam.el: Add Maintainer and better Keywords line.
18567 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18569         * gnus-art.el (gnus-article-replace-part)
18570         (gnus-mime-replace-part): New functions.
18571         (gnus-mime-action-alist, gnus-mime-button-commands)
18572         (gnus-mime-save-part-and-strip): Add file argument.
18573         (gnus-article-part-wrapper): Add interactive argument.
18575         * gnus-sum.el (gnus-summary-mime-map):
18576         Add `gnus-article-replace-part'.
18578 2005-09-19  Didier Verna  <didier@xemacs.org>
18580         The nnml compaction feature:
18581         * nnml.el (nnml-request-compact-group): New function.
18582         * nnml.el (nnml-request-compact): New function.
18583         * gnus-int.el (gnus-request-compact-group): New function.
18584         * gnus-int.el (gnus-request-compact): New function.
18585         * gnus-group.el (gnus-group-compact-group): New function.
18586         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18587         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18588         * gnus-srvr.el (gnus-server-compact-server): New function.
18589         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18590         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18592 2005-09-18  Deepak Goel  <deego@gnufans.org>
18594         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18595         format spec.
18597 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18599         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18601 2005-09-15  Romain Francoise  <romain@orebokech.com>
18603         * message.el (message-fill-paragraph): Clarify docstring.
18605 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18607         * gnus-art.el (gnus-mime-display-part): Protect against broken
18608         MIME messages.
18610 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18612         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18613         before parsing header.
18615 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18617         * html2text.el (html2text-replace-list): Add new entities.
18619 2005-09-11  Romain Francoise  <romain@orebokech.com>
18621         * message.el (message-alternative-emails): Improve docstring.
18622         (message-setup-1): Call `message-use-alternative-email-as-from'
18623         after `message-setup-hook' to give it precedence over posting
18624         styles, etc.
18625         (message-use-alternative-email-as-from): Add docstring.
18626         Remove the original From header if present.
18628         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18629         (nnml-save-mail): Use it.
18631         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18632         articles.  Add new argument `silent'.
18633         (gnus-uu-mark-all): Report the total number of marked articles.
18635 2005-09-10  Romain Francoise  <romain@orebokech.com>
18637         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18638         (gnus-uu-mark-series): Likewise.
18640 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18642         * spam-report.el (spam-report-gmane): Fix generation of spam
18643         report URL.
18645 2005-09-10  Simon Josefsson  <jas@extundo.com>
18647         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18648         t, based on discussion on the ding list with Robert Epprecht
18649         <epprecht@solnet.ch>.
18651 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18653         * spam-report.el (spam-report-gmane): Make it work without
18654         X-Report-Spam header.  Gmane now only provides Archived-At.
18655         This is only used if `spam-report-gmane-use-article-number' is nil.
18656         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18658         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18659         make `gnus-summary-sort-by-recipient' work with threading.
18661         * nnweb.el (nnweb-google-wash-article): Print a message if article
18662         is not available.
18664 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18666         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18667         change.  Decode text/* parts content before displaying.
18669 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18671         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18673 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18675         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18677 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18679         * message.el (message-tab-body-function): Fix mismatched custom type.
18681         * gnus.el (gnus-group-change-level-function): Ditto.
18683         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18685         * gnus-art.el (gnus-signature-limit)
18686         (gnus-article-mime-part-function): Ditto.
18688 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18690         * mml.el (mml-mode): Silence the byte compiler.
18692         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18693         using `(sit-for 0)' before moving the point to the specified part;
18694         skip unbuttonized parts.
18695         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18696         return to the summary window if gnus-auto-select-part is non-nil.
18698 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18700         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18701         New variables.
18702         (mml-dnd-attach-file, mml-mode): Use them.
18704         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18705         Make fetching article by MID work again for Google Groups.
18706         Add FIXME concerning gnus-group-make-web-group.
18708         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18709         Don't depend on Gnus by using mail-extract-address-components if
18710         gnus-extract-address-components is not bound.
18712 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714         * gnus-art.el (gnus-mime-display-security): Don't display the
18715         signature, but only the signed part.
18717 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18719         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18721         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18722         list, not listp.
18724 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18726         * mm-encode.el (mm-encode-content-transfer-encoding):
18727         Likewise when encoding.
18729         * mm-bodies.el (mm-decode-content-transfer-encoding):
18730         De-canonicalize CRLF for all text content types, not just
18731         text/plain.
18733 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18735         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18736         valid article; point arrow and cursor at the MIME button.
18738 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18740         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18741         Suggested by Dan Christensen <jdc@uwo.ca>.
18743         * mm-decode.el (mm-save-part): Enable change of prompt.
18745 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18747         * gnus-msg.el (gnus-inews-add-send-actions):
18748         Make `message-post-method' lambda parameter ARG `&optional'.
18750 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18752         * gnus-sum.el (gnus-summary-mime-map):
18753         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18754         gnus-article-jump-to-part.
18756         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18757         (gnus-article-edit-part): Use it.
18758         (gnus-article-part-wrapper): Add no-handle argument.
18759         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18760         New functions.
18762 2005-08-29  Romain Francoise  <romain@orebokech.com>
18764         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18765         docstring.
18766         (gnus-face-from-file): Likewise.
18768 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18770         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18771         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18772         non-nil.
18773         (gnus-auto-select-part): New variable.
18774         (gnus-article-jump-to-part): New function.
18775         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18776         (gnus-mime-delete-part): Allow selecting specified part after
18777         deleting or stripping parts.
18778         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18779         part if argument is bogus.
18781 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18783         * gnus-art.el (w3m-minor-mode-map):
18784         * gnus-spec.el (gnus-newsrc-file-version):
18785         * gnus-util.el (nnmail-active-file-coding-system)
18786         (gnus-original-article-buffer, gnus-user-agent):
18787         * gnus.el (gnus-ham-process-destinations)
18788         (gnus-parameter-ham-marks-alist)
18789         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18790         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18791         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18792         * mm-decode.el (gnus-current-window-configuration):
18793         * mm-extern.el (gnus-article-mime-handles):
18794         * mm-url.el (url-current-object, url-package-name)
18795         (url-package-version):
18796         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18797         (smime-keys, w3m-cid-retrieve-function-alist)
18798         (w3m-current-buffer, w3m-display-inline-images)
18799         (w3m-minor-mode-map):
18800         * mml-smime.el (gnus-extract-address-components):
18801         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18802         (gnus-newsrc-hashtb, message-default-charset)
18803         (message-deletable-headers, message-options)
18804         (message-posting-charset, message-required-mail-headers)
18805         (message-required-news-headers):
18806         * mml1991.el (mc-pgp-always-sign):
18807         * mml2015.el (mc-pgp-always-sign):
18808         * nnheader.el (nnmail-extra-headers):
18809         * rfc1843.el (gnus-decode-encoded-word-function)
18810         (gnus-decode-header-function, gnus-newsgroup-name):
18811         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18813 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18815         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18816         the end of the date treatments.
18818 2005-08-15  Simon Josefsson  <jas@extundo.com>
18820         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18821         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18822         Capello and Romain Francoise.
18823         (pgg-fetch-key-function): Remove, not used?
18824         (pgg-insert-url-with-w3): Require url, to get
18825         url-insert-file-contents regardless of where it is defined.
18827 2005-08-13  Romain Francoise  <romain@orebokech.com>
18829         * message.el (message-cite-original-1): New function.
18830         (message-cite-original): Use it.
18831         (message-cite-original-without-signature): Ditto.
18833 2005-08-08  Romain Francoise  <romain@orebokech.com>
18835         * message.el (message-yank-empty-prefix): New variable.
18836         (message-indent-citation): Use it.
18837         (message-cite-original-without-signature): Respect X-No-Archive.
18839 2005-08-08  Simon Josefsson  <jas@extundo.com>
18841         * pgg.el: Autoload url-insert-file-contents instead of loading
18842         w3/url.
18843         (pgg-insert-url-with-w3): Don't load url here.
18845 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18847         * message.el (message-kill-to-signature): Don't insert newline at
18848         bol.
18849         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18851 2005-08-06  Romain Francoise  <romain@orebokech.com>
18853         * message.el (message-user-fqdn): Fix typo in docstring.
18855 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18857         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18859         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18861 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18863         * mm-bodies.el (mm-encode-body): Use coding system rather than
18864         charset to encode text.
18866         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18867         number of charsets if utf-8 is available (XEmacs).
18869 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18871         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18872         taken from `gnus-button-mid-or-mail-regexp'.
18873         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18874         (gnus-button-alist): Improve regexp for domain part of the MIDs
18875         for news:localpart@domain buttons.
18876         (gnus-button-ctan-directory-regexp): Update.
18878 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18880         * sieve-manage.el (sieve-manage-interactive-login):
18881         Use make-local-variable rather than make-variable-buffer-local.
18882         (sieve-manage-open): Ditto.
18883         (sieve-manage-authenticate): Ditto.
18885         * mml.el (mml-generate-mime-1): Make the content type default to
18886         text/plain if the filename is not specified.
18888 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18890         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18891         instead of insert-buffer.
18893         * message.el (message-yank-original): Ditto; set the mark at the
18894         end of the yanked message.
18896 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18898         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18899         lines to scroll rather than to stop it.
18901         * mml.el (mml-generate-default-type): Add doc string.
18902         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18903         default to application/octet-stream when determining the content
18904         type if it is not specified for the part or the mml contents; add
18905         a comment about mml-generate-default-type.
18907 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18909         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18910         make it default to application/octet-stream when determining the
18911         content type if it is not specified for the external contents.
18913 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18915         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18916         segmented parameter but also other parameters might be there.
18918 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18920         * mm-decode.el (mm-display-external): Delete temp file, directory
18921         and buffer immediately if the external process is exited.
18923 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18925         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18926         fewer lines than that of scroll-margin.
18927         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18929 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18931         * gnus-art.el (gnus-article-next-page): Revert.
18932         (gnus-article-beginning-of-window): New macro.
18933         (gnus-article-next-page-1): Use it.
18934         (gnus-article-prev-page): Ditto.
18935         (gnus-article-edit-part): Use insert-buffer-substring instead of
18936         insert-buffer.
18937         (gnus-article-edit-exit): Ditto.
18939         * gnus-util.el (gnus-beginning-of-window): Remove.
18940         (gnus-end-of-window): Remove.
18942 2005-07-25  Simon Josefsson  <jas@extundo.com>
18944         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18945         to have the url package without w3.  Reported by Daiki Ueno
18946         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18948 2005-07-20  Didier Verna  <didier@xemacs.org>
18950         * gnus-diary.el: Remove the description comment (nndiary is now
18951         properly documented in the Gnus manual).
18952         Fix the spelling of "Back End".
18953         * nndiary.el: Ditto.
18954         Fix the copyright notice.
18956 2005-07-18  Romain Francoise  <romain@orebokech.com>
18958         * gnus-sum.el (gnus-summary-to-prefix)
18959         (gnus-summary-newsgroup-prefix): New variables.
18960         (gnus-summary-from-or-to-or-newsgroups): Use them.
18962 2005-07-17  Romain Francoise  <romain@orebokech.com>
18964         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18965         space as it's generally not especially interesting to the user.
18967 2005-07-16  Romain Francoise  <romain@orebokech.com>
18969         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18970         nil to avoid prompting and file modification if one of the
18971         messages at the top of the nnfolder file contains a copyright
18972         notice.
18973         Update copyright notice.
18975         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18976         instead of `current-time-string' as the latter creates a time
18977         string that is not RFC 2822 compliant (it lacks the zone).
18978         Update copyright notice.
18980 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18982         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18983         for text/rtf.  Display default in prompt.  Pass default for M-n.
18985         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18987 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18989         * gnus-msg.el (gnus-button-mailto):
18990         Remove save-selected-window-window hackery because it relies on
18991         save-selected-window internals.
18993 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18995         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18996         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18997         (gnus-article-prev-page): Ditto.
18999         * gnus-util.el (gnus-beginning-of-window): New function.
19000         (gnus-end-of-window): New function.
19002 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19004         * gnus-score.el (gnus-score-edit-all-score):
19005         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19006         gnus-message.
19008 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19010         * gnus-msg.el (gnus-button-mailto):
19011         Remove save-selected-window-window hackery because it relies on
19012         save-selected-window internals.
19014 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19016         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19017         add-minor-mode.
19018         (gnus-binary-mode): Ditto.
19020         * gnus-topic.el (gnus-topic-mode): Ditto.
19022 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19024         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19025         (gnus-article-prev-page): Take scroll-margin into consideration.
19027 2005-07-04  Lute Kamstra  <lute@gnu.org>
19029         Update FSF's address in GPL notices.
19031 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19033         * gnus.el (gnus-exit):
19034         * gnus-group.el (gnus-group-icons):
19035         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19037         * gnus-nocem.el (gnus-nocem):
19038         * message.el (message-various, message-buffers, message-sending)
19039         (message-interface, message-forwarding, message-insertion)
19040         (message-headers, message-news, message-mail):
19041         * pgg-gpg.el (pgg-gpg):
19042         * pgg-parse.el (pgg-parse):
19043         * pgg-pgp.el (pgg-pgp):
19044         * pgg-pgp5.el (pgg-pgp5):
19045         * pop3.el (pop3): Finish `defgroup' description with period.
19047 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19049         * gnus-art.el (article-display-face): Improve the efficiency.
19050         (article-display-x-face): Ditto; remove gray x-face stuff.
19052 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19054         * gnus-art.el (article-display-face): Correct the position in
19055         which Faces are inserted.
19057 2005-06-29  Didier Verna  <didier@xemacs.org>
19059         * gnus-art.el (article-display-face): Display faces in correct
19060         order.
19062 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19064         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19065         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19066         (gnus-nocem-check-article): Fetch the Type header.
19067         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19068         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19069         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19070         make sure gnus-nocem-hashtb is initialized.
19071         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19072         (gnus-nocem-unwanted-article-p): Ditto.
19074         * pgg.el (pgg-verify): Return the verification result.
19076 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19078         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19079         is ascii.
19081 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19083         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19084         `show-nonbreak-escape'.
19086 2005-06-23  Lute Kamstra  <lute@gnu.org>
19088         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19090         * dig.el (dig-mode):
19091         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19093 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19095         * nnimap.el (nnimap-split-download-body): Fix spellings.
19097 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19099         * gnus-art.el (gnus-article-encrypt-body):
19100         * gnus-cus.el (gnus-score-customize):
19101         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19102         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19104 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19106         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19107         header by looking for magic "MII" at the beginning.
19109 2005-06-16  Miles Bader  <miles@gnu.org>
19111         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19112         (assistant-field-face): New backward-compatibility alias for renamed
19113         face.
19114         (assistant-render-text): Use renamed assistant-field face.
19116         * spam.el (spam): Remove "-face" suffix from face name.
19117         (spam-face): New backward-compatibility alias for renamed face.
19118         (spam-face, spam-initialize): Use renamed spam face.
19120         * message.el (message-header-to, message-header-cc)
19121         (message-header-subject, message-header-newsgroups)
19122         (message-header-other, message-header-name)
19123         (message-header-xheader, message-separator, message-cited-text)
19124         (message-mml): Remove "-face" suffix from face names.
19125         (message-header-to-face, message-header-cc-face)
19126         (message-header-subject-face, message-header-newsgroups-face)
19127         (message-header-other-face, message-header-name-face)
19128         (message-header-xheader-face, message-separator-face)
19129         (message-cited-text-face, message-mml-face):
19130         New backward-compatibility aliases for renamed faces.
19131         (message-font-lock-keywords): Use renamed message faces.
19133         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19134         (sieve-test-commands, sieve-tagged-arguments):
19135         Remove "-face" suffix from face names.
19136         (sieve-control-commands-face, sieve-action-commands-face)
19137         (sieve-test-commands-face, sieve-tagged-arguments-face):
19138         New backward-compatibility aliases for renamed faces.
19139         (sieve-control-commands-face, sieve-action-commands-face)
19140         (sieve-test-commands-face, sieve-tagged-arguments-face):
19141         Use renamed sieve faces.
19143         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19144         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19145         (gnus-group-news-3-empty, gnus-group-news-4)
19146         (gnus-group-news-4-empty, gnus-group-news-5)
19147         (gnus-group-news-5-empty, gnus-group-news-6)
19148         (gnus-group-news-6-empty, gnus-group-news-low)
19149         (gnus-group-news-low-empty, gnus-group-mail-1)
19150         (gnus-group-mail-1-empty, gnus-group-mail-2)
19151         (gnus-group-mail-2-empty, gnus-group-mail-3)
19152         (gnus-group-mail-3-empty, gnus-group-mail-low)
19153         (gnus-group-mail-low-empty, gnus-summary-selected)
19154         (gnus-summary-cancelled, gnus-summary-high-ticked)
19155         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19156         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19157         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19158         (gnus-summary-low-undownloaded)
19159         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19160         (gnus-summary-low-unread, gnus-summary-normal-unread)
19161         (gnus-summary-high-read, gnus-summary-low-read)
19162         (gnus-summary-normal-read, gnus-splash):
19163         Remove "-face" suffix from face names.
19164         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19165         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19166         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19167         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19168         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19169         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19170         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19171         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19172         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19173         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19174         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19175         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19176         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19177         (gnus-summary-normal-ticked-face)
19178         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19179         (gnus-summary-normal-ancient-face)
19180         (gnus-summary-high-undownloaded-face)
19181         (gnus-summary-low-undownloaded-face)
19182         (gnus-summary-normal-undownloaded-face)
19183         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19184         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19185         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19186         (gnus-splash-face):
19187         New backward-compatibility aliases for renamed faces.
19188         (gnus-group-startup-message): Use renamed gnus faces.
19190         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19191         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19192         (gnus-server-agent): Remove "-face" suffix from face names.
19193         (gnus-server-agent-face, gnus-server-opened-face)
19194         (gnus-server-closed-face, gnus-server-denied-face)
19195         (gnus-server-offline-face):
19196         New backward-compatibility aliases for renamed faces.
19197         (gnus-server-agent-face, gnus-server-opened-face)
19198         (gnus-server-closed-face, gnus-server-denied-face)
19199         (gnus-server-offline-face): Use renamed gnus faces.
19201         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19202         Remove "-face" suffix from face names.
19203         (gnus-picon-xbm-face, gnus-picon-face):
19204         New backward-compatibility aliases for renamed faces.
19206         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19207         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19208         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19209         (gnus-cite-11): Remove "-face" suffix from face names.
19210         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19211         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19212         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19213         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19214         New backward-compatibility aliases for renamed faces.
19215         (gnus-cite-attribution-face, gnus-cite-face-list)
19216         (gnus-article-boring-faces): Use renamed gnus faces.
19218         * gnus-art.el (gnus-signature, gnus-header-from)
19219         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19220         (gnus-header-content): Remove "-face" suffix from face names.
19221         (gnus-signature-face, gnus-header-from-face)
19222         (gnus-header-subject-face, gnus-header-newsgroups-face)
19223         (gnus-header-name-face, gnus-header-content-face):
19224         New backward-compatibility aliases for renamed faces.
19225         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19227         * gnus-sum.el (gnus-summary-selected-face)
19228         (gnus-summary-highlight): Use renamed gnus faces.
19229         * gnus-group.el (gnus-group-highlight): Likewise.
19231 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19233         * gnus-sieve.el (gnus-sieve-article-add-rule):
19234         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19235         * spam-stat.el (spam-stat-buffer-change-to-spam)
19236         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19238         * message.el (message-is-yours-p):
19239         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19241 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19243         * mm-view.el (mm-inline-text): Withdraw the last change.
19245 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19247         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19248         executing enriched-decode.
19250 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19252         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19253         charset of tar files.
19255 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19257         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19259 2005-06-04  Lute Kamstra  <lute@gnu.org>
19261         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19262         information is never recorded.
19264 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19266         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19268 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19270         * pop3.el (pop3-apop): Run md5 in the binary mode.
19272         * starttls.el (starttls-set-process-query-on-exit-flag):
19273         Use eval-and-compile.
19275 2005-05-31  Simon Josefsson  <jas@extundo.com>
19277         * smime.el (smime-replace-in-string): Define.
19278         (smime-cert-by-ldap-1): Use it.
19280 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19282         * gnus-art.el (article-display-x-face): Replace
19283         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19285         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19286         set-process-query-on-exit-flag or process-kill-without-query.
19288         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19289         loop instead of replace-regexp.
19291         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19292         instead of process-kill-without-query if it is available.
19294         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19295         instead of find-file-hooks if it is available.
19297         * mml1991.el: Bind pgg-default-user-id when compiling.
19299         * mml2015.el: Bind pgg-default-user-id when compiling.
19301         * nndraft.el (nndraft-request-associate-buffer):
19302         Use write-contents-functions instead of write-contents-hooks if it is
19303         available.
19305         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19306         instead of find-file-hooks if it is available.
19308         * nntp.el (nntp-open-connection): Replace
19309         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19310         (nntp-open-ssl-stream): Ditto.
19311         (nntp-open-tls-stream): Ditto.
19313         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19314         set-process-query-on-exit-flag or process-kill-without-query.
19315         (starttls-open-stream-gnutls): Use it instead of
19316         process-kill-without-query.
19317         (starttls-open-stream): Ditto.
19319 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19321         * smime.el (smime-cert-by-ldap-1): Don't use
19322         replace-regexp-in-string.
19324 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19326         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19328         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19329         in PEM format.  Adjust to the XEmacs compatibility.
19331 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19333         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19334         by `string-to-number'.
19335         * gnus-agent.el (gnus-agent-regenerate-group)
19336         (gnus-agent-fetch-articles): Ditto.
19337         * gnus-art.el (gnus-button-fetch-group): Ditto.
19338         * gnus-cache.el (gnus-cache-generate-active)
19339         (gnus-cache-articles-in-group): Ditto.
19340         * gnus-group.el (gnus-group-set-current-level)
19341         (gnus-group-insert-group-line): Ditto.
19342         * gnus-score.el (gnus-score-set-expunge-below)
19343         (gnus-score-set-mark-below, gnus-summary-score-effect)
19344         (gnus-summary-score-entry): Ditto.
19345         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19346         (gnus-soup-pack): Ditto.
19347         * gnus-spec.el (gnus-xmas-format): Ditto.
19348         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19349         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19350         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19351         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19352         * nndb.el (nndb-get-remote-expire-response): Ditto.
19353         * nndiary.el (nndiary-parse-schedule-value)
19354         (nndiary-string-to-number, nndiary-request-replace-article)
19355         (nndiary-request-article): Ditto.
19356         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19357         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19358         * nneething.el (nneething-make-head): Ditto.
19359         * nnfolder.el (nnfolder-request-article)
19360         (nnfolder-retrieve-headers): Ditto.
19361         * nnheader.el (nnheader-file-to-number): Ditto.
19362         * nnkiboze.el (nnkiboze-request-article): Ditto.
19363         * nnmail.el (nnmail-process-unix-mail-format)
19364         (nnmail-process-babyl-mail-format): Ditto.
19365         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19366         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19367         (nnmh-request-create-group, nnmh-request-list-1)
19368         (nnmh-request-group, nnmh-request-article): Ditto.
19369         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19370         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19371         * nnsoup.el (nnsoup-make-active): Ditto.
19372         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19373         * nntp.el (nntp-find-group-and-number)
19374         (nntp-retrieve-headers-with-xover): Ditto.
19375         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19376         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19377         (pgg-format-key-identifier): Ditto.
19378         * pop3.el (pop3-last, pop3-stat): Ditto.
19379         * qp.el (quoted-printable-decode-region): Ditto.
19381         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19382         of concat.
19384 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19386         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19388         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19390         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19392         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19394         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19396         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19398         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19399         (gnus-carpal-mode): Ditto.
19401         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19402         (gnus-browse-mode): Ditto.
19404         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19406         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19408 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19410         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19412 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19414         * gnus-util.el (gnus-run-mode-hooks): New function.
19416         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19418 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19420         * gnus-agent.el (gnus-agent-make-mode-line-string):
19421         Use mode-line-highlight as mouse-face.
19423 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19425         * canlock.el (canlock): Change the parent group to news.
19427         * deuglify.el (gnus-outlook-deuglify): Add :group.
19429         * dig.el (dig): Add :group.
19431         * dns-mode.el (dns-mode): Add :group.
19433         * encrypt.el (encrypt): Add :group.
19435         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19436         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19437         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19438         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19439         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19441         * gnus-diary.el (gnus-diary): Add :group.
19443         * gnus.el (gnus-group-news-1-face): Add :group.
19444         (gnus-group-news-1-empty-face): Ditto.
19445         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19446         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19447         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19448         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19449         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19450         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19451         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19452         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19453         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19454         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19455         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19456         (gnus-summary-high-ticked-face): Ditto.
19457         (gnus-summary-low-ticked-face): Ditto.
19458         (gnus-summary-normal-ticked-face): Ditto.
19459         (gnus-summary-high-ancient-face): Ditto.
19460         (gnus-summary-low-ancient-face): Ditto.
19461         (gnus-summary-normal-ancient-face): Ditto.
19462         (gnus-summary-high-undownloaded-face): Ditto.
19463         (gnus-summary-low-undownloaded-face): Ditto.
19464         (gnus-summary-normal-undownloaded-face): Ditto.
19465         (gnus-summary-high-unread-face): Ditto.
19466         (gnus-summary-low-unread-face): Ditto.
19467         (gnus-summary-normal-unread-face): Ditto.
19468         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19469         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19471         * hashcash.el (hashcash): New custom group.
19472         (hashcash-default-payment): Add :group.
19473         (hashcash-payment-alist): Ditto.
19474         (hashcash-default-accept-payment): Ditto.
19475         (hashcash-accept-resources): Ditto.
19476         (hashcash-path): Ditto.
19477         (hashcash-extra-generate-parameters): Ditto.
19478         (hashcash-double-spend-database): Ditto.
19479         (hashcash-in-news): Ditto.
19481         * message.el (message-minibuffer-local-map): Add :group.
19483         * netrc.el (netrc): Add :group.
19485         * sieve-manage.el (sieve-manage-log): Add :group.
19486         (sieve-manage-default-user): Diito.
19487         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19488         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19489         (sieve-manage-authenticators): Ditto.
19490         (sieve-manage-authenticator-alist): Ditto.
19491         (sieve-manage-default-port): Ditto.
19493         * sieve-mode.el (sieve-control-commands-face): Add :group.
19494         (sieve-action-commands-face): Ditto.
19495         (sieve-test-commands-face): Ditto.
19496         (sieve-tagged-arguments-face): Ditto.
19498         * smime.el (smime): Add :group.
19500         * spam-report.el (spam-report): Add :group.
19502         * spam.el (spam, spam-face): Add :group.
19504 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19506         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19507         return \n.\n.\n at the end of articles.  Protect against that.
19508         (nntp-with-open-group): Allow debugging.
19510         * nnheader.el (mail-header-set-extra): Make into a function
19511         because I just could't understand how to quote the list properly.
19513         * dns.el (query-dns-cached): New function.
19515 2005-05-26  Lute Kamstra  <lute@gnu.org>
19517         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19519 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19521         * gnus-art.el: Don't autoload mail-extract-address-components.
19523         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19524         eval-and-compile to evaluate it.
19526         * hashcash.el: Don't autoload executable-find.
19528         * nndb.el: Don't declare the nndb back end two or more times; don't
19529         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19531         * nntp.el: Autoload format-spec instead of format; use
19532         eval-and-compile to evaluate autoload forms.
19534 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19536         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19538 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19540         * gnus.el (gnus-version-number): Bump version.
19542 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19544         * gnus.el: No Gnus v0.3 is released.
19546 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19548         * gnus-art.el (gnus-article-edit-part): Disable undo.
19550 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19552         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19553         gnus-article-date-lapsed-new-header is t if date timer is active;
19554         skip headers in which the original date value is empty.
19555         (gnus-article-save-original-date): Redefine it as a macro.
19556         (gnus-display-mime): Use it.
19558 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19560         * gnus-art.el (article-date-ut): Support converting date in
19561         forwarded parts as well.
19562         (gnus-article-save-original-date): New function.
19563         (gnus-display-mime): Use it.
19565 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19567         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19568         enclosure element of <item>.
19570 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19572         * message.el (message-kill-buffer-query): Rename from
19573         `message-kill-buffer-query-if-modified'.  Add :version.
19575 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19577         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19578         window layout.
19580 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19582         * mml.el: Autoload dnd when compiling.
19584 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19586         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19587         x-dnd-*.
19589 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19591         * qp.el (quoted-printable-encode-region): Save excursion.
19593 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19595         * message.el (message-kill-buffer-query-if-modified): Add new variable
19596         so the user can kill a modified message buffer quickly.
19597         (message-kill-buffer): Use it.
19599 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19601         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19602         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19604 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19606         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19607         contained in text because xml.el decodes entities) with LFs.
19609 2005-04-11  Lute Kamstra  <lute@gnu.org>
19611         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19612         differently.
19614 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19616         * mm-util.el (mm-detect-coding-region): Typo.
19618 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19620         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19622 2005-04-06  Deepak Goel  <deego@gnufans.org>
19624         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19625         user-function allow user modifications of the scores.
19626         (spam-stat-score-buffer-user): New function, to allow
19627         user-computed modifications to the score.
19628         (spam-stat-score-buffer-user-functions): List of additional
19629         scoring functions.
19630         (spam-stat-error-holder): Global temporary error holder.
19631         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19632         variable.
19634 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19636         * gnus-registry.el (gnus-registry-clean-empty-function)
19637         (gnus-registry-trim, gnus-registry-fetch-groups)
19638         (gnus-registry-delete-group): Groups that match
19639         `gnus-registry-ignored-groups' are removed from the registry
19640         entries, not just ignored for splitting.  This helps clean up the
19641         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19642         to get all the groups a message ID is in.
19644         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19645         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19646         (spam-stat-score-buffer-user-functions): Add :number custom type.
19648 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19650         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19651         argument in XEmacs.
19653         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19654         (nnrss-request-group): Decode group name first.
19655         (nnrss-request-article): Make a text/plain article if mml-to-mime
19656         failed.
19657         (nnrss-get-encoding): Return a compatible encoding according to
19658         nnrss-compatible-encoding-alist.
19659         (nnrss-find-el): Use consp instead of listp.
19660         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19662 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19664         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19665         which Emacs 20 doesn't support.
19666         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19668 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19670         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19671         silence the byte compiler inside the defun.
19673         * gnus-demon.el (parse-time-string): Add autoload.
19675         * gnus-delay.el (parse-time-string): Add autoload.
19677         * gnus-art.el (parse-time-string): Add autoload.
19679         * nnultimate.el (parse-time): Require for `parse-time-string'.
19681 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19683         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19685         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19687         * smime.el (smime-ldap-host-list): Add :version.
19689 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19691         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19692         pass it to `gnus-browse-read-group'.
19693         (gnus-browse-read-group): Add NUMBER argument and pass it to
19694         `gnus-group-read-ephemeral-group'.
19696         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19697         argument and pass it to `gnus-group-read-group'.
19699 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19701         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19702         mm-xemacs-find-mime-charset-1 if we have the mule feature
19703         available at runtime.
19705 2005-03-25  Werner Lemberg  <wl@gnu.org>
19707         * nnmaildir.el: Replace `illegal' with `invalid'.
19709 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19711         * gnus-start.el (gnus-display-time-event-handler):
19712         Check display-time-timer at runtime rather than only at load time
19713         in case display-time-mode is turned off in the mean time.
19715 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19717         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19718         used.
19720         * nneething.el (nneething-map-file-directory): Derive from
19721         `gnus-directory'.
19723         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19724         the To/Cc button.
19726 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19728         * nnmaildir.el (nnmaildir-request-accept-article):
19729         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19731 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19733         * gnus-async.el: Require timer-funcs at compile time when in
19734         XEmacs for `run-with-idle-timer'.
19736 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19738         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19739         autoloaded function.
19741 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19743         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19745 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19747         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19749 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19751         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19752         Add gnus-expert-user to default.
19754 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19756         * nnimap.el (nnimap-open-server): Ditto.
19758         * imap.el (imap-authenticate): Fix typo.
19760 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19762         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19763         buffer (since IMAP server might return FETCH response out of
19764         order, and the nntp buffer must be sorted).
19766 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19768         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19769         comparison on string.
19771         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19772         (gnus-agent-score): Rename category keywords to match gnus-cus.
19773         (gnus-agent-summary-fetch-series): Modify to protect against
19774         gnus-agent-summary-fetch-group clearing processable flags.
19775         (gnus-agent-synchronize-group-flags): Update live group buffer as
19776         synchronization may occur due to the user toggle the plugged
19777         status.
19778         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19779         successfully downloaded.
19780         (gnus-agent-expire-group-1): Avoid using markers when the overview
19781         is in ascending order; greatly improves performance.
19782         (gnus-agent-regenerate-group):
19783         Use gnus-agent-synchronize-group-flags to reset read status in both
19784         gnus and server.
19785         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19787 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19789         * message.el: Don't autoload former message-utils variables.
19790         (message-strip-subject-trailing-was): Change doc string.
19792         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19793         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19794         (nnweb-google-search): Add "hl=en" here.
19795         (nnweb-google-parse-1, nnweb-google-create-mapping):
19796         Don't hardcode URL.
19798 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19800         * message.el (message-get-reply-headers, message-followup):
19801         Mention related variables `message-use-followup-to' and
19802         `message-use-mail-followup-to', in the information buffer.
19804         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19805         of broken groups(-beta).google.com.
19807 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19809         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19810         parameter to invoked gnus-request-move-article; remove the
19811         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19812         all at once instead of once per article.
19813         (gnus-summary-remove-process-mark): Accept a list of articles as
19814         well as a single article for processing.
19816         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19817         parameter.
19819         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19821         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19823         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19824         parameter.
19826         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19827         parameter.
19829         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19830         parameter and remove the gnus-sum-hint-move-is-internal variable.
19832         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19833         parameter.
19835         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19836         parameter.
19838         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19839         parameter.
19841         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19843         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19844         parameter.
19846         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19847         parameter.
19849 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19851         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19852         a more conservative way.
19854 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19856         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19857         buffer, so it moves the window's cursor.
19859 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19861         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19862         `mm-dissect-multipart' and receive the from field as an (optional)
19863         argument from `mm-dissect-multipart'.
19864         (mm-dissect-multipart): Receive the from field as an argument and
19865         pass it on when we call `mm-dissect-buffer' on MIME parts.
19866         Fixes verification/decryption of signed/encrypted MIME parts.
19868 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19870         * gnus-sum.el (gnus-summary-move-article):
19871         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19872         whatever it calls (right now, only nnimap-request-move article
19873         respects it).
19875         * nnimap.el (nnimap-request-move-article):
19876         When gnus-sum-hint-move-is-internal is set, don't do the extra
19877         nnimap-request-article.
19879 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19881         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19883         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19884         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19886         * gnus-sum.el (gnus-summary-caesar-message):
19887         Apply `gnus-treat-article' after rotation.
19889         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19890         doc string.
19892 2005-02-22  Simon Josefsson  <jas@extundo.com>
19894         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19895         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19896         <arne@arnested.dk>.
19897         (encrypt): Add password-cache and password-cache-expiry as group
19898         members.
19900 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19902         * smime.el (smime-ldap-host-list): Doc fix.
19903         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19904         cache) password.
19905         (smime-sign-region): Use it.
19906         (smime-decrypt-region): Use it.
19907         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19908         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19909         fails.
19910         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19911         certificate from DER to PEM format rather than calling openssl.
19913         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19915         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19916         for signing/encryption.
19918         * mml.el (mml-parse-1): Use them.
19920 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19922         * nnrss.el (nnrss-verbose): Remove.
19923         (nnrss-request-group): Use `nnheader-message' instead.
19925 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19927         * nnrss.el (nnrss-verbose): New variable.
19928         (nnrss-request-group): Make it say nnrss is requesting a group.
19930 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19932         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19933         Handle news URL with given port correctly.
19935 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19937         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19938         containing special characters.
19940         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19942         * mml.el (mime-to-mml): Ditto.
19944         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19945         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19946         (rfc2047-decode-region): Quote decoded words containing special
19947         characters when rfc2047-quote-decoded-words-containing-tspecials
19948         is non-nil.
19950 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19952         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19954         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19956 2005-02-15  Simon Josefsson  <jas@extundo.com>
19958         * nnimap.el (nnimap-debug): Doc fix.
19960         * imap.el (imap-debug): Doc fix.
19962 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19964         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19966 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19968         * gnus.el (spam-contents): Improve docs for spam-contents
19969         parameter in its variable incarnation.
19971 2005-02-14  Simon Josefsson  <jas@extundo.com>
19973         * smime-ldap.el: Use require instead of load-library for ldap.
19974         (smime-ldap-search): Indent.
19975         (smime-ldap-search-internal): Shorten line.
19977         * smime.el (smime-cert-by-dns): Add doc-string.
19978         (smime-cert-by-ldap-1): Indent.
19980         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19981         mml-smime-get-dns-ldap.
19982         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19984 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19986         * smime.el: Require smime-ldap.
19987         (smime-ldap-host-list): New variable.
19988         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19990         * mml-smime.el (mml-smime-encrypt-query): New function.
19991         (mml-smime-encrypt-query): Use it.
19993         * smime-ldap.el: New file.
19995 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19997         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19999 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20001         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20002         argument in doc string.  Make query for type more clear.
20004 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20006         * gnus.el (gnus-group-startup-message): Search for gnus images in
20007         etc/images/gnus.
20008         * mm-util.el (mm-image-load-path): Likewise.
20009         * smiley.el (smiley-data-directory): Search for smilies in
20010         etc/images/smilies.
20012 2005-02-09  Kim F. Storm  <storm@cua.dk>
20014         Change Emacs release version from 21.4 to 22.1 throughout.
20015         Change Emacs development version from 21.3.50 to 22.0.50.
20017 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20019         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20021         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20022         non-Mule XEmacs as well.
20023         (mm-decompress-buffer): Signal an error intentionally if it does
20024         not decompress compressed data because auto-compression-mode is
20025         disabled.
20027 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20029         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20030         an ID in the registry even if it has no groups.
20032 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20034         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20035         merge it into mm-decompress-buffer.
20036         (gnus-mime-copy-part): Use the MIME part charset, the value which
20037         a user specified or gnus-newsgroup-charset for decoding, like
20038         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20039         save-buffer what was used.  Suggested by Kevin Ryde
20040         <user42@zip.com.au>.
20041         (gnus-mime-inline-part): Allow the name parameter as well as the
20042         filename parameter; force decompressing of compressed data; always
20043         display contents being not decoded as unibyte.
20045         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20046         as well as the filename parameter.
20048         * mm-util.el (mm-decompress-buffer):
20049         Merge gnus-mime-jka-compr-maybe-uncompress.
20050         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20051         of compressed data.
20053 2005-02-08  Simon Josefsson  <jas@extundo.com>
20055         * imap.el (imap-log): Doc fix.
20057 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20059         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20060         the coding cookies; decompress compressed parts.
20062         * mml.el (mml-generate-mime-1): Add the charset parameter according
20063         to the value which a user specified manually or the coding cookie.
20065         * mm-util.el (mm-string-to-multibyte): New function.
20066         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20067         (mm-coding-system-to-mime-charset): New function.
20068         (mm-decompress-buffer): New function.
20069         (mm-find-buffer-file-coding-system): New function.
20071         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20072         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20073         parts.
20075 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20077         * mm-view.el (mm-display-inline-fontify): Decode a part according
20078         to the charset parameter.
20080 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20082         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20083         prefix arg is neither nil nor a number, as info specifies.
20085 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20087         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20088         timestamps.
20090 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20092         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20093         groups error checking and notify user.
20095 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20097         * message.el (message-send-mail-function): Check existence of
20098         sendmail-program first before using default value
20099         `message-send-mail-with-sendmail'.  Otherwise use more generic
20100         `smtpmail-send-it'.
20102 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20104         * nntp.el (nntp-request-update-info): Always return nil.
20106 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20108         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20110 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20112         * message.el (message-beginning-of-line): Change the behavior when
20113         invoked between BOL and : so that it first moves backward.
20115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20117         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20118         article buffer when editing of the article is discarded.
20119         (gnus-article-prepare): Revert.
20121 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20123         * gnus-art.el (gnus-article-prepare):
20124         Remove message-strip-forbidden-properties from the local hook.
20126 2005-01-27  Simon Josefsson  <jas@extundo.com>
20128         * password.el (password-cache-add): Only start one timer per key.
20129         Reported by Derek Atkins <warlord@MIT.EDU>.
20131 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20133         * run-at-time.el: Remove.  It is no longer needed as
20134         timer-funcs.el in the xemacs-base package has a working version of
20135         `run-at-time'.
20137         * password.el: Require timer-funcs instead of run-at-time in
20138         XEmacs.
20139         Remove `password-run-at-time' macro.
20140         (password-cache-add): Use `run-at-time' instead of
20141         `password-run-at-time'.
20143         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20144         for `run-with-idle-timer'.
20146         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20147         for `run-at-time'.
20149         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20150         for `with-timeout'.
20152 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20154         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20155         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20157 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20159         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20160         sensitively.
20162 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20164         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20166 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20168         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20169         which will be inserted according to the multibyteness of a buffer
20170         rather than the type of contents.  Suggested by ARISAWA Akihiro
20171         <ari@mbf.ocn.ne.jp>.
20173         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20174         of string which old xml.el may return rather than a string.
20176 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20178         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20180 2005-01-16  Simon Josefsson  <jas@extundo.com>
20182         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20183         idn/idna.el isn't available.
20184         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20185         <michael@waxrat.com>.
20187         * hashcash.el: Remove non-FSF copyright header.
20189         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20190         (hashcash-generate-payment): Use it.
20191         (hashcash-generate-payment-async): Use it.
20193 2005-01-15  Simon Josefsson  <jas@extundo.com>
20195         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20196         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20198         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20199         gnus-summary-idna-message.
20200         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20201         (gnus-summary-idna-message): New function.
20203 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20205         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20206         gnus-novice-user.
20208 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20210         * nnrss.el (nnrss-request-delete-group): Delete entries in
20211         nnrss-group-alist as well.
20212         (nnrss-save-server-data): Insert newline.
20214 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20216         * gnus.el (gnus-user-agent): Use list of symbols instead of
20217         symbols.  Display full version number for (S)XEmacs.
20218         Optionally display (S)XEmacs codename.
20220         * gnus-util.el (gnus-emacs-version): Update for new
20221         `gnus-user-agent'.
20223         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20224         Gnus version.
20226 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20228         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20229         which is unreadable in some setups.
20231 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20233         * gnus-spec.el (gnus-update-format-specifications): Flush the
20234         group format spec cache if it doesn't support decoded group names.
20236 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20238         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20239         Allow to apply decay on score files matching a regexp.
20241 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20243         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20244         compatibility in %g and %c.
20246 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20248         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20249         name for only %g and %c.
20250         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20251         of gnus-tmp-group to decoded group name.
20252         (gnus-group-make-rss-group): Exclude `/'s from group names.
20254 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20256         * nnrss.el (nnrss-get-encoding): Fix regexp.
20258 2004-12-27  Simon Josefsson  <jas@extundo.com>
20260         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20261         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20262         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20264 2004-12-17  Kim F. Storm  <storm@cua.dk>
20266         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20268         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20270 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20272         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20274 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20276         * nnrss.el: Require rfc2047 and mml.
20277         (nnrss-file-coding-system): New variable.
20278         (nnrss-format-string): Redefine it as an inline function.
20279         (nnrss-decode-group-name): New function.
20280         (nnrss-string-as-multibyte): Remove.
20281         (nnrss-retrieve-headers): Decode group name; don't use
20282         nnrss-format-string.
20283         (nnrss-request-group): Decode group name.
20284         (nnrss-request-article): Decode group name; allow a Message-ID as
20285         well as an article number; don't use nnrss-format-string; encode a
20286         Message-ID string which may contain non-ASCII characters; use
20287         mml-to-mime to compose a MIME article.
20288         (nnrss-request-expire-articles): Decode group name.
20289         (nnrss-request-delete-group): Decode group name.
20290         (nnrss-fetch): Clarify error message.
20291         (nnrss-read-server-data): Use insert-file-contents instead of load;
20292         bind file-name-coding-system; use multibyte buffer.
20293         (nnrss-save-server-data): Bind coding-system-for-write to the
20294         value of nnrss-file-coding-system; bind file-name-coding-system;
20295         add coding cookie.
20296         (nnrss-read-group-data): Use insert-file-contents instead of load;
20297         bind file-name-coding-system; use multibyte buffer.
20298         (nnrss-save-group-data): Bind coding-system-for-write to the
20299         value of nnrss-file-coding-system; bind file-name-coding-system.
20300         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20301         make it work with non-ASCII text.
20302         (nnrss-find-el): Make it work with old xml.el as well.
20304 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20306         * nnrss.el (nnrss-get-encoding): New function.
20307         (nnrss-fetch): Use unibyte buffer initially; bind
20308         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20309         decode contents according to the encoding attribute.
20310         (nnrss-save-group-data): Add coding cookie.
20311         (nnrss-mime-encode-string): New function.
20312         (nnrss-check-group): Use it to encode subject and author.
20314 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20316         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20317         imaginary variable.
20319 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20321         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20322         correctly even if there are wide characters.
20324 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20326         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20327         downcased symbol names; make a new cache instead of reusing
20328         bbdb-hashtable.
20330 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20332         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20333         concatenating segments rather than before concatenating them.
20334         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20336         * message.el (message-get-reply-headers): Bind `extra'.
20338 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20340         * message.el (message-extra-wide-headers): New variable.
20341         (message-get-reply-headers): Use it.
20343 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20345         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20346         (gnus-agent-group-pathname): Ditto.
20348         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20350         * gnus-group.el (gnus-group-make-group): Decode group name.
20351         (gnus-group-make-rss-group): Register the group data after opening
20352         the nnrss group.
20354 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20356         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20357         by expiry now get marked as read.
20359 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20361         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20363 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20365         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20366         unify Latin characters in XEmacs.
20367         (mm-find-mime-charset-region): Use it.
20369 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20371         * gnus-util.el (gnus-delete-directory): New function.
20373         * gnus-agent.el (gnus-agent-delete-group): Use it.
20375         * gnus-cache.el (gnus-cache-delete-group): Use it.
20377 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20379         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20380         names.
20382 2004-12-16  Simon Josefsson  <jas@extundo.com>
20384         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20386 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20388         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20390         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20391         (gnus-group-set-current-level): Decode group name.
20393 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20395         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20396         failed.
20398 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20400         * gnus-group.el (gnus-group-delete-group): Decode group name.
20401         (gnus-group-make-rss-group): Encode group name.
20402         (gnus-group-catchup-current): Decode group name.
20403         (gnus-group-kill-group): Decode group name.
20405 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20407         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20409 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20411         * gnus-group.el (gnus-group-make-rss-group):
20412         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20414         * gnus-start.el (gnus-setup-news): Honor user's setting to
20415         gnus-message-archive-method.  Suggested by Lute Kamstra
20416         <lute@gnu.org>.
20418 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20420         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20421         global counterparts of the buffer-local variables.
20423 2004-11-16  Romain Francoise  <romain@orebokech.com>
20425         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20426         counterparts of the buffer-local variables.
20428 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20430         * message.el (message-forbidden-properties): Fix typo in doc
20431         string.
20433 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20435         * gnus-util.el (gnus-replace-in-string): Add doc string.
20437         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20438         to avoid problems when splitting mails with many recipients.
20440 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20442         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20443         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20445 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20447         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20448         if there is no hashtable in memory or file modification time is
20449         newer than cached timestamp.
20451 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20453         * gnus-sum.el (gnus-summary-limit-to-recipient):
20454         Implement not-matching option.
20456 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20458         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20459         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20460         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20461         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20462         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20463         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20465 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20467         * message.el (message-forward-make-body-mml): Remove headers
20468         according to message-forward-ignored-headers if a message is decoded.
20470 2004-12-02  Romain Francoise  <romain@orebokech.com>
20472         * message.el (message-forward-make-body-plain): Always remove
20473         headers according to message-forward-ignored-headers.
20475 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20477         * spam.el (spam-summary-prepare-exit): Remove the
20478         gnus-summary-limit pop for now, it has problems with ham marks for
20479         me.
20481 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20483         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20484         correctly.
20486 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20488         * format-spec.el (format-spec): Message the char.
20490 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20492         * gnus-art.el (gnus-split-methods): Reformat comments.
20494         * spam.el (spam-summary-prepare-exit): Remove article limits
20495         before exiting the summary buffer.
20497 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20499         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20500         order to silence the byte compiler.
20502         * spam.el: Fix the way to silence the byte compiler, which
20503         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20504         bbdb-search-simple, spam-BBDB-register-routine,
20505         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20506         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20507         spam-stat-buffer-is-spam, spam-stat-load,
20508         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20509         spam-stat-save and spam-stat-split-fancy.
20511 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20513         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20514         which may confuse users.
20515         (canlock-password-for-verify): Ditto.
20517         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20519         * gnus-art.el (gnus-emphasis-alist): Ditto.
20521         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20523         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20525         * gnus-start.el (gnus-save-killed-list): Ditto.
20527         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20528         (gnus-sum-thread-tree-root): Ditto.
20529         (gnus-sum-thread-tree-false-root): Ditto.
20530         (gnus-sum-thread-tree-single-indent): Ditto.
20532         * message.el (message-courtesy-message): Ditto.
20533         (message-archive-note): Ditto.
20534         (message-subscribed-address-file): Ditto.
20535         (message-user-fqdn): Ditto.
20537         * spam-report.el (spam-report-gmane-regex): Ditto.
20539         * spam.el (spam-blackhole-good-server-regex): Ditto.
20541 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20543         * mml.el (mml-preview): Widen the message buffer before copying
20544         the contents to the preview buffer; sort headers before previewing.
20546         * message.el (message-hidden-headers): Fix the way to avoid a bug
20547         in the `repeat' widget in Emacs 21.3 or earlier.
20549 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20551         * message.el (message-hidden-headers): Default to "^References:".
20552         Improve customization type.  Suggested by Reiner Steib
20553         <Reiner.Steib@gmx.de>.
20555 2004-11-25  Romain Francoise  <romain@orebokech.com>
20557         * message.el (message-strip-forbidden-properties): Remove check for
20558         obsolete `message-hidden' text property, hidden headers are not
20559         accessible in the buffer anymore.
20561 2004-11-22  Romain Francoise  <romain@orebokech.com>
20563         * message.el (message-header-format-alist): Add `From' in list
20564         so that it can be sorted.
20565         (message-fix-before-sending): Widen and sort headers before
20566         sending.
20567         (message-hide-headers): Use narrowing to hide headers by moving
20568         them to the top of the buffer and narrowing to the region
20569         underneath.
20571 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20573         * message.el (message-strip-forbidden-properties):
20574         Bind buffer-read-only (etc) to nil.
20576 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20578         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20579         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20581 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20583         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20585 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20587         * dns.el (query-dns): Use sit-for to time instead of
20588         accept-process-output, since that doesn't seem to work on udp
20589         sockets.
20591 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20593         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20595 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20597         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20598         doc string.  Improve doc string.
20600 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20602         * nntp.el (nntp-request-update-info): Return nil if
20603         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20604         may not call gnus-activate-group which uselessly issues the GROUP
20605         commands for all nntp groups and wastes time.  Reported by Romain
20606         Francoise <romain@orebokech.com>.
20608         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20610 2004-11-15  Simon Josefsson  <jas@extundo.com>
20612         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20613         headers separately.
20614         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20615         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20617 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20619         * gnus-start.el (gnus-convert-old-newsrc):
20620         Assign legacy-gnus-agent to 5.10.7.
20622 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20624         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20625         start of the lines.
20627 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20629         * hashcash.el (hashcash-default-payment): Change default to 20.
20630         (hashcash-default-accept-payment): Change default to 20.
20631         (hashcash-process-alist): New variable.
20632         (hashcash-generate-payment-async): Add.
20633         (hashcash-already-paid-p): Add.
20634         (hashcash-insert-payment): Don't generate payments twice.
20635         (hashcash-insert-payment-async): Add.
20636         (hashcash-insert-payment-async-2): Add.
20637         (hashcash-cancel-async): Add.
20638         (hashcash-wait-async): Add.
20639         (hashcash-processes-running-p): Add.
20640         (hashcash-wait-or-cancel): Add.
20641         (mail-add-payment): New optional argument.  Conditionally start
20642         asynchronous calculation.
20643         (mail-add-payment-async): Add.
20645         * message.el (message-send-mail): Wait for asynchronous hashcash
20646         results.  Don't clobber existing X-Hashcash headers.
20647         (message-setup-1): Call mail-add-payment-async when
20648         message-generate-hashcash is non-nil.
20650 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20652         * message.el (message-use-alternative-email-as-from): Examine the
20653         From header as well; use message-make-from in order to include a
20654         user's full name.
20656 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20658         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20659         default; improve customization type.
20660         (gnus-emphasis-custom-with-format): New macro.
20661         (gnus-emphasis-custom-value-to-external): New function.
20662         (gnus-emphasis-custom-value-to-internal): New function.
20664 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20666         * dns.el (query-dns): Resolve reverse addresses.
20668 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20670         * gnus-group.el (gnus-group-get-new-news): Use it.
20672         * gnus-start.el (gnus-check-reasonable-setup): New function.
20674 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20676         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20677         "Args out of range" error.  Reported by Arnaud Giersch
20678         <arnaud.giersch@free.fr>.
20680 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20682         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20684 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20686         * spam.el (spam group): Add :version.
20688         * pgg-def.el (pgg group): Add :version.
20690 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20692         * gnus-art.el (gnus-article-edit-article): Don't associate the
20693         article buffer with a draft file.  This is a temporary measure
20694         against the 2004-08-22 change to gnus-article-edit-mode.
20696 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20698         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20699         (html2text-format-tags): Remove unused variable `attr'.
20701 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20703         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20705         * spam-stat.el (spam-stat): Add :version.
20707         * sieve.el (sieve): Add :version.
20709         * sha1.el (sha1): Add :version.
20710         (sha1-use-external): Remove redundant version.
20712         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20713         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20714         (nnmail-split-fancy-match-partial-words)
20715         (nnmail-split-lowercase-expanded): Add :version.
20717         * nndiary.el (nndiary): Add :version.
20719         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20721         * mml-sec.el (mml-default-sign-method)
20722         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20723         Add :version.
20725         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20727         * mm-url.el (mm-url-use-external, mm-url-program)
20728         (mm-url-arguments): Add :version.
20730         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20731         (mm-attachment-file-modes, mm-decrypt-option)
20732         (mm-w3m-safe-url-regexp): Add :version.
20734         * message.el (message-cite-prefix-regexp)
20735         (message-sendmail-envelope-from, message-minibuffer-local-map)
20736         (message-user-fqdn, message-completion-alist): Add :version.
20738         * gnus-win.el (gnus-configure-windows-hook)
20739         (gnus-use-frames-on-any-display): Add :version.
20741         * gnus-art.el (gnus-article-address-banner-alist)
20742         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20743         (gnus-treat-from-picon, gnus-treat-mail-picon)
20744         (gnus-treat-x-pgp-sig): Add :version.
20746         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20747         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20748         (gnus-summary-article-delete-hook)
20749         (gnus-summary-display-while-building): Add :version.
20751         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20752         (gnus-get-top-new-news-hook): Add :version.
20754         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20755         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20757         * gnus-registry.el (gnus-registry): Add :version.
20759         * gnus-spec.el (gnus-use-correct-string-widths)
20760         (gnus-make-format-preserve-properties): Add :version.
20762         * gnus.el (gnus-group-charter-alist)
20763         (gnus-group-fetch-control-use-browse-url)
20764         (gnus-install-group-spam-parameters): Add :version.
20766         * gnus-diary.el (gnus-diary): Add :version.
20768         * gnus-delay.el (gnus-delay): Add :version.
20770         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20771         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20772         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20773         Add :version.
20775         * gnus-agent.el (gnus-agent-max-fetch-size)
20776         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20777         (gnus-agent-prompt-send-queue): Add :version.
20779         * deuglify.el (gnus-outlook-deuglify): Add :version.
20781         * html2text.el: Beautify code.  Improve doc strings.
20782         Some checkdoc cleanup.
20783         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20785 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20787         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20789 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20791         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20792         when package is loaded.
20794         * spam.el (spam-summary-score-preferred-header): Add global preference
20795         for people who want to override the default SpamAssassin over
20796         Bogofilter preference (when both are set).
20797         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20798         (spam-user-format-function-S):
20799         Check spam-summary-score-preferred-header.
20800         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20801         (spam-user-format-function-S): Format the score correctly.
20803 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20805         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20806         signature file.  Suggested by Manoj Srivastava
20807         <srivasta@golden-gryphon.com>.
20809         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20810         iso-2022-jp even in the Japanese language environment.
20811         Suggested by Jason Rumney <jasonr@gnu.org>.
20813 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20815         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20816         use the same characters as the dummy marks; make it free from
20817         getting affected by the language environment.
20818         (gnus-summary-read-group-1): Update mark positions only when the
20819         format spec is updated.
20821         * gnus-spec.el (gnus-update-format-specifications): Return a list
20822         of updated types.
20824 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20826         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20827         of boundp to check if display-warning is available.
20829 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20831         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20833 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20835         * nnspool.el (nnspool-spool-directory): Use news-path if the
20836         news-directory variable is not bound.
20838         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20839         function instead of display-warning if it is not available.
20841 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20843         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20844         v5-10: Use `point-at-bol'.
20846 2004-10-26  Simon Josefsson  <jas@extundo.com>
20848         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20849         <chenggao@gmail.com>.
20851 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20853         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20854         instead.
20856 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20858         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20859         to remove a server from the nnimap-server-buffer-alist.
20860         (nnimap-open-connection, nnimap-close-server): Use it.
20862         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20864 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20866         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20867         running the major-mode function.
20869 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20871         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20872         dummy marks in the right way.
20874 2004-10-18  David Edmondson  <dme@dme.org>
20876         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20877         excessively.
20879 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20881         * gnus-util.el (gnus-split-references): Accept a nil references
20882         string and go on blissfully.
20884         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20885         cases where the references string is non-nil but has no references.
20887         * encrypt.el: Add autoload tags.
20889         * spam.el (spam-resolve-registrations-routine): Remove article
20890         from unregistration list too.  Reported by David Hanak
20891         <dhanak@isis.vanderbilt.edu>
20893 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20895         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20896         nil.  Change custom type.
20898 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20900         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20902         * gnus-sum.el (gnus-summary-move-article): Use it.
20904 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20906         * encrypt.el: Add autoload cookies.
20908         * spam.el (spam-backend-article-list-property)
20909         (spam-backend-get-article-todo-list)
20910         (spam-backend-put-article-todo-list)
20911         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20912         Resolve registrations separately.
20913         (spam-register-routine): Format comments.
20914         (spam-unregister-routine, spam-register-routine): Always call with
20915         specific-articles, no default list.
20916         (spam-summary-prepare-exit): Use the spam-classifications function.
20918         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20919         gnus-encrypt.el.
20921         * encrypt.el: Copied from gnus-encrypt.el.
20923         * gnus-encrypt.el: Commented that it's obsolete.
20925 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20927         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20928         (gnus-score-save): Use it.
20930         * message.el (message-bury): Use `window-dedicated-p'.
20932 2004-10-15  Simon Josefsson  <jas@extundo.com>
20934         * pop3.el (top-level): Don't require nnheader.
20935         (pop3-read-timeout): Add.
20936         (pop3-accept-process-output): Add.
20937         (pop3-read-response, pop3-retr): Use it.
20939 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20941         * spam.el (spam-register-routine): Move comment.
20942         (spam-verify-bogofilter): Use 'unknown for the initial
20943         spam-bogofilter-valid state, not 'never.
20945         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20946         for netrc-machine.
20948         * nnimap.el (nnimap-open-connection):
20949         Use netrc-machine-user-or-password.
20951 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20953         * gnus-registry.el (gnus-registry-unload-hook):
20954         Set as a variable with add-hook.
20956         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20957         of news-path.
20959         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20961         * spam.el: Delete duplicate `provide'.
20962         (spam-unload-hook): Set as a variable with add-hook.
20964 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20966         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20967         in the doc string.
20969         * message.el (message-ignored-news-headers)
20970         (message-ignored-supersedes-headers)
20971         (message-ignored-resent-headers)
20972         (message-forward-ignored-headers): Improve custom type.
20974 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20976         * message.el (message-tokenize-header): Fix 2004-09-06 change
20977         which used point-min in the wrong place.
20979 2004-10-12  Simon Josefsson  <jas@extundo.com>
20981         * tls.el (tls-certtool-program): New variable.
20982         (tls-certificate-information): New function, based on
20983         ssl-certificate-information.
20985 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20987         * compface.el: Move the version of ELisp-based uncompface program
20988         to the contrib directory because of the copyright problem.
20990 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20992         * message.el (message-kill-buffer): Raise the current frame.
20994 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20996         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20998         * gnus.el (message-y-or-n-p): Autoload.
21000         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21001         (pop3-password-required, pop3-authentication-scheme)
21002         (pop3-leave-mail-on-server): Make customizable.
21003         (pop3): New custom group.
21004         (pop3-retr): Remove `sleep-for' statements.
21005         Suggested by Dave Love <fx@gnu.org>.
21007         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21008         Windows/DOS.
21010         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21011         (imap-parse-body): Fix incorrect use of `assert'.
21012         Suggested by Dave Love <fx@gnu.org>.
21014         * mml.el (mml-minibuffer-read-disposition): Require match.
21015         Suggested by Dave Love <fx@gnu.org>.
21017 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21019         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21020         doc string.
21022 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21024         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21026 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21028         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21029         instead of calling `mm-insert-inline', to decode text/* parts
21030         before displaying them.
21032 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21034         * mm-uu.el (mm-uu-text-plain-type): New variable.
21035         (mm-uu-pgp-signed-extract-1): Use it.
21036         (mm-uu-pgp-encrypted-extract-1): Use it.
21037         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21038         bind mm-uu-text-plain-type with that value.
21039         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21040         mm-uu-dissect.
21042 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21044         * gnus-group.el (gnus-update-group-mark-positions):
21045         * gnus-sum.el (gnus-update-summary-mark-positions):
21046         * message.el (message-check-news-body-syntax):
21047         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21048         of string-as-multibyte.
21050 2004-10-05  Juri Linkov  <juri@jurta.org>
21052         * gnus-group.el (gnus-update-group-mark-positions):
21053         * gnus-sum.el (gnus-update-summary-mark-positions):
21054         * message.el (message-check-news-body-syntax):
21055         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21056         8-bit unibyte values to a multibyte string for search functions.
21058 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21060         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21061         (mm-uu-dissect-text-parts): New function.
21063         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21064         dissect text parts.
21066         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21067         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21069         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21071         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21072         Use gnus-current-topics instead of gnus-current-topic.
21074 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21076         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21078 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21080         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21081         where appropriate.
21083         * nnml.el (nnml-generate-active-info): do.
21085         * nndiary.el (nndiary-generate-active-info): do.
21087         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21088         (gnus-topic-move): do.
21090         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21091         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21093         * gnus-srvr.el (gnus-server-prepare)
21094         (gnus-server-open-all-servers): do.
21096         * gnus-msg.el (gnus-summary-cancel-article)
21097         (gnus-summary-resend-message)
21098         (gnus-summary-mail-crosspost-complaint): do.
21100         * gnus-move.el (gnus-change-server): do.
21102         * gnus-group.el (gnus-group-unmark-all-groups)
21103         (gnus-group-set-current-level): do.
21105 2004-10-04  Simon Josefsson  <jas@extundo.com>
21107         * message.el (message-generate-hashcash): Doc fix.
21109 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21111         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21112         avoid infinite recursion via gnus-get-function.
21114 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21116         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21118         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21120         * nnmail.el (nnmail-split-history): do.
21122         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21123         (nnml-request-delete-group): do.
21125         * nnslashdot.el (nnslashdot-read-groups): do.
21127         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21128         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21130         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21131         (nnspool-sift-nov-with-sed): Use last.
21132         (nnspool-retrieve-headers-with-nov): Use mapc.
21133         (nnspool-request-newgroups): Use dolist.
21134         (nnspool-request-group): Use last.
21136         * nntp.el (nntp-read-server-type): Use dolist.
21138         * nnvirtual.el (nnvirtual-create-mapping)
21139         (nnvirtual-update-read-and-marked): Use dolist.
21140         (nnvirtual-convert-headers): Simplify.
21142 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21144         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21145         Add support for sync'ing tick marks.
21147 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21149         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21150         there's no visible header.
21152 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21154         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21155         When necessary, pass full group name to gnus-request-set-marks.
21157 2004-10-01  Simon Josefsson  <jas@extundo.com>
21159         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21160         acroread.
21162 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21164         * spam-report.el (spam-report-gmane): Fix interactive.
21166         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21168         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21169         when writing file.
21170         (gnus-agent-synchronize-flags): Don't default to being
21171         interactive.
21173 2004-09-30  Simon Josefsson  <jas@extundo.com>
21175         * message.el (message-generate-hashcash): Add.
21176         (message-send-mail): Use it, call mail-add-payment.
21178 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21180         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21182 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21184         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21185         gnus-request-update-info with explicit code to sync the in-memory
21186         info read flags with the marks being sync'd to the backend.
21188         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21190 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21192         * spam.el (spam-verify-bogofilter): Add new function.
21193         (spam-check-bogofilter)
21194         (spam-bogofilter-register-with-bogofilter): Use it.
21195         (spam-verify-bogofilter): Add small fixes.
21197 2004-09-28  Simon Josefsson  <jas@extundo.com>
21199         * hashcash.el (hashcash-generate-payment): Revert.
21201 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21203         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21204         Use gnus-extract-references instead of gnus-split-references.
21206         * gnus-util.el (gnus-extract-references): Add new function, analogous
21207         to gnus-split-references but extracts only the message-ID without
21208         anything extra.
21210         * hashcash.el (hashcash-generate-payment)
21211         (hashcash-check-payment): Do the right thing if hashcash-path is
21212         nil (because the hashcash program could not be found).
21214         * spam.el (spam-use-hashcash): Remove comment.
21216 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21218         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21219         (gnus-cache-enter-article, gnus-cache-remove-article)
21220         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21222         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21224         * gnus-art.el (article-hide-boring-headers)
21225         (article-translate-strings, article-display-face)
21226         (gnus-article-mime-match-handle-first)
21227         (gnus-article-highlight-headers)
21228         (gnus-article-add-buttons-to-head): do.
21230 2004-09-27  Simon Josefsson  <jas@extundo.com>
21232         * hashcash.el: New version, from
21233         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21234         ../contrib/.
21236 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21238         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21240 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21242         * gnus-dup.el (gnus-dup-open): Use mapc.
21243         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21245         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21246         Reported by Stefan Wiens <s.wi@gmx.net>.
21248         * gnus.el (gnus-shutdown): Use dolist.
21250         * gnus-undo.el (gnus-undo): Use mapc.
21252         * nnrss.el (nnrss-generate-active): do.
21254         * message.el (message-cite-original-without-signature)
21255         (message-cite-original): Use mapc.
21256         (message-do-actions, message-make-forward-subject): Use dolist.
21258 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21260         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21261         deletion to remove entire duplicate line.  Fixes merged article
21262         number bug.
21264 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21266         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21267         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21268         first ask if you want to open a server and then, even when you
21269         responded with no, asking if you want to synchronize the server's
21270         flags.
21271         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21272         multi-line expressions.
21273         (gnus-agent-synchronize-group-flags): New internal function.
21274         Updates marks in memory (in the info structure) AND in the
21275         backend.
21277         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21279         * nnagent.el (nnagent-request-set-mark):
21280         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21281         method, to ensure that synchronization updates marks in the
21282         backend and in the info (in memory) structure.
21284 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21286         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21287         convention fully; don't miss the root article of a thread; make
21288         the X-Draft-From header with correct article numbers.
21290 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21292         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21293         unless plugged.  Disable the agent so that an open failure causes
21294         an error.
21296         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21297         Revert 2004-09-21 change.  The backend must be opened while
21298         synchronizing flags even when the backend stores the flags
21299         locally.
21301 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21303         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21304         in `header' match.  Reported by Svend Tollak Munkejord.
21306         * message.el (message-cite-original): Fix use of
21307         `message-cite-articles-with-x-no-archive'.
21309 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21311         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21312         (gnus-window-to-buffer): Ditto.
21314         * mml.el (mml-preview-buffer): New variable.
21315         (mml-preview): Manage window layout with gnus-buffer-configuration.
21317         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21318         X-Draft-From header even if those articles aren't quoted.
21320 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21322         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21323         (gnus-request-set-mark, gnus-request-update-mark): Use new
21324         g-s-t-u-l-m to decide to use backend even when unplugged.
21326 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21328         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21329         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21331 2004-09-20  Simon Josefsson  <jas@extundo.com>
21333         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21334         "utf-16-le".
21336 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21338         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21340 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21342         * uudecode.el (uudecode-use-external): Add :version.
21344         * smime.el (smime-CA-file, smime-encrypt-cipher)
21345         (smime-dns-server): Add :version.
21347         * smiley.el (gnus-smiley-file-types): Add :version.
21349         * sha1.el (sha1-use-external): Add :version.
21351         * pgg-def.el (pgg-query-keyserver): Add :version.
21353         * nnmail.el (nnmail-fancy-expiry-targets)
21354         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21355         Add :version.
21357         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21358         (nnimap-retrieve-groups-asynchronous): Add :version.
21359         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21361         * mml.el (mml-content-disposition-parameters)
21362         (mml-insert-mime-headers-always): Add :version.
21364         * mm-util.el (mm-coding-system-priorities): Add :version.
21366         * mm-decode.el (mm-inline-text-html-with-images)
21367         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21368         (mm-verify-option): Add :version.
21369         (mm-text-html-renderer): Change :version.
21371         * message.el (message-fcc-externalize-attachments)
21372         (message-required-headers, message-draft-headers)
21373         (message-subject-trailing-was-query)
21374         (message-subject-trailing-was-ask-regexp)
21375         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21376         (message-mark-insert-end, message-archive-header)
21377         (message-archive-note, message-cross-post-default)
21378         (message-cross-post-note, message-followup-to-note)
21379         (message-cross-post-note-function, message-use-mail-followup-to)
21380         (message-subscribed-address-functions)
21381         (message-subscribed-address-file, message-subscribed-addresses)
21382         (message-subscribed-regexps, message-allow-no-recipients)
21383         (message-yank-cited-prefix, message-signature-insert-empty-line)
21384         (message-hidden-headers, message-hierarchical-addresses)
21385         (message-mail-user-agent, message-use-idna)
21386         (message-valid-fqdn-regexp)
21387         (message-strip-special-text-properties, message-header-synonyms)
21388         (message-beginning-of-line, message-tab-body-function): Add :version.
21389         (message-insert-canlock, message-wide-reply-confirm-recipients):
21390         Change :version.
21392         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21393         and :version.
21394         (mail-source-delete-old-incoming-confirm)
21395         (mail-source-movemail-program): Add :version.
21397         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21398         (gnus-agent-cache, gnus-agent): Change :version.
21400         * gnus-util.el (gnus-use-byte-compile): Change :version.
21402         * gnus-sum.el (gnus-summary-make-false-root-always)
21403         (gnus-summary-default-high-score)
21404         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21405         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21406         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21407         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21408         (gnus-sum-thread-tree-single-indent)
21409         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21410         (gnus-sum-thread-tree-leaf-with-other)
21411         (gnus-sum-thread-tree-single-leaf): Add :version.
21412         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21413         (gnus-article-loose-mime): Change :version.
21415         * gnus-start.el (gnus-backup-startup-file)
21416         (gnus-save-startup-file-via-temp-buffer): Add :version.
21418         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21419         (gnus-server-offline-face): Add :version.
21421         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21423         * gnus-msg.el (gnus-gcc-externalize-attachments)
21424         (gnus-debug-files, gnus-debug-exclude-variables)
21425         (gnus-discouraged-post-methods): Change :version.
21426         (gnus-confirm-mail-reply-to-news)
21427         (gnus-confirm-treat-mail-like-news): Add :version.
21429         * gnus-int.el (gnus-server-unopen-status): Add :version.
21431         * gnus-group.el (gnus-group-jump-to-group-prompt)
21432         (gnus-large-ephemeral-newsgroup)
21433         (gnus-fetch-old-ephemeral-headers): Add :version.
21435         * gnus-fun.el (gnus-x-face-directory)
21436         (gnus-convert-pbm-to-x-face-command)
21437         (gnus-convert-image-to-x-face-command)
21438         (gnus-convert-image-to-face-command): Add :version.
21440         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21442         * gnus-cite.el (gnus-cite-blank-line-after-header)
21443         (gnus-article-boring-faces): Add :version.
21445         * gnus-art.el (gnus-buttonized-mime-types)
21446         (gnus-inhibit-mime-unbuttonizing)
21447         (gnus-treat-display-face)
21448         (gnus-treat-body-boundary): Change :version.
21449         (gnus-body-boundary-delimiter, gnus-picon-databases)
21450         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21451         (gnus-treat-date-english, gnus-treat-fold-headers)
21452         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21453         (gnus-treat-mail-picon, gnus-treat-wash-html)
21454         (gnus-article-encrypt-protocol)
21455         (gnus-use-idna, gnus-article-over-scroll)
21456         (gnus-mime-display-multipart-alternative-as-mixed)
21457         (gnus-mime-display-multipart-related-as-mixed)
21458         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21459         (gnus-ctan-url, gnus-button-ctan-handler)
21460         (gnus-button-handle-ctan-bogus-regexp)
21461         (gnus-button-ctan-directory-regexp)
21462         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21463         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21464         (gnus-button-man-level, gnus-button-emacs-level)
21465         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21467         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21468         (gnus-agent-go-online): Change :version.
21469         (gnus-agent-expire-unagentized-dirs)
21470         (gnus-agent-auto-agentize-methods): Add :version.
21472         * flow-fill.el (fill-flowed-display-column)
21473         (fill-flowed-encode-column): Add :version.
21475         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21476         (gnus-outlook-deuglify-unwrap-max)
21477         (gnus-outlook-deuglify-cite-marks)
21478         (gnus-outlook-deuglify-unwrap-stop-chars)
21479         (gnus-outlook-deuglify-no-wrap-chars)
21480         (gnus-outlook-deuglify-attrib-cut-regexp)
21481         (gnus-outlook-deuglify-attrib-verb-regexp)
21482         (gnus-outlook-deuglify-attrib-end-regexp)
21483         (gnus-outlook-display-hook): Add :version.
21485         * binhex.el (binhex-use-external): Add :version.
21487 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21489         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21490         and `invisible'.
21492 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21494         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21495         in gnus-registry-trim.
21497 2004-09-13  Simon Josefsson  <jas@extundo.com>
21499         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21501         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21503         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21504         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21505         <yamaoka@jpl.org>.
21506         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21507         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21508         <yamaoka@jpl.org>.
21510         * sieve.el (sieve-manage-mode): Ditto.
21512 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21514         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21516 2004-09-11  Simon Josefsson  <jas@extundo.com>
21518         * dns-mode.el: Add.
21520         * mm-view.el (mm-display-dns-inline): Add.
21522         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21523         (mm-automatic-display): Ditto.
21525         * mailcap.el (mailcap-mime-data): Add text/dns.
21526         (mailcap-mime-extensions): Map .soa to text/dns.
21528 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21530         * gnus-art.el (article-decode-mime-words, article-babel)
21531         (gnus-article-highlight-signature, gnus-article-add-buttons)
21532         (gnus-signature-toggle): Remove unnecessary bindings of
21533         `inhibit-read-only' inherited from v5.10 merge.
21535 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21537         * nntp.el (nntp): New customization group.
21538         (nntp-authinfo-file): Add customization group.
21540         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21542         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21544         * gnus.el (to-address, to-list, subscribed)
21545         (large-newsgroup-initial): Ditto.
21547         * flow-fill.el (fill-flowed-display-column)
21548         (fill-flowed-encode-column): Ditto.
21550 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21552         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21553         Use point-min rather than 1.
21554         (message-send-mail): Use buffer-size rather than point-max.
21556         * gnus-sum.el (gnus-summary-search-article-forward):
21557         Signal a specific `search-failed' rather than a generic `error'.
21559         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21560         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21561         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21563 2004-09-10  Simon Josefsson  <jas@extundo.com>
21565         * nndb.el (require): Remove tcp and duplicate cl.
21567 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21569         * gnus-agent.el (directory-files-and-attributes): Move forward.
21571 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21573         * gnus-agent.el (directory-files-and-attributes):
21574         Optionally defined to support XEmacs.
21576 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21578         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21579         to avoid run-time CL dependencies.
21580         (gnus-agent-unfetch-articles): New function.
21581         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21582         article numbers even when local .overview file is missing.
21583         (gnus-agent-read-article-number): New function.  Only accepts
21584         27-bit article numbers.
21585         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21586         Use gnus-agent-read-article-number.
21587         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21588         from backend while recognizing that article numbers in .overview
21589         must be valid.
21590         (gnus-agent-update-files-total-fetched-for):
21591         Use directory-files-and-attributes to improve performance.
21592         * gnus-int.el (gnus-request-move-article):
21593         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21594         improve performance.
21596         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21597         some users confused by references to .newsrc when they only have a
21598         .newsrc.eld file.
21599         (gnus-convert-mark-converter-prompt)
21600         (gnus-convert-converter-needs-prompt): Fix use of property list.
21601         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21602         New function.  Used internally to only display 'gnus converting
21603         files' message when actually necessary.
21605         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21606         methods now autoloaded.
21608 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21610         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21611         identifiers.
21613 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21615         * gnus-picon.el: Fix indentation and closing parenthesis.
21617 2004-09-01  Simon Josefsson  <jas@extundo.com>
21619         * message.el (message-canlock-generate): Require sha1, not
21620         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21621         to require within a function.  Sadly, if sha1.el isn't loaded, the
21622         let binding in m-c-g will hide the defcustom definition, which is
21623         bad.)
21625         * canlock.el: Require sha1, not sha1-el.
21627         * message.el: Don't autoload sha1 (there is a autoload cookie in
21628         sha1.el).
21630         * sha1-el.el: Rename to sha1.el.
21632 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21634         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21636 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21638         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21640 2004-08-30  Kim F. Storm  <storm@cua.dk>
21642         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21644         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21645         Add :group 'nnimap.
21647 2004-08-30  Andreas Schwab  <schwab@suse.de>
21649         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21650         ?* and ?\;.
21652         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21653         and ?\' to symbol instead of whitespace.
21655 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21657         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21659         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21660         instead of re-search-forward.
21662         * gnus-uu.el (gnus-uu-save-article): Ditto.
21663         (gnus-uu-post-encode-uuencode): Ditto.
21665         * html2text.el (html2text-clean-list-items): Ditto.
21666         (html2text-clean-dtdd): Ditto.
21667         (html2text-format-tags): Ditto.
21669         * message.el (message-send-mail-with-sendmail): Fix regexp.
21670         (message-fill-field-general): Use search-forward instead of
21671         re-search-forward.
21672         (unbold-region): Ditto.
21674         * nnrss.el (nnrss-request-article): Ditto.
21676         * nnslashdot.el (nnslashdot-request-article): Ditto.
21678         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21680         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21681         "Unrecognized menu descriptor" error in XEmacs.
21683 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21685         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21686         parent article of a sparse article in the thread hashtb.
21688 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21690         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21691         (nnmail-expand-newtext): Lowercase expanded entries if
21692         nnmail-split-lowercase-expanded is non-nil.
21694 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21696         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21698         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21699         of gnus-tmp-news-method into string under XEmacs.  It will be
21700         passed to gnus-correct-length which takes only a string argument.
21702 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21704         * gnus-util.el (gnus-bind-print-variables): New macro.
21705         (gnus-prin1): Use it.
21706         (gnus-prin1-to-string): Use it.
21707         (gnus-pp): New function.
21708         (gnus-pp-to-string): New function.
21710         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21711         Replace pp-to-string with gnus-pp-to-string.
21712         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21713         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21714         * gnus-msg.el (gnus-debug): Ditto.
21715         * gnus-score.el (gnus-score-save): Ditto.
21716         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21717         gnus-pp-to-string.
21718         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21719         with gnus-pp.
21720         * score-mode.el (gnus-score-pretty-print): Ditto.
21721         * webmail.el (webmail-debug): Ditto.
21723 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21725         * gnus-art.el (article-display-face, article-display-x-face):
21726         Use buffer-read-only.
21728 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21730         * gnus-art.el (article-hide-list-identifiers):
21731         Bind inhibit-read-only as t.
21733 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21735         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21737 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21739         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21740         (gnus-narrow-to-page): Don't assume point-min == 1.
21741         (gnus-article-edit-mode): Derive from message-mode.
21743         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21744         point-min == 1.
21746         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21747         Disable incorrect use of `assert'.
21749         * message.el (message-mode): Set comment-start-skip.
21751 2004-08-22  Sam Steingold  <sds@gnu.org>
21753         * pop3.el (pop3-leave-mail-on-server): New user variable.
21754         (pop3-movemail): Delete mail only when it is nil.
21756 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21758         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21760         * mml.el (mml-preview): Use `pop-to-buffer'.
21762         * message.el (message-goto-mail-followup-to): Insert after "To".
21763         (message-carefully-insert-headers): Add comment.
21765         * gnus.el: Remove unused variable `gnus-article-check-size'.
21767         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21769         * gnus-art.el (gnus-button-alist):
21770         Improve `gnus-button-handle-library' entry.
21772 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21774         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21775         Use downcase, since XEmacs capitalizes error messages differently.
21777 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21779         * nntp.el: Add (require 'gnus) due to reference to
21780         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21782 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21784         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21785         Bind `mm-fill-flowed'.
21787         * mm-decode.el (mm-dissect-singlepart): Check it.
21789 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21791         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21792         'imap' for netrc parsing.
21794 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21796         * mailcap.el (mailcap-mime-data): Mark as risky.
21798 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21800         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21801         may be included in the encoded word.
21802         (rfc2047-encode): Don't append a space if the encoded word
21803         includes close parenthesis.
21805 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21807         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21808         of text within parentheses.
21810 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21812         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21813         (gnus-encrypt-write-file-contents): Make the password key the file
21814         name PLUS the cipher, not just the cipher.  Also remove failed
21815         passwords from the cache.
21817 2004-08-06  Simon Josefsson  <jas@extundo.com>
21819         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21820         Doc fix.
21822 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21824         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21825         LWSP.
21827 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21829         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21830         Try to append in-reply-to: data to the references: header.
21832         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21833         (netrc-parse): Use gnus-encrypt.el functions.
21835         * gnus-encrypt.el: Add new file for encryption support; currently
21836         does only a few GPG ciphers and an internal XOR cipher.
21838         * password.el: Add comments on using password-read-and-add.
21839         (password-read-and-add): Add function to read and add the
21840         password to the cache at once.
21842 2004-07-28  Simon Josefsson  <jas@extundo.com>
21844         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21845         parameter (but don't use it, for now).
21847         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21848         instead of hard coding to nil.
21850 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21852         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21853         as mm-inline-image-xemacs does.
21855 2004-07-26  Simon Josefsson  <jas@extundo.com>
21857         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21858         Revert part of 2004-07-17 change below.
21860 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21862         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21863         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21865 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21867         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21868         quotes that actually start with ">" at the beginning of the
21869         lines.
21871 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21873         * rfc2047.el (rfc2047-encode-region): Fix last change.
21874         (rfc2047-encode-parameter): Remove useless concat.
21876 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21878         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21879         encode special characters; fix some kind of misconfigured headers;
21880         signal a real error if debug-on-quit or debug-on-error is non-nil.
21881         (rfc2047-encode-max-chars): New variable.
21882         (rfc2047-encode-1): Use it.
21883         (rfc2047-encode-parameter): New function.
21885         * mml.el (mml-insert-parameter): Remove an excessive space.
21887 2004-07-17  Simon Josefsson  <jas@extundo.com>
21889         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21890         Kai Grossjohann <kai@emptydomain.de>.
21891         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21892         (gnus-group-make-menu-bar): Ditto.
21894         * gnus-util.el (gnus-group-server): Add.
21896 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21898         * message.el (message-clone-locals): Clone sendmail and smtp
21899         variables.
21901 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21903         * rfc2047.el (rfc2047-encode-region): Fix last change.
21905 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21907         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21908         characters as non-special.
21910 2004-07-09  Simon Josefsson  <jas@extundo.com>
21912         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21913         Users will lose all flag changes made while unplugged with
21914         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21915         good default.  See numerous reports on ding mailing list.
21917 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21919         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21920         add generate-head-function and generate-article-function to the
21921         rfc822-forward entry.
21922         (nndoc-rfc822-forward-generate-article): New function.
21923         (nndoc-rfc822-forward-generate-head): New function.
21925         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21927 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21929         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21930         respect display group parameter and gnus-summary-expunge-below.
21931         (gnus-articles-to-read): Remove unused reference to display group
21932         parameter.
21934 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21936         * nnheader.el (nnheader-uniquify-message-id): New experimental
21937         variable.
21938         (nnheader-nov-read-message-id): Use it.
21940         * spam-report.el (spam-report-gmane): Add interactive.
21942 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21944         * mm-encode.el (mm-content-transfer-encoding-defaults):
21945         Use qp-or-base64 for the application/* types.
21947 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21949         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21951 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21953         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21954         trim value.
21956 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21958         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21959         New macro and function.
21960         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21962 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21964         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21965         after-load-alist.
21967 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21969         * gnus-group.el (gnus-group-get-new-news-this-group):
21970         Don't update info that isn't there.
21972 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21974         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21975         entry.
21977 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21979         * mm-view.el (mm-inline-render-with-function): Use multibyte
21980         buffer; decode html source by charset.
21982         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21984         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21985         Mule-UCS is loaded under XEmacs.
21986         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21988 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21990         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21992 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21994         * mm-util.el (mm-coding-system-p): Return a coding-system.
21995         (mm-mime-mule-charset-alist): Use shift_jis instead of
21996         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21997         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21998         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21999         instead of japanese-shift-jis and iso-latin-1 respectively in
22000         order to share the default value with both Emacs and XEmacs-mule.
22001         (mm-mule-charset-to-mime-charset):
22002         Make mm-coding-system-priorities effective.
22003         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22004         while predicating of candidates upon the priorities.
22006 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22008         * gnus-sum.el (gnus-summary-make-menu-bar):
22009         Add gnus-uu-invert-processable.
22011         * gnus.el: Autoload gnus-uu-invert-processable.
22013 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22015         * mm-util.el (mm-with-multibyte-buffer): New macro.
22017         * rfc2047.el (rfc2047-encode-string): Use it.
22018         (rfc2047-encode-region): Move point to the end of the region after
22019         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22023         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22024         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22026 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22028         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22029         (gnus-cite-parse): Ignore quoted envelope From_.
22030         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22032 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22034         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22035         invalid addresses.
22037 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22039         * spam.el: Change section markers, revise TODO list.
22040         (spam-backends): Make new master list of all installed backends.
22041         (spam-summary-exit-behavior): Add new variable to determine how
22042         messages moves are done at summary exit.
22043         (spam-move-spam-nonspam-groups-only)
22044         (spam-process-ham-in-nonham-groups)
22045         (spam-process-ham-in-spam-groups): Remove variables, the
22046         spam-summary-exit-behavior variable should be used to manage this
22047         behavior.
22048         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22049         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22050         and spam-old-spam-articles.
22051         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22052         Add empty variables, placeholders for the backends they represent.
22053         (spam-set-difference): Move, unchanged.
22054         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22055         unless the user has a processor variable.
22056         (spam-classifications, spam-classification-valid-p)
22057         (spam-backend-properties, spam-backend-property-valid-p)
22058         (spam-backend-function-type-valid-p)
22059         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22060         (spam-report-articles-gmane, spam-report-articles-resend):
22061         Remove functions, they are not needed.
22062         (spam-install-backend-super, spam-backend-list)
22063         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22064         (spam-backend-function, spam-backend-ham-registration-function)
22065         (spam-backend-spam-registration-function)
22066         (spam-backend-ham-unregistration-function)
22067         (spam-backend-spam-unregistration-function)
22068         (spam-backend-statistical-p, spam-backend-mover-p)
22069         (spam-install-backend-alias, spam-install-checkonly-backend)
22070         (spam-install-mover-backend, spam-install-nocheck-backend)
22071         (spam-install-backend, spam-install-statistical-backend)
22072         (spam-install-statistical-checkonly-backend): Add backend installation
22073         support.
22074         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22075         (spam-group-processor-p): Use the new backend code and respect the
22076         summary exit behavior.
22077         (spam-mark-spam-as-expired-and-move-routine): Remove.
22078         (spam-summary-prepare): Change to use the new spam-old-articles
22079         variable.
22080         (spam-copy-or-move-routine, spam-copy-spam-routine)
22081         (spam-move-spam-routine, spam-copy-ham-routine)
22082         (spam-move-ham-routine): Add code to copy/move ham or spam.
22083         (spam-fetch-field-fast): Improve doc and code, plus allow the
22084         'number request.
22085         (spam-list-of-checks, spam-list-of-statistical-checks):
22086         Remove variables.
22087         (spam-split, spam-find-spam): Use the new backend code.
22088         (spam-registration-functions): Remove variable.
22089         (spam-unregister-routine): Add convenience wrapper.
22090         (spam-log-undo-registration, spam-register-routine)
22091         (spam-log-processing-to-registry)
22092         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22093         where possible.
22094         (spam-check-gmane-xref, spam-check-regex-headers)
22095         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22096         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22097         (spam-check-bogofilter-headers, spam-check-spamoracle)
22098         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22099         (spam-check-crm114-headers): Use the spam-split-group that
22100         spam-split prepares, no need to determine it every time.
22102         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22103         to the nnheader-parse-naked-head call.
22105         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22107         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22108         the nnheader-nov-read-message-id call.
22110 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22112         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22113         gnus-activate-group twice.  Suggested by Markus Peter
22114         <warp@spin.de>.
22116 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22118         * gnus-art.el (gnus-article-time-format): Exchange the order of
22119         day and month in the default value; fix customization type.
22120         (article-date-ut): Use add-text-properties.
22121         (article-make-date-line): Use message-make-date instead of
22122         current-time-string.
22124         * message.el (message-fetch-field): Don't use set-text-properties.
22125         (message-make-date): Simplify.
22127 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22129         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22130         (rfc2047-encode-region): Treat text within parentheses as special;
22131         show the original text when error has occurred.
22133         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22134         already-computed method to gnus-activate-group.
22136         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22137         same select-methods identical Lisp objects.
22139         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22140         object when modifying the info.
22142 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22144         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22145         gnus-opened-servers since it has never been opened with the new
22146         configuration yet.
22148 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22150         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22151         arg to nnheader-generate-fake-message-id.
22153 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22155         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22156         number and build a fake message ID localized to a group and
22157         article number (so it's repeatable from that point on).
22158         (nnheader-fake-message-id-p): Change regex to accommodate new fake
22159         ID format.
22161         * gnus-sum.el (gnus-get-newsgroup-headers):
22162         Call nnheader-generate-fake-message-id with the article number.
22164 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22166         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22167         end-of-buffer.
22169 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22171         * message.el (message-ignored-supersedes-headers): Add Approved.
22173 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22175         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22176         goto-char.
22177         (rfc2047-encode): Fold the line before encoding.
22179 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22181         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22182         folding -- not all headers can be folded, and this should be done
22183         by the message composition mode.  Probably.  I think.
22185 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22187         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22188         fast.
22190         * gnus-ems.el (gnus-remove-image): Don't use
22191         message-text-with-property; remove only the image found first.
22193 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22195         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22197 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22199         * message.el (message-text-with-property): Make it fast and accept
22200         optional arguments.
22201         (message-strip-forbidden-properties): Use it.
22202         (message-fix-before-sending): Follow the m-t-w-p change.
22204         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22206 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22208         * gnus-art.el (article-hide-headers): Don't change the buffer
22209         mistakenly when performing mml-preview even if
22210         gnus-single-article-buffer is nil.
22212 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22214         * message.el (message-expand-name-databases): New user option.
22215         (message-expand-name): Use it.
22217 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22219         * spam.el (spam-report-articles-resend)
22220         (spam-report-resend-register-routine): Allow ham reporting.
22221         (spam-report-resend-register-ham-routine): Add wrapper.
22222         (spam-registration-functions): Add ham resending functions.
22223         (spam-list-of-processors): Add ham resend processor.
22225         * gnus.el (ham-resend-to): Add new group parameter.
22226         (spam-process): Add ham resend option.
22228         * spam-report.el (spam-report-resend): Allow reporting ham.
22229         (spam-report-resend-ham): Add wrapper.
22231 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22233         * message.el (message-cite-articles-with-x-no-archive):
22234         New variable.
22235         (message-cite-original): Use it.
22237 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22239         * message.el (message-cite-original): Respect X-No-Archive.
22241 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22243         * gnus-art.el (article-hide-headers): Refer to the values for
22244         gnus-ignored-headers and gnus-visible-headers in the summary
22245         buffer since a user may have set them as group parameters.
22247 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22249         * assistant.el (assistant-node-name): Add convenience function.
22250         (assistant-render-text, assistant-render-node): Add error handling,
22251         plus handle multiple next nodes.
22252         (assistant-find-next-node): Comment out for now.
22253         (assistant-find-next-nodes): Add function, returns list of next
22254         nodes.
22256 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22258         * mail-source.el (mail-source-directory): Fix doc-string.
22260 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22262         * assistant.el (assistant-render-text, assistant-eval): Add :set
22263         widget type, which is different because it takes and returns a
22264         list.  Much hilarity ensues.
22266 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22268         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22270         * gnus-group.el (gnus-group-get-new-news-this-group):
22271         Add doc-string.
22273         * gnus-start.el (gnus-activate-group): Add doc-string.
22275 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22277         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22279 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22281         * assistant.el (assistant-render-text): Try to add a :set
22282         widget, more to come.
22284         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22285         strings.
22286         (spam-report-articles-resend)
22287         (spam-register-routine): Do registration iff any articles warrant
22288         it.
22289         (spam-summary-prepare-exit): Change log message for nil group
22290         destinations.
22292 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22294         * spam.el (spam-report-resend-register-routine):
22295         Allow spam-report-resend-to to be a group parameter or a global value.
22297 2004-05-26  Simon Josefsson  <jas@extundo.com>
22299         * starttls.el: Merge with my GnuTLS based starttls.el.
22300         (starttls-gnutls-program, starttls-use-gnutls)
22301         (starttls-extra-arguments, starttls-process-connection-type)
22302         (starttls-connect, starttls-failure, starttls-success):
22303         New variables.
22304         (starttls-program, starttls-extra-args): Doc fix.
22305         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22306         New functions.
22307         (starttls-negotiate, starttls-open-stream):
22308         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22309         function if it is set.
22311 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22313         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22314         structured fields.
22316 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22318         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22320 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22322         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22323         Add variable.
22324         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22325         assigning the spam-mark to new messages.
22327 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22329         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22331 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22333         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22334         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22335         default.
22337 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22339         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22340         correct data.
22342 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22344         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22345         (spam-group-processor-p): Fix function.
22346         (spam-group-processor-multiple-p)
22347         (spam-group-spam-processor-report-gmane-p)
22348         (spam-group-spam-processor-report-resend-p)
22349         (spam-group-spam-processor-bogofilter-p)
22350         (spam-group-spam-processor-blacklist-p)
22351         (spam-group-spam-processor-ifile-p)
22352         (spam-group-ham-processor-ifile-p)
22353         (spam-group-spam-processor-spamoracle-p)
22354         (spam-group-spam-processor-crm114-p)
22355         (spam-group-ham-processor-bogofilter-p)
22356         (spam-group-spam-processor-stat-p)
22357         (spam-group-ham-processor-stat-p)
22358         (spam-group-ham-processor-whitelist-p)
22359         (spam-group-ham-processor-BBDB-p)
22360         (spam-group-ham-processor-spamoracle-p)
22361         (spam-group-ham-processor-copy-p): Remove functions with some
22362         prejudice against unneeded code.
22363         (spam-report-articles-resend)
22364         (spam-report-resend-register-routine): Allow the group/topic
22365         spam-resend-to value to override spam-report-resend-to.
22366         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22367         properly now.
22369         * gnus.el (spam-resend-to): Add group/topic parameter.
22370         (spam-process): Move the OBSOLETE processors to the end of the
22371         choices.
22373 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22375         * spam-report.el (spam-report-resend-to, spam-report-resend):
22376         Start with resend-to set to nil, and then ask the user if necessary.
22377         (spam-report-resend): spam-report-resend takes a list of articles, not
22378         separate article numbers.
22380 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22382         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22383         addition to emacs-w3m.
22385 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22387         * assistant.el (assistant-authinfo-data): New function.
22388         (assistant-eval): Eval for entire assistant.
22390         * netrc.el (netrc-services-file): New variable.
22391         (netrc-parse-services): New function.
22392         (netrc-find-service-name): New function.
22393         (netrc-find-service-number): New function.
22394         (netrc-port-equal): New function.
22395         (netrc-machine): Use it.
22397         * nnimap.el (nnimap-open-connection): Use netrc.
22399         * gnus-util.el (gnus-netrc-get): Remove aliases.
22401         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22403         * assistant.el (wid-edit): Fix compilation.
22405         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22407 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22409         * gnus-util.el (gnus-set-file-modes): New function.  (small
22410         patch).
22412 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22414         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22416         * assistant.el (assistant-render-node): Fix up rendering and
22417         read-only text.
22418         (assistant-render-node): Reset.
22419         (assistant-make-read-only): Not sticky.
22421 2004-05-20  Danny Siu  <dsiu@adobe.com>
22423         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22424         centered even when gnus-auto-center-summary is t.
22426 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22428         * dns.el (dns-get-txt-answer): New function.
22429         (dns-read-txt): Ditto.
22430         (query-dns): Use it.
22432 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22434         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22435         active for foreign groups even if the group level is higher than
22436         the specified value.
22438 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22440         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22441         non-active groups.
22443         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22445 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22447         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22449 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22451         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22452         (spam-crm114-header, spam-crm114-spam-switch)
22453         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22454         (spam-crm114-positive-spam-header)
22455         (spam-crm114-database-directory, spam-list-of-processors)
22456         (spam-group-spam-processor-crm114-p)
22457         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22458         (spam-generic-score, spam-list-of-checks)
22459         (spam-list-of-statistical-checks, spam-registration-functions)
22460         (spam-check-crm114-headers, spam-crm114-score)
22461         (spam-check-crm114, spam-crm114-register-with-crm114)
22462         (spam-crm114-register-spam-routine)
22463         (spam-crm114-unregister-spam-routine)
22464         (spam-crm114-register-ham-routine)
22465         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22467 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22469         * gnus.el: Add spam-use-crm114.
22471         * spam.el (spam-list-of-processors, spam-registration-functions):
22472         Add spam-use-resend.
22473         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22474         (spam-report-articles-gmane): Add doc fix.
22475         (spam-report-articles-resend, spam-report-resend-register-routine):
22476         Add wrappers around spam-report-resend-to.
22478         * spam-report.el (spam-report-resend-to, spam-report-resend):
22479         Add support for resending spam.
22480         (spam-report-gmane): Fix line length >80.
22482         * gnus.el (spam-process): Add spam-use-resend.
22484 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22486         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22487         number of processed spam messages.
22488         (spam-ham-copy-or-move-routine): Return the number of processed
22489         ham messages.
22490         (spam-summary-prepare-exit): Use the above values to decide
22491         whether status messages shouled be displayed.
22493 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22495         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22496         `rfc2047-encoding-function-alist' in order to avoid conflicting
22497         with the old version.
22498         (rfc2047-encode-region): Concatenate words containing non-ASCII
22499         characters in structured fields; don't encode space-delimited
22500         ASCII words even in unstructured fields; don't break words at
22501         char-category boundaries.
22502         (rfc2047-encode-1): New function.
22503         (rfc2047-encode): Use it; encode text so that it occupies the
22504         maximum width within 76-column; work correctly on Q encoding for
22505         iso-2022-* charsets.
22506         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22507         sure not to break a line just after the header name.
22508         (rfc2047-b-encode-region): Remove.
22509         (rfc2047-b-encode-string): New function.
22510         (rfc2047-q-encode-region): Remove.
22511         (rfc2047-q-encode-string): New function.
22513         * mm-util.el (mm-replace-in-string): New function.
22515 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22517         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22518         Really get it right.
22519         (gnus-inews-make-draft): Really.
22521 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22523         * nnmh.el (nnmh-request-list-1): Don't check the link count
22524         before descending.  (small patch)
22526 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22528         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22529         stuff.
22531         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22532         Match on real group name.
22534         * gnus-art.el (gnus-signature-limit): Doc fix.
22536         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22538 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22540         * gnus-draft.el (gnus-draft-send):
22541         Bind rfc2047-encode-encoded-words.
22543         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22544         (rfc2047-encodable-p): Say that =? needs encoding.
22545         (rfc2047-encode-encoded-words): New variable.
22547         * gnus-group.el (gnus-group-select-group): Doc fix.
22549         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22551         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22552         to nil.
22554         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22556         * nnheader.el (nnheader-get-lines-and-char): New function.
22558 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22560         * gnus-msg.el (gnus-summary-followup-with-original):
22561         Document yanking of region when active.
22563 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22565         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22566         groups if the group level is higher than the specified value.
22568 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22570         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22571         (gnus-group-jump-to-group): Add prefix argument using
22572         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22573         non-active group.
22575         * compface.el (uncompface): Be verbose when changing
22576         `uncompface-use-external'.
22578         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22579         handle manual section.
22581 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22583         * gnus-art.el (gnus-button-alist): Revert previous change.
22585 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22587         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22589 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22591         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22592         whether backend can accept message.
22594         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22596 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22598         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22599         Avoid creating directory when nntp-marks-is-evil is true.
22600         Reported by Reiner Steib.
22602 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22604         * gnus-picon.el (gnus-picon-insert-glyph):
22605         Add optional `nostring' argument.
22607 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22609         * gnus-picon.el (gnus-picon-style): New variable.
22610         (gnus-picon-transform-address): Support `gnus-picon-style'.
22612 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22614         * message.el (message-fill-field): Return point.
22615         (message-generate-headers): Go to end of field.
22617         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22618         stuff for non-living groups.
22620 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22622         * gnus-art.el (gnus-article-followup-with-original)
22623         (gnus-article-reply-with-original): gnus-mark-active-p ->
22624         gnus-region-active-p.
22626 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22628         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22629         only when there is spam or ham to be processed.
22631 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22633         * mail-source.el (mail-source-delete-crash-box): Refactor.
22634         (mail-source-fetch): Use it.
22635         (mail-source-fetch-file): Ditto.
22636         (mail-source-fetch-directory): Run PostScript in loop.
22637         (mail-source-fetch-pop): Delete.
22638         (mail-source-fetch-maildir): Ditto.
22639         (mail-source-fetch-imap): Ditto.
22641         * imap.el (imap-authenticators): Comment out sasl.
22643         * message.el (message-skip-to-next-address): New function.
22644         (message-fill-header-address): Refactor.
22645         (message-fill-address): Use it.
22646         (message-delete-address): Use it.
22647         (message-fill-header-general): Refactor.
22648         (message-fill-field-address): Rename.
22649         (message-narrow-to-field): Find the start of the header.
22650         (message-header-format-alist): Don't pre-fill.
22651         (message-fill-header): Remove.
22652         (message-insert-header): New function.
22653         (message-shorten-references): Use it.
22655         * rfc2047.el (rfc2047-field-value): Strip props.
22657         * mail-parse.el (mail-header-make-address): New alias.
22659         * ietf-drums.el (ietf-drums-make-address): New function.
22661         * imap.el: Add compiler directives.
22663         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22665         * gnus-art.el (article-decode-idna-rhs): Don't use
22666         message-idna-inside-rhs-p.
22668 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22670         * message.el (message-idna-inside-rhs-p): Remove.
22671         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22673         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22674         false positives.
22676 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22678         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22680 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22682         * nneething.el (nneething-file-name): Don't create spurious
22683         files.
22685         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22686         (gnus-inews-do-gcc): Remove sleep.
22688         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22689         part under point.
22691         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22692         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22694 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22696         * spam.el (spam-summary-prepare-exit): Fix (length).
22698 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22700         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22701         as expired without moving it" message when there are spam
22702         messages left.
22704 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22706         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22707         header is not nil.
22709 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22711         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22712         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22713         (nntp-marks-changed-p): New arg SERVER.
22714         (nntp-request-update-info): Adjust caller.
22716 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22718         * nntp.el (nntp-save-marks): Pass missing arg.
22720 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22722         * nntp.el: Support marks.
22723         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22724         (nntp-marks-modtime, nntp-marks-directory): New variables.
22725         (nntp-request-set-mark, nntp-request-update-info)
22726         (nntp-possibly-create-directory, nntp-marks-changed-p)
22727         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22728         New functions.
22730 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22732         * gnus-score.el (gnus-score-insert-help):
22733         Use gnus-select-lowest-window.
22735         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22736         appt-select-lowest-window and rename to gnus-select-lowest-window.
22738         * gnus.el: do.
22740 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22742         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22743         encodings of MIME-encoded words, in order to improve
22744         interoperability with several broken MUAs.
22746 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22748         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22749         tags, only when charsets are not specified in headers.
22750         (mm-inline-text-html-render-with-w3m): Ditto.
22752 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22754         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22755         instead of MIME-decoded from fields when checking
22756         `gnus-article-address-banner-alist'.
22758 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22760         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22761         description rather than subject.
22763 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22765         * gnus.el (gnus-version-number): Bump.
22767 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22769         * gnus.el: No Gnus v0.2 is released.
22771 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22773         * gnus-agent.el (gnus-agent-read-agentview):
22774         Inline gnus-uncompress-range.
22776 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22778         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22779         `exec-installed-p'.
22781 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22783         * gnus.el (spam-process, spam-autodetect-methods):
22784         Add bsfilter and bsfilter-headers.
22786         * spam.el (spam-bsfilter): New customize group.
22787         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22788         (spam-bsfilter-header, spam-bsfilter-probability-header)
22789         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22790         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22791         (spam-bsfilter-database-directory): New options.
22792         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22793         (spam-list-of-statistical-checks, spam-registration-functions):
22794         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22795         (spam-bsfilter-score): New command.
22796         (spam-check-bsfilter-headers, spam-check-bsfilter)
22797         (spam-bsfilter-register-with-bsfilter)
22798         (spam-bsfilter-register-spam-routine)
22799         (spam-bsfilter-unregister-spam-routine)
22800         (spam-bsfilter-register-ham-routine)
22801         (spam-bsfilter-unregister-ham-routine): New functions.
22802         (spam-generic-score): Support bsfilter; Accept an optional argument
22803         to recalcurate spam score even if scoring header has already been
22804         added.
22805         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22806         optional argument to recalcurate spam score even if scoring header
22807         has already been added.
22809 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22811         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22812         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22813         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22814         link is missing.
22816 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22818         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22819         (html2text-get-attr): Rewrite.
22821         * message.el (message-setup-1): Remove redundant put-text-property
22822         on mail-header-separator.
22824 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22826         * gnus-registry.el (gnus-registry-cache-whitespace)
22827         (gnus-registry-action, gnus-registry-spool-action)
22828         (gnus-registry-split-fancy-with-parent): Change message levels
22829         from 5 to 3 or 7, as needed.
22831         * spam.el (spam-summary-prepare-exit)
22832         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22833         (spam-split, spam-find-spam, spam-log-undo-registration)
22834         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22835         level from 5 to 6.
22837 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22839         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22840         2004-03-04 change).
22842 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22844         * sieve-manage.el (sieve-manage-open):
22845         * nnweb.el (nnweb-insert-html):
22846         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22847         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22848         * nnspool.el (nnspool-request-group):
22849         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22850         * nnml.el (nnml-request-update-info):
22851         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22852         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22853         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22854         (nnimap-request-set-mark):
22855         * nnfolder.el (nnfolder-request-update-info):
22856         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22857         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22858         * gnus-uu.el (gnus-uu-find-articles-matching):
22859         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22860         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22861         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22862         * gnus-nocem.el (gnus-nocem-scan-groups):
22863         * gnus-int.el (gnus-start-news-server):
22864         * gnus-group.el (gnus-group-make-kiboze-group)
22865         (gnus-group-browse-foreign-server):
22866         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22867         Use mapc when appropriate.
22869 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22870             Adam Sjøgren  <asjo@koldfront.dk>
22871             Wes Hardaker  <wes@hardakers.net>
22872             Michael Shields  <shields@msrl.com>
22874         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22875         may need for spam sorting and scoring.
22876         (spam-user-format-function-S): Add user format function suitable for
22877         general use.
22878         (spam-article-sort-by-spam-status): Add sorting function for summary
22879         sorting.
22880         (spam-extra-header-to-number): Add function to get a score from a
22881         header.
22882         (spam-summary-score): Add function to get a numeric score from the
22883         headers.
22884         (spam-generic-score): Fix function doc, was in wrong place.
22885         (spam-initialize): Take symbols when it's run, and install the
22886         extra headers that spam-necessary-extra-headers thinks we need.
22888 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22890         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22891         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22893 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22895         * gnus-sum.el (gnus-set-global-variables)
22896         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22897         (gnus-article-get-xrefs, gnus-summary-best-group)
22898         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22899         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22900         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22901         Use with-current-buffer.
22903 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22905         * spam.el (spam-summary-prepare-exit): Simplify logic.
22906         (spam-fetch-article-header): Read the article header if it's not
22907         available.
22908         (spam-list-articles): Simplify logic.
22909         (spam-filelist-register-routine): Fix bug with unregister-list.
22911         * gnus-registry.el: Fix comments at beginning.
22913 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22915         * message.el (message-cater-to-broken-inn): Remove.
22916         (message-shorten-references): Make sure the total folded length of
22917         References is shorter than 998 characters to cater to a bug in INN
22918         2.3.  Also, don't pretend that references aren't folded -- this
22919         hasn't worked for a while.
22921 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22923         * gnus-agent.el (gnus-agentize):
22924         gnus-agent-send-mail-real-function no longer set to current value
22925         of message-send-mail-function but rather a lambda that calls
22926         message-send-mail-function.  The change makes the agent real-time
22927         responsive to user changes to message-send-mail-function.
22929 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22931         * legacy-gnus-agent.el
22932         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22933         help from Florian Weimer <fw@deneb.enyo.de>
22935 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22937         * nnmail.el (nnmail-cache-insert): Revert last change.
22939 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22941         * nnmail.el (nnmail-cache-insert): Always check whether
22942         nnmail-cache-ignore-groups matches a group name.
22944 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22946         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22947         (spam-find-spam, spam-log-processing-to-registry)
22948         (spam-log-registered-p, spam-log-unregistration-needed-p)
22949         (spam-log-undo-registration): Use gnus-message instead of
22950         gnus-error, none of these errors are fatal.
22952         * gnus-registry.el (gnus-registry-clean-empty-function)
22953         (gnus-registry-clean-empty): Remove only empty entries without
22954         extra data.
22956 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22958         * spam-stat.el (spam-stat-buffer-change-to-spam)
22959         (spam-stat-buffer-change-to-non-spam): Change (error) to
22960         (gnus-message 8) invocation.
22962 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22964         * nntp.el (nntp-via-netcat-command): New variable.
22965         (nntp-via-netcat-switches): New variable.
22966         (nntp-open-via-rlogin-and-netcat): New function.
22967         (nntp-open-connection-function): Doc fix.
22968         (nntp-telnet-command): Doc fix.
22969         (nntp-end-of-line): Doc fix.
22970         (nntp-via-rlogin-command): Doc fix.
22971         (nntp-via-user-name): Doc fix.
22972         (nntp-via-address): Doc fix.
22974 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22976         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22977         error in Emacs 21.1.
22979 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22981         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22983 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22985         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22986         (gnus-agent-with-refreshed-group): New macro.
22987         (gnus-agent-rename-group): New function.
22988         (gnus-agent-delete-group): New function.
22989         (gnus-agent-save-group-info): Use gnus-command-method when
22990         `method' parameter is nil.  Don't write nil entries into the
22991         active file.
22992         (gnus-agent-get-group-info): New function.
22993         (gnus-agent-fetch-articles):
22994         Use gnus-agent-update-files-total-fetched-for to increment disk space
22995         used.
22996         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22997         Use gnus-agent-update-view-total-fetched-for to increment disk space
22998         used.
22999         (gnus-agent-get-local): Add optional parameters to avoid calling
23000         gnus-group-real-name and gnus-find-method-for-group.
23001         (gnus-agent-set-local): Delete stored entry if either min, or max,
23002         are nil.
23003         (gnus-agent-fetch-session): Reworded error/quit messages.
23004         On quit, use gnus-agent-regenerate-group to record existence of any
23005         articles fetched to disk before the quit occurred.
23006         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23007         gnus-agent-update-view-total-fetched-for, and
23008         gnus-agent-update-files-total-fetched-for to decrement disk space
23009         used.
23010         (gnus-agent-retrieve-headers):
23011         Use gnus-agent-update-view-total-fetched-for to increment disk space
23012         used.
23013         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23014         with gnus-agent-update-files-total-fetched-for to decrement disk
23015         space and fresh group buffer.
23016         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23017         (gnus-agent-need-update-total-fetched-for): New variable.
23018         (gnus-agent-update-files-total-fetched-for): New function.
23019         (gnus-agent-update-view-total-fetched-for): New function.
23020         (gnus-agent-total-fetched-for): New function.
23022         * gnus-cache.el (gnus-cache-save-buffers):
23023         Use gnus-cache-update-overview-total-fetched-for to change disk space
23024         used by this group.
23025         (gnus-cache-possibly-enter-article):
23026         Use gnus-cache-update-file-total-fetched-for to increment disk space
23027         used by this group.
23028         (gnus-cache-possibly-remove-article):
23029         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23030         used by this group.
23031         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23032         (gnus-cache-rename-group): New function.
23033         (gnus-cache-delete-group): New function.
23034         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23035         (gnus-cache-need-update-total-fetched-for): New variable.
23036         (gnus-cache-with-refreshed-group): New macro.
23037         (gnus-cache-update-file-total-fetched-for): New function.
23038         (gnus-cache-update-overview-total-fetched-for): New function.
23039         (gnus-cache-rename-group-total-fetched-for): New function.
23040         (gnus-cache-delete-group-total-fetched-for): New function.
23041         (gnus-cache-total-fetched-for): New function.
23043         * gnus-group.el: Require gnus-sum and autoload functions to
23044         resolve warnings when gnus-group.el compiled alone.
23045         (gnus-group-line-format): Documented new %F.
23046         (size of Fetched data) group line format; identifies disk space
23047         used by agent and cache.
23048         (gnus-group-line-format-alist): Defined new F format.
23049         (gnus-total-fetched-for): New function.
23050         (gnus-group-delete-group): No longer update
23051         gnus-cache-active-altered as gnus-request-delete-group now keeps
23052         the cache in sync.
23053         (gnus-group-list-active): Let the agent store a server's active
23054         list if currently plugged.
23056         * gnus-int.el (gnus-request-delete-group):
23057         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23058         local disk in sync with the server.
23059         (gnus-request-rename-group):
23060         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23061         local disk in sync with the server.
23063         * gnus-start.el (gnus-get-unread-articles):
23064         Cosmetic simplification to logic.
23066         * gnus-util.el (gnus-rename-file): New function.
23068 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23070         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23072 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23074         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23075         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23077 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23079         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23080         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23082 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23084         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23086 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23088         * spam.el (spam-set-difference): Add function to replace
23089         gnus-set-difference in spam.el.
23090         (spam-summary-prepare-exit): Use spam-set-difference.
23092 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23094         * gnus-registry.el (gnus-registry-cache-file): Update to use
23095         gnus-dribble-directory OR gnus-home-directory OR ~.
23096         (gnus-registry-split-fancy-with-parent): Fix doc.
23098 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23100         * message.el (message-exchange-point-and-mark):
23101         Use message-mark-active-p.  Suggested by Jesper Harder
23102         <harder@ifa.au.dk>.
23104 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23106         * message.el (message-exchange-point-and-mark): Don't activate
23107         region if it was inactive.  Suggested by Hiroshi Fujishima
23108         <pooh@nature.tsukuba.ac.jp>.
23110 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23112         * gnus-art.el (article-display-face): Display Faces in the same
23113         order as X-Faces.
23115 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23117         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23119 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23121         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23122         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23123         (gnus-article-mime-hierarchy): Remove.
23124         (gnus-article-mime-hierarchy-next): Remove.
23125         (gnus-article-mode): Revert 2004-03-19 change.
23126         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23127         (gnus-insert-mime-button): Revert 2004-03-19 change.
23128         (gnus-mime-accumulate-hierarchy): Remove.
23129         (gnus-mime-enter-multipart): Remove.
23130         (gnus-mime-leave-multipart): Remove.
23131         (gnus-mime-display-part): Revert 2004-03-19 change.
23132         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23134         * mml.el (mml-preview): Revert 2004-03-19 change.
23136 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23138         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23140 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23142         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23143         t while entering a file name using the mm-with-multibyte macro.
23144         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23146         * mm-util.el (mm-with-multibyte): New macro.
23148 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23150         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23151         New user option.
23152         (gnus-mime-multipart-functions): Doc and customization fix.
23153         (gnus-article-mime-hierarchy): New variable.
23154         (gnus-article-mime-hierarchy-next): New variable.
23155         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23156         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23157         gnus-article-mime-hierarchy-next to nil.
23158         (gnus-insert-mime-button): Show hierarchy numbers.
23159         (gnus-mime-accumulate-hierarchy): New function.
23160         (gnus-mime-enter-multipart): New function.
23161         (gnus-mime-leave-multipart): New function.
23162         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23163         (gnus-mime-display-alternative): Show hierarchy numbers.
23165         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23166         gnus-article-mime-hierarchy-next to nil.
23168 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23170         * dns.el: Don't require gnus-xmas.
23172 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23174         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23175         inline PGP.
23176         (mml-menu): Disable mml-quote-region if mark is inactive.
23178 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23180         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23181         when the group's active is not available.
23183 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23185         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23186         error.
23188 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23190         * imap.el (imap-store-password): New variable.
23191         (imap-interactive-login): Use it.
23192         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23194 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23196         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23197         window-start and hscroll to summary window.
23199 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23201         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23202         conversion message to newsrc-dribble when an actual conversion is
23203         performed.
23205 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23207         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23209 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23211         * mm-decode.el (mm-complicated-handles): New function reviving
23212         former definition of mm-multiple-handles.
23214         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23215         (gnus-mime-delete-part): Use it.
23217 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23219         * gnus-agent.el (gnus-agent-read-local):
23220         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23221         avoid the implicit assumption that they will always be equal.
23222         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23223         coding-system-for-write, as the with-temp-file macro first prints
23224         to a buffer then saves the buffer.
23226 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23228         * gnus-art.el (gnus-article-edit-part): New function.
23229         (gnus-mime-save-part-and-strip): Use it; do query instead of
23230         signaling an error; don't use mm-multiple-handles.
23231         (gnus-mime-delete-part): Ditto.
23233 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23235         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23236         old file versions.
23237         (gnus-group-prepare-hook): Remove function that converted list
23238         form of gnus-agent-expire-days to group properties.
23240         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23241         (gnus-request-accept-article): Re-indented.
23243         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23244         converters to handle old agent file formats.  Add logic for a
23245         "backup before upgrading warning".
23246         (gnus-convert-mark-converter-prompt): Developers can mark
23247         functions as needing (default), or not needing,
23248         gnus-convert-old-newsrc's "backup before upgrading warning".
23249         (gnus-convert-converter-needs-prompt): Tests whether the user
23250         should be protected from potentially irreversable changes by the
23251         function.
23253         * legacy-gnus-agent.el: New.  Provides converters that are only
23254         loaded when gnus-convert-old-newsrc needs to call them.
23256 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23258         * mail-source.el (mail-source-touch-pop): Doc fix.
23260         * message.el (message-smtpmail-send-it): Doc fix.
23262 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23264         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23266         * nnmail.el (nnmail-split-fancy): do.
23268         * gnus-kill.el (gnus-kill, gnus-execute): do.
23270 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23272         * gnus-sum.el (gnus-widget-reversible-match)
23273         (gnus-widget-reversible-to-internal)
23274         (gnus-widget-reversible-to-external): New functions.
23275         (gnus-widget-reversible): New widget.
23276         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23278 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23280         * gnus-sum.el (gnus-thread-sort-functions)
23281         (gnus-article-sort-functions): Document `(not F)' items.
23283 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23285         * spam.el (spam-use-gmane-xref): Add new backend.
23286         (spam-gmane-xref-spam-group): Add variable to control the name of the
23287         Gmane spam group.
23288         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23289         (spam-regex-headers-spam, spam-regex-headers-ham)
23290         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23291         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23292         backends and checks.
23293         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23295         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23296         an autodetect method.
23298 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23300         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23301         articles are being added to a group.
23302         (gnus-request-replace-article): Inform the agent that articles
23303         need to be uncached as the cached contents are no longer valid.
23305 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23307         * binhex.el: Don't autoload executable-find.
23309         * canlock.el: Don't autoload mail-fetch-field.
23311         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23313         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23314         rmail-dont-reply-to and rmail-output.
23316         * gnus-score.el: Don't autoload ffap-string-at-point.
23318         * gnus-setup.el: Don't autoload sc-cite-original.
23320         * imap.el: Don't autoload base64-decode-string,
23321         base64-encode-string and md5.
23323         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23324         and rmail-msg-restore-non-pruned-header.
23326         * mm-decode.el: Don't autoload executable-find.
23328         * mm-url.el: Don't autoload executable-find.
23330         * mm-view.el: Don't autoload diff-mode.
23332         * nndb.el: Don't autoload news-reply-mode, news-setup,
23333         cancel-timer and telnet.
23335         * password.el: Don't autoload run-at-time for Emacs.
23337         * sha1-el.el: Don't autoload executable-find.
23339         * sieve-mode.el: Don't autoload c-mode.
23341         * uudecode.el: Don't autoload executable-find.
23343 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23345         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23346         (gnus-agent-possibly-alter-active): Avoid null in numeric
23347         comparison.
23348         (gnus-agent-set-local): Refuse to save null in local object table.
23349         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23350         list of articles that will be marked as unread.
23352 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23354         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23356 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23358         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23359         language tags.
23361 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23363         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23364         Don't bind "obarray".
23366         * gnus-sum.el (gnus-thread-sort-functions):
23367         Add `gnus-thread-sort-by-most-recent-number' and
23368         `gnus-thread-sort-by-most-recent-date'.
23369         Reported by Kai Grossjohann <kai@emptydomain.de>.
23371 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23373         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23375 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23377         * gnus-cus.el (gnus-agent-customize-category):
23378         Remove ignore-errors macro reference that required cl to be loaded at
23379         run-time.
23381         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23382         single-interval range of the form (min . max).  Previously the
23383         range had to look like ((min . max)).  Likewise, return
23384         (min . max) rather than ((min . max)).
23385         (gnus-range-map): Use gnus-range-normalize to accept
23386         single-interval range.
23388         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23389         the cache, but not the agent, now appear with their usual face.
23391 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23393         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23394         w3m-safe-url-regexp variable buffer-local.
23396         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23398 2004-02-27  Simon Josefsson  <jas@extundo.com>
23400         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23401         gnus-group-real-prefix.
23402         (gnus-summary-move-article): Use it, instead of
23403         gnus-group-real-prefix.
23405 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23407         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23408         w3m-safe-url-regexp variable buffer-local and set it as the value
23409         of mm-w3m-safe-url-regexp.
23411         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23413         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23414         parsing gnus-posting-styles when the message is not for replying.
23416         * nnrss.el (nnrss-opml-export):
23417         Use mm-set-buffer-file-coding-system instead of
23418         set-buffer-file-coding-system.
23420 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23422         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23423         of checkdoc.el).
23424         * nnrss.el: do.
23425         * gnus-mlspl.el: do.
23426         * gnus-ml.el: do.
23427         * gnus-srvr.el: do.
23429         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23431 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23433         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23434         Corrections to custom-manual links.
23436         * gnus-art.el (gnus-article): Ditto.
23438         * mm-decode.el (mime-display, mime-security): Ditto.
23440 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23442         * flow-fill.el: Typo.
23444 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23446         * spam-wash.el: New file.
23448 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23450         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23452 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23454         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23455         to be run with new-articles as LIST1, not LIST2.
23456         (spam-registration-functions): Add spam-use-ham-copy as a nil
23457         registration backend.
23459 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23461         * spam-stat.el (spam-stat-washing-hook): New option.
23462         (spam-stat-buffer-words): Use it.
23463         (spam-stat-process-directory, spam-stat-test-directory):
23464         Use insert-file-contents-literally.
23465         (spam-stat-coding-system): New variable.
23466         (spam-stat-load, spam-stat-save): Use it.
23468 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23470         * spam-report.el (spam-report-plug-agent):
23471         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23473 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23475         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23476         Allow / in mailto URLs.
23478 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23480         * spam-report.el (spam-report-process-queue): Fix interactive use.
23481         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23482         (spam-report-unplug-agent): Doc fixes.
23483         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23484         (spam-report-agentize, spam-report-deagentize):
23485         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23487         * message.el (message-setup-fill-variables): Add mml tags to
23488         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23489         <ajk@iu.edu>.
23490         (message-mode): Don't modify paragraph-separate there.
23492 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23494         * compface.el (uncompface-use-external): Default to undecided.
23495         (uncompface-use-external-threshold): New variable.
23496         (uncompface-float-time): New macro.
23497         (uncompface): Determine whether to use the external decoder if
23498         uncompface-use-external is undecided.
23500 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23502         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23503         after images.
23505         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23507 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23509         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23511         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23513         * gnus-sum.el (gnus-summary-limit-to-age)
23514         (gnus-summary-limit-children): do.
23516         * gnus-int.el (gnus-request-scan): do.
23518         * gnus-group.el (gnus-group-suspend): do.
23520         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23522         * gnus-cite.el (gnus-cite-parse-attributions): do.
23524         * gnus-agent.el (gnus-summary-set-agent-mark)
23525         (gnus-agent-regenerate-group): do.
23527         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23529         * binhex.el (binhex-decode-region-internal): do.
23531 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23533         * gnus-fun.el (gnus-face-properties-alist): New user option.
23534         (gnus-display-x-face-in-from): Use it.
23536         * gnus-art.el (article-display-face): Ditto.
23538         * compface.el (uncompface-use-external): Default to nil.
23540 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23542         * nntp.el (nntp-erase-buffer): New function.
23543         (nntp-retrieve-data, nntp-send-command)
23544         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23545         (nntp-possibly-change-group): Use it.
23547         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23548         Use with-current-buffer.
23550 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23552         * compface.el: Merge the ELisp-based uncompface program.
23553         (compface): New customization group.
23554         (uncompface-use-external): New user option.
23555         (uncompface): Call uncompface-internal if uncompface-use-external
23556         is nil.
23557         (uncompface-internal): New function.  Note that there are also
23558         some other functions and variables added for this function.
23560 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23562         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23563         if necessary.
23565 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23567         * spam-report.el (spam-report-unplug-agent)
23568         (spam-report-plug-agent, spam-report-deagentize)
23569         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23570         Add support for the Agent in spam-report: when unplugged, report to a
23571         file; when plugged, submit all the requests.
23573         * spam.el (spam-register-routine): Fix message about
23574         registration.
23576 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23578         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23579         dependencies.
23580         (rfc2047-encode): Use it.
23582         * gnus-art.el (gnus-button-marker-list): Move before first
23583         reference.
23585         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23586         (imap-parse-body): Fix format string mismatch.
23588         * gnus-score.el (gnus-summary-increase-score): do.
23590         * nnrss.el (nnrss-close): New function.
23592 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23594         * nnrss.el (nnrss-make-filename): New function.
23595         (nnrss-request-delete-group, nnrss-read-server-data)
23596         (nnrss-save-server-data, nnrss-read-group-data)
23597         (nnrss-save-group-data): Use it.
23598         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23599         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23600         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23602 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23604         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23606 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23608         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23609         files.
23611         * message.el (message-generate-headers-first): Don't quote nil
23612         and t in docstrings.
23614         * imap.el (imap-id): do.
23616         * gnus-agent.el (gnus-agent-consider-all-articles)
23617         (gnus-agent-queue-mail): do.
23619 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23621         * spam-report.el (spam-report-process-queue): New function.
23622         Process requests from `spam-report-requests-file'.
23623         (spam-report-process-queue): Doc fix.
23625 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23627         * spam.el (spam-register-routine)
23628         (spam-log-processing-to-registry, spam-log-registered-p)
23629         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23630         Change "check" to "spam-check" for semi-clarity.
23632 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23634         * pop3.el: Require nnheader.
23636         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23638         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23640         * gnus-picon.el: Require cl.
23642         * gnus-fun.el: Require gnus-ems and gnus-util.
23644         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23646         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23648         * gnus-art.el (gnus-article-edit-mode): Define before first
23649         reference.
23651 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23653         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23654         (gnus-uu-post-encoded): Use point-at-bol.
23656         * gnus-topic.el (gnus-group-active-topic-p): do.
23658         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23660         * gnus-group.el (gnus-group-kill-region): do.
23662         * gnus-art.el (article-date-ut): do.
23664         * message.el (message-fetch-field): Remove redundant
23665         case-fold-search binding.
23666         (message-narrow-to-field): Simplify.
23668 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23670         * spam.el (spam-directory): Derive from `gnus-directory'.
23672         * spam-report.el (spam-report-url-to-file)
23673         (spam-report-requests-file): New function and variable for offline
23674         reporting.
23675         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23676         and user defined function.
23677         (spam-report-url-ping-mm-url): Remove doubled slash.
23679 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23681         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23683 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23685         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23686         Fix format string mismatch.
23688         * sieve.el (sieve-deactivate-all): do.
23690         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23692         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23694         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23696         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23698 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23700         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23701         the list of checks.
23703 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23705         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23706         padding.
23708 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23710         * mm-view.el (mm-fill-flowed): New variable.
23711         (mm-inline-text): Use it.
23713 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23715         * spam.el (spam-spamassassin-register-ham-routine)
23716         (spam-spamassassin-register-spam-routine): Fix function names.
23718 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23720         * gnus.el (gnus-tmp-grouplens): Remove.
23721         (gnus-summary-line-format): Remove grouplens.
23723         * gnus-group.el (gnus-group-line-format): Ditto.
23725         * gnus-spec.el (gnus-format-specs): Ditto.
23726         (gnus-update-format-specifications): Flush the group format spec
23727         cache if there's the grouplens stuff.
23728         (gnus-parse-simple-format): Replace %l with the empty string.
23730 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23732         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23733         omission.
23735 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23737         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23738         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23740 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23742         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23743         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23744         New macros and functions.
23745         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23746         Handle > NLINK_MAX messages.
23747         * nnmaildir.el (nnmaildir-request-set-mark):
23748         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23750 2004-01-25  Alex Schroeder  <alex@gnu.org>
23752         * spam-stat.el (spam-stat-process-directory-age): New option.
23753         (spam-stat-process-directory): Use it.
23755 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23757         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23758         (spam-stat-save): Accept prefix argument.
23760 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23762         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23763         links" error.
23765 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23767         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23768         compatibility with old .newsrc.eld files.
23770         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23772         * gnus-start.el (gnus-1): do.
23774         * gnus-group.el (gnus-group-line-format-alist): do.
23776         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23778         * gnus-gl.el: Remove.
23780 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23782         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23783         marks consisting of a single range {for example, (3 . 5)} rather
23784         than a list of a single range { ((3 . 5)) }.
23786 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23788         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23789         Use with-current-buffer.
23790         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23791         avoid consing a string.
23793         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23794         Remove obsolete entries for big5 and gb2312.
23796 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23798         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23799         uncompressed list.
23801 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23803         * spam-stat.el (spam-stat-strip-xref): New function.
23804         (spam-stat-process-directory): Use it.
23806         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23807         here -- it's done in message-fetch-field.
23809 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23811         * gnus-agent.el (gnus-agent-queue-mail)
23812         (gnus-agent-prompt-send-queue): New variables.
23813         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23814         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23815         "nndraft:queue" along to gnus-draft-send.
23816         Use gnus-agent-prompt-send-queue.
23817         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23818         is "nndraft:queue".  Suggested by Gaute Strokkenes
23819         <gs234@srcf.ucam.org>
23821         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23822         (agent-enable-undownloaded-faces): Add.
23823         (gnus-agent-cat-groups): Use eval-and-compile, not
23824         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23825         method of gnus-agent-cat-groups even when the buffer has been
23826         evalled.
23827         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23828         delete gnus-agent-save-active-1.
23829         (gnus-agent-save-groups): Delete.  Identical to
23830         gnus-agent-save-active.
23831         (gnus-agent-write-active): No longer adjust agent's copy of active
23832         file as agent's adjustments are now stored in their own
23833         file.  Remove optional parameter.
23834         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23835         servers.  Add use of min/max range limits from server's local
23836         file.
23837         (gnus-agent-save-alist): Remove unused optional argument.
23838         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23839         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23840         (gnus-agent-set-local): A per-server file that keeps min/max range
23841         limits for articles known to the agent.  Provides a fast mechanism
23842         for altering many active ranges.
23843         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23844         active file (local makes it unnecessary).
23845         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23847         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23848         (agent-enable-undownloaded-faces): Add.
23850         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23851         disable it when sending to "nndraft:queue".
23852         (gnus-group-send-queue): Add safety check to avoid sending queue
23853         when unplugged.
23855         * gnus-group.el (gnus-group-catchup): Use new
23856         gnus-sequence-of-unread-articles, not
23857         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23858         numbers of articles.  Use gnus-range-map to avoid having to
23859         uncompress the unread list.
23860         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23861         Fix invalid ange-ftp reference.
23863         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23864         (gnus-sorted-range-intersection): Intersection of two ranges
23865         without requiring that they first be uncompressed.
23867         * gnus-start.el (gnus-activate-group): Unless blocked by the
23868         caller, possibly expand the active range to include both cached
23869         and agentized articles.
23870         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23871         multiple version-dependent converters.
23872         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23873         gnus-agent-save-active.
23874         (gnus-save-newsrc-file): Save dirty agent range limits.
23876         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23877         gnus-agent-possibly-alter-active.
23878         (gnus-adjust-marked-articles): Faster handling of simple lists.
23880 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23882         * spam-stat.el (spam-stat-test-directory): New optional argument
23883         displays a list of files detected.  Suggested by Andrew Cohen
23884         <cohen@andy.bu.edu>.
23885         (spam-stat-buffer-words-with-scores): Don't narrow and change
23886         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23888 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23890         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23891         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23892         (spam-spamassassin-arguments)
23893         (spam-spamassassin-spam-flag-header)
23894         (spam-spamassassin-positive-spam-flag-header)
23895         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23896         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23897         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23898         (spam-list-of-processors, spam-list-of-checks)
23899         (spam-list-of-statistical-checks, spam-registration-functions)
23900         (spam-check-spamassassin-headers, spam-check-spamassassin)
23901         (spam-spamassassin-score)
23902         (spam-spamassassin-register-with-sa-learn)
23903         (spam-spamassassin-register-spam-routine)
23904         (spam-spamassassin-register-ham-routine)
23905         (spam-assassin-register-spam-routine)
23906         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23907         (spam-bogofilter-score): Fix to show article before scoring.
23909 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23911         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23912         default scoring function.
23913         (spam-generic-score): Call spam-spamassassin-score if
23914         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23915         spam-bogofilter-score otherwise.
23917         * gnus.el (spam-process, spam-autodetect-methods):
23918         Add spamassassin and spamassassin-headers.
23920 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23922         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23923         Suppress unnecessary messages.
23925 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23927         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23928         make-hash-table.
23930 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23932         * canlock.el (base64-encode-string): Don't autoload it.
23934 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23936         * run-at-time.el: Remove useless (require 'itimer),
23937         eval-and-compile and (featurep 'xemacs).
23939 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23941         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23942         GROUP is a virtual group.
23944 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23946         * gnus.el: Autoload `message-y-or-n-p'.
23948 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23950         * pgg-parse.el: Remove unnecessary (require 'custom).
23952         * pgg-def.el: do.
23954         * nnmail.el: do.
23956         * gnus-undo.el: do.
23958         * gnus-picon.el: do.
23960         * gnus-util.el: do.
23962 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23964         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23966 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23968         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23969         handle, as well as a list.
23971         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23972         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23973         (mm-w3m-cid-retrieve): Simplify.
23975 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23977         * message.el (message-kill-to-signature): Allow prefix arg to
23978         specify number of lines to keep before signature.
23980 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23982         * message.el (message-kill-to-signature): Change docstring.
23984 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23986         * canlock.el: Always require sha1-el.
23987         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23989         * message.el: Autoload sha1 only when compiling.
23991 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23993         * message.el (message-canlock-generate): Require sha1-el.
23995 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23997         * message.el (message-expand-name): Silence the byte compiler.
23999 2004-01-13  Simon Josefsson  <jas@extundo.com>
24001         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24002         Invoke gnus-score-mode.
24003         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24005         * gnus-range.el (gnus-compress-sequence): Doc fix.
24006         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24008 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24010         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24012 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24014         * spam.el (spam-get-article-as-string): Update to use
24015         gnus-request-article-this-buffer, much simpler.
24016         (spam-get-article-as-buffer): Remove.
24018 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24020         * message.el (message-expand-name): Use EUDC if the user uses that.
24022 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24024         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24025         character for the encoding to avoid consing a string.
24027         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24028         unnecessarily.
24030         * mm-util.el (mm-replace-chars-in-string): Remove.
24032         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24033         of mm-replace-chars-in-string.
24035 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24037         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24039         * mm-util.el (mm-subst-char-in-string): Support inplace.
24041         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24042         a new string in every iteration.  Use shy groups.
24044 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24046         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24047         * gnus-soup.el (gnus-soup-group-brew):
24048         * gnus-msg.el (gnus-put-message):
24049         * gnus-move.el (gnus-group-move-group-to-server):
24050         * gnus-kill.el (gnus-batch-score):
24051         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24052         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24053         (gnus-group-update-group, gnus-group-read-group)
24054         (gnus-group-make-group, gnus-group-make-help-group)
24055         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24056         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24057         (gnus-group-sort-by-unread, gnus-group-catchup)
24058         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24059         (gnus-group-yank-group, gnus-group-set-info)
24060         (gnus-group-list-groups):
24061         * gnus.el (gnus-generate-new-group-name):
24062         * gnus-delay.el (gnus-delay-send-queue):
24063         * nnvirtual.el (nnvirtual-catchup-group):
24064         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24065         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24066         (gnus-group-prepare-topics, gnus-topic-check-topology):
24067         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24068         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24069         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24070         (gnus-group-make-articles-read):
24071         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24072         (gnus-group-change-level, gnus-kill-newsgroup)
24073         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24074         (gnus-get-unread-articles, gnus-make-articles-unread)
24075         (gnus-make-ascending-articles-unread): Use accessor
24076         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24077         to get group information for improved readability.
24079 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24081         * gnus-art.el (article-decode-mime-words, article-babel)
24082         (gnus-article-highlight-signature, gnus-article-add-buttons)
24083         (gnus-signature-toggle): Use gnus-with-article-buffer.
24085         * gnus-art.el (gnus-article-highlight-headers)
24086         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24088         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24089         (gnus-article-set-globals, gnus-request-article-this-buffer)
24090         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24091         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24092         (gnus-mime-display-alternative): Use with-current-buffer.
24094 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24096         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24097         also under 80 char limit, and call gnus-error if needed.
24098         (spam-fetch-article-header): Fix - it was a
24099         buffer-local variable (gnus-newsgroup-data).
24100         (spam-find-spam): Use spam-generate-fake-headers, forget about
24101         spam-insert-fake-headers.
24102         (spam-insert-fake-headers): Remove.
24104 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24106         * deuglify.el (gnus-article-outlook-unwrap-lines)
24107         (gnus-outlook-rearrange-article)
24108         (gnus-outlook-repair-attribution-outlook)
24109         (gnus-outlook-repair-attribution-block)
24110         (gnus-outlook-repair-attribution-other): Remove redundant
24111         save-excursion.
24113 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24115         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24116         (spam-fetch-field-subject-fast)
24117         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24118         (spam-fetch-article-header): Add functions to deal with Gnus
24119         internals for fast retrieval of article header data.
24120         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24122 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24124         * pop3.el (pop3-md5): Remove.
24125         (pop3-apop): Replace pop3-md5 with md5.
24127         * mm-bodies.el: base64 is always built-in.
24129         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24130         Use with-current-buffer.
24132 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24134         * canlock.el (canlock-insert-header): Remove excessive grouping in
24135         regexp.
24137         * gnus-sum.el (gnus-summary-read-document): Ditto.
24139         * gnus-uu.el (gnus-uu-part-number): Ditto.
24141         * html2text.el (html2text-remove-tags): Ditto.
24142         (html2text-format-tags): Ditto.
24143         (html2text-format-single-elements): Ditto.
24145         * mml.el (mml-parse-1): Ditto.
24147 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24149         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24151         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24153         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24155         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24157 2003-11-15  Simon Josefsson  <jas@extundo.com>
24159         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24160         (pgg-gpg-lookup-key): Use regexp match instead of
24161         split-string (split-string is different between emacs 21.2 and
24162         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24164 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24166         * gnus-art.el (gnus-mime-view-all-parts)
24167         (gnus-article-part-wrapper, gnus-article-view-part):
24168         Use with-current-buffer.
24170 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24172         * spam.el (spam-disable-spam-split-during-ham-respool)
24173         (spam-spamoracle-database, spam-cache-lookups)
24174         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24175         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24176         (spam-group-ham-marks, spam-group-spam-marks)
24177         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24178         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24179         also add spam-use-blackholes to the statistical checks.
24180         (spam-fetch-field-fast): Add interface to fetching fields, may
24181         become a macro.
24182         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24183         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24184         (spam-insert-fake-headers): Fake an article when needed.
24185         (spam-find-spam): Fake article when possible.
24186         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24187         (spam-check-bogofilter-headers): Use message-fetch-field instead
24188         of nnmail-fetch-field.
24190 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24192         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24194 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24196         * spam.el (spam-split): Do not require spam-use-CHECK to be
24197         enabled if that check is passed to spam-split explicitly; also
24198         fix so 'spam doesn't get converted to spam-split-group when
24199         spam-split-symbolic-return is t.
24200         (spam-find-spam): Find registrations of the article and use those
24201         instead of re-running spam-split to find the spam/ham
24202         classification of the article.
24203         (spam-log-processing-to-registry, spam-log-registered-p)
24204         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24205         Use gnus-error instead of gnus-message.
24206         (spam-log-registration-type): Add function to determine the
24207         classification of a message based on registry entries; will
24208         return nil if both 'spam and 'ham are found.
24209         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24210         a reasonably fast local cache without the loading errors.
24211         (spam-cache-lookups): Set to t by default.
24212         (spam-find-spam): Don't try to guess spam-cache-lookups.
24213         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24214         spam-caches entry.
24215         (spam-filelist-build-cache, spam-filelist-check-cache):
24216         Fix caching of whitelist/blacklist entries.
24217         (spam-check-whitelist, spam-check-blacklist):
24218         Invoke spam-from-listed-p with a type, not a cache variable.
24219         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24221 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24223         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24225         * nnmail.el (nnmail-split-fancy): do.
24227         * mml.el (mml-parse): do.
24229         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24230         (gnus-score-adaptive): do.
24232 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24234         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24235         (gnus-mime-button-map): Don't set keymap parent.
24236         (gnus-button-ctan-directory-regexp): Use shy grouping.
24237         (gnus-prev-page-map): Don't set keymap parent.
24238         (gnus-prev-page-map): Remove duplicated one.
24239         (gnus-next-page-map): Don't set keymap parent.
24240         (gnus-mime-security-button-map): Ditto.
24242         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24243         version number.
24245         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24247 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24249         * canlock.el (canlock-sha1-function): Remove.
24250         (canlock-sha1-function-for-verify): Remove.
24251         (canlock-openssl-program): Remove.
24252         (canlock-openssl-args): Remove.
24253         (canlock-ignore-errors): Remove.
24254         (canlock-sha1-with-openssl): Remove.
24255         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24256         (canlock-verify): Don't use canlock-ignore-errors.
24258         * sha1-el.el (sha1-string-external): Make it can return a string
24259         in binary form.
24260         (sha1-region-external): Ditto.
24261         (sha1-string-internal): Ditto.
24262         (sha1-region-internal): Ditto.
24263         (sha1-region): Ditto.
24264         (sha1-string): Ditto.
24265         (sha1): Ditto.
24267 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24269         * spam.el (spam-report-articles-gmane): New command.
24271 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24273         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24275         * run-at-time.el (run-at-time-saved): Remove.
24276         (run-at-time): Doc fix.
24278 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24280         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24281         (gnus-summary-limit-map): Add it.
24282         (gnus-summary-make-menu-bar): do.
24284 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24286         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24287         Make attempt at some caching support (done for BBDB only now).
24288         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24289         addresses to be checked.
24290         (spam-clear-cache-BBDB): Add function, to be invoked by
24291         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24292         (spam-check-BBDB): Check and use the caches, if
24293         spam-cache-lookups is on, remove superfluous (provide).
24295 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24297         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24299 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24301         * run-at-time.el (run-at-time-saved): Move to after the definition
24302         of `run-at-time'.
24304 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24306         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24307         mm-w3m-local-map-property.
24309         * mm-view.el (mm-w3m-mode-map): Remove.
24310         (mm-w3m-local-map-property): Remove.
24311         (mm-inline-text-html-render-with-w3m): Don't use
24312         mm-w3m-local-map-property.
24314 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24316         * run-at-time.el: New file.
24318         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24319         of gnus-set-text-properties.
24321         * gnus-uu.el (gnus-uu-save-article): Ditto.
24323         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24325         * gnus-cite.el (gnus-cite-parse): Ditto.
24327         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24328         of gnus-.
24330         * gnus.el: Change calls to nnheader-run-at-time and
24331         password-run-at-time throughout to use run-at-time directly.
24333         * password.el: Remove definition of run-at-time.
24335 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24337         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24338         in prompt.
24340 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24342         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24343         XEmacs version.
24345         * dns.el (dns-make-network-process): Use `open-network-stream'
24346         instead of `gnus-xmas-open-network-stream'.
24348         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24350 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24352         * gnus-art.el (gnus-mime-display-alternative)
24353         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24354         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24355         Don't use gnus-local-map-property.
24357         * gnus-util.el (gnus-local-map-property): Remove.
24359         * mm-view.el (mm-view-pkcs7-decrypt):
24360         Replace gnus-completing-read-maybe-default with completing-read.
24362         * gnus-util.el (gnus-completing-read): do.
24363         (gnus-completing-read-maybe-default): Remove.
24365 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24367         * password.el: Only autoload `run-at-time' if not XEmacs.
24368         Only autoload the itimer functions if XEmacs.
24370 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24372         * gnus-art.el (gnus-read-string): Remove.
24373         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24374         read-string.
24376 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24378         * netrc.el: Autoload password-read.
24379         (netrc): Add configuration group.
24380         (netrc-encoding-method, netrc-openssl-path):
24381         Add variables for encoding and decoding of files with symmetric
24382         ciphers.
24383         (netrc-encode): Add assistant function to encode a file with
24384         netrc-encoding-method.
24385         (netrc-parse): Add interactive parameter, added optional
24386         decoding if netrc-encoding-method is non-nil but otherwise
24387         behavior is standard.
24388         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24389         Do s/encode/encrypt/ everywhere.
24391         * spam.el: Remove executable-find autoload.
24393 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24395         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24397         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24399 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24401         * gnus-art.el (gnus-treat-ansi-sequences)
24402         (article-treat-ansi-sequences): New variable and function.
24403         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24405         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24406         Use it.
24408 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24410         * mm-util.el (mm-quote-arg): Remove.
24412         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24413         shell-quote-argument.
24415         * gnus-uu.el (gnus-uu-command): do.
24417         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24419         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24420         with make-char.
24422         * mm-util.el (mm-make-char): Remove.
24424         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24425         add-minor-mode.
24427         * gnus-undo.el (gnus-undo-mode): do.
24429         * gnus-topic.el (gnus-topic-mode): do.
24431         * gnus-sum.el (gnus-dead-summary-mode): do.
24433         * gnus-start.el (gnus-slave-mode): do.
24435         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24437         * gnus-ml.el (gnus-mailing-list-mode): do.
24439         * gnus-gl.el (gnus-grouplens-mode): do.
24441         * gnus-draft.el (gnus-draft-mode): do.
24443         * gnus-dired.el (gnus-dired-mode): do.
24445         * gnus-ems.el (gnus-add-minor-mode): Remove.
24447         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24448         Replace gnus-char-width with char-width.
24450         * gnus-ems.el (gnus-char-width): Remove.
24452         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24453         Replace gnus-char-width with char-width.
24455         * gnus-ems.el (gnus-char-width): Remove.
24457         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24458         definition.
24459         Remove Emacs 20 hash table compatibility code.
24461         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24462         20 compatibility code.
24464         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24466         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24468         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24469         Replace with point-at-{eol,bol}.
24471         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24473         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24475         * flow-fill.el (fill-flowed-point-at-bol)
24476         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24478         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24479         Replace with point-at-{eol,bol} throughout all files.
24481 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24483         * ntlm.el (ntlm-string-as-unibyte): New macro.
24484         (ntlm-build-auth-response): Use it.
24486         Remove Emacs 20 stuff:
24487         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24488         of delq and copy-sequence.
24489         * gnus-art.el (popup-menu): Remove the compiler macro.
24490         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24491         Emacs 20.
24493 2004-01-05  Simon Josefsson  <jas@extundo.com>
24495         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24496         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24497         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24498         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24499         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24500         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24501         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24502         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24503         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24504         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24505         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24506         string-xor into ntlm-string-xor.
24507         Suggested by Jesper Harder <harder@myrealbox.com>.
24509         * ntlm.el: Don't include poem.
24511         * md4.el (print-int32, print-string-hexa): Remove.
24512         Suggested by Jesper Harder <harder@myrealbox.com>.
24514         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24516         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24517         probably breaks emacs with DL patch, but do we care? Is anyone
24518         still using the DL stuff?)
24520         * sieve-manage.el: Use the password package.
24521         (sieve-manage-read-passwd): Remove.
24522         (sieve-manage-interactive-login): Use password.  Re-add
24523         condition-case around loop.
24525         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24526         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24527         Use the password package.
24529 2003-02-19  Simon Josefsson  <jas@extundo.com>
24531         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24532         token.
24534 2002-08-07  Simon Josefsson  <jas@extundo.com>
24536         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24537         (sieve-manage-authenticators):
24538         (sieve-manage-authenticator-alist): Add some SASL mechs.
24539         (sieve-sasl-auth): New function.
24540         (sieve-manage-cram-md5-auth):
24541         (sieve-manage-plain-auth): Rewrite using SASL library.
24542         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24543         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24544         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24545         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24547 2004-01-05  Simon Josefsson  <jas@extundo.com>
24549         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24550         New files.
24552 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24554         * gnus-group.el (gnus-no-groups-message): Update.
24556         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24558 2003-11-09  Simon Josefsson  <jas@extundo.com>
24560         * imap.el: Support for ID IMAP extension (RFC 2971).
24561         (imap-local-variables): Add imap-id.
24562         (imap-id): New variable.
24563         (imap-id): New function.
24564         (imap-parse-response): Parse untagged ID response.
24565         * nnimap.el (nnimap-id): New variable.
24566         (nnimap-open-connection): Use it.
24568 2003-12-28  Simon Josefsson  <jas@extundo.com>
24570         * gnus-score.el (gnus-score-edit-all-score): New.
24571         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24573 2004-01-04  Simon Josefsson  <jas@extundo.com>
24575         * password.el: Add.
24577 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24579         * dns.el (dns-query-types): Fix typo.
24580         (dns-query-types): New function.
24581         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24582         PTR and SOA replies, see RFC 1035.
24584 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24586         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24588         * Move to Changelog.2.
24590 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24592         * gnus.el (gnus-version-number): Bump version.
24594 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24596         * gnus.el: No Gnus v0.1 is released.
24598 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24600         * gnus.el: No Gnus v0.0 is released.
24602 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24604         * gnus.el (gnus-version-number): Bump.
24605         (gnus-version): No.
24607 See ChangeLog.2 for earlier changes.
24609   Copyright (C) 2004-2013 Free Software Foundation, Inc.
24611   This file is part of GNU Emacs.
24613   GNU Emacs is free software: you can redistribute it and/or modify
24614   it under the terms of the GNU General Public License as published by
24615   the Free Software Foundation, either version 3 of the License, or
24616   (at your option) any later version.
24618   GNU Emacs is distributed in the hope that it will be useful,
24619   but WITHOUT ANY WARRANTY; without even the implied warranty of
24620   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24621   GNU General Public License for more details.
24623   You should have received a copy of the GNU General Public License
24624   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24626 ;; Local Variables:
24627 ;; coding: utf-8
24628 ;; fill-column: 79
24629 ;; add-log-time-zone-rule: t
24630 ;; End: