Move some files from gnus/ to net/
[emacs.git] / lisp / gnus / ChangeLog
blobfc668100f3b033769b1fc3df404c9963e8d0ae83
1 2013-06-18  Glenn Morris  <rgm@gnu.org>
3         * eww.el, shr.el, shr-color.el: Move to ../net.
5 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7         * shr.el (shr-tag-table): Insert the images after the table, so that
8         they're not covered by the table colourisation, which often looked
9         awkward.
10         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
11         <dd>.
13 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15         * eww.el (eww-detect-charset): Improve regexp; move backward.
17 2013-06-18  Glenn Morris  <rgm@gnu.org>
19         * mm-decode.el (widget-convert-button): Autoload.
21         * sieve-manage.el (mm-enable-multibyte): Autoload.
23         * shr.el (libxml-parse-html-region): Declare.
24         (shr-render-buffer): Explicit error if no libxml2 support.
26 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
28         * auth-source.el (auth-source-current-line): New function.
29         (auth-source-netrc-parse-entries): When a data token is "machine",
30         assume we're in the wrong place and abort parsing the current line.
32 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
35         (eww-convert-widgets): Don't bug out if the first widget starts at the
36         beginning of the buffer.
37         (eww-convert-widgets): Fix last patch.
38         (eww-tag-input): Support <input type=image>.
40         * shr.el (shr-insert-table): Respect border-collapse: collapse.
41         (shr-tag-base): Protect against base specs that are degenerate.
42         (shr-ensure-paragraph): Don't delete empty lines that have text
43         properties, because these may be input fields.
45         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
46         we can navigate to them.
48         * shr.el (shr-colorize-region): Put the colours over the entire region.
49         (shr-inhibit-decoration): New variable.
50         (shr-add-font): Use it to inhibit text property decorations while doing
51         preliminary table renderings.  This speeds up typical Wikipedia page
52         renderings by 15%.
53         (shr-tag-span): Don't respect the <title>, because that overwrites the
54         help-echo from links inside the spans.
55         (shr-next-link): Use `help-echo' for navigation, so that we can
56         navigate to form elements, too.
58         * eww.el (eww-button): New face.
59         (eww-convert-widgets): Use it to make submit buttons more button-like.
61         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
62         that Gnus commands work.
64         * shr.el (shr-render-td): Support horizontal alignment.
66         * eww.el (eww-put-color): Removed.
67         (eww-colorize-region): Use `add-face-text-property'.
69         * shr.el (shr-add-font): Append face data, so that we get the correct
70         presedence: The innermost value (which is applied first) wins.
71         (shr-make-overlay): Obsolete function.
73         * mm-decode.el (mm-convert-shr-links): New function to convert
74         new-style shr URL links into widgets.
75         (mm-shr): Use it.
77         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
78         widget commands, since we're no longer using widgets for links.
80         * shr.el (shr-next-link): New command.
81         (shr-previous-link): New command.
82         (shr-urlify): Don't use `widget-convert', because that's slow.
83         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
84         because collecting the overlays and reapplying them when generating
85         tables is slow.
86         (shr-insert-table): Ditto.
88 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
91         * shr.el (browse-url): Require `url'.
92         * eww.el (url): Require format-spec.
94 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96         * eww.el (eww-display-html): Default to using the entire window width.
97         (eww-browse-url): Don't add a User-Agent header (twice), because that
98         makes Bing refuse connection.
100         * shr.el (shr-make-table): Cache the table rendering at the table
101         level, and not the <td> level.  This is a bit faster.
103         * eww.el (eww-render): Go to the correct ID when given URLs ending with
104         #id.
106         * shr.el (shr-tag-li): Don't require a new paragraph, since other
107         browsers don't.
108         (shr-expand-url): Respect #anchor links.
109         (shr-parse-base): Chop off the anchor before using.
110         (shr-descend): Respect display: none.
111         (shr-descend): Allow marking elements that have certain IDs.
113         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
115         * shr.el (shr-expand-url): Don't bug out on zero-length links.
117         * eww.el (eww-tag-textarea): Support <textarea>.
119 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
121         * shr.el (shr-dom-to-xml): Fixed function call.
123         * eww.el (eww): New group.
124         (eww-header-line-format): New custom variable.
125         (eww-current-title): New variable.
126         (eww-display-html): Update header and handle title tag.
127         (eww-update-header-line-format): New function.
128         (eww-tag-title): New function.
130         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
131         (shr-tag-svg): Add support for the SVG tag.
132         (shr-bullet): New custom variable.
133         (shr-tag-li): Support custom bullet in unordered lists.
135 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137         * shr.el (shr-expand-url): Respect // URLs.
139         * eww.el (eww-tag-body): Override the shr body rendering so that we can
140         put a background colour onto the entire buffer.
141         (eww-render): When being redirected, use the redirect URL as the new
142         base URL.
144         * shr.el (shr-parse-base): Fix parsing error.
146         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
148         * shr.el (shr-parse-base): New function.
149         (shr-expand-url): Use it to expand relative URLs reliably.
151 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
153         * auth-source.el (auth-source-search-collection): Fix docstring.
154         (auth-source-netrc-parse): Refactor and improve netrc parser to support
155         single-quoted strings and multiline entries.
156         (auth-source-netrc-parse-next-interesting)
157         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
158         functions to support parser.
160 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162         * eww.el (eww-submit): Get submit button logic right when hitting RET
163         on non-submit buttons.
165         * shr.el: Remove shr-preliminary-table-render, since that can't really
166         be used for anything in practice.
168 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
170         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
171         (sieve-manage-quit).
173 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
175         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
176         control the maximum size of photo ID image.
177         (mml2015-epg-key-image-to-string): Respect it.
179 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
182         instead of the final one so that we can more easily distinguish them.
184         * eww.el (eww-submit): Compute the submission URL correctly.
186 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
188         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
189         Use plist-get rather than CL's getf.
190         (sieve-manage-parse-capability): Avoid CL's remove-if.
192 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194         * shr.el (shr-expand-url): Expansion should chop off the bits after the
195         last slash.
197         * eww.el (eww-tag-select): Use the first value as the default value.
199 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
201         * eww.el (eww): Prepend urls with http:// if scheme is missing.
202         (eww-mode): Use `define-derived-mode'.
203         (eww-parse-headers): Parse headers from beginning of buffer so that
204         file:// links work.
206 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
208         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
210 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
213         to handle them at all.
215 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
218         work, too.
219         (eww-tag-select): Implement <select>.
221 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
223         * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
224         stream managing functions by using open-protocol-stream to do most of
225         the work. Has the nice benefit of enabling STARTTLS.
226         Wait for capabilities after STARTTLS: following RFC5804, the server
227         sends new capabilities after successfully establishing a TLS connection
228         with the client. The client should update the cached list of
229         capabilities, but we just ignore the answer for now.
230         (sieve-manage-network-p, sieve-manage-network-open)
231         (sieve-manage-starttls-p, sieve-manage-starttls-open)
232         (sieve-manage-forward, sieve-manage-streams)
233         (sieve-manage-stream-alist): Remove unneeded functions neither in the
234         API, nor called by any other function.
235         Enable Multibyte for SieveManage buffers: The parser won't properly
236         handle umlauts and line endings unless multibyte is turned on in the
237         process buffer.
239 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241         * eww.el (eww-tag-input): Support password fields.
242         (eww-submit): Support POST.
244 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246         * eww.el (eww-tag-form): Protect against degenerate forms.
248         * shr.el (shr-expand-url): Expand URLs that start with a slash
249         correctly.
251         * eww.el (eww-submit): Get submit button logic right.
253         * shr.el (shr-final-table-render): New variable to signal when we're
254         doing the final table rendering so that we can collect more data at
255         that point.
257         * eww.el (eww-submit): Make form submission work.
258         (eww-tag-input): Implement submit buttons.
259         (eww-click-radio): Implement radio and checkboxes.
260         (eww-submit): Handle hidden elements.
262         * shr.el (shr-descend): Allow other packages to override (or provide)
263         rendering of elements.
264         (shr-expand-url): Strip query strings from URLs before expanding them.
266         * eww.el: Don't require cl-lib.
267         (eww-tag-form): Start form support.
269         * eww.el: Start writing a new, tiny web browser.
270         (eww-previous-url): New command.
271         (eww-quit): New command.
273 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
275         * sieve.el: Put point at beginning of buffer when viewing a script.
276         (sieve-open-server): respect the PORT parameter. Show the correct port
277         number in sieve-buffer's header. Fixed code to also work with a string
278         as port specifier. Properly close the connection on pressing 'q'. Make
279         sieve-manage-quit close the connection and process buffer. Also, remove
280         duplicate keybinding for 'q'.
282 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
284         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
285         make it easier to read.
286         (mm-pkcs7-enveloped-magic): Ditto.
288 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
290         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
291         before `image-type-available-p' to avoid loading the image libraries
292         needlessly.
294 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
296         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
297         assume Date header begins with "Date", that may be customized into
298         something like "X-Sent" using gnus-article-time-format.
299         (article-transform-date): Allow multi-line Date header.
301 2013-06-02  David Engster  <deng@randomsample.de>
303         * registry.el (initialize-instance, registry-lookup)
304         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
305         (registry-lookup-secondary-value, registry-search, registry-delete)
306         (registry-insert, registry-reindex, registry-size, registry-prune): Do
307         not wrap methods in `eval-and-compile'.  This breaks due to latest
308         changes in EIEIO (introduction of eieio-core.el).
310 2013-05-30  Glenn Morris  <rgm@gnu.org>
312         * nnmail.el (nnmail-fancy-expiry-target):
313         Also bind mail-dont-reply-to-names.
315         * spam-stat.el (spam-stat-save):
316         No need to tweak font-lock in temp buffers.
318         * shr.el (shr-put-image): Silence compiler.
320 2013-05-29  Glenn Morris  <rgm@gnu.org>
322         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
324         * gnus-group.el (gnus-sequence-of-unread-articles)
325         (gnus-summary-add-mark, gnus-mark-article-as-read)
326         (gnus-group-make-articles-read): Declare.
328         * gnus-sum.el (gnus-parameter-list-identifier)
329         (gnus-article-stop-animations, gnus-stop-downloads)
330         (gnus-article-only-boring-p, article-goto-body)
331         (gnus-flush-original-article-buffer, article-narrow-to-head)
332         (gnus-article-hidden-text-p, gnus-delete-wash-type)
333         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
335         * gnus.el: No need to eval-and-compile autoloads.
337         * gravatar.el (help-function-arglist): Autoload.
339         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
341         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
343         * spam.el: No need to load spam-report when compiling.
344         No need to eval-and-compile autoloads.
345         (spam-report-resend-to): Declare.
346         (spam-report-resend-register-routine): Require 'spam-report.
348 2013-05-24  Julien Danjou  <julien@danjou.info>
350         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
351         setup.
353 2013-05-23  Glenn Morris  <rgm@gnu.org>
355         * gnus-util.el (rmail-swap-buffers-maybe)
356         (rmail-maybe-set-message-counters, rmail-count-new-messages)
357         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
358         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
360         * mm-decode.el: No need to load term when compiling.
361         (term-mode, term-char-mode): Declare.
363         * mm-util.el: No need to load jka-compr when compiling.
364         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
366         * nnmaildir.el: Require is automatically eval-and-compile.
367         (nnmail): Require at run-time too.
369         * registry.el (registry-size): Move definition before use.
371 2013-05-22  Daiki Ueno  <ueno@gnu.org>
373         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
374         signed data to conform the standard.  (Bug#14232)
376 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
378         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
379         double angle quotation mark.
381 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
383         * message.el (message-insert-formatted-citation-line): Handle finding
384         first/lastname when more than 2 names appear.
386 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
388         * shr.el (shr-tag-span): New function.
390 2013-05-18  Glenn Morris  <rgm@gnu.org>
392         * message.el (message-mode): Use message-mode-abbrev-table,
393         with text-mode-abbrev-table as parent.  (Bug#14413)
395 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
397         * message.el (message-expand-group): Decode group names.
399 2013-05-16  Julien Danjou  <julien@danjou.info>
401         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
402         app-icon.
404 2013-05-15  Glenn Morris  <rgm@gnu.org>
406         * shr-color.el (shr-color-visible-luminance-min)
407         (shr-color-visible-distance-min): Use shr-color group.
409 2013-05-11  Glenn Morris  <rgm@gnu.org>
411         * gnus-vm.el: Make it loadable without VM.
412         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
413         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
415 2013-05-09  Glenn Morris  <rgm@gnu.org>
417         * mml1991.el: Make it loadable.  (Bug#13456)
419         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
420         * gnus-async.el (gnus-async-post-fetch-function):
421         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
422         * gnus-html.el (gnus-html-image-cache-ttl):
423         * gnus-notifications.el (gnus-notifications-timeout):
424         * gnus-picon.el (gnus-picon-properties):
425         * gnus-util.el (gnus-completion-styles):
426         * gnus.el (gnus-other-frame-resume-function):
427         * message.el (message-user-organization-file)
428         (message-cite-reply-position):
429         * nnir.el (nnir-summary-line-format)
430         (nnir-retrieve-headers-override-function):
431         * shr-color.el (shr-color-visible-luminance-min):
432         * shr.el (shr-blocked-images):
433         * spam-report.el (spam-report-resend-to):
434         * spam.el (spam-summary-exit-behavior): Fix custom types.
436         * gnus-salt.el (gnus-selected-tree-face): Fix default.
438 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
440         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
441         because of let-binding help-xref-following.  (Bug#14356)
443 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
445         * message.el (message-bury, message-send-and-exit):
446         Revert 2013-05-04 change.
448 2013-05-06  Glenn Morris  <rgm@gnu.org>
450         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
452 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
454         * message.el (message-bury): Make `buffer' optional.
455         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
456         (bug#14085).
458 2013-05-04  Andrew Cohen  <cohen@bu.edu>
460         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
461         entering into the registry.
463 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
465         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
466         (Bug#14304)
468 2013-04-27  Glenn Morris  <rgm@gnu.org>
470         * gnus.el (gnus-list-debbugs):
471         Use require rather than autoload.  (Bug#14262)
473 2013-04-27  Julien Danjou  <julien@danjou.info>
475         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
476         port to "sieve" now that it has an official IANA port assigned.
478 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
480         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
481         Don't set the MAILHOST environment variable permanently (Bug#14271).
483 2013-04-26  Glenn Morris  <rgm@gnu.org>
485         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
487 2013-04-25  Andrew Cohen  <cohen@bu.edu>
489         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
490         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
492 2013-04-24  Andrew Cohen  <cohen@bu.edu>
494         * nnir.el (nnir-close-group): Make sure we are in the right group.
496         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
497         dependency table from all newly retrieved headers.
499 2013-04-16  David Edmondson  <dme@dme.org>
501         Support <img src="data:...">.
503         * shr.el (shr-image-from-data): New function.
504         (shr-tag-img): Use it.
506 2013-04-14  Andrew Cohen  <cohen@bu.edu>
508         * nnir.el (nnir-request-set-mark): Make sure we are in the right
509         group.
511 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
513         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
514         corresponding to any existing group (Bug#14166).
516 2013-04-10  Andrew Cohen  <cohen@bu.edu>
518         * nnir.el (number-sequence): No longer used.
519         (nnir-request-set-mark): New function.
520         (nnir-request-update-info): Improve marks updating.
521         (nnir-request-scan): Don't duplicate marks updating.
522         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
523         Use 'assq rather than 'assoc. Quote anonymous function.
524         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
525         Use 'gnus-group-prefixed-p.
526         (gnus-summary-create-nnir-group): Make sure server for method is open.
528 2013-04-04  Andrew Cohen  <cohen@bu.edu>
530         * nnir.el (gnus-nnir-group-p): New function.
531         (nnir-possibly-change-group): Use it.
533         * gnus-msg.el (gnus-setup-message): Use it.
535 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
537         * mml.el (mml-minibuffer-read-description): Use `default' insted of
538         `initial-input' for the argument name.
539         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
541 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
543         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
544         (used by MH-E).
546 2013-04-01  Andrew Cohen  <cohen@bu.edu>
548         * nnir.el (nnir-request-update-mark): Improve mark updating in original
549         group.
551         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
552         fix compilation.
554 2013-03-31  Andrew Cohen  <cohen@bu.edu>
556         * nnir.el (nnir-method-default-engines): And another typo.
558 2013-03-30  Andrew Cohen  <cohen@bu.edu>
560         * nnir.el (nnir-method-default-engines): Fix typo.
562 2013-03-29  Andrew Cohen  <cohen@bu.edu>
564         * nnir.el: Define 'number-sequence for xemacs.
565         (gnus-summary-create-nnir-group): New function to create an nnir group
566         from an nnir summary buffer based on the current query.
567         (nnir-request-create-group): Update to allow nnir group creation based
568         on the current query.
570 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
572         * nndraft.el (nndraft-request-expire-articles):
573         Make expiry target always `delete'.
575 2013-03-27  Andrew Cohen  <cohen@bu.edu>
577         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
578         buffer use the posting-style and gcc of the original article group.
579         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
581         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
582         after other deffoos.
584 2013-03-26  Andrew Cohen  <cohen@bu.edu>
586         * nnir.el: Major rewrite. Cleaner separation between searches and group
587         management. Marks are now shown in nnir summary buffers. Rudimentary
588         support for real (i.e. not ephemeral) nnir groups.
589         (gnus-summary-make-nnir-group): New function for initiating searches
590         from a summary buffer.
592 2013-03-18  Sam Steingold  <sds@gnu.org>
594         * message.el (message-bury): Minor cleanup.
596 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
598         * nndir.el (nndir-request-list): Remove 2nd argument passed to
599         nnml-request-list.  (Bug#13873)
600         (nndir-request-newsgroups): Remove, unused.
602         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
604 2013-03-03  Ted Phelps  <phelps@gnusto.com>
606         * shr.el: Make all the overlays set the `evaporate' property so that
607         they're removed properly.
609 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
611         * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
612         shell-quote-argument.
614 2013-02-22  David Engster  <deng@randomsample.de>
616         * gnus-registry.el (gnus-registry-save): Provide class name when
617         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
618         `condition-case' to stay compatible with older EIEIO versions which
619         only accept one argument.
621 2013-02-17  Daiki Ueno  <ueno@gnu.org>
623         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
624         (epg-user-id-validity): Autoload.
625         (mml2015-epg-check-user-id): New function.
626         (mml2015-epg-check-sub-key): New function split from
627         mml2015-epg-find-usable-key.
628         (mml2015-epg-find-usable-key): Accept context, name, usage, and
629         optional name-is-key-id, to handle the case when user-id is unusable.
630         Reported by Łukasz Stelmach <stlman@poczta.fm>.
632 2013-02-17  Glenn Morris  <rgm@gnu.org>
634         * shr.el (shr-put-image): Use image-multi-frame-p if available.
636 2013-02-16  Glenn Morris  <rgm@gnu.org>
638         * shr.el (shr-put-image): Only animate images that specify a delay.
639         This is consistent with the old image-animated-p behavior.
641 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
643         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
644         for XEmacs.
646 2013-02-13  Juri Linkov  <juri@jurta.org>
648         * gnus-art.el (gnus-article-mode-map):
649         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
650         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
652 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
654         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
655         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
657 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
659         * auth-source.el (auth-source-format-prompt): Don't get confused by
660         any "\" in replacement text.  (Bug#13637)
662 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
664         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
665         (gnus-backend-trace): Honor gnus-backend-trace.
667         * mml.el (mml-insert-part): Insert closing tag.
669         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
671 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
674         able to find the article, which can happen in debbugs groups,
675         apparently.
677 2013-01-16  Glenn Morris  <rgm@gnu.org>
679         * smiley.el (smiley-style): Make the file loadable in batch mode.
681 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
684         imap process running.
686 2013-01-14  Julien Danjou  <julien@danjou.info>
688         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
689         Compare addresses against addresses, not against the full From field.
691 2013-01-13  Richard Stallman  <rms@gnu.org>
693         * message.el (message-forward-make-body-mime): New args BEG, END
694         specify what part of FORWARD-BUFFER to use.  Do the work directly
695         instead of calling `mml-insert-buffer'.
697 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
699         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
700         cross-reference(s).
702         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
703         cross-reference(s).
705 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
707         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
708         and point-max-marker.
709         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
711 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
713         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
714         to mml2015-encrypt-to-self.
715         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
717 2013-01-09  Daiki Ueno  <ueno@gnu.org>
719         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
720         mml-smime-epg-find-usable-secret-key.
722 2013-01-08  Glenn Morris  <rgm@gnu.org>
724         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
726 2013-01-07  Daiki Ueno  <ueno@gnu.org>
728         * mml-smime.el: Support signing by sender.
729         Requested by Uwe Brauer.
730         (mml-smime-sign-with-sender): New user option analogous
731         to mml2015-sign-with-sender.
732         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
733         (mml-smime-epg-find-usable-secret-key): New helper function copied from
734         mml2015.el.
736 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
739         isn't running, because Gnus will probably not know how to handle the
740         Gcc header (bug#11941).
742         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
743         articles.
745 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747         * nnfolder.el (nnfolder-recursive-directory-files): New function.
748         (nnfolder-generate-active-file): Make this function work with recursive
749         folder names.
751 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
753         * nntp.el (nntp-open-connection): Use HELP as the capability command
754         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
755         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
757 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
759         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
760         place holder since this gives `Invalid face reference: nil' messages.
761         Use the `default' face instead.  It has the same effect here, even
762         though it is not no-op.
764         * gnus-util.el
765         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
767 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
769         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
770         non-string posting styles (bug#13285).
772 2012-12-27  Glenn Morris  <rgm@gnu.org>
774         * plstore.el (plstore-passphrase-callback-function):
775         Use plstore-get-file.
777 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
779         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
780         stderr.
782         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
783         group is nil.
785         * shr.el (shr-tag-em): Render as italic, not bold.
787 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
789         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
791 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
793         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
794         temporary file to get PGP key image. Pass no-show-photos when extracting
795         image to avoid having it pop up twice.
797 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
799         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
800         eligible for treatment.
802         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
803         lines.  This makes summary commands with hidden threads work more
804         reliably.
806         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
807         button to mark the hidden citations (bug#9395).
809 2012-12-26  Daiki Ueno  <ueno@gnu.org>
811         * mml2015.el (mml2015-epg-signature-to-string): New function.
812         (mml2015-epg-verify-result-to-string): New function.
813         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
814         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
815         instead of epg-verify-result-to-string.
816         (epg-signature-key-id, epg-signature-to-string): Autoload.
817         (epg-verify-result-to-string): Remove autoload.
819 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
821         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
822         ID image from GPG public key.
823         (mml2015-epg-key-image-to-string): New function.
825 2012-12-25  Leo Liu  <sdl.web@gmail.com>
827         * plstore.el (plstore-passphrase-callback-function): Fix error when
828         error when plstore-cache-passphrase-for-symmetric-encryption is set
829         (bug#13264).
831 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
833         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
834         buffer to the article buffer here, because that clobbers multiple
835         article buffers.
837         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
838         buffer always points to the right summary buffer.
840 2012-12-25  John Wiegley  <jwiegley@gmail.com>
842         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
843         the password (bug#12097).
845 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
847         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
848         (bug#13263).
850         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
851         buffer exists before using it (bug#12475).
853         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
854         offline groups (bug#11937).
856         * message.el (message-yank-original): When using customize to set the
857         value of `message-cite-style', the variable it set to a symbol that's
858         the name of the variable, which must then be dereferenced (bug#12616).
860 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
862         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
863         the `face' property with a list whose car is the face specified in the
864         format string and whose cdr is (nil).
865         * lisp/gnus-util.el
866         (gnus-put-text-property-excluding-characters-with-faces):
867         Change accordingly.
868         (gnus-get-text-property-excluding-characters-with-faces): New function.
869         * lisp/gnus-sum.el (gnus-summary-highlight-line):
870         * lisp/gnus-salt.el (gnus-tree-highlight-node):
871         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
873 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
875         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
876         login methods.
877         (nnimap-login): Respect the `nnimap-authenticator' variable.
879         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
880         mark state when moving articles.  Otherwise unticked articles will get
881         their ticks back after moving.
883 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
885         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
887         * message.el (message-ignored-news-headers): Always remove
888         X-Message-SMTP-Method to avoid information leakage if the user
889         mistakenly inserts the header into news messages.
891         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
893         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
894         right than four characters, this command would move point to
895         `point-max'.  Don't do that.
897         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
898         to nil to allow re-selecting groups that gain articles.
899         (gnus-bug-group-download-format-alist): Update the URL.
901 2012-12-23  Andreas Schwab  <schwab@suse.de>
903         * shr.el (shr-tag-em): Render em as italic, not bold.
905 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
907         * gnus-int.el (gnus-backend-trace): Factor out into its own function
908         for reuse.
909         (gnus-open-server): Use it to add more tracing.
910         (gnus-finish-retrieve-group-infos): Add backend tracing.
911         (gnus-backend-trace): Also note the elapsed seconds.
913 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
915         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
916         Set epa-file-encrypt-to from variable to avoid querying.
918 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
920         * sieve-mode.el (sieve-font-lock-keywords):
921         Keywords should be word delimited.  (Bug#13173)
923 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
925         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
926         instead of <pre> to align message header.
928 2012-12-12  Sam Steingold  <sds@gnu.org>
930         * gnus.el (gnus-other-frame-resume-function): Add user option.
931         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
933 2012-12-06  Sam Steingold  <sds@gnu.org>
935         * gnus-start.el (gnus-before-resume-hook): Add.
936         (gnus-1): Run it when Gnus is alive.
938 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
940         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
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): Use it.
945         (message-called-interactively-p): Remove.
947         * spam-stat.el (spam-stat-called-interactively-p): New macro.
948         (spam-stat-score-buffer): Use it.
950         * spam.el: Silence the warnings against BBDB functions when compiling.
952         * gnus-score.el (gnus-score-decode-text-parts):
953         Use append+mapcar instead of the cl function mapcan.
955         * gmm-utils.el (gmm-flet): Remove.
957         * gnus-sync.el (gnus-sync-lesync-call):
958         Avoid overriding json-alist-p.
960         * message.el (message-read-from-minibuffer):
961         Avoid overriding mail-abbrev-in-expansion-header-p.
963 2012-12-05  Sam Steingold  <sds@gnu.org>
965         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
966         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
967         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
969 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
971         * gmm-utils.el (gmm-called-interactively-p): Revert.
972         This seems to cause Emacs to get stuck!
973         * gnus-art.el (article-unsplit-urls)
974         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
975         * gnus-registry.el (gnus-registry-get-article-marks)
976         * message.el (message-goto-body)
977         (message-called-interactively-p): Revert.
979         * gmm-utils.el (gmm-called-interactively-p): New function.
980         * gnus-art.el (article-unsplit-urls)
981         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
982         * gnus-registry.el (gnus-registry-get-article-marks)
983         * message.el (message-goto-body): Use it.
984         (message-called-interactively-p): Remove.
986         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
987         * gnus-sync.el (gnus-sync-lesync-call)
988         * message.el (message-read-from-minibuffer): Use it.
990 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
992         * gmm-utils.el (gmm-flet): Remove.
993         * gnus-sync.el (gnus-sync-lesync-call)
994         * message.el (message-read-from-minibuffer): Don't use it.
996 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
998         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1000 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1002         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1004         * gnus-sync.el (gnus-sync-lesync-call)
1005         * message.el (message-read-from-minibuffer): Use gmm-flet.
1007         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1009         * gnus-util.el (gnus-macroexpand-all): Remove.
1011 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1013         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1014         to TAB, not [tab].
1015         (gnus-summary-article-map): Likewise.
1017         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1018         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1020 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1022         * message.el (message-get-reply-headers):
1023         Make sure the reply goes to the author if it is a wide reply.
1025 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1027         * gnus-score.el (gnus-score-body):
1028         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1029         scoring by body.
1031 2012-11-16  Glenn Morris  <rgm@gnu.org>
1033         * gnus-diary.el (nndiary-request-create-group-functions)
1034         (nndiary-request-update-info-functions)
1035         (gnus-subscribe-newsgroup-functions)
1036         (nndiary-request-accept-article-functions):
1037         Use new names for hooks rather than obsolete aliases.
1039 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1041         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1042         in meta tag with the one the part specifies in its header.
1044 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1046         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1047         by default.
1049 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1051         New UIDL implementation.
1053         * mail-source.el (mail-sources, mail-source-keyword-map):
1054         Add :leave as a pop3 keyword.
1055         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1057         * pop3.el (pop3-leave-mail-on-server): Allow number.
1058         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1059         (pop3-movemail): Add UIDL support.
1060         (pop3-send-streaming-command): Take a list of mail numbers instead of
1061         the number of mails.
1062         (pop3-write-to-file): Add X-UIDL header.
1063         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1064         (pop3-uidl-add-xheader): New functions.
1066         * message.el (message-ignored-resent-headers):
1067         Add X-Content-Length and X-UIDL headers.
1069 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * nndiary.el (nndiary-request-create-group-functions)
1072         (nndiary-request-update-info-functions)
1073         (nndiary-request-accept-article-functions):
1074         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1075         "-hooks" suffix.
1077 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1079         * starttls.el (starttls-extra-arguments): Doc fix.
1081 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1084         it.
1086 2012-10-06  Glenn Morris  <rgm@gnu.org>
1088         * gnus-notifications.el (gnus-notifications):
1089         Add missing group :version tag.
1090         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1091         (gnus-gcc-post-body-encode-hook):
1092         * gnus-sync.el (gnus-sync-lesync-name)
1093         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1095 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1097         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1098         a user about whether to delete temp files if once a user answered as n.
1100 2012-09-17  Richard Stallman  <rms@gnu.org>
1102         * message.el (message-in-body-p): Don't set mark or modify buffer.
1104         * mml.el (mml-attach-file): Doc fix.
1105         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1106         Set mail-encode-mml when in Mail mode.
1107         Simplify code to set HEAD and move back to HEAD.
1108         (mml-insert-multipart, mml-insert-part):
1109         Set mail-encode-mml when in Mail mode.
1111 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1113         * gnus-util.el (gnus-timer--function): New function.
1115         * gnus-art.el (gnus-article-stop-animations): Use it.
1117 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1119         Fix glitches caused by addition of psec to timers.
1120         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1121         rather than raw access to timer vector.
1123 2012-09-11  Julien Danjou  <julien@danjou.info>
1125         * gnus-notifications.el (gnus-notifications): Check for nil values in
1126         ignored addresses check.
1128 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1132 2012-09-07  Chong Yidong  <cyd@gnu.org>
1134         * gnus-util.el
1135         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1137         * gnus-salt.el (gnus-tree-highlight-node):
1138         * gnus-sum.el (gnus-summary-highlight-line):
1139         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1141 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1143         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1145 2012-09-06  Juri Linkov  <juri@jurta.org>
1147         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1148         scheme for buffer names to be more consistent with other group and
1149         article buffer names in Gnus.
1151 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1153         * gnus-util.el
1154         (gnus-put-text-property-excluding-characters-with-faces): Remove.
1156         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1157         Jenkner.
1159         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1161         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1163         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1165 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1167         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1168         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1170         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1171         string-prefix-p in Emacs >=23.2.
1173         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1174         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1175         instead of string-match-p.
1176         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1178 2012-09-06  Kenichi Handa  <handa@gnu.org>
1180         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1181         lowercase a..f.
1183 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1185         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1187 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1189         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1190         TIME is set.
1192 2012-09-05  Juri Linkov  <juri@jurta.org>
1194         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1195         than one group at a time (bug#11961).
1197 2012-09-05  Julien Danjou  <julien@danjou.info>
1199         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1200         this hide the real reason with a message giving absolutely no hint.
1202 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1204         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1205         to the backend (bug#11804).
1207         * message.el (message-insert-newsgroups): Don't insert newsgroup
1208         duplicates (bug#12275).
1210 2012-09-05  John Wiegley  <johnw@newartisans.com>
1212         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1213         sieve rules.
1215 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1217         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1218         function.
1220         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1222         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1224 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1226         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1227         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1228         This should make nnmaildir more usable with offlineimap.
1230 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1232         * gnus-notifications.el (gnus-notifications-notify): Use it.
1234         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1235         warnings on XEmacs.
1237 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1239         Better seeds for (random).
1240         * gnus-sync.el (gnus-sync-lesync-setup):
1241         * message.el (message-canlock-generate, message-unique-id):
1242         Change (random t) to (random), now that the latter is more random.
1244 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1246         * auth-source.el (auth-sources): Fix macos keychain access.
1248         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1249         allow the backend `request-head' function to determine the group
1250         name on its own.
1251         (gnus-request-expire-articles): Filter out negative article numbers
1252         during expiry (Bug#11980).
1254         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1255         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1257         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1258         you've found the article when you haven't.
1260 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1264 2012-08-30  Julien Danjou  <julien@danjou.info>
1266         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1267         `gnus-notifications-timeout'.
1268         (gnus-notifications-timeout): Add.
1269         (gnus-notifications-action): New function.
1270         (gnus-notifications-notify): Add :action using
1271         `gnus-notifications-action'.
1272         (gnus-notifications-id-to-msg): New variable.
1273         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1274         notifications id to messages.
1276 2012-08-30  Kenichi Handa  <handa@gnu.org>
1278         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1279         once.
1281 2012-08-29  Julien Danjou  <julien@danjou.info>
1283         * gnus-notifications.el: New file.
1284         (gnus-notifications-notify): New function.
1285         (gnus-notifications): Use `gnus-notifications-notify'.
1287 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1289         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1290         transfer encoding first; bind gnus-newsgroup-charset to the charset
1291         that the article specifies (Bug#12209).
1293 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1295         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1296         (gnus-group-customize-done): Encode values posting-style holds.
1298         * gnus-msg.el (gnus-summary-resend-message)
1299         (gnus-configure-posting-styles): Decode values posting-style group
1300         parameter holds.
1302 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1304         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1305         `name' and `address' in Resent-From header.
1307 2012-08-14  Chong Yidong  <cyd@gnu.org>
1309         * gnus-art.el (article-display-face): Handle failure in
1310         gnus-create-image (Bug#11802).
1312 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1315         Use defsetf.
1317 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1319         * auth-source.el: (auth-source-plstore-search)
1320         (auth-source-secrets-search): Ignore :require and :type in search spec.
1322 2012-08-06  Julien Danjou  <julien@danjou.info>
1324         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1325         Remove autoload, already handled by gnus.el.
1327 2012-08-05  Julien Danjou  <julien@danjou.info>
1329         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1330         Add autoload.
1332 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1334         * gnus.el (gnus-valid-select-methods): Fix custom type.
1336 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1338         * auth-source.el (auth-sources, auth-source-backend-parse)
1339         (auth-source-macos-keychain-search)
1340         (auth-source-macos-keychain-search-items)
1341         (auth-source-macos-keychain-result-append)
1342         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1343         auth-source.el through the /usr/bin/security utility.
1344         (auth-sources): Fix syntax error.
1345         (auth-source-macos-keychain-result-append): Fix variable name.
1346         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1348 2012-07-27  Julien Danjou  <julien@danjou.info>
1350         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1351         Emacs < 24.1
1353 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1355         * message.el (message-kill-address): Don't kill last newline.
1356         (message-skip-to-next-address): Don't move to the next header.
1357         (message-fill-field-address): Work properly.
1359 2012-07-25  Julien Danjou  <julien@danjou.info>
1361         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1363 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1365         * nnimap.el (nnimap-get-responses): Don't remove, still used.
1367 2012-07-24  Julien Danjou  <julien@danjou.info>
1369         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1371         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1372         (nntp-async-timer-handler): Remove, unused.
1374         * nnimap.el (nnimap-get-responses): Remove, unused.
1376         * nnheader.el (mail-header-set-extra): Remove, unused.
1378         * mm-view.el (mm-view-sound-file): Remove, unused.
1380         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1381         (mm-url-encode-multipart-form-data): Remove, unused.
1383         * message.el (message-remove-signature, message-make-host-name)
1384         (message-fill-address): Remove, unused.
1386         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1387         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1388         unused.
1390         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1392         * gnus-util.el (gnus-extract-address-component-name)
1393         (gnus-extract-address-component-email, gnus-sortable-date)
1394         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1395         (gnus-process-live-p): Remove, unused.
1397         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1399         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1400         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1401         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1402         function.
1404         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1406         * gnus-score.el (gnus-summary-score-crossposting)
1407         (gnus-score-regexp-bad-p): Remove, unused.
1409         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1411         * gnus-range.el (gnus-sublist-p): Remove, unused.
1413         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1414         unused.
1416         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1418         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1419         (gnus-request-associate-buffer): Remove, unused.
1421         * gnus-group.el (gnus-group-set-method-info)
1422         (gnus-group-set-params-info): Remove, unused.
1424         * gnus-fun.el (gnus-shell-command-to-string)
1425         (gnus-shell-command-on-region): Remove, unused.
1427         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1429         * gnus-art.el (gnus-article-text-type-exists-p)
1430         (article-translate-characters, gnus-article-hide-text-of-type)
1431         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1432         Remove, unused.
1434 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1436         * nnir.el ("nnir"): Revert last change, that's premature to merge from
1437         Gnus master.
1439 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1441         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1443 2012-07-21  Julien Danjou  <julien@danjou.info>
1445         * message.el (message-dont-reply-to-names): Replace deprecated
1446         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1447         (message-get-reply-headers): Ditto.
1449 2012-07-18  Julien Danjou  <julien@danjou.info>
1451         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1452         `sieve-upload-and-kill'.
1454         * sieve.el (sieve-bury-buffer): Remove function.
1455         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1456         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1458 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1460         * shr.el (shr-expand-url): Handle URL starting with `//'.
1462 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1463 2012-07-13  Chong Yidong  <cyd@gnu.org>
1465         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1466         instead of calling toggle-read-only with a (bogus) argument.
1468 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1470         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1471         of initial input when reading the author to restrict the summary to.
1473 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1476         buffer exists, which it doesn't if we haven't started Gnus.
1478 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1480         * mm-decode.el (mm-shr):
1481         Allow overriding charset by mm-charset-override-alist.
1483 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1485         * gnus-art.el (gnus-article-view-part):
1486         Toggle subparts of multipart/alternative part.
1488 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1490         * gnus-sync.el: Simply require json.
1492         * registry.el: Simply require eieio and eieio-base.
1494 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1496         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1498 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * shr.el (shr-render-buffer): New command.
1501         (shr-visit-file): Use it.
1503 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1505         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1506         Set no-byte-compile and no-update-autoloads.
1508 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1510         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1512 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1515         being bound to a lambda form.
1517 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1519         * gnus-picon.el (gnus-picon-properties): New defcustom.
1520         (gnus-picon-create-glyph): Use it.
1522 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1525         locales.
1527         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1528         on a handle.
1530         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1531         address as the default.
1533         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1534         It makes no sense to query the user about internal files.
1536         * gnus-spec.el: Remove all the byte-compilation stuff, since
1537         benchmarking shows that it doesn't help when entering large summary
1538         buffers.
1540         * gnus-util.el (gnus-byte-code): Remove.
1542         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1543         grouplens stuff.
1545 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1548         (bug#11514).
1550 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1552         * message.el (message-buffers): Return all buffers derived from Message
1553         to make `gnus-dired-attach' work with mu4e.
1555 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
1557         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1558         (mm-dissect-singlepart): Don't guess the MIME type of
1559         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1560         set.
1561         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1562         toplevel MIME type is multipart/encrypted.
1564 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1566         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1567         In particular, add an optional argument and a docstring.
1569         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1571         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1572         current before calling `gnus-groups-to-gnus-format'.
1573         Note that this was already the case for `gnus-active-to-gnus-format'.
1575 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1577         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1579 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581         * mm-decode.el (mm-dissect-buffer): Doc fix.
1583         * gnus-sum.el (gnus-handle-ephemeral-exit):
1584         Avoid creating the group buffer if it doesn't exist.
1586         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1587         is given, mark the group as ephemeral with the current window conf.
1589         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1590         buffer exists, which it doesn't if we haven't started Gnus.
1591         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1593 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595         * mml.el (mml-generate-mime):
1596         Allow specifying what the top-level part type is.
1598         * gnus-sum.el (gnus-auto-center-summary):
1599         `scroll-margin' isn't defined on XEmacs.
1601 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1603         * gnus-sum.el (gnus-auto-center-summary):
1604         Set default to respect `scroll-margin'.
1606 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1608         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1609         citation prefix within a block of cited text should be considered
1610         part of that block *only* if it is a blank line.
1612 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1614         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1615         before kinsoku-bol characters nor within kinsoku-eol characters.
1617 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1619         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1620         (gnus-topic-create-topic, gnus-topic-enter-dribble):
1621         Silence compiler.
1622         (gnus-sync-read): Use mapc instead of mapcar.
1624         * mm-archive.el: Require mm-decode for some macros.
1625         (gnus-recursive-directory-files, mailcap-extension-to-mime):
1626         Silence the byte compiler.
1627         (mm-archive-decoders): New function that returns the value of
1628         the mm-archive-decoders variable.
1630         * mm-decode.el:
1631         Don't require mm-archive; autoload mm-archive functions instead.
1632         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1634         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1636 2012-06-26  Peter Munster  <pmrb@free.fr>
1638         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1639         (gnus-demon-cancel): Ditto.
1640         (gnus-demon-run-callback): When function cannot be called due to low
1641         idleness, call it when idleness reaches the expected value, instead
1642         of waiting another timer period.
1643         (gnus-demon-init): Add `time' to arguments of call-back.
1645 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647         * gnus.el: Register gnus-registry functions.
1649         * gnus-registry.el (gnus-try-warping-via-registry):
1650         Move here and indent.
1652         * gnus-int.el (gnus-warp-to-article):
1653         Check whether the registry is enabled before warping.
1655 2012-06-26  Dave Abrahams  <dave@boostpro.com>
1657         * gnus-sum.el (gnus-summary-insert-subject): Record information
1658         in the registry about each article retrieved.
1660         * gnus-int.el (gnus-select-group-with-message-id): New function.
1661         (gnus-try-warping-via-registry): Ditto.
1662         (gnus-warp-to-article): Fall back on the registry.
1664 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1668 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1670         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1671         gnus-gcc-self-resent-messages may be a group parameter.
1672         (gnus-summary-resend-message):
1673         Don't encode encoded words in header when Gcc'ing resent message.
1675 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677         * shr.el (shr-insert): Treat non-breaking space just like normal
1678         space.  This seems to produce more pleasing results.
1679         (shr-insert):
1680         Only insert a blank line if we're starting from an image.
1681         (shr-tag-br):
1682         Allow <br> to end lines or to make a single blank line.
1683         (shr-ensure-paragraph): Consider lines with white space to be blank.
1685 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1687         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1688         and gnus-gcc-post-body-encode-hook.
1690 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1692         * mm-decode.el (mm-dissect-singlepart):
1693         Guess what the type of application/octet-stream parts really is.
1695         * gnus-sum.el (gnus-propagate-marks): Remove.
1697 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1699         * nntp.el (nntp-coding-system-for-read): Remove.
1700         (nntp-coding-system-for-write): Ditto.
1701         (nntp-open-connection): Just use `binary' directly.
1703 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1705         * registry.el (registry-usage-test, registry-persistence-test):
1706         Move to tests/gnustest-registry.el.
1707         (registry-make-testable-db, registry-match-test)
1708         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1710         * gnus-registry.el (gnus-registry-misc-test)
1711         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1713         * tests/gnustest-registry.el:
1714         New file with the registry and gnus-registry ERT tests.
1716 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1718         * gnus-msg.el (gnus-summary-resend-message):
1719         Make gnus-summary-resend-message-insert-gcc be last item in
1720         message-header-setup-hook.
1722 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1724         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1725         (nnfolder-marks, nnfolder-marks-file-suffix)
1726         (nnfolder-marks-modtime): Remove.
1727         (nnfolder-open-server): Don't use marks.
1728         (nnfolder-request-delete-group): Ditto.
1729         (nnfolder-request-rename-group): Ditto.
1730         (nnfolder-request-set-mark, nnfolder-request-marks)
1731         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1732         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1734         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1735         (nnml-marks-modtime): Remove.
1736         (nnml-request-delete-group): Don't use marks.
1737         (nnml-request-rename-group): Ditto.
1738         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1739         (nnml-save-marks, nnml-open-marks): Remove.
1741         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1742         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1743         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1744         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1745         (nntp-server-to-method-cache): Remove.
1747         * shr.el (shr-rescale-image): Fix wrong merge.
1749 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1751         * shr.el (shr-remove-trailing-whitespace):
1752         Really delete the padding on too-wide lines.
1754 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1756         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1757         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1759         * mm-decode.el (mm-display-external): Output the text from
1760         the command in the buffer after the command finished.
1761         This makes text-based commands behave better.
1763 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1765         * message.el (smtpmail-smtp-user): Silence compiler warning.
1767 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1769         * message.el (message-multi-smtp-send-mail): Also allow specifying
1770         the SMTP user name.
1772 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1774         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1776 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1778         * message.el (message-multi-smtp-send-mail): New function.
1779         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1780         header to implement multi-SMTP functionality.
1782         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1783         (gnus-agentize): Don't set it.
1784         (gnus-agent-send-mail): Don't use it.
1786         * gnus-sum.el (gnus-summary-widget-backward):
1787         New function and keystroke.
1789         * shr.el (shr-put-image): Remove underlines from sliced images.
1790         (shr-zoom-image): Compute the region to be replaced more correctly.
1792 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1794         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1795         (gnus-summary-resend-message-insert-gcc): New function.
1796         (gnus-summary-resend-message): Modify message-header-setup-hook and
1797         message-sent-hook to make it work for Gcc.
1798         (gnus-inews-do-gcc): Update the number of unread articles of groups
1799         that messages are Gcc'd to.
1801         * message.el (message-resend): Run message-sent-hook to do Gcc.
1803 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1805         * gnus-registry.el (gnus-registry-fixup-registry):
1806         Move the message to a higher level to silence compilation.
1808         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1809         parameter to allow controlling the scaling.
1811         * shr.el (shr-zoom-image): New command and keystroke.
1812         (shr-put-image): Take a `size' flag to say how to scale the image.
1814         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1815         Use recursive deletion.
1816         (mm-dissect-archive): Add support for zip files.
1818         * gnus-util.el (gnus-recursive-directory-files): New function.
1820         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1821         (mm-archive-decoders): Add tgz support.
1823         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1824         Otherwise inserting text into the Gnus buffer can look odd.
1826         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1828         * mm-archive.el (mm-archive-decoders): Add support for tar.
1830         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1832         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1834 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1836         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1838         * mm-archive.el: New file.
1840         * mm-decode.el (mm-dissect-singlepart):
1841         Use it to decode ms-tnef files.
1843         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1845         * message.el (message-goto-*): Make all the `message-goto-*' commands
1846         push the mark before moving point.  This makes it easier to go back
1847         to where you came from after editing whatever you jumped to.
1849 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1851         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1852         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1853         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1855 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1857         * spam.el: Move BBDB autoloads.
1858         (spam-exists-in-BBDB-p):
1859         New function to do the BBDB search directly in BBDB 2 and 3.
1860         (spam-check-BBDB): Use it.
1861         (spam-enter-ham-BBDB): Use it.
1863 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1865         * gnus-group.el (gnus-group-get-new-news):
1866         New parameter `one-level' for scanning exactly one level.
1868         * gnus-start.el (gnus-get-unread-articles): Ditto.
1870 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1872         * gnus-sync.el: More commentary about setup.
1874 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1876         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1878 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1880         * gnus-sync.el: Improve docs about CouchDB admins.
1882 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1884         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1885         not needed.  Provide xmlplistread list function to produce XML plist
1886         output for non-Gnus LeSync clients.
1888 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1890         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1891         and save against it.  Group subscriptions, read marks, other marks,
1892         subscription levels, topic names, and topic offsets (the group's
1893         position within the topic) are saved.  This is an experimental
1894         backend and may change significantly.  Load json.el from
1895         the gnus-fallback-lib if it's not available otherwise.
1896         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1898 2012-06-26  David Engster  <dengste@eml.cc>
1900         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1902 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1904         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1906 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1908         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1909         is an integer to avoid later problems.
1911 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1914         locales.
1916 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1918         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1919         articles when fetch-old is non-nil (bug#11370).
1921 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923         * gnus-group.el (gnus-group-get-new-news):
1924         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1926 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1928         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1929         groups (bug#11641).
1931 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1934         (bug#11514).
1936 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * nntp.el: Stop the `letf' madness.
1939         (nntp--report-1): New var.
1940         (nntp-report): Merge nntp-report-1 into it.
1941         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1942         the nntp-report function.
1944         * auth-source.el: Fix comment-style to follow the convention.
1946 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1948         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1949         a string so that Gcc works (bug#11514).
1951 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1953         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1954         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1956 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1958         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1959         jumping to *Server* from a dedicated *Group* window.
1960         (gnus-configure-frame): CSE.
1962         * gnus-registry.el: Minor style cleanup.
1963         (gnus-registry--set/remove-mark): New function, extracted from
1964         gnus-registry-install-shortcuts.
1965         (gnus-registry-install-shortcuts): Use it.
1967 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1969         * nnspool.el (news-path): Use eval-and-compile.
1971 2012-05-24  Glenn Morris  <rgm@gnu.org>
1973         * nnspool.el (news-directory, news-path, news-inews-program):
1974         Move here from paths.el.  Don't see a need for these to be autoloaded.
1976         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1977         Merge in doc from paths.el version.  Don't see any need for this to be
1978         autoloaded, or for the warning about users not setting it.
1980 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1982         Fix minor Y10k bug.
1983         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1985 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1988         message once it's actually open.
1990 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * auth-source.el (auth-source--aput-1, auth-source--aput)
1993         (auth-source--aget): New functions and macros.
1994         Use them instead of aput/aget.
1996 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1998         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2000 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2002         * plstore.el (plstore-called-interactively-p): New compat macro copied
2003         from message.el.
2004         (plstore-mode): Use it.
2006 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2008         * plstore.el: Revive the editing feature.
2009         (plstore-mode): New mode to edit plstore file.
2010         (plstore-mode-toggle-display, plstore-mode-original)
2011         (plstore-mode-decoded): New command.
2012         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2013         (plstore--insert-buffer, plstore--make): New function.
2014         (plstore-open, plstore-save): Simplify by using them.
2016 2012-04-16  Glenn Morris  <rgm@gnu.org>
2018         * nndraft.el (nndraft-request-list): Fix declaration.
2020 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2023         don't have a current group.
2025         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2026         have a group name.
2028         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2029         a multibyte buffer (bug#7410).
2030         (article-wash-html): Parse the original article buffer to get the
2031         unencoded data (bug#7410).
2033         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2034         .newsrc.el files.
2036 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2039         would have gotten if we posted to the group, and use that to compare
2040         against the message we want to cancel (bug#10808).
2042 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2045         "#" to avoid having them interpreted as comments.
2047 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049         * shr.el (shr-insert): Update the text state properly to avoid
2050         inserting spurious paragraph starts.
2052 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2055         requested (bug#10961).
2057         * shr.el (shr-table-widths): Divide the extra width more fairly over
2058         the TDs (bug#10973).
2059         (shr-render-td): Don't delete too much padding.
2060         (shr-natural-width): Compute the natural width more correctly.
2061         (shr-insert): Allow the natural width to be computed for tables again.
2062         (shr-tag-table-1): Rework how the natural widths are computed by
2063         rendering the table a third time.
2064         (shr-natural-width): Remove.
2065         (shr-buffer-width): New function.
2066         (shr-expand-newlines): Use it.
2068         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2069         using a `gnus-use-full-window' setup (bug#11013).
2071 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2074         24.1 release.
2076 2012-03-10  David Edmondson  <dme@dme.org>
2078         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2079         'Forwarded Message' header and the start of the message.
2081 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2083         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2084         isn't running (bug#10897).
2086 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2090 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2092         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2094 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2096         * mm-decode.el (mm-shr): Remove "soft hyphens".
2098         * nnimap.el (nnimap-request-list): Return the group names encoded as
2099         utf8.  Otherwise non-European group names don't work.
2100         (nnimap-request-newgroups): Ditto.
2102         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2103         the default in `read-string' (bug#10757).
2105         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2106         topics (bug#10843).
2108         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2109         buffer.  Suggested by Herbert Valerio Riedel.
2110         (nnimap-request-move-article): Delete the message from the correct IMAP
2111         server.
2113 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2115         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2116         Reported by Peter Münster.
2118 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2120         * shr.el (shr-image-fetched): Make sure we really kill the right
2121         buffer.
2123 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2125         * gnus-start.el (gnus-1): Avoid duplicate entries.
2127 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2129         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2130         too-wide lines.
2132 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2134         * shr.el (shr-rescale-image): Undo previous change; see
2135         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2137 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2139         * nnimap.el (nnimap-record-commands): New variable.
2140         (nnimap-log-command): Use it.
2141         (nnimap-make-process-buffer): Add a space to the process buffer.
2142         (nnimap-transform-headers): Don't bug out on header lines containing
2143         stuff that look like IMAP length encodings.
2145         * shr.el (shr-rescale-image): Allow viewing large images.
2147 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2149         * nnml.el (nnml-request-compact-group): Delete the marks file after
2150         compaction (bug#10800).
2152         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2153         group exit.
2155         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2156         QRESYNC/FETCH output.
2158 2012-02-11  Glenn Morris  <rgm@gnu.org>
2160         * sieve-manage.el (sieve-manage-default-stream):
2161         * shr.el (shr):
2162         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2163         (nnir-retrieve-headers-override-function)
2164         (nnir-imap-default-search-key, nnir-notmuch-program)
2165         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2166         (nnir-method-default-engines):
2167         * message.el (message-cite-reply-position):
2168         * gssapi.el (gssapi-program):
2169         * gravatar.el (gravatar):
2170         * gnus-sum.el (gnus-refer-thread-use-nnir):
2171         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2172         (gnus-registry-max-pruned-entries):
2173         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2174         * gnus-int.el (gnus-after-set-mark-hook)
2175         (gnus-before-update-mark-hook):
2176         * gnus-async.el (gnus-async-post-fetch-function):
2177         * auth-source.el (auth-source-cache-expiry):
2178         Add missing :version tags to new defcustoms and defgroups.
2180 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2182         * message.el (message-default-send-mail-function): Made into own
2183         function for reuse by emacsbug.el.
2185 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2187         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2188         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2190 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2192         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2193         running.
2195         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2197         * gnus.el (gnus-server-extend-method): Don't add an -address component
2198         if the method already has one (bug#9676).
2200 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2202         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2203         of an initial-input for consistency (bug#10757).
2205         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2207         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2209 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2211         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2212         lines that are narrower than the window width.  Otherwise background
2213         "blocks" will look less readable.
2215 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2217         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2219 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2221         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2222         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2223         have newlines within the strings, and where the UID comes after the
2224         BODYSTRUCTURE element (bug#10537).
2226         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2227         (bug#10732).
2229         * shr.el (shr-insert-document): Add doc string.
2230         (shr-visit-file): Ditto.
2231         (shr-remove-trailing-whitespace): New function.
2232         (shr-insert-document): Use it to clean up trailing whitespace as the
2233         final step (bug#10714).
2235 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2237         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2238         buffer if `gnus-kill-summary-on-exit' is nil.
2240 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2242         * gnus-sum.el (gnus-summary-show-thread):
2243         next-single-char-property-change may return nil in XEmacs.
2245 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2247         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2248         when just reading a single group from "without" Gnus.
2250 2012-02-06  Chong Yidong  <cyd@gnu.org>
2252         * gnus-sum.el (gnus-summary-show-thread):
2253         next-single-char-property-change never returns nil (Bug#8657).
2255 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2257         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2258         without reconnecting.
2259         (nnimap-possibly-change-group): Ditto.
2260         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2261         connection has died before being called.
2263 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2265         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2266         an initial sync unless we're really doing one.
2268         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2269         address parameter if one already exists (bug#9676).
2271         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2272         not the prefix, as documented (bug#10689).
2274 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2276         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2277         the "server".
2279         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2280         the real error message with the useless "previously known to be down".
2281         Which isn't even correct.
2283         * nntp.el (nntp-open-connection): Report the error message if the nntp
2284         server can't be reached.
2286         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2287         groups we do a total scan for.
2288         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2289         doing that.
2291 2012-01-31  Jim Meyering  <jim@meyering.net>
2293         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2294         Correct a comment (insert "not") and hide nominally-doubled "to".
2296 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2298         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2299         section in the manual.
2301 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2303         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2304         words.
2305         (rfc2047-encode-string): Ditto.
2306         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2307         understand folded filename="..." parameters, for instance.
2309         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2310         the message for greater debuggability.
2312 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2314         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2315         instead of setting it locally, since the latter doesn't seem to have
2316         any effect (most of the time).
2318 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2320         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2321         function call.
2323 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2325         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2326         seconds, and make the repeat clause with HH:MM specs work as
2327         documented.
2329 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2331         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2332         so that previous errors don't prohibit getting new news.
2334         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2336         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2338 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2340         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2341         bound globally in old Emacsen and XEmacsen.
2343 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2345         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2346         buffer, not of the string which is its name.
2348 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2350         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2351         non-server-marks groups.
2352         (gnus-group-make-articles-read): Ditto.
2354         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2355         methods (bug#9676).
2357         * gnus.el (gnus-method-ephemeral-p): New function.
2359 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2361         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2362         left-to-right.
2364 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2366         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2367         warning.
2369 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2371         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2372         macroexpand the nnir things, since they haven't been defined yet, and
2373         nnir requires gnus-sum.
2375 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2379 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2381         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2382         logical server name in addition to the actual machine address.
2384         * auth-source.el (auth-source-user-and-password): Add convenience
2385         wrapper to search by just host and optionally user.
2387 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2390         after rendering.
2392 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2395         (bug#9693).
2396         (gnus-summary-setup-buffer): Document return value (bug#9697).
2398         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2399         since ido doesn't work on symbols (bug#9632).
2401         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2402         when getting a single value as when getting all the values.  This means
2403         that atoms like `gcc-self' work cumulatively, like variable settings,
2404         instead of getting the value from the last matching clause.
2405         (gnus-group-find-parameter): Protect against the group buffer not
2406         existing (bug#9585).
2408 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410         * gnus-start.el (gnus-activate-group): Document more parameters
2411         (bug#9694).
2413         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2414         (bug#9692).
2416         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2417         article was fetched, so that it can be expired later (bug#9958).
2418         (gnus-agent-summary-fetch-series): Add doc string.
2419         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2420         (bug#9517).
2422         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2423         retrieval is happening.
2425         * gnus.el (gnus-parameters): Doc fix.
2427 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2429         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2430         show the thread after expansion.
2432 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434         * gnus-art.el (article-narrow-to-head): If the head is completely
2435         empty, narrow to the empty region (bug#9764).
2437         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2438         read, and then mark them as unread only when the unread mark is used.
2439         This makes `C-- T k' actually work, even though it's confusing.
2441         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2442         alive before we try to find its window.
2444 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2446         * mm-decode.el (mm-display-external): Use a longer timeout for the
2447         deletion to allow slow programs to display the file.
2449 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2452         prompt to be less confusing.
2454         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2455         argument to `message-reply'.  This broke `special-display-*' frame
2456         pop-uping (bug#10238).
2458 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2461         systems, since these allegedly don't work there.
2463 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2465         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2466         live buffer.
2468 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470         * nnir.el (nnir-retrieve-headers): Protect against the article not
2471         existing on the server (bug#10335).
2473 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2475         * gnus-agent.el (gnus-agent-load-local):
2476         Recompute gnus-agent-article-local on changing method.
2478 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480         * gnus.el (gnus-parameters): Note precedence.
2482 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2484         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2485         in the group buffer.
2487 2012-01-04  Julien Danjou  <julien@danjou.info>
2489         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2490         change.
2492 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2495         too.
2497         * nntp.el (nntp-retrieve-group-data-early): Use it.
2499 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501         * nntp.el (nntp-retrieval-in-progress): New variable.
2502         (nntp-make-process-buffer): Make it buffer-local.
2504         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2505         2010.
2506         (gnus-demon-init): Use it to compute the time if time is on the form
2507         "04:23".
2509         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2511         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2512         status in the correct buffer.
2514 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2516         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2517         when opening topics (bug#10407).
2519 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2521         * mm-view.el (mm-display-inline-fontify): Add comment.
2523 2011-12-15  Juri Linkov  <juri@jurta.org>
2525         * mm-decode.el (mm-inline-media-tests): Add missing
2526         `mm-handle-media-subtype'.
2528 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2530         * message.el (message-valid-fqdn-regexp): Update with newly approved
2531         top-level domain names ".tel" and ".asia".
2533 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2535         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2536         unconditionally.
2538 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2540         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2541         pop-to-buffer-same-window for old Emacsen.
2543 2011-12-04  Chong Yidong  <cyd@gnu.org>
2545         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2546         change (Bug#10200).
2548 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2550         * compface.el (uncompface):
2551         * gnus-art.el (gnus-article-x-face-command): Update the header format
2552         of icon data for the most recent icontopbm program.
2554 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2556         * gnus-msg.el (gnus-inews-do-gcc):
2557         * message.el (message-send-mail):
2558         * mml.el (mml-generate-mime): Share the value of the buffer-local
2559         `message-options' variable between a draft buffer and temprary working
2560         buffers.
2562 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2566 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2568         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2569         for Cygwin.
2571 2011-11-24  Glenn Morris  <rgm@gnu.org>
2573         * starttls.el: Fix case of "GnuTLS".
2575 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2577         * gnus-group.el (gnus-group-highlight): Fix typo.
2579 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2581         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2582         value of `delete-file', that returns nil for a local file but returns t
2583         for a remote file using ssh.
2585 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2588         avoid later breakage.
2590 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2592         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2593         article buffers' name.
2595 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2598         by Paul Eggert's spellfixes two days ago.
2600 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2603         buffer-local instead of binding them to avoid warnings.  Also demote
2604         errors (bug#10063).
2605         (font-lock-mode-hook): Shut up byte compiler.
2607 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2609         * mm-util.el (mm-charset-after): Fix typo.
2611 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2613         * gnus-sum.el (gnus-summary-make-menu-bar):
2614         * gnus-uu.el (gnus-uu-decode-postscript)
2615         (gnus-uu-decode-postscript-and-save):
2616         * mailcap.el (mailcap-print-command):
2617         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2618         Fix typos.
2620 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2622         * gnus-art.el (gnus-article-part-wrapper):
2623         * shr-color.el (shr-color-visible-distance-min)
2624         (shr-color-relative-to-absolute, set-minimum-interval)
2625         (shr-color-visible): Fix typos.
2627 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2630         slightly clearer.
2632 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * message.el (message-send-and-exit): Document `arg'.
2636 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2638         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2640 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2642         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2643         we don't use `bound-and-true-p'.
2645 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2647         * gnus-util.el (gnus-bound-and-true-p): Remove.
2648         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2649         * nnir.el: Use it.
2650         * nnmairix.el: Use it.
2652 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2654         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2655         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2656         for reasons unknown.
2657         * nnir.el: Use it.
2658         * nnmairix.el: Use it.
2660         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2661         * nnir.el: Ditto.
2662         * nnmairix.el: Ditto.
2664         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2666 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * message.el (message-completion-function): Make sure
2669         message-tab-body-function is not attempted if one of
2670         message-completion-alist fails to find a completion (bug#9158).
2672 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2674         * mml.el (mml-quote-region): Quote <#secure> tag.
2675         (mml-generate-mime-1): Unquote <#secure> tag.
2677 2011-10-20  Chong Yidong  <cyd@gnu.org>
2679         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2680         calling a minor mode from Lisp with nil arg enables it, so we have to
2681         make the wording a bit ambiguous here).
2683 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2685         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2686         * nnir.el (nnir-mode): Use it.
2687         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2688         Use it.
2690         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2691         * nnmairix.el (gnus-registry-enabled): Ditto.
2693 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2695         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2696         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2697         only while we need to find out if it should be t or nil.
2698         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2699         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2700         the registry is installed.  Set it to nil when it's unloaded.
2701         (gnus-registry-install-p): Provide user guidance for the initial value
2702         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2703         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2704         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2705         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2706         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2707         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2708         `gnus-registry-install'.
2710 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2712         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2713         previous change.
2714         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2715         primary key is marked as disabled.
2717 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2719         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2720         primary key is marked as disabled.
2722 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2724         * html2text.el (html2text-clean-anchor): Check for quotes around
2725         `href' value.
2727 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2729         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2730         searching.  Drop `bbdb-cache'.
2732 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2734         * message.el (message-signed-or-encrypted-p): Exclude header when
2735         checking if there is signed or encrypted body in text/plain message.
2737 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2739         * html2text.el (html2text-get-attr): Correctly handle attribute values
2740         containing "=".
2742 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2744         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2745         handle bindings.
2747 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-win.el (gnus-configure-windows): Protect against reading
2750         ephemeral groups outside of Gnus.
2752 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2754         * shr.el (shr-tag-img): Don't get images displayed in tables.
2756 2011-10-03  Glenn Morris  <rgm@gnu.org>
2758         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2759         the "maintainer" version of debbugs.gnu.org reports.
2761 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2764         make asynchronous adjacent image insertion work better.
2766 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2768         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2769         Clarify documentation.
2771 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2774         `gnus-asynchronous' isn't shadowed.
2776 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2779         (nnimap-insert-partial-structure): The charset parameter isn't
2780         case-sensitive.
2782         * nnheader.el (nnheader-message-maybe): New function.
2784         * shr.el (shr-tag-table): Render totally broken tables better.
2786         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2787         computing the boundary.
2789 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791         * pop3.el (pop3-number-of-responses): Remove.
2792         (pop3-wait-for-messages): Rewrite to take linear time instead of
2793         exponential time.
2795 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2798         re-fetch images.
2800         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2801         re-fetch images when hitting `g' in Gnus.
2803 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2805         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2806         (mml-compute-boundary): Don't check collision if it is non-nil.
2807         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2808         before checking collision.
2810 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812         * message.el (message-indent-citation): Really make sure there's a
2813         newline at the end.
2815         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2816         Fix suggested by John Wiegley.
2818         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2820         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2822         * message.el (message-default-send-rename-function): Break out into its
2823         own function.
2825         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2826         doesn't work under XEmacs.
2828         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2829         of "imaps" to word around Windows problems.
2830         (nnimap-open-connection-1): Use it.
2832         * message.el (message-indent-citation): Revert last change which made
2833         `F' not work.
2835 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2837         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2838         terminal as well.
2840 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2843         because it displays images using overlays that aren't easy to copy to
2844         the article buffer.
2846 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2848         * message.el (message-indent-citation): Fix empty line removal at the
2849         end of the citation.
2851 2011-09-20  Julien Danjou  <julien@danjou.info>
2853         * auth-source.el (auth-source-netrc-create): Use default value for
2854         password if specified.  Evaluate default.
2855         (auth-source-plstore-create): Ditto.
2856         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2857         value evaluation.
2858         (auth-source-netrc-create): Typo fix.
2859         (auth-source-plstore-create): Ditto.
2861         * auth-source.el (auth-source-format-cache-entry): New function.
2863 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2865         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2867 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2871 2011-09-19  Julien Danjou  <julien@danjou.info>
2873         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2874         which work with things that are not ASCII.
2876 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2880 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2883         message level.
2885 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2887         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2889 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2893 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2895         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2896         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2898 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2900         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2901         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2902         articles.
2904 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2906         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2907         (message-mail-other-window, message-mail-other-frame)
2908         (message-news-other-window, message-news-other-frame):
2909         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2910         instead of setting buffer display variables.
2912 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2916         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2918 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2921         duplicates" to a higher level.
2923         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2924         most egregious messages.
2926 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2930 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2932         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2933         up the file (bug#9351).
2935 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2938         it does with all other backends, but decode the names immediately after
2939         getting them.
2941         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2942         decoding nnimap groups.
2944         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2945         newsrc file.  It doesn't seem like an important optimization any more.
2947 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2949         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2950         overflows.
2952 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2955         (gnus-interactive-exit): Extend to `quiet'.
2957         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2959         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2960         string.
2962         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2963         renaming function arguments from `this'.
2965         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2967         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2968         has been renamed.
2969         (gnus-lrm-string-p): Include RLM and PDF, too.
2971         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2972         (bug#9225).
2974 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2976         Add autoload cookies for functions used by sendmail.el.
2977         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2979         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2981 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2983         * gnus-art.el (article-date-ut): Work properly even when there are
2984         things like Date header in the body; work for forwarded parts.
2986 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2988         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2989         original-article-buffer.
2991 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2993         * nnir.el (nnir-compose-result): Fix matching of server type.
2994         (nnir-run-swish++): Ditto.
2995         (nnir-run-namazu): Ditto.
2996         (nnir-run-notmuch): Ditto.
2998 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3001         (bug#9405).
3003         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3004         (bug#9421).
3006         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3007         (bug#9425).
3009         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3010         thing (bug#9426).
3012 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3015         the error message.
3017 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3019         * message.el (message-setup-1): Return t (Bug#9392).
3021 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3023         * gnus-sum.el: When adding article headers to a summary buffer also
3024         update gnus-newsgroup-articles (bug#9386).
3026 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3028         * auth-source.el: Autoload help-mode.
3030 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3033         names.
3035 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3037         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3038         mm-replace-in-string for compatibility issues.
3039         * mml2015.el (mml2015-epg-verify): Ditto.
3041 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3043         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3045         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3047 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3050         continue on and do the clean-up phase (bug#9188).
3052         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3053         just ignore groups that can't be opened instead of erroring out
3054         (bug#9225).
3056         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3057         nil since some many people are fuddy-duddies.
3059         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3060         images.
3062         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3063         instead.
3065         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3067         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3069         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3070         processing.
3072         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3073         buffer to avoid warnings.
3075 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3077         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3078         specified to reduce precision.
3080 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3083         bodystructures (bug#9314).
3085 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3087         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3088         Make button keymap non-sticky after buttons.
3090 2011-08-18  David Engster  <dengste@eml.cc>
3092         * nnmairix.el (nnmairix-request-set-mark)
3093         (nnmairix-goto-original-article): Remove adding of article to registry,
3094         since `gnus-registry-add-group' isn't available anymore.
3095         (nnmairix-determine-original-group-from-registry):
3096         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3097         available anymore.
3099 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3101         * starttls.el (starttls-any-program-available): Define as obsolete
3102         function.
3104 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3107         versions which Gnus use when appropriate.
3109         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3110         a pretty destructive command.
3112         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3114 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116         * message.el (message-fix-before-sending): Make a different warning
3117         about NUL characters (bug#9270).
3119         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3120         from custom (bug#9260).
3122         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3123         things work in Emacs 22 and XEmacs, too.
3125         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3126         default From.
3128         * gnus-spec.el (gnus-lrm-string-p): New macro.
3129         (gnus-lrm-string): New constant.
3130         (gnus-summary-line-format-spec): LRM-ify the from.
3131         (gnus-tilde-max-form): LRM-ify string chopping.
3133         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3135         * message.el (message-is-yours-p): Allow disabling canlock checking
3136         (bug#9295).
3137         (message-shoot-gnksa-feet): Add `canlock-verify'.
3138         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3139         message directory isn't writable (bug#9304).
3141         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3142         non-world-readable.
3144 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3146         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3147         articles.
3149 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3151         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3152         copy-list.
3154 2011-08-12  Sam Steingold  <sds@gnu.org>
3156         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3157         in the reverse order to avoid modifying the cache with `nreverse'.
3158         (gnus-all-score-files): Do not modify the value returned by
3159         `gnus-score-find-alist' because it lives in a cache variable.
3160         (gnus-current-home-score-file): No need to `nreverse' the return value
3161         of `gnus-score-find-alist', it is already in the correct order.
3163 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3165         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3166         type MESSAGE and subtype RFC822 is slightly different from those of
3167         type TEXT.
3169 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3171         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3172         This allows article-referral to work from an nnir group.
3174 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3176         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3178 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3180         * mml1991.el (mml1991-epg-find-usable-key)
3181         (mml1991-epg-find-usable-secret-key): New function.
3182         (mml1991-epg-sign): Check if signing key is usable.
3183         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3185 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3187         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3188         server-variables only.  This should fix a bug introduced with commit
3189         e1889675b7f4adf057833c5513c9374134c4e053.
3190         (nnir-run-query): 'nnir-search-engine should not be set from the global
3191         environment.
3193 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3195         * nnir.el (nnir-search-thread): Position point on referring article
3196         line.
3197         (nnir-warp-to-article): Clean up summary buffers.
3199         * nnimap.el (nnimap-request-thread): Whitespace fix.
3201 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3203         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3205 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207         * starttls.el (starttls-available-p): Rename from
3208         `starttls-any-program-available' and changed return convention.
3210 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3212         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3213         `unix-sync' unless it's defined.
3215 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3217         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3218         `aref' for XEmacs compatibiltiy.
3220 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3224 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3226         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3227         closures, quote the form properly (bug#9194).
3229 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3232         (gnus-summary-insert-new-articles): Protect against servers that are
3233         down.
3235 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3237         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3238         in mm handle if none is specified.
3240 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3242         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3244 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3246         * nnir.el (nnir-search-thread): New function to make an nnir group
3247         based on a thread query.
3249         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3250         of nnir in thread referral.
3251         (gnus-summary-refer-thread): Use it.
3253         * nnimap.el (nnimap-request-thread): Use it.
3255 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257         * shr.el (shr-tag-comment): Ignore HTML comments.
3259 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3261         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3262         argument.
3263         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3264         Use `nnir-address' to handle server info rather than passing an arg.
3266         * nnimap.el (nnimap-make-thread-query): New utility function to format
3267         an imap thread search query.
3268         (nnimap-request-thread): Use it.
3270         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3271         right select-method if we are not going back to the group buffer.
3273 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3275         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3276         enter invalid buffer configurations into the quit form (bug#9107).
3277         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3278         unplugged/plugged.
3280         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3281         keep track of which ones are unread (bug#9061).
3283         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3284         (bug#9055).
3286         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3287         (bug#9041).
3289         * gnus-html.el (mm-util): Require (bug#9073).
3291         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3292         (gnus-summary-refer-thread): Use it to remove duplicates in the
3293         un-threaded view (bug#9053).
3294         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3296 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3298         * nnir.el (nnir-read-server-parm): Use default value from global
3299         variable.  Without this the default search engine parameters aren't
3300         used at all.
3302 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304         * message.el (message-unique-id): Don't use the undocumented return
3305         value from (random t) (bug#9118).
3307 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309         * message.el (message-auto-save-directory): If the ~/Mail directory
3310         doesn't exist, use ~ as the auto-save directory (bug#4432).
3312         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3313         hasn't already been started.
3315 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3319         * message.el (message-reply): Work around mysterious bug where
3320         `message-mode' seems to overwrite the locally bound `subject' variable.
3322 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3324         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3325         correct group.
3327         * gnus-int.el (gnus-request-thread): Add group argument.
3329         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3331 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3334         renamed to `debbugs-gnu-*'.
3336 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3338         * plstore.el: Revert the editing feature since it is not urgent.
3339         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3340         (plstore-mode-decoded): Remove.
3342 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3345         isn't very interesting any more, and it leaks potentially secret data.
3346         (gnus-debug): Remove.
3348         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3349         use of :custom-show.
3351 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3353         * plstore.el: Add documentation.
3354         (plstore-mode): New mode to edit plstore file.
3355         (plstore-mode-toggle-display, plstore-mode-original)
3356         (plstore-mode-decoded): New command.
3357         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3358         (plstore--insert-buffer, plstore--make): New function.
3359         (plstore-open, plstore-save): Simplify by using them.
3361 2011-07-06  Glenn Morris  <rgm@gnu.org>
3363         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3365 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3368         no longer is much used.
3369         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3370         Articles".
3372 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3374         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3375         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3376         `notmuch' backend.
3378 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380         * mm-decode.el (mm-text-html-renderer): Doc fix.
3382         * gnus-msg.el (gnus-bug): Fix the MML tag.
3384         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3386 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3388         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3389         secondary methods if started with `gnus-no-server'.
3391 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3393         * message.el (message-return-action): Fix typo in docstring.
3395 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3398         bug reports at once.
3400         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3402 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3404         * nndraft.el: Require gnus-group.
3405         (nndraft-request-list): Declare.
3407         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3408         no unread article unless it matches gnus-permanently-visible-groups.
3410         * nndraft.el (nndraft-update-unread-articles): New function.
3411         (nndraft-request-associate-buffer): Use it to update the number of
3412         unread articles for the nndraft groups in the group buffer when saving
3413         or killing a draft message.
3415 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3418         systems to binary before writing and reading the mbox files.
3420         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3421         instead of trying to list them all (bug#8978).
3423 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3425         * pop3.el (pop3-open-server): Use :end-of-capability.
3427 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3430         the id is always a number.
3432         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3433         debbugs mode, if possible.
3435 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3437         * auth-source.el (auth-source-token-passphrase-callback-function):
3438         Reindent.
3439         (epg-context-operation): Remove unnecessary autoload.
3441 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443         * gnus.el (gnus-list-debbugs): New command.
3445         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3446         mboxstat instead of the maintbox, since the stat seems to be fuller.
3448         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3449         summary buffers.
3451         * message.el (message-get-reply-headers): Delete all duplicates,
3452         instead of the first.
3453         (message-get-reply-headers): Ensure that we have progress while
3454         deleting duplicates.
3456         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3457         gnus-posting-style value from the summary buffer to make it easier to
3458         make that a per-buffer conf.
3460 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3462         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3463         found by setting `shortcut' in 'query.
3464         (nnir-request-article): Use `shortcut' setting when requesting article
3465         by Message-ID.
3467 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3469         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3470         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3471         Bring the pseudo-headers back too.
3473 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3475         * auth-source.el (auth-source-token-passphrase-callback-function):
3476         Simplify and remove EPA dependency.
3478 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3480         * nnir.el (nnir-request-article): Fix error message text.
3482 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3484         * auth-source.el (plstore-delete): Autoload.
3485         (auth-source-plstore-search): Support delete operation.
3486         * plstore.el (plstore-delete): New function.
3488 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3490         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3491         mark actually existing articles as unread rather than the ones that
3492         active asserts.
3494 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3496         * nntp.el (nntp-record-command):
3497         * gnus-util.el (gnus-message-with-timestamp-1):
3498         Use format-time-string rather than decoding time stamps by hand.
3499         This is simpler and insulates the code from potential changes to
3500         current-time format.
3502 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3504         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3506 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3508         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3509         (plstore-save): Support public key encryption.
3510         (plstore--init-from-buffer): New function.
3511         (plstore-open): Use it; fix error when opening a non-existent file.
3512         (plstore-revert): Use plstore--init-from-buffer.
3514 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3516         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3518 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3520         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3521         for old Emacsen.
3523 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3525         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3526         is not fully working.
3528 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3531         quit window configuration.
3533         * auth-source.el (epg-context-set-passphrase-callback):
3534         Remove duplicate autoload.
3536 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3538         * nnir.el (nnir-request-article): Allow requesting articles by
3539         Message-ID with nnimap.
3541         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3542         current server.
3544 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3546         * auth-source.el: Autoload EPA/EPG functions.
3547         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3548         changed when EPA/EPG is not available.
3549         (auth-source-backend): Rename "arg" member to "data".
3550         (auth-source-backend-parse, auth-source-plstore-search)
3551         (auth-source-plstore-create): Use it.
3553 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3555         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3556         `gnus-refer-article-methods'.
3558 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3560         * auth-source.el: Require EPA and EPG.
3561         (auth-source-passphrase-alist): New variable.
3562         (auth-source-passphrase-callback-function)
3563         (auth-source-token-passphrase-callback-function): Callbacks for the
3564         netrc field encryption (GPG tokens).
3565         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3566         Symmetric encryption and decryption of the netrc GPG tokens.
3567         (auth-source-netrc-normalize): Use them, simplifying the closure.
3569 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3572         non-nil, and `nnimap-split-methods' is nil, use the former.
3574 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3576         * plstore.el (plstore-revert): New function.
3577         (plstore-open): Use it; hide the buffer from user.
3579 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3581         * auth-source.el (auth-source-backend): New member "arg".
3582         (auth-source-backend-parse): Handle new backend 'plstore.
3583         * plstore.el: New file.
3585 2011-06-30  Glenn Morris  <rgm@gnu.org>
3587         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3589         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3591 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3594         expiring articles to.
3596         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3597         variations as ASCII (bug#5458).
3599 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3601         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3603 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605         * message.el (message-point-in-header-p): Tweak the function to default
3606         to saying that we're not in the headers if there is no separator at
3607         all.  This makes it possible to use the Message version of `M-q' in
3608         buffers with no headers (bug#7987).
3609         (message-point-in-header-p): Fix last checkin to work with an empty
3610         mail-header-separator, too.
3612         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3613         again, save the choice via customize.
3615 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3619         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3620         ended the connection, bail out before waiting infinitely on a new
3621         connection.
3623 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3625         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3626         reports.
3628         * gnus.el (gnus-bug-package): Use "gnus."
3629         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3631 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3634         animations going on at article exit time.
3636         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3637         since removing it breaks people upgrading.
3639         * shr.el (shr-put-image): Use the new interface for animating images.
3640         (shr-put-image): Animate for 60 seconds.
3642         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3643         error with `find-file-hooks' on Emacs 22.
3644         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3645         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3646         on all architectures.
3648         * spam.el (spam-stat): Require in a normal fashion without binding
3649         `spam-stat-install-hooks' to avoid compilation warnings.
3651         * spam-stat.el (spam-stat-install-hooks): Remove.
3652         (spam-stat-install-hooks): Don't run automatically.
3654 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3656         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3657         and keystroke.
3659 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3661         * auth-source.el (auth-source-netrc-cache): Move forward.
3663 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3666         we already know.
3667         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3668         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3670 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3673         %S format, since that looks odd.
3674         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3675         file, especially when saving.
3677 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3679         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3680         article found.
3682 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3684         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3685         `auth-source-save-secrets' with a more sensitive alist that can be
3686         configured per file.  Experimental, so defaults to 'never.
3687         (auth-source-netrc-create): Use it.  Still experimental code.
3688         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3689         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3691 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3693         * auth-source.el (auth-source-save-secrets): New variable to control if
3694         secret tokens should be saved encrypted.
3695         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3696         to `auth-source-netrc-normalize'.
3697         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3698         on the EPA variables being defined.
3699         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3700         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3701         the lexical-let closure.
3702         (auth-source-netrc-create): Create "gpg:" tokens according to
3703         `auth-source-save-secrets'.
3705 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3707         * gnus-group.el (gnus-group-update-group): Add new argument
3708         `info-unchanged' that stops updating dribble buffer.
3710         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3711         deletes lines matching to it in dribble buffer.
3713         * gnus-agent.el (gnus-agent-fetch-group-1):
3714         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3715         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3716         * gnus-start.el (gnus-group-change-level):
3717         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3719         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3720         if newsgroup info is not changed.
3722         * gnus-group.el (gnus-group-get-new-news-this-group):
3723         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3724         Don't update dribble buffer.
3726 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3728         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3729         remove entries with groups we ignore.
3731 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3734         the underline comes at the bottom.
3736 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3738         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3739         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3740         (gnus-registry-article-marks-to-names): Rename from
3741         `gnus-registry-user-format-function-M2'.
3743 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3745         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3746         ephemeral group.
3748 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750         * shr.el (shr-browse-image): Copy the URL if called interactively.
3752 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3755         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3756         done, then unselected articles may be marked as read.
3758         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3759         since not doing this seems to lead to a race condition in pop3-logon.
3761         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3762         so that the call chain it correct when we call "upwards".
3764         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3765         in read-only groups.
3767         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3769         * message.el (message-cite-reply-position): Doc string fix.
3771         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3772         avoid regexp overflow.
3773         (nnimap-transform-split-mail): Ditto.
3775         * pop3.el (pop3-retr): Error out if the server closes the connection.
3777 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3780         mm-with-unibyte-current-buffer.  The buffer should not contain any
3781         multibyte chars anyway at this stage.
3783 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3786         at the end of lines.
3788 2011-05-29  Julien Danjou  <julien@danjou.info>
3790         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3792 2011-05-27  Glenn Morris  <rgm@gnu.org>
3794         * gnus-group.el (gnus-bug-group-download-format-alist):
3795         Use the "maintainer" version of debian reports as well.
3797 2011-05-26  Glenn Morris  <rgm@gnu.org>
3799         * gnus-group.el (gnus-bug-group-download-format-alist):
3800         Use the "maintainer" version of debbugs.gnu.org reports.
3802 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3804         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3806 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3808         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3809         the thread moves us backwards and so we loop forever.
3811 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3813         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3814         whitespace in base64 data lines.
3816 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3818         * gnus-registry.el (gnus-registry-user-format-function-M):
3819         Use `mapconcat'.
3820         (gnus-registry-user-format-function-M2): Use to see the full text of
3821         the marks.  Make "," the mark text separator.
3823         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3824         authentication with auth-source.
3826 2011-05-17  Glenn Morris  <rgm@gnu.org>
3828         * gnus-group.el (gnus-import-other-newsrc-file):
3829         Use insert-file-contents.
3831 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3833         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3834         1000 iterations.
3836 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3838         * nntp.el (nntp-open-connection): Check if process-type is available.
3840 2011-05-16  Julien Danjou  <julien@danjou.info>
3842         * shr.el (shr-tag-del): Add support for del tag.
3844 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3846         * gnus-html.el (gnus-html-put-image): Register a displayer.
3848         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3850 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3852         * registry.el (prune-factor): New initialization parameter defaulting
3853         to 0.1.
3854         (registry-prune-hard): Use it.
3856         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3857         0.1 expicitly.
3859 2011-05-13  Glenn Morris  <rgm@gnu.org>
3861         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3862         is bound, since this function requires sendmail.
3864 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3866         * registry.el (registry-usage-test): Disable pruning test.
3868 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3870         * registry.el (registry-prune-hard-candidates)
3871         (registry-prune-soft-candidates): Helper methods for registry pruning.
3872         (registry-prune): Use them.  Make the sort function optional.
3874 2011-05-10  Jim Meyering  <meyering@redhat.com>
3876         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3878 2011-05-10  Julien Danjou  <julien@danjou.info>
3880         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3881         symbol and not a list.
3883 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3885         * gnus-art.el (gnus-article-mode): Move binding of
3886         shr-put-image-function here from gnus-article-prepare-display.
3888         * shr.el (shr-put-image-function): New variable.
3889         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3890         (shr-put-image): Return scaled image.
3892         * gnus-art.el (gnus-shr-put-image): New function.
3893         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3895         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3896         original ones, as deletable.
3898 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3900         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3902 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3904         * registry.el (registry-full): Add convenience method.  Fix logic.
3905         (registry-insert): Use it.  Fix logic here too.
3907         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3908         `registry-prune' if `registry-full' returns t.
3909         (gnus-registry-handle-action)
3910         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3911         (gnus-registry-usage-test): Use it.
3913 2011-05-07  Julien Danjou  <julien@danjou.info>
3915         * shr.el (shr-link): Make shr-link inherit from link by default.
3917 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3919         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3921 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3923         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3924         error out because the face is not a list.
3926 2011-05-05  Glenn Morris  <rgm@gnu.org>
3928         * gnus-start.el (gnus-propagate-marks): Declare.
3930 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3932         * registry.el (registry-reindex): Fix percentage message.
3934 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3936         * shr.el: Add shr-link face for links.
3937         (shr-urlify): Use it.
3939         * registry.el (registry-insert): Make error message more helpful.
3941 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943         * gnus-html.el (gnus-html-schedule-image-fetching):
3944         Use url-queue-retrieve, if it exists.
3946         * shr.el (shr-tag-img): Ditto.
3948         * gnus.el: Autoload more gnus-agent functions.
3950         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3951         agent if we haven't already (bug#8502).
3953         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3954         into the Agent, too.
3956         * gnus-agent.el (gnus-agent-store-article): New function.
3958         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3959         and moved from that file for reuse.
3961         * pop3.el (pop3-open-server): Error messages are "-ERR".
3963 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3966         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3968 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3970         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3971         buffer has moved to a different frame.
3973 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3976         to get the conversion from unibyte to multibyte buffers to work on
3977         Emacs 22.
3979         * nntp.el (nntp-request-article): Slight clean-up.
3981 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983         * shr.el (shr-strike-through): New face.
3984         (shr-tag-s): Use it to provide <s> support.
3985         (shr-tag-s): Remove duplicate definition.
3987 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3989         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3990         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3992 2011-04-23  Glenn Morris  <rgm@gnu.org>
3994         * gnus-sum.el (gnus-extra-headers): Bump :version.
3996 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998         * shr.el (shr-tag-sup): New function.
3999         (shr-tag-sub): Ditto.
4001 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4003         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4004         for the case where `gnus-registry-ignored-groups' is a list of lists,
4005         and don't call `gnus-parameter-registry-ignore' otherwise.
4007 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4009         * nnimap.el (nnimap-user): New backend variable.
4010         (nnimap-open-connection-1): Use it.
4011         (nnimap-credentials): Accept user parameter so it's explicit what user
4012         name is desired.
4014         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4015         default.
4017         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4018         not gnus-registry.el.
4020         * gnus-registry.el: Mention in comments how to modify
4021         `gnus-extra-headers' for proper recipient tracking and that it may
4022         already have To and Cc recently, which it does as of this commit.
4023         (gnus-registry-ignored-groups): Remove defcustom.
4024         Explain why in comments.
4025         (gnus-registry-action): Fix data-header reference to use the extra
4026         headers.  Explain in package commentary how to add To and Cc headers to
4027         the gnus-extra-headers.
4028         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4029         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4030         parameter list or a string list in `gnus-registry-ignored-groups'.
4031         Fix logic error.
4033 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035         * shr.el (shr-expand-url): Protect against null urls.
4037 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039         * shr.el (shr-base): New binding.
4040         (shr-tag-base): Keep track of <base>.
4041         (shr-expand-url): New function used throughout.
4043 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4045         * gnus-registry.el
4046         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4047         (gnus-registry-ignored-groups): New variable.
4048         (gnus-registry-ignore-group-p): Use it.
4049         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4050         set the destination group to nil (same as delete) if it's ignored.
4052 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4054         * gnus-registry.el (gnus-registry-action)
4055         (gnus-registry-fetch-header-fast):
4056         Don't use mail-header that looks an internal function of mailheader.el.
4058 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4060         * gnus-registry.el: Eliminate cl functions.
4061         (gnus-registry-sort-addresses): New function that replaces mapcan.
4062         (gnus-registry-action, gnus-registry-spool-action)
4063         (gnus-registry-split-fancy-with-parent)
4064         (gnus-registry-fetch-recipients-fast): Use it.
4065         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4067         * registry.el (initialize-instance, registry-lookup)
4068         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4069         (registry-lookup-secondary-value, registry-search, registry-delete)
4070         (registry-insert, registry-reindex, registry-size, registry-prune):
4071         Use eval-and-compile.
4073 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4075         * registry.el (registry-reindex): New method to recreate the secondary
4076         registry indices.
4078         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4079         tracked field changes.
4080         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4081         (gnus-registry-action, gnus-registry-spool-action)
4082         (gnus-registry-handle-action)
4083         (gnus-registry--split-fancy-with-parent-internal)
4084         (gnus-registry-split-fancy-with-parent)
4085         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4086         move, and delete actions, and for fancy splitting with parent.
4087         (gnus-registry-extract-addresses)
4088         (gnus-registry-fetch-recipients-fast)
4089         (gnus-registry-fetch-header-fast): Convenience functions.
4090         (gnus-registry-misc-test): ERT test of
4091         `gnus-registry-extract-addresses'.
4093 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4095         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4096         Track by subject first, then sender.
4098 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4102         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4103         Lisp.
4105         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4106         (gnus-draft-send): Use it to avoid popping
4107         up frames from gnus-group-send-queue.
4109 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4111         * gnus-registry.el: Updated gnus-registry docs.
4113 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4115         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4116         Fix logic bug.
4117         (gnus-registry-post-process-groups): Fix logging of no results and
4118         quote sender and subject.
4120 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4123         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4124         we had no early-data returned.
4125         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4126         two async commands to the same server at the same time.
4128 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4130         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4132 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4135         "warning" level.
4137         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4138         (mm-url-insert-file-contents): Don't set the package names.
4140 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4142         * gnus-registry.el (gnus-registry-action): Remove properties and
4143         simplify subject in `gnus-registry-handle-action'.
4144         (gnus-registry-spool-action): Get subject and sender from message if
4145         they are not passed in.
4146         (gnus-registry-handle-action): Remove properties and simplify subject
4147         consistently.
4149 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * registry.el: Require CL before using defmacro*.
4153 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4155         * gnus-art.el (article-treat-date): Assume that
4156         gnus-article-date-headers may be a group parameter.
4158 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4160         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4162         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4163         interactively so the newsrc file can contain foreign groups too.
4164         Useful for debugging but not much for users.
4166 2011-04-07  David Engster  <dengste@eml.cc>
4168         * registry.el (registry-usage-test): Only do
4169         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4170         lexical binding.
4172 2011-04-06  David Engster  <dengste@eml.cc>
4174         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4175         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4177 2011-04-06  David Engster  <dengste@eml.cc>
4179         * registry.el (initialize-instance): Change :after to :AFTER to be
4180         compatible with old EIEIO version in XEmacs.
4182 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4184         * gnus-registry.el (gnus-registry-post-process-groups)
4185         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4186         and provide better messaging.
4188 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4190         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4191         unconditionally anyway, discarding errors.
4192         (gnus-registry-delete-entries): New convenience function.
4193         (gnus-registry-import-eld): Import from old .eld registry.
4195         * registry.el: Don't use ERT if it's not available.  Load it
4196         unconditionally anyway, discarding errors.
4198         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4199         version from the Claudio Bley GnuTLS patch (extra optional parameters
4200         and host name).
4202 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4204         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4205         fixup the parameters that can be customized by the user between
4206         save/read cycles.
4207         (gnus-registry-read): Use it.
4208         (gnus-registry-make-db): Use it.
4209         (gnus-registry-spool-action, gnus-registry-handle-action):
4210         Fix messaging.
4211         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4212         Map references to actual group names with sender and subject tracking.
4213         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4214         (gnus-registry-usage-test): Add subject lookup test.
4216         * registry.el (registry-db, initialize-instance): Set up constructor
4217         instead of :initform arguments for the sake of older Emacsen.
4218         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4219         pre-lexbind merge bug.
4220         (registry-usage-test): Use it.
4221         (initialize-instance, registry-db): Move the non-function initforms
4222         back to the class definition.
4224 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4226         * registry.el: New library to manage gnus-registry-style data.
4228         * gnus-registry.el: Use it (major rewrite).
4230         * nnregistry.el: Use it.
4232         * spam.el: Use it.
4234 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4237         marks on non-selected articles.
4239 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4241         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4243         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4244         parameter to open-protocol-stream.
4246 2011-04-01  Julien Danjou  <julien@danjou.info>
4248         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4249         fundamental-mode.
4251 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4254         servers.
4256 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4259         made marks not propagate, again.
4261 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4263         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4264         Make this the default type.
4265         (proto-stream-open-plain): Rename from proto-stream-open-default.
4266         (open-protocol-stream, proto-stream-open-starttls)
4267         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4268         with `plain'.
4270         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4271         value.
4273         * nntp.el (nntp-open-connection-function): Document the fact that some
4274         values are not functions but are instead handled specially.
4275         Recognize nntp-open-plain-stream value.
4276         (nntp-open-connection): Recognize that value.
4278 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4281         stuff.
4283         * gnus-score.el (gnus-score-string): Fix calling convention of
4284         `gnus-simplify-buffer-fuzzy' after last patches.
4286         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4287         server for articles we didn't get any headers for.  This is a sanity
4288         check.
4290 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4292         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4293         new CAPABILITY, use it.
4295 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4298         downloading anything.
4300         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4302 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4304         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4305         colors.
4306         (gnus-splash-svg-color-symbols): New function.
4308 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4311         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4312         (gnus-simplify-subject-fuzzy): Use the local
4313         gnus-simplify-subject-fuzzy-regex instead of the global one.
4314         This makes using this variable in group parameters work.
4316 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4318         * gnus-registry.el (gnus-registry-unfollowed-groups):
4319         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4320         archive:sent-YYYY-MM-DD groups).
4321         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4322         tracking if there are more than `gnus-registry-max-track-groups'
4323         matches.
4325 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4327         * message.el (message--yank-original-internal): New function to do the
4328         insertion cleanly inside eval in `message-yank-original'.
4329         (message-yank-original): Use it.
4331 2011-03-29  Julien Danjou  <julien@danjou.info>
4333         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4334         local variables disabled rather than `normal-mode'.
4336 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4338         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4339         with open-network-stream.
4340         (proto-stream-always-use-starttls): Option removed.
4341         (open-protocol-stream): Return a process object by default.  Provide a
4342         new parameter :return-list specifying a list-type return value, which
4343         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4344         :type `network' to `try-starttls', and `network-only' to `default'.
4345         Make `default' the default, for compatibility with open-network-stream.
4346         Handle the no-parameter case exactly as open-network-stream, with no
4347         additional stream processing.  Search plists using plist-get.
4348         Explicitly add :end-of-commend parameter if it is missing.
4349         (proto-stream-open-default): Rename from
4350         proto-stream-open-network-only.  Return 'default as the type.
4351         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4352         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4353         failed.  Always return a list with a (possibly dead) process as the
4354         first element, for compatibility with open-network-stream.
4355         (proto-stream-open-tls): Use plist-get.  Always return a list.
4356         (proto-stream-open-shell): Return `default' as connection type.
4357         (proto-stream-capability-open): Use plist-get.
4358         (proto-stream-eoc): Function deleted.
4360         * nnimap.el (nnimap-stream, nnimap-open-connection)
4361         (nnimap-open-connection-1): Handle renaming of :type parameter for
4362         open-protocol-stream.
4363         (nnimap-open-connection-1): Pass a :return-list parameter
4364         open-protocol-stream to obtain a list return value.  Parse this list
4365         using plist-get.
4367         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4368         for open-protocol-stream.  Accept open-protocol-stream return value
4369         that is a subprocess object instead of a list.  Handle the case of a
4370         dead returned process.
4372 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4374         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4376         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4378 2011-03-21  Julien Danjou  <julien@danjou.info>
4380         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4381         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4382         query.
4383         (mm-inline-text): Render normal text with fontification whenever
4384         possible.
4386         * gnus-sum.el (gnus-summary-save-parts-1):
4387         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4388         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4389         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4390         Use `mm-handle-filename'.
4392         * mm-util.el (mm-handle-filename): New function, return the filename of
4393         an handle.
4395 2011-03-18  Julien Danjou  <julien@danjou.info>
4397         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4398         (gnus-buffer-live-p): Check that buffer is not nil.
4400 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402         * gnus-art.el: Require mouse, which the build bot seems to say is
4403         needed.
4405         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4406         XEmacs, since it doesn't have url-retrieve-synchronously.
4408 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4410         * gnus-group.el (gnus-group-list-ticked): New function.
4411         (gnus-group-make-menu-bar): Provide a menu entry for it.
4412         (gnus-group-list-map): Provide a binding for it.
4414 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416         * shr.el (shr-visit-file): New command.
4418         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4420 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4422         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4423         servers.
4425 2011-03-16  Julien Danjou  <julien@danjou.info>
4427         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4428         inline.
4430         * gnus-art.el (article-hide-list-identifiers):
4431         Use gnus-group-get-list-identifiers.
4433         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4434         (gnus-summary-remove-list-identifiers):
4435         Use gnus-group-get-list-identifiers to get regexp.
4436         (gnus-select-newsgroup, gnus-summary-insert-subject)
4437         (gnus-summary-insert-articles):
4438         Call gnus-summary-remove-list-identifiers unconditionally.
4440 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4443         we're selecting a group with unread articles.
4445         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4447         * gssapi.el: New file separated out from imap.el to provide a general
4448         Kerberos 5 connection facility for Emacs.
4450         * message.el (message-elide-ellipsis): Document the format spec
4451         ellipsis.
4453 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4455         * message.el (message-elide-region): Allow the ellipsis to say how many
4456         lines were removed.
4458 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4461         window configurations containing buffers that are now dead.
4463         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4464         parsing to avoid integer overflows.
4465         (nnimap-parse-flags): Simplify the last change.
4466         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4467         too large for 32-bit Emacsen.
4469 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * auth-source.el (auth-source-netrc-create):
4472         * message.el (message-yank-original): Fix use of `case'.
4474 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4476         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4477         XEmacs, which was one character too wide.
4479 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4481         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4482         default number of articles to display.
4483         (gnus-articles-to-read): Use pretty names for prompt.
4485 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487         * gnus-int.el (gnus-open-server): Ditto.
4489         * gnus-start.el (gnus-activate-group): Give a backtrace if
4490         debug-on-quit is set and the user hits `C-g'.
4491         (gnus-read-active-file): Ditto.
4493         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4495 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4497         * message.el (message-yank-original): Use cond instead of CL case.
4499 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4501         * auth-source.el (auth-source-netrc-create): Use usual format for the
4502         default in prompts.
4504 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4506         * auth-source.el (auth-source-netrc-create): Show the default in the
4507         prompt when prompting for token creation.
4509 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4511         * auth-source.el (auth-source-format-prompt): Always convert the value
4512         to a string to avoid evaluating non-string arguments.
4513         (auth-source-netrc-create): Offer default properly, not as initial
4514         content in `read-string'.
4515         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4516         of line to determine if we've been run before.  If so, don't run again,
4517         but print a trivial message to indicate the cache was hit instead.
4519 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4521         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4522         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4523         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4524         Gnus.
4526 2011-03-11  Julien Danjou  <julien@danjou.info>
4528         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4529         modified file".
4531 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4533         * auth-source.el (auth-source-read-char-choice): New function to read a
4534         character choice using `dropdown-list', `read-char-choice', or
4535         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4536         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4537         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4538         (auth-source-netrc-saver): Use it.
4539         (auth-source-pick-first-password): New convenience function.
4541 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4543         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4544         parameter in the credentials.
4545         (nnimap-open-connection-1): Use it after a successful login.
4546         (nnimap-credentials): Add IMAP-specific user and password prompt.
4548         * auth-source.el (auth-source-search): Add :require parameter, taking a
4549         list.  Document it and the :save-function return token.  Pass :require
4550         down.  Change the CREATED message from a warning to a debug statement.
4551         (auth-source-search-backends): Pass :require down.
4552         (auth-source-netrc-search): Pass :require down.
4553         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4554         Change save prompt to indicate all modifications saved here are
4555         deletions.
4556         (auth-source-netrc-create): Take user login name as default in user
4557         prompt.  Move all the save functionality to a lexically bound function
4558         under the :save-function token in the returned list.  Set up clearer
4559         default prompts for user, host, port, and secret.
4560         (auth-source-netrc-saver): New function, intended to be wrapped for
4561         :save-function.
4563 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4565         * Version 23.3 released.
4567 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4570         lines to be spaces instead.
4572 2011-03-07  Julien Danjou  <julien@danjou.info>
4574         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4575         (sieve-sasl-auth): Check that auth-source-search did return something,
4576         or just return an empty string.
4578 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4580         * gnus.el (gnus-interactive): Use read-directory-name.
4582         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4583         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4584         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4585         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4586         Likewise.
4588         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4590 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4593         onto the list of killed groups, too.  This makes killed nnimap groups,
4594         for instance, more reliably not reappear.
4596         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4597         the parent.
4599         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4601         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4602         really have server-side marks.
4604         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4605         since most backends do not usefully have server-side marks.
4606         (gnus-update-read-articles): Propagate marks to all backends that
4607         really have server-side marks.
4609 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4611         * message.el (message-cite-reply-position, message-cite-style):
4612         New variables.
4613         (message-yank-original): Use the new citation styles.
4615 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4617         * message.el (message-options): Revert the change that's a workaround
4618         for XEmacs buffer-local issue; don't mark it buffer-local when running
4619         under XEmacs.
4621 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4623         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4624         numbers too big to be `read'.
4626 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4628         * message.el (message-options): Make buffer-local two ways to attempt
4629         to fix a XEmacs bug.
4631 2011-03-02  Julien Danjou  <julien@danjou.info>
4633         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4635 2011-03-01  Julien Danjou  <julien@danjou.info>
4637         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4638         group.
4639         (article-hide-list-identifiers): Use list-identifier group parameter.
4641 2011-02-28  Julien Danjou  <julien@danjou.info>
4643         * sieve.el (sieve-buffer-script-name): New local variable to store
4644         sieve script name.
4645         (sieve-edit-script): Store sieve script name.
4646         (sieve-upload): Use sieve script name when uploading.
4647         (sieve-upload): Use substitute-command-keys.
4648         (sieve-edit-script): Use substitute-command-keys.
4649         (sieve-refresh-scriptlist): Use substitute-command-keys.
4650         (sieve-manage-mode-map): Define keymap properly.
4651         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4652         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4653         Remove commented code about cvs.
4654         (sieve-manage-quit): New function.
4655         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4657 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4661 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4663         * auth-source.el (auth-source-search): Cache empty result sets.
4665         * auth-source.el (auth-source-save-behavior): New variable to replace
4666         `auth-source-never-create'.
4667         (auth-source-netrc-create): Use it.
4668         (auth-source-never-save): Remove.
4670 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4672         * nnimap.el (nnimap-stream): Doc fix.
4673         (nnimap-open-connection-1): Reverse the order of the ports to that the
4674         prompted-for port is first.
4676         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4677         retrieval by the no-group selection.
4679         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4680         numerical parameters.
4682 2011-02-25  Julien Danjou  <julien@danjou.info>
4684         * gnus-gravatar.el: Use gnus-with-article-buffer.
4686         * gnus-art.el (gnus-with-article-buffer): Check that the
4687         gnus-article-buffer is alive.
4689 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4691         * auth-source.el (auth-source-creation-prompts): New variable to manage
4692         creation-time prompts.
4693         (auth-source-search): Document it.
4694         (auth-source-format-prompt): Add utility function.
4695         (auth-source-netrc-create): Don't default the user name to
4696         user-login-name.  Use `auth-source-creation-prompts' and some default
4697         prompts for user, host, port, and password (the default generic prompt
4698         remains ugly).
4699         (auth-source-never-save): Add customizable option to never save info.
4700         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4701         mode excursion.
4703 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4705         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4706         argument that XEmacs doesn't support.
4708 2011-02-23  Julien Danjou  <julien@danjou.info>
4710         * gnus-art.el (article-make-date-line): Ignore errors if time is
4711         invalid and not convertible.
4712         (article-make-date-line): Only add lapsed time if time is not nil.
4714 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4716         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4717         `read-char-choice' for backwards compatibility.
4718         (auth-source-netrc-element-or-first): New function to DTRT for
4719         parameter extraction.
4720         (auth-source-netrc-create): Use it and fix multiple parameter print
4721         bug.  Use the default passed from above (given-default) or the
4722         built-in (user-login-name for :user).
4724 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4726         * gnus-start.el (gnus-dribble-read-file):
4727         Set buffer-save-without-query, since we always want to save the dribble
4728         file, probably.
4730         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4731         nnimap.
4733         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4734         -summary- since it's a user-visible variable.
4736         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4737         first time you use the new Gnus.
4739 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4741         * auth-source.el: Don't load netrc.el.
4742         (auth-sources): Search ~/.netrc as well by default.
4743         (auth-source-debug): Add 'trivia option for extra output.
4744         (auth-source-do-trivia): Use it.
4745         (auth-source-search): Simplify logic to use
4746         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4747         appropriate.  Don't keep a running count at this level.  Layer :create
4748         and :delete options appropriately on the first and second passes.
4749         Don't track the backend with the search results.
4750         (auth-source-search-backends): New function to search a list of
4751         backends for a processed spec.
4752         (auth-source-netrc-parse): Cache all netrc files, making
4753         auth-source-netrc-cache an alist keyed by the file name and using the
4754         file mtime as the caching criterion.  Keep the obfuscated data secret
4755         with a lexical bind.
4756         (auth-source-netrc-search): Don't calculate the length of the results
4757         unnecessarily.
4758         (auth-source-search-backends): Fix bug.
4759         (auth-source-netrc-create): Rework prompts.
4761 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4763         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4764         Lower case names of search constraints.
4765         (nnir-run-query): Cache and reuse search constraints for all imap
4766         servers.
4768 2011-02-22  Sam Steingold  <sds@gnu.org>
4770         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4772 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4774         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4775         after exit.
4776         (gnus-setup-message): Define missing variable from last checkin.
4778         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4779         value, show the raw article.
4781 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4783         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4784         auth-source now accepts numbers.
4786         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4787         spec, too.
4788         (auth-source-ensure-strings): New function.
4790         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4791         (gnus-article-setup-buffer): Always restart the date timer so that user
4792         changes to the frequency is respected.
4794         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4795         port numbers, so make sure it gets that if nnimap-server-port is
4796         explicit.
4798 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4800         * nnimap.el (nnimap-inbox): Doc fix.
4802 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4804         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4805         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4806         color-lab-to-srgb.
4808 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4810         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4811         given method as in the group name if we're using an extended method.
4812         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4813         command, if we're using that, instead of waiting for the beginning.
4815         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4816         we're sure to get unique server names, and we don't output two async
4817         commands in the same buffer.  This fixes an NNTP hang for some users.
4819 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4821         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4822         summary buffer before reading going to the next buffer.  This avoids
4823         putting the point in the group buffer if you `C-g' the command.
4825         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4826         cache (for now) to make ~/.authinfo.gpg files usable.
4828         * nnfolder.el (copyright-update): Define for the compiler.
4830         * auth-source.el (auth-source-search): Fix unbound variable.
4832 2011-02-19  Glenn Morris  <rgm@gnu.org>
4834         * gnus.el (gnus-meta): Doc fix.
4836 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4838         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4839         in case it's not yet loaded.
4841 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4843         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4844         line we're waiting for.
4846 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4848         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4849         face with line-width greater than zero will cause RET in gnus summary
4850         buffer to scroll down article page-wise because auto vscroll happens,
4851         it should be temporally disabled when doing a scroll-up.
4853 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4855         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4856         outputs from the server.
4858 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4860         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4861         later so that bbdb can hook in easier.
4863 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4865         * auth-source.el (auth-source-search): Don't try to create credentials
4866         if the caller doesn't want that.
4867         (auth-source-search): If we don't find a match, don't bug out on
4868         non-bound variables.
4869         (auth-source-search): Only ask a single backend to create the
4870         credentials.
4872         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4873         logging.
4874         (nnimap-credentials): Protect against auth-source-search returning nil.
4875         (nnimap-request-list): Protect against not being able to open the
4876         server.
4878 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4880         * auth-source.el (auth-source-search): Do a two-phase search, one with
4881         no :create to get the responses from all backends.
4883         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4884         when getting credentials.
4886         * gnus-util.el (gnus-delete-duplicates): New function.
4888 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4890         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4891         a creation default, pass the whole port list down.  It will be
4892         completed.
4894         * auth-source.el (auth-source-search): Updated docs to talk about
4895         multiple creation choices.
4896         (auth-source-netrc-create): Accept a list as a value (from the search
4897         parameters) and do completion on that list.  Keep a separate netrc line
4898         with the password obscured for showing the user.
4900         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4901         first choice to `auth-source-search' so it will be used for entry
4902         creation instead of the server's Gnus-specific name.
4903         (nnimap-credentials): Rely on the auth-source library to select which
4904         port is actually wanted in the new netrc entry, so don't override
4905         `auth-source-creation-defaults'.
4907         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4908         :protocol and accept a missing user, host, or port as a wildcard match.
4909         (auth-source-debug): Default to off.
4911         (auth-source-netrc-search, auth-source-netrc-create)
4912         (auth-source-secrets-search, auth-source-secrets-create)
4913         (auth-source-user-or-password, auth-source-backend, auth-sources)
4914         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4915         instead of :protocol.
4917         * nnimap.el (nnimap-credentials): Pass a port default to
4918         `auth-source-search' in case an entry needs to be created.
4919         (nnimap-open-connection-1): Use :port instead of :protocol.
4921 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4923         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4924         instead of delete-dups that is not available in XEmacs 21.4.
4926 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4928         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4929         nil means that nnimap doesn't get updated.
4931 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4933         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4934         result when the user doesn't want to write to the file.
4935         (auth-source-netrc-search): Expect a synthetic result and proceed
4936         accordingly.
4937         (auth-source-cache-expiry): New variable to override
4938         `password-cache-expiry'.
4939         (auth-source-remember): Use it.
4941         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4942         parameter.  Create entry if necessary by using :create t.
4943         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4945 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4947         * auth-source.el (auth-source-debug): Enable by default and don't
4948         mention the obsolete `auth-source-hide-passwords'.
4949         (auth-source-do-warn): New function to debug unconditionally.
4950         (auth-source-do-debug): Use it.
4951         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4952         and for Secrets API entries when the secrets.el library is not
4953         available.
4955 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4957         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4958         (gnus-summary-exit): Kill the correct article buffer on exit from a
4959         `C-d' group.
4961         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4962         gnus-propagate-marks.
4964         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4965         before killing the buffers so that a non-full window conf gets handled
4966         correctly.
4967         (gnus-summary-exit): Ditto.
4968         (gnus-summary-read-group-1): Ditto.
4970         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4971         async code again so that we can debug it properly.
4973         * message.el (message-reply): Take an optional switch-buffer parameter
4974         so that Gnus window confs are respected better.
4976 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4978         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4979         `plist-get' to accept non-list parameters (XEmacs issue).
4980         Fix docstring.
4981         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4982         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4983         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4984         Login collection is "Login" and not "login".
4986 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4988         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4989         multiple headers.
4991         * nnimap.el (nnimap-inhibit-logging): New variable.
4992         (nnimap-log-command): Don't log login commands.
4994         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4995         to have more parameters.
4997         * nnimap.el (nnimap-send-command): Mark the command time for each
4998         command, so that we don't get NOOPs stepping on our toes.
5000         * gnus-art.el (article-date-ut): Get the date from the Date header on
5001         `t'.
5003 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5005         * auth-source.el (auth-source-search): Use copy-sequence instead of
5006         the cl.el copy-list.
5008 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5010         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5011         Improve prompt.
5013 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5015         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5016         washing status from the default format.  It isn't very informative.
5018 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5020         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5021         Fix Gcc processing on imap.
5023 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * message.el (message-bury): Don't pop up a new window when selected
5026         window is dedicated.
5028 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5030         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5032 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5034         * sieve-manage.el: Autoload `auth-source-search'.
5035         (sieve-sasl-auth): Use it.
5037 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5039         * nnimap.el: Autoload `auth-source-forget+'.
5040         (nnimap-open-connection-1): Use it if the connection fails.
5042         * auth-source.el: Require `password-cache'.
5043         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5044         obsolete.
5045         (auth-source-magic): Marker for `password-cache' keys.
5046         (auth-source-do-cache): Update docstring.
5047         (auth-source-search): Use and check cache.
5048         (auth-source-forget-all-cached, auth-source-remember)
5049         (auth-source-recall, auth-source-forget, auth-source-forget+)
5050         (auth-source-specmatchp): Caching support functions.
5051         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5052         Remove and obsolete.
5053         (auth-source-user-or-password): Remove caching to further discourage
5054         using it.  Always hide passwords.
5056 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5058         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5059         code for now, since it doesn't work for all users.
5061 2011-02-09  Julien Danjou  <julien@danjou.info>
5063         * message.el (message-options): Make message-options really buffer
5064         local.
5066 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5068         * mail-source.el: Autoload `auth-source-search'.
5069         (mail-source-keyword-map): Note order matters.
5070         (mail-source-set-1): Get all the mail-source source values and
5071         defaults and search auth-source on those if needed.  This can all
5072         probably be simplified.
5074         * nnimap.el: Autoload `auth-source-search'.
5075         (nnimap-credentials): Use it.
5076         (nnimap-open-connection-1): Ask for the virtual server and physical
5077         address in one shot.
5079         * nntp.el: Autoload `auth-source-search'.
5080         (nntp-send-authinfo): Use it.  Note TODO.
5082 2011-02-08  Julien Danjou  <julien@danjou.info>
5084         * shr.el (shr-tag-body): Add support for text attribute in body
5085         markups.
5087         * message.el (message-options): Make message-options a local variable.
5089 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5091         * auth-source.el (auth-source-secrets-search)
5092         (auth-source-user-or-password): Use `append' instead of `nconc'.
5093         (auth-source-user-or-password): Build return list better and protect
5094         against nil :secret.
5096 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5098         * nnimap.el (nnimap-update-info): Refactor slightly.
5099         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5100         (nnimap-update-info): Clean up slightly.
5101         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5102         characters.
5103         (nnimap-process-quirk): Rename function to avoid collision.
5104         (nnimap-update-info): Fix macrology bug-out.
5105         (nnimap-update-info): Simplify split history test.
5107 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5109         * auth-source.el (top): Require 'eieio unconditionally.
5110         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5111         (auth-source-secrets-search): Limit search when `max' is greater than
5112         number of results.
5114 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5116         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5117         part not returning any data.
5119         * proto-stream.el (open-protocol-stream): Document the return value.
5121 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5123         * auth-source.el (auth-source-secrets-search): Add examples.
5125 2011-02-06  Julien Danjou  <julien@danjou.info>
5127         * message.el (message-setup-1): Handle message-generate-headers-first
5128         set to t.
5130 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5132         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5133         API with a string "secrets:collection-name" and with 'default.
5134         (auth-source-backend-parse): Parse "secrets:collection-name" and
5135         'default.  Recurse on parses instead of repeating code.  Use the
5136         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5137         message when ignoring a source.
5138         (auth-source-search): List ignored search keys at the top level.
5139         (auth-source-netrc-create): Use `case' instead of `cond'.
5140         (auth-source-secrets-search): Created with TODOs.
5141         (auth-source-secrets-create): Created with TODOs.
5142         (auth-source-retrieve, auth-source-create, auth-source-delete)
5143         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5144         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5145         (auth-source-user-or-password-sftp)
5146         (auth-source-user-or-password-smtp): Remove.
5147         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5148         around `auth-source-search'.  Not tested thoroughly.
5150 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5152         * auth-source.el: Bring in assoc and eioeio libraries.
5153         (secrets-enabled): New variable to track the status of the Secrets API.
5154         (auth-source-backend): New EIOEIO class to represent a backend.
5155         (auth-source-creation-defaults): New variable to set prompt defaults
5156         during token creation (see the `auth-source-search' docstring for
5157         details).
5158         (auth-sources): Simplify to allow a simple string as a netrc backend
5159         spec.
5160         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5161         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5162         (auth-source-search): Main auth-source API entry point.
5163         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5164         (auth-source-search-collection): Helper function for searching.
5165         (auth-source-netrc-parse, auth-source-netrc-normalize)
5166         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5167         Supports search, create, and delete.
5168         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5169         backend stubs.
5170         (auth-source-user-or-password): Call `auth-source-search' but it's not
5171         ready yet.
5173 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5175         * message.el (message-setup-1): Remove the read-only stuff, since it
5176         doesn't work under XEmacs, for some reason.
5178         * gnus-sum.el (gnus-user-date): Rename back from
5179         gnus-summary-user-date since user code refers to it.
5181         * shr.el (shr-render-td): Store the actual background color used.
5183         * message.el (message-setup-1): Don't bind the constant
5184         -forbidden-properties.
5185         (message-setup-1): Revert previous change, since it needs to bind the
5186         props to insert them.
5187         (message-resend): Allow removing the read-only separator line.
5189 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5191         * nnimap.el (nnimap-request-accept-article): Give an error message if
5192         the APPEND wasn't successful.
5194 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5196         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5197         that have no groups.
5199 2011-02-03  Julien Danjou  <julien@danjou.info>
5201         * gnus-draft.el: Remove progn around gnus-draft-setup.
5203 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5205         * gnus-start.el (gnus-read-active-for-groups): This function is never
5206         called with a nil `infos', so clean that up.
5207         (gnus-get-unread-articles): Request active files from primary/secondary
5208         methods that have no groups (yet).
5210 2011-02-03  Julien Danjou  <julien@danjou.info>
5212         * message.el (message-setup-1): Always generate References first.
5213         (message-mail): Return the return value of message-setup, not always t.
5214         (message-setup-1): Insert mail-header-separator with read-only and
5215         intangible properties set.
5217         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5218         user-date in docstring.
5220         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5222         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5223         docstring.
5225         * gnus.el (gnus-user-date-format-alist): Change default value.
5226         Use defcustom, with type and group.  Move from gnus-util.el.
5227         Rename to gnus-summary-user-date-format-alist.
5229 2011-02-03  Glenn Morris  <rgm@gnu.org>
5231         * nnimap.el (gnus-fetch-headers): Declare.
5233         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5235 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5237         * message.el (message-forward-make-body-digest-plain)
5238         (message-followup, message-reply): Clean up things noted by Stefan.
5240         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5241         gnus-article-update-date-headers is nil.
5242         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5243         it didn't really work with defcustom.
5244         (article-update-date-lapsed): Make sure the window start doesn't move,
5245         either.
5247 2011-02-01  Julien Danjou  <julien@danjou.info>
5249         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5250         format.
5252         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5253         standard in Emacs nowadays.
5255 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5257         * message.el (message-expand-name): Don't trust the return value of
5258         bbdb-complete-name.
5259         (message-check-news-header-syntax): Remove unused var `start'.
5260         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5261         (message-inhibit-body-encoding): Move to before first use.
5262         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5263         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5264         (Organization, Message-ID, Date, mh-previous-window-config):
5265         Defvar the vars using dynamic scoping.
5267 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5269         * shr.el (shr-render-td): Only do colors at the final rendering.
5270         Should be slightly faster.
5271         (shr-insert-table): Fix up TD background colors when doing the
5272         vertical padding.
5274         * gnus-art.el (article-date-ut): Protect against articles with no Date
5275         header.
5276         (article-update-date-lapsed): Don't use current-column to find the
5277         horizontal position.  It's fragile in the presence of \003 characters.
5279         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5281 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5283         * gnus-art.el (article-transform-date): Rewrite to still work when
5284         there are several rfc2822 parts.
5285         (article-transform-date): Fix infinite recursion.
5286         (article-date-ut): Replace infinitely many Date headers with a single
5287         one when called interactively.
5289         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5290         secure manner.
5292         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5293         move around by not using save-window-excursion.  It seems to work...
5295 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5297         * gnus-art.el (article-make-date-line): Work for user-defined format.
5299 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5301         * nntp.el (nntp-retrieve-group-data-early)
5302         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5303         fetching functions.
5305         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5306         thoroughly for all backends that have no known groups.  This should
5307         allow new nnml methods to retrieve mail.
5309         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5310         that Gnus doesn't know exists again.
5312         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5313         (gnus-treat-date-ut): Ditto.
5314         (gnus-article-update-date-header): Rename.
5315         (gnus-treat-date-local): Remove.
5316         (gnus-treat-date-english): Remove.
5317         (gnus-treat-date-lapsed): Remove.
5318         (gnus-treat-date-combined-lapsed): Remove.
5319         (gnus-treat-date-original): Remove.
5320         (gnus-treat-date-iso8601): Remove.
5321         (gnus-treat-date-user-defined): Remove.
5322         (gnus-article-date-headers): New variable to control all the date
5323         header options.
5324         (article-date-ut): Rewrite to allow using the new way to format date
5325         headers(s).
5327 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5329         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5330         method.
5331         (nnmail-article-group): A better test for fanciness.
5333         * nnimap.el (nnimap-request-head): Protect against not finding the
5334         article by Message-ID.
5336 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5338         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5339         keep point at the "same place".
5341 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5343         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5344         data if the group is inactive.
5346 2011-01-28  Julien Danjou  <julien@danjou.info>
5348         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5349         (gnus-all-windows-visible-p): Remove old compatibility code.
5350         (gnus-window-top-edge): Add docstring.
5352         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5354 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5356         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5357         older request-update-info.
5359         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5361 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5363         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5364         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5366 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5368         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5369         groups.  This makes the nndraft:queue group pop up if it's not already
5370         there.
5372         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5373         messages" logic, which was reversed.
5375         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5376         the "same place" even if point is on the line being replaced.
5377         (article-update-date-lapsed): Allow updating both the combined lapsed
5378         and the lapsed headers.
5379         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5380         (article-make-date-line): Limit the number of segments dynamically to
5381         avoid too-long lines.
5383 2011-01-27  Julien Danjou  <julien@danjou.info>
5385         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5386         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5388 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5390         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5391         Use plist-get instead of the cl function getf.
5393 2011-01-27  Glenn Morris  <rgm@gnu.org>
5395         * gnus-util.el (float-time): Get rid of compiler warning, again.
5397 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5399         * shr.el (shr-put-color): Special-case background colors: Do put them
5400         at the blank parts at the front of the lines.
5402         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5403         exit hook to nix out all data on readedness on group exit.
5405         * gnus-util.el (float-time): If float-time is bound, always use it on
5406         all Emacsen.  It's unclear why the subrp check was there.
5407         (time-date): Require to make some autoload issues on XEmacs go away.
5409         * shr.el (shr-put-color): Don't do the box padding in tables, since
5410         they're already padded.
5412 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5414         * gnus-art.el (gnus-article-next-page): When the last line of the
5415         article is displayed, scroll down once more instead of going to the
5416         next article at once.
5417         (article-lapsed-string): Refactor out and allow specifying how many
5418         segments you want.
5419         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5420         (gnus-article-update-lapsed-header): New variable.
5422         * shr.el: Revert change that made headings use different-sized faces.
5423         The Emacs display engine isn't advanced enough that, for instance,
5424         tables can comfortably use differently-sized faces.
5426 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5428         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5429         used.
5430         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5431         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5432         we're using an encrypted connection.
5434         * proto-stream.el: Alter the interface functions to also return the
5435         actual stream type used: network or TLS.
5437 2011-01-25  Julien Danjou  <julien@danjou.info>
5439         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5440         (mm-display-javascript-inline): New function.
5442         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5443         viewing function.
5445 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5447         * shr.el (shr-expand-newlines): Fix variable name.
5449 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5451         * shr.el (shr-expand-newlines): Make nested boxes work.
5453 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5455         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5456         backgrounds.
5457         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5458         in a more sensible manner.
5460 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5462         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5463         if EPG is loaded.
5465 2011-01-24  Julien Danjou  <julien@danjou.info>
5467         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5468         tags.
5470 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5472         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5473         commands.
5475         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5476         in the article buffer.
5477         (gnus-gravatar-insert): Use blank space from the current buffer to
5478         avoid breaking text properties.  This makes X-Sent updating work again.
5480         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5482 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5484         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5485         fix the bug in url-http.el instead.
5487         * shr.el (shr-image-fetched): Ditto.
5489         * shr.el (shr-image-fetched): Avoid having point move in the article
5490         buffer.
5492         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5493         buffer after being called.  It's apparently being killed by url.el, and
5494         killing it made point move to end-of-buffer in a random buffer.
5496         * shr.el (shr-image-fetched): Ditto.
5498 2011-01-23  Julien Danjou  <julien@danjou.info>
5500         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5502         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5503         text/x-org.
5505 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5507         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5508         (i.e., nnimap) returning nil as the article number.
5510 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5512         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5513         "DelSp" parameter in RFC3676.
5515 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5517         * message.el (message-check-recipients): Display the encoded version of
5518         the bogus address if they differ.
5520         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5521         after sending.
5523         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5525         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5527         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5528         group buffer after sending the queue.
5530         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5532 2011-01-22  Julien Danjou  <julien@danjou.info>
5534         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5536 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5538         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5539         nested related parts.
5541         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5542         unexpired articles.  This fixes the regression that led expiry marks to
5543         disappear from nnfolder groups.
5545 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5547         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5548         Don't confuse the "ret" of "retrograde" with RET.
5550 2011-01-21  Julien Danjou  <julien@danjou.info>
5552         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5553         than mm-insert-inline.
5555 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5557         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5558         Widen article buffer.
5560 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5563         the temp buffer.
5564         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5566 2011-01-20  Julien Danjou  <julien@danjou.info>
5568         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5570         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5571         than mm-insert-inline to insert inline part: this respect
5572         mm-inline-media-tests displayers.
5574         * mm-view.el (mm-display-shell-script-inline): New function.
5576         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5578         * mm-uu.el (mm-uu-type-alist): Add org block.
5579         (mm-uu-org-src-code-block-extract): New function.
5581         * mm-view.el (mm-display-org-inline): New function.
5583         * mm-decode.el (mm-automatic-display): Add text/org.
5585         * mailcap.el (mailcap-mime-extensions): Add .org.
5587 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5589         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5590         gnus-article-add-buttons.
5592 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5594         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5595         From header with a date and "nobody" as the sender.
5597 2011-01-19  Julien Danjou  <julien@danjou.info>
5599         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5600         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5601         if you have the same regexp several times.
5602         (gnus-button-push): Fix matching when regexp is symbol.
5604 2011-01-15  Glenn Morris  <rgm@gnu.org>
5606         * message.el (message-mail): A compose-mail function should
5607         accept headers as strings.
5609 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5611         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5612         Add :vert-only tags.
5613         (message-mail): New arg RETURN-ACTION.
5614         (message-return-action): New var.
5615         (message-bury): Use it.
5616         (message-mode): Make it buffer-local.
5617         (message-send-and-exit): Always call message-bury.
5619         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5620         message-mail.
5622 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624         * nnimap.el (nnimap-convert-partial-article): Protect against
5625         zero-length body parts.
5627         * mm-decode.el (mm-preferred-alternative-precedence):
5628         Discourage showing empty parts.
5630         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5631         and stuff if the backend didn't return the article number.  This fixes
5632         an Exchange-related nnimap bug.
5634         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5635         group window, because it does the wrong thing when a separate frame
5636         displays the group buffer.
5638         * proto-stream.el (open-protocol-stream): Protect against the low-level
5639         transport functions returning nil.
5641 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5643         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5644         (mml2015-epg-find-usable-secret-key): New function.
5645         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5646         mml2015-epg-find-usable-key (Bug#7797).
5647         (mml2015-epg-encrypt): Ditto.
5649 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5653 2011-01-03  Glenn Morris  <rgm@gnu.org>
5655         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5657         * sieve.el (sieve-open-server): Give a more explicit error if
5658         sieve-manage-open returns nil.  (Bug#7720)
5660 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5662         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5664 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5667         This avoids sending passwords in plain text over non-encrypted
5668         channels.
5670         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5672         * nnimap.el (nnimap-login): Refactored out into own function, and
5673         implement CRAM-MD5.
5674         (nnimap-wait-for-line): Refactored out.
5676         * mm-view.el (mml-smime): Require.
5678 2010-12-20  David Engster  <deng@eml.cc>
5680         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5681         use EPG to decrypt S/MIME messages instead of openssl.
5683 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5687         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5688         status is the group clearly is unreachable.
5690         * auth-source.el (auth-source-create): Add the optional second
5691         parameter to `local-variable-p' to be compatible with XEmacs.
5693 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5695         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5696         work when using a compressed nnml folder.
5698 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5701         backends after sanitising on entry, because this never makes sense:
5702         If the articles have gone missing, then the data no longer exists on
5703         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5704         overwrite anything anyway.
5706         * shr.el (shr-insert-document): Bind shr-width dynamically to
5707         window-width if it's nil.
5709 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5711         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5712         with the meaning of using the full emacs window width for rendering.
5714 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5716         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5717         case when sender is not given.
5719 2010-12-23  Julien Danjou  <julien@danjou.info>
5721         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5722         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5723         the addresses, otherwise we might misplaced the gravatar.
5725 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5727         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5728         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5729         obsolete in Emacs.
5731 2010-12-20  Julien Danjou  <julien@danjou.info>
5733         * gnus-util.el (gnus-rescale-image): Revert last change.
5735 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737         * gnus-group.el (gnus-group-delete-articles): New command.
5739 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5741         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5743 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5746         here, since it's up to the backends to do CRLF removal if their
5747         protocol has it.
5749         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5751 2010-12-17  Julien Danjou  <julien@danjou.info>
5753         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5754         they are from file.  Can also scale up.
5756 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5758         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5759         Restore gnus-use-agent.
5760         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5762         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5764 2010-12-17  Julien Danjou  <julien@danjou.info>
5766         * gravatar.el (gravatar-retrieve-synchronously): New function.
5767         (gravatar-get-data): Make more robust.
5769 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5772         to really consider the last line.
5774 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5776         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5777         list of recipient keys, or use symmetric encryption if not a list.
5778         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5779         EPA override, replacing the call to `netrc-store-data'.
5781 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5783         * gnus-srvr.el: Avoid passing nil regexp argument to
5784         delete-matching-lines.
5786 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5789         fetching stops when Gnus exits.
5791         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5792         function.
5793         (nnfolder-request-expire-articles): Save all the buffers after doing
5794         expiry.
5796         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5797         the last article", since that led to serious performance regressions
5798         when expiring nnml groups.
5800 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5802         * nnir.el: Improve customizations.
5804 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5808         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5809         group has been killed.
5810         (gnus-group-yank-group): Ditto.
5812         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5814         * nnimap.el (nnimap-request-update-group-status): New function.
5816         * gnus-int.el (gnus-request-update-group-status): New interface
5817         function.
5819         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5820         copying read-ness to the backends.
5822         * nnimap.el (nnimap-quirk): New function.
5823         (nnimap-retrieve-group-data-early): Use it.
5824         (nnimap-quirks): New alist.
5826 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5828         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5829         don't delete it within indentation.
5831 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5834         previous line.
5836 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5839         QRESYNC command by deleting a superfluous space which broke Cyrus
5840         servers.  This change will break other servers that are buggy the other
5841         way around.
5843 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5845         * spam.el: Reindent and fix long lines.
5846         (spam-copy-or-move-routine): Exclude invalid move destinations.
5848 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5850         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5851         installed the registry.
5853 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5855         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5856         groupname doesn't contain "gmane".
5858 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5861         (gnus-1): Don't create the nndrafts group twice.
5862         (gnus-setup-news): There's no need to read the active file here, since
5863         that's done again later on a per-backend basis.
5864         (gnus-start-draft-setup): Make sure that the new group is started out
5865         empty.
5867         * gnus-agent.el (gnus-agentize): Don't create the queue group
5868         automatically on startup.  It'll be created later, if needed.
5870         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5871         of automatically subscribed groups.
5872         (gnus-auto-subscribed-categories): New variable.
5873         (gnus-matches-options-n): Use it.
5874         (gnus-default-subscribed-newsgroups): Remove unused variable.
5875         (gnus-start-draft-setup): Message a bit less.
5877 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5879         * nnir.el (nnir-run-imap): Return article list in order of increasing
5880         UID.
5882 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884         * gnus-sum.el (gnus-summary-enter-digest-group):
5885         Mention gnus-auto-select-on-ephemeral-exit.
5887         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5888         convention of the network-only option.
5890 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892         * proto-stream.el (proto-stream-open-network-only): New function to
5893         have a way to specify non-STARTTLS upgrade connections.
5895 2010-12-10  Julien Danjou  <julien@danjou.info>
5897         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5898         email address is nil.
5900         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5902 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5904         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5905         deletion.
5906         (nnir-run-imap): Only need to parse list once.
5908 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910         * shr.el (shr-tag-script): Ignore <script>.
5911         (shr-tag-label): Add <label> support.
5913 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5915         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5917         * shr.el (shr-image-displayer): Work for images lined side by side.
5919 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5921         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5922         parameter, since XEmacs doesn't accept t as a parameter.
5924 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5926         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5927         ids.
5928         (nnir-run-gmane): Simplify groupspec formatting.
5929         (nnir-request-expire-articles): New function.
5931 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5934         overflow, possibly.
5936         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5937         (shr-render-td): Handle td style="" better.
5938         (shr-tag-table): Use the color from the style sheet.
5939         (shr-render-td): Make sure we copy over all the overlays, too.
5941 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5943         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5944         (nnir-request-article): Improve article retrieval.
5946 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5948         * mm-util.el (mm-extra-numeric-entities): New variable.
5950         * mm-url.el (mm-url-decode-entities):
5951         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5953 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * message.el: Use completion-at-point.
5956         (message-completion-function): New fun, extracted from message-tab.
5957         (message-mode): Use it for completion-at-point-functions.
5958         (message-tab): Use it and completion-at-point.
5960 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5962         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5963         character if a non-breakable character follows.
5965 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5968         any stream.
5970         * shr.el (shr-tag-font): Colorize the region.
5971         (shr-tag-body): Ditto.
5972         (shr-tag-font): Actually let the styles be inherited instead of
5973         overwriting them.
5974         (shr-tag-font): Get the background color right.
5975         (shr-tag-style): Ignore all <style> tags for the moment.
5977         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5978         a Message-ID to avoid having nnimap depend on gnus-sum.
5980         * shr.el (shr-descend): Only colorize something if we have a node that
5981         sets colors.
5983 2010-12-06  Julien Danjou  <julien@danjou.info>
5985         * shr.el (shr-render-td): Render td content with shr-descend, so style
5986         will be applied to <td> too.
5987         (shr-colorize-region): Colorize region even if we only have a background.
5988         (shr-tag-body): Fix color and background color inheritance.
5989         Do not recolorize after shr-generic.
5990         (shr-tag-font): Let shr-generic colorize via inheritance.
5992 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5994         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5996 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5998         * nnir.el (nnir-request-move-article): Remove obsolete code.
6000 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6002         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6004 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006         * gnus-sum.el (gnus-summary-respool-article): The completion function
6007         expects a list instead of an alist.
6009         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6010         string as the parameter.
6012         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6014         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6015         styles.
6016         (shr-colorize-region): New function.
6017         (shr-insert-background-overlay): Remove.
6018         (shr-render-td): Background setting should be taken care of on a higher
6019         level.
6020         (shr-tag-body): Use post-hoc colorizations.
6021         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6022         (shr-put-color-1): Don't overwrite old colors.
6023         (shr-colorize-region): When the background color isn't explicit, use
6024         a fixed background.
6026         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6027         nnmail variables.
6029 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6031         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6032         unless necessary.
6034 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6036         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6037         server.
6039 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6042         so that TAB works.
6044         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6045         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6047         * shr.el (shr-urlify): Show the URL before the title to avoid
6048         misleading URLs.
6050 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6052         * shr.el (shr-urlify): Display the title in <a> tags.
6054 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6056         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6058 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6060         * nnir.el: Rearrange code to allow macros to be autoloaded by
6061         gnus-sum.el.
6062         (nnir-retrieve-headers-override-function): Make this variable
6063         customizable.
6064         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6066         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6067         from nnir.el.
6069 2010-12-03  Julien Danjou  <julien@danjou.info>
6071         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6073 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6075         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6076         allow optional argument `environment'.
6078 2010-12-03  Glenn Morris  <rgm@gnu.org>
6080         * mm-extern.el (message-goto-body): Update declaration.
6082 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6084         * gnus-util.el (gnus-macroexpand-all): New function.
6086         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6087         instead of macroexpand-all that is unavailable in XEmacs.
6089 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6091         * nnir.el (nnir-summary-line-format): New variable.
6092         (nnir-mode): Use it.
6093         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6094         (nnir-article-ids): Reimplement as defsubst.
6095         (nnir-retrieve-headers): Don't mangle the subject header.
6096         (nnir-run-imap): Use 100 as RSV score.
6097         (nnir-run-find-grep): Fix for full server searching.
6098         (nnir-run-gmane): Better restriction to gmane groups.
6100         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6101         summary buffers.
6103 2010-12-02  Julien Danjou  <julien@danjou.info>
6105         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6107         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6109         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6110         support.
6112 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6114         * nnir.el: Update to handle the registry better.
6115         (autoload): Silence byte-compiler.
6116         (nnir-open-server): Add a hook for nnir groups.
6117         (nnir-request-move-article): Don't mangle the header.  Better to use
6118         formatting variables (which will be added in the future).
6119         (nnir-registry-action): Update the registry using the original article
6120         group name.
6121         (nnir-mode): Install nnir-specific hooks for updating the registry.
6123         * gnus-sum.el
6124         (gnus-article-original-subject,gnus-newsgroup-original-name):
6125         Remove obsolete variables.
6126         (gnus-summary-move-article): Remove use of obsolete variables.
6127         (gnus-summary-local-variables): Make move and delete hooks local to
6128         summary buffers.
6130 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132         * rtree.el: New file.
6134 2010-12-01  Julien Danjou  <julien@danjou.info>
6136         * message.el (message-user-organization): Do not use
6137         gnus-local-organization.
6139         * gnus.el: Remove gnus-local-organization.
6141         * gnus-msg.el: Remove nastygram thing.
6143 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6145         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6146         funcall.
6148 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6150         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6151         names.
6153         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6154         characters.
6156         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6157         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6158         Suggested by Štěpán Němec <stepnem@gmail.com>.
6159         (gnus-gravatar-transform-address): Use mail-extract-address-components
6160         that supports non-ASCII names rather than mail-header-parse-addresses.
6162 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6165         handled by the network handler.
6167 2010-11-30  Julien Danjou  <julien@danjou.info>
6169         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6170         (nnimap-open-connection-1): Fix PREAUTH.
6172         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6174 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6177         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6178         (shr-insert): Use them.
6179         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6181 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6183         * nnir.el (nnir-request-move-article): Bail out if original group
6184         doesn't support article moves.
6185         (nnir-get-active): Improve active list retrieval.
6187 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6191 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6193         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6194         seem to accept strings-with-numbers as port numbers.
6196 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6198         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6199         change the registry.
6201 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6203         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6204         delete-dups that is not available in XEmacs 21.4.
6206         * mm-util.el (mm-delete-duplicates): Add comment.
6208 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6210         * nnir.el (nnir-ignored-newsgroups): New variable.
6211         (nnir-get-active): Use it.
6213 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215         * proto-stream.el (proto-stream-open-network): Add some comments.
6217         * nntp.el (nntp-open-connection): Provide a :success condition.
6219         * nnimap.el (nnimap-open-connection-1): Ditto.
6221         * proto-stream.el (proto-stream-open-network): See what the response to
6222         the STARTTLS command is.
6224         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6225         backwards compatibility).
6226         (nnimap-open-connection-1): Really respect nnimap-server-port.
6228         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6229         TLS upgrades we don't really care about the identity of the peer.
6230         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6231         that what we've checked for.
6232         (proto-stream-always-use-starttls): Only default to t if
6233         open-gnutls-stream exists.
6234         (proto-stream-open-network): If STARTTLS failed, then just open a
6235         normal connection.
6236         (proto-stream-open-network): Wait until the greeting before doing
6237         STARTTLS.
6239         * nntp.el (nntp-open-connection): Report what the connection error is.
6241         * proto-stream.el (open-protocol-stream): Rename from
6242         open-proto-stream.
6244 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246         * nnimap.el (nnimap-stream): Change default to `undecided'.
6247         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6248         first, and then network.
6249         (nnimap-open-connection-1): Respect nnimap-server-port.
6250         (nnimap-open-connection): Be more backwards-compatible.
6252         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6253         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6254         (proto-stream-open-starttls): Folded back into the main function.
6255         (proto-stream-open-network): Fix typo in the GnuTLS path.
6256         (proto-stream-command): Refactor out.
6258         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6260         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6261         starttls.el STARTTLS.
6263         * color.el (color-lab->srgb): Fix function call name.
6265         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6266         if we're using tls.el.
6267         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6268         built in, then don't try to establish a STARTTLS connection.
6270         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6271         servers.
6273         * proto-stream.el (open-proto-stream): Use network, not stream.
6274         (open-proto-stream): Add a way to specify what the end of a command is.
6276         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6277         connections types.
6278         (nntp-open-network-stream): Remove.
6279         (nntp-open-ssl-stream): Remove.
6280         (nntp-open-tls-stream): Remove.
6281         (nntp-ssl-program): Remove.
6283         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6285 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6287         * nnir.el: Fix typos.
6288         (nnir-retrieve-headers-override-function): Rename variable to reflect
6289         new semantics.
6290         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6291         macros.
6292         (nnir-request-article, nnir-request-move-article): Use them.
6293         (nnir-categorize): New function.
6294         (nnir-run-query): Use it.
6295         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6296         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6297         sorted.
6298         (nnir-group-full-name): Use gnus-group-full-name instead.
6299         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6300         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6302 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6306         * proto-stream.el: New library to provide protocol-specific
6307         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6308         protocols.
6309         (open-proto-stream): Complete the documentation.
6310         (proto-stream-open-network): Fix some typos.
6312         * nnimap.el (nnimap-open-connection): Use it.
6314 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6316         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6317         negotiation.
6319 2010-11-26  Julien Danjou  <julien@danjou.info>
6321         * color.el: Rename various rgb functions to srgb.
6323 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6326         names.
6328 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6330         * shr.el (shr-insert): Revert last change.
6331         (shr-find-fill-point): Never leave point being at bol;
6332         relax the kinsoku limitation when rendering tables.
6334 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6337         results from -accept-article.
6339         * shr-color.el: Require cl when compiling.
6341         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6342         checkin.
6344         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6346         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6348         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6349         'add and 'delete to set backend marks.
6351         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6353         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6355         * nntp.el (nntp-request-set-mark): Use it.
6357         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6359         * nnml.el (nnml-request-set-mark): Ditto.
6361         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6362         introduces regressions in article selection.
6363         (nnimap-find-uid-response): New function.
6364         (nnimap-request-accept-article): Use the UID returned, if any.
6365         (nnimap-request-move-article): Use the UID returned, if any.
6366         (nnimap-get-groups): Reimplement to work with folded lines.
6367         (nnimap-find-uid-response): The UID is the last element in the list.
6368         (nnimap-request-set-mark): Extend syntax with 'set.
6370         * nnml.el (nnml-request-set-mark): Ditto.
6372         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6374         * nntp.el (nntp-request-set-mark): Ditto.
6376 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6378         * message.el (message-called-interactively-p): A temporary macro.
6379         (message-goto-body): Use it temporarily.
6381 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6384         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6385         (nnimap-last-response-string): Fix last unfolding fix.
6387 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6389         * shr.el (shr-insert): Fix the way to fold lines.
6391 2010-11-25  Julien Danjou  <julien@danjou.info>
6393         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6395         * color.el: Rename from color-lab.el
6396         (color-rgb->hex): Add.
6397         (color-complement): Add.
6398         (color-complement-hex): Add.
6400         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6402 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404         * shr-color.el (shr-color-visible): Don't bug out if the color names
6405         don't exist.
6407 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6409         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6410         assuming that article displaying or another mml-preview may be
6411         interrupted for an error or for the like.
6413         * shr.el (shr-get-background): Fix argument name.
6415 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6419         * gnus-sum.el (gnus-summary-include-articles): New function.
6421         * message.el (message-goto-body): called-interactively-p needs a
6422         parameter, so use `any'.
6424         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6425         clear marks before moving, since they're synced from the Gnus side
6426         first.
6428         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6429         (gnus-summary-move-article): Copy over all marks before moving, so that
6430         IMAP doesn't think a new article has arrived.
6432 2010-11-24  Julien Danjou  <julien@danjou.info>
6434         * shr.el (shr-insert-background-overlay): Fix typo.
6435         (shr-render-td): Copy the background before rendering.
6437         * shr-color.el (shr-color-visible): Fix docstring.
6439         * shr.el (shr-tag-table): Add bgcolor support.
6440         (shr-render-td): Add bgcolor support.
6441         (shr-get-background): Add.
6442         (shr-insert-foreground-overlay): Use shr-get-background.
6444         * message.el (message-goto-body): Use called-interactively-p.
6445         (message-in-body-p): message-goto-body returns point.
6447 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6450         Fixes something or other in Emacs 23, and is backwards compatible.
6452         * message.el (message-goto-body): Remove the <#secure special-casing,
6453         which is too special.
6455         * shr.el (shr-parse-style): Drop !important from styles.
6457 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6459         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6460         this function to return incorrect results when calling it with an
6461         explicit article argument different from
6462         (gnus-summary-article-number).
6464 2010-11-24  Julien Danjou  <julien@danjou.info>
6466         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6467         (shr-tag-body): Add background support.
6468         (shr-descend): Add background support.
6469         (shr-tag-title): Add.
6471         * shr-color.el (shr-color-visible): Really return original background
6472         if fixed.
6474 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476         * shr.el (shr-color-check): Protect against non-existent color names.
6478 2010-11-24  Julien Danjou  <julien@danjou.info>
6480         * color-lab.el: Require 'cl when compiling.
6482         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6484         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6485         matched part.
6487         * color-lab.el: Fix all expt calls to use float type.
6489 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6492         expression to shr-color-check as is.
6494         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6496         * color-lab.el: Add coding cookie.
6497         (float-pi): Use eval-and-compile.
6499 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501         * shr.el (shr-insert-color-overlay): Split stuff like
6502         "#444444 !important" to find the real color.
6503         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6504         parse <font color="red"> entries.
6506 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6508         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6509         point when parsing headers.
6511         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6512         is positioned properly when parsing headers.
6514 2010-11-23  Julien Danjou  <julien@danjou.info>
6516         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6518         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6520         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6522         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6523         Use shr-color-hue-to-rgb.
6524         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6526 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528         * shr.el (shr-color->hexadecimal): Autoload.
6529         (shr-descend): Add color to all tags.
6531 2010-11-22  Julien Danjou  <julien@danjou.info>
6533         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6534         shr-color->hexadecimal.
6536         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6537         RGB() or HSL() color representation.
6539         * shr.el (shr-tag-font): Add.
6540         (shr-tag-color-check): New function to get better colors.
6541         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6542         tag-span.
6544         * shr-color.el: New file.
6546         * color-lab.el: New file.
6548         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6550 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6552         * nnir.el: Fix typo in comments.
6553         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6554         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6556 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6560         * nnimap.el (nnimap-get-capabilities): Refactor out.
6561         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6563 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6565         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6566         appearing when `mm-uu-hide-markers' is nil.
6568 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570         * nnimap.el (nnimap-unselect-group): Make into its own function.
6571         (nnimap-request-rename-group): Unselect group before renaming.
6572         This had gotten lost somewhere.
6573         (nnimap-request-accept-article): Keep track of examined groups, and
6574         unselect the group before APPENDing to read-only groups.
6575         (nnimap-request-move-article): Clear flags before moving so that they
6576         can be re-set later.
6578 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6580         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6581         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6583 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6585         * gnus-art.el (gnus-mime-display-single):
6586         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6587         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6588         parameter.
6590 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6593         (shr-table-vertical-line): New variable.
6594         (shr-insert-table): Use it.
6596 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * gnus-html.el (gnus-html-wash-images): Don't display images if
6599         gnus-inhibit-images is non-nil; register displayer for cid images.
6600         (gnus-html-display-image): Work for cid image.
6601         (gnus-html-insert-image): Allow arguments.
6602         (gnus-html-put-image): Inhibit read-only.
6603         (gnus-html-prefetch-images): Don't prefetch images if
6604         gnus-inhibit-images is non-nil.
6606 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608         * shr.el (shr-put-image): Break lines when inserting big pictures.
6610 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6612         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6613         sender, thanks Katsumi Yamaoka.
6615 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6617         * nnir.el (nnir-run-imap): Reverse the article list for each group
6618         rather than the whole list.
6620 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6622         * shr.el (shr-image-displayer): Protect function against non-existent
6623         image source.
6625         * gnus-art.el (gnus-inhibit-images): New user option.
6626         (gnus-mime-display-single): Don't display image if it is non-nil.
6628         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6629         gnus-inhibit-images.
6631         * shr.el (shr-image-displayer): New function.
6632         (shr-tag-img): Use it.
6634 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6636         * mml2015.el (mml2015-epg-sign): Use From header.
6638 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6642         * gnus-util.el (gnus-find-text-property-region): Return markers.
6644         * shr.el (shr-tag-img): Put a displayer in the text property.
6646         * gnus-util.el (gnus-find-text-property-region): New utility function.
6648         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6649         (gnus-html-show-images): Remove.
6651         * gnus-art.el (gnus-article-show-images): New, more general function.
6653         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6654         image url text properties.
6656         * shr.el: Ditto.
6658         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6659         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6661 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6663         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6664         work for two or more articles.
6666 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6668         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6669         divide an image that's in an html article to two or more when washing
6670         non-ASCII characters in alt text of it.
6672 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6674         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6675         smime-decrypt-region using function argument.
6676         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6678         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6680         * smime.el (smime-decrypt-region): Catch it.
6682 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6684         * smime.el (smime-mode-map): Move initialization into declaration.
6685         (gnus-run-mode-hooks): Don't autoload.
6686         (smime-mode): Use define-derived-mode.
6688 2010-11-11  Glenn Morris  <rgm@gnu.org>
6690         * smime.el (from): Restrict declaration to XEmacs.
6692         * nnir.el (gnus-group-topic-name): Autoload.
6694 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6696         * shr.el (shr-insert): Don't break long line if it is because of
6697         kinsoku-bol characters in the line end.
6699 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6701         * nnir.el (nnir-request-move-article): Fix to provide original group
6702         and subject.
6703         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6704         been retrieved.
6706         * gnus-sum.el (gnus-summary-move-article): Use original group and
6707         subject for virtual articles such as those in an nnir summary buffer.
6709 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6712         least 21.5).
6714         * smime.el (from): Declare it again for XEmacs.
6716 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718         * message.el (message-resend): Don't disable encoding unless it's
6719         already encoded.
6721         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6722         low-numbered articles.
6724 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6726         * rfc2047.el (rfc2047-syntax-table): Simplify.
6728         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6729         set-char-table-range for XEmacs.
6731 2010-11-10  Glenn Morris  <rgm@gnu.org>
6733         * smime.el (from): Remove unused declaration.
6735         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6736         (gnus-float-time): On Emacs, always an alias.
6738         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6739         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6741 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6743         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6745 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6747         * shr.el (browse-url-mailto): Autoload.
6749         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6751         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6752         regexp doesn't need quoting.
6754 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6756         * message.el (message-subject-trailing-was-ask-regexp)
6757         (message-subject-trailing-was-regexp): Match was: in addition to was.
6759 2010-11-09  Glenn Morris  <rgm@gnu.org>
6761         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6762         (nnbabyl-check-mbox): Use point-at-bol.
6764 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6768         * message.el (message-mailto): New function.
6769         (message-mailto): Should accept other parameters.
6770         (message-mailto): Remove since it duplicates browse-url-mailto
6771         functionality.
6773 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6776         methods.
6777         (gnus-read-active-file): Ditto.
6779         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6780         ": " from the prompt.
6781         (gnus-group-make-group): Ditto.
6783 2010-11-07  Glenn Morris  <rgm@gnu.org>
6785         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6786         (gnus-bookmark-kill-line): Use point-at-eol.
6788 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6791         asterisks in From header.
6793 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6796         string to avoid making the From headers syntactically invalid.
6798         * message.el (message-send-mail): Don't insert courtesy messages if the
6799         message already has List-Post and List-ID messages.
6801 2010-11-06  Glenn Morris  <rgm@gnu.org>
6803         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6804         `condition', `type', `length' a prefix.
6805         (gnus-treat-predicate): Update for above name changes.
6807 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6809         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6810         binding.  Handled by `gnus-summary-refer-thread' instead.
6811         (nnir-warp-to-article): New backend function.
6813         * nnimap.el (nnimap-request-thread): Force dependency updating.
6815         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6816         (gnus-summary-refer-thread): Rework to improve thread-referral.
6818         * gnus-int.el (gnus-warp-to-article): New function.
6820         * gnus-sum.el (gnus-summary-article-map): Bind it.
6822 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6824         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6825         gnus-summary-refer-thread.
6827         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6828         headers.
6829         (gnus-summary-limit-include-thread): Prevent articles in thread from
6830         being cut in gnus-cut-threads.
6831         (gnus-summary-refer-thread): Limit retrieved headers to those in
6832         thread.
6834 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836         * message.el (message-send-mail): Use the value of
6837         message-courtesy-message from the message buffer.
6839         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6841         * shr.el (shr-browse-url): Implement mailto: URLs.
6843         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6844         "raw".
6846         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6847         if it's already selected.
6849         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6851 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6853         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6854         to measure the length and truncate alt text.
6856 2010-11-03  Glenn Morris  <rgm@gnu.org>
6858         * nndiary.el (nndiary-generate-nov-databases-1)
6859         (nndiary-generate-active-info): Rename dynamic variable `files' to
6860         something less generic.
6862 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6864         * nnir.el (nnir-request-move-article): Call the underlying backend to
6865         move articles from nnir.
6867 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6871 2010-11-02  Julien Danjou  <julien@danjou.info>
6873         * nnir.el: Remove wais support.
6875 2010-11-02  Glenn Morris  <rgm@gnu.org>
6877         * gnus-html.el: Reorder requirements to quieten compiler.
6879 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6881         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6882         properly for XEmacs as well.
6883         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6884         (gnus-article-natural-long-line-p): Use window-width rather than
6885         frame-width.
6887 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6889         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6890         (nnir-read-parms): Don't modify query.
6891         (nnir-run-query): Add ability to search topic on current line.
6892         (nnir-get-active): Clean up.
6894 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6896         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6897         degenerate articles.
6899         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6900         (gnus-print-buffer): Just print the buffer as is, without any copying
6901         to a buffer and then re-highlighting.
6903         * nnimap.el (nnimap-request-group): Store the new updated info.
6904         (nnimap-request-group): Select the group when we don't know whether it
6905         exists or not.
6907         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6908         groups.
6910         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6911         groups.
6913         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6914         groups.
6916         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6917         long-lines case by only filling the long lines.
6919         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6920         (bug #7311).
6922 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6924         * shr.el: No need to declare `declare-function' since shr.el is for
6925         only Emacsen that provide `libxml-parse-html-region'.
6927 2010-11-01  Glenn Morris  <rgm@gnu.org>
6929         * mm-util.el (gnus-completing-read): Autoload.
6930         (mm-read-coding-system): Simplify Emacs definition.
6932         * nnmail.el (gnus-activate-group):
6933         * nnimap.el (gnutls-negotiate):
6934         * nntp.el (netrc-parse): Fix declarations.
6936 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6938         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6939         string-match-p in Emacs >=23.
6941         * gnus-msg.el (gnus-configure-posting-styles):
6942         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6944 2010-11-01  Glenn Morris  <rgm@gnu.org>
6946         * nnir.el (declare-function): Add compat stub.
6947         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6948         (nnir-run-gmane): Require 'mm-url.
6950         * mm-util.el (mm-string-to-multibyte): Simplify.
6952         * shr.el (declare-function): Add compat stub.
6953         (url-cache-create-filename): Declare.
6954         (mm-disable-multibyte, widget-convert-button): Autoload.
6956         * smime.el (ldap-search): Declare.
6957         (smime-cert-by-ldap-1): Require ldap on Emacs.
6959         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6960         (nnimap-keepalive): Use gnus-float-time.
6962         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6963         (mail-source-delete-crash-box): Use gnus-float-time.
6965         * gnus-dired.el (gnus-completing-read): Autoload.
6967         * mm-view.el (gnus-rescale-image): Autoload.
6969         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6971         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6973         * sieve-manage.el: Require 'cl when compiling.
6975         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6976         (gnus-iswitchb-completing-read): Require iswitchb.
6977         (gnus-select-frame-set-input-focus): Silence compiler.
6979 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981         * message.el (message-subject-trailing-was-query): Change default to t,
6982         since I think that's what most people want.
6984         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6985         appending for easier debugging.
6986         (nnimap-wait-for-connection): Take a regexp.
6987         (nnimap-request-accept-article): Wait for the continuation line before
6988         sending anything unless we're streaming.
6990         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6991         leave the header washing to take place.
6993 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6995         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6996         regular expression match and replace in posting styles.
6998 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7000         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7001         an entire server.
7002         (nnir-get-active): New function.
7003         (nnir-run-imap): Use it.
7004         (nnir-run-gmane): Who knew, gmane search returns an article score!
7006         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7007         server on the current line with nnir.
7009 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7011         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7012         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7013         left edge.
7014         (gnus-article-foldable-buffer): Skip past the prefix when determining
7015         raggedness.
7017         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7018         the raw article, and change `C-u g' to show the article without doing
7019         treatments.
7021         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7022         on to `gnus-treat-article'.
7023         (gnus-inhibit-article-treatments): New variable.
7025         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7027         * gnus-art.el (gnus-treatment-function-alist): Have
7028         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7029         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7030         sections.
7032         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7033         parameter.
7034         (gnus-article-fill-cited-long-lines): New function.
7035         (gnus-article-fill-cited-article): Allow filling only long sections.
7037         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7038         and non-punctuation (like after the apostrophe in "'We").
7040         * gnus-sum.el (gnus-summary-select-article): Make sure
7041         gnus-original-article-buffer is alive.
7043         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7044         reflect the order they are in the digest.
7046         * gnus.el (gnus-group-startup-message): Move point to the start of the
7047         buffer.
7049         * nnimap.el (nnimap-capability): New function.
7050         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7051         is set.
7053 2010-10-31  David Engster  <dengste@eml.cc>
7055         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7056         conform with changes to gnus-completing-read.
7058 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7062 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7064         * nnir.el: Move defvar, defcustom around to keep file organized
7065         and keep byte-compiler quiet.
7066         (nnir-read-parms): Accept search-engine as arg.
7067         (nnir-run-query): Pass search-engine as arg.
7068         (nnir-search-engine): Remove.
7070 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072         * shr.el (shr-generic): The text nodes should be text, not :text.
7074         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7075         later in the file.
7077 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7079         * nnir.el: General clean up.  Allow searching with multiple engines.
7080         Allow separate extra-parameters for each engine.
7081         Batch queries when possible.
7082         (nnir-imap-default-search-key,nnir-method-default-engines):
7083         Add customize interface.
7084         (nnir-run-gmane): New engine.
7085         (nnir-engines): Use it.  Qualify all prompts with engine name.
7086         (nnir-search-engine): Remove global variable.
7087         (nnir-run-hyrex): Restore for now.
7088         (nnir-extra-parms,nnir-search-history): New variables.
7089         (gnus-group-make-nnir-group): Use them.
7090         (nnir-group-server): Remove in favor of gnus-group-server.
7091         (nnir-request-group): Avoid searching twice.
7092         (nnir-sort-groups-by-server): New function.
7094 2010-10-30  Julien Danjou  <julien@danjou.info>
7096         * gnus-group.el: Remove gnus-group-fetch-control.
7098         * gnus-start.el (gnus-find-new-newsgroups):
7099         Remove gnus-check-first-time-used.
7101         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7103 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7105         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7106         set on groups that don't have \* permanentflags.
7108 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7111         control the background color.
7112         (shr-tag-img): Ignore very small web bug type images.
7113         (shr-put-image): Add help-echo alt texts to the images.
7114         (shr-tag-video): Show the video poster image.
7116 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118         * shr.el (shr-table-depth): New variable.
7119         (shr-tag-table-1): Only insert the images after the top-level table.
7121         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7123         * gnus-util.el (gnus-list-memq-of-list): New function.
7125         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7126         selected.
7127         (nnimap-unsplittable-articles): New slot.
7128         (nnimap-new-articles): Use it.
7130 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7132         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7133         move to the previous line on `M-g'.
7135 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7138         *-request-group, which seems unnecessary.
7140         * nnimap.el (nnimap-quote-specials): Function copied over from
7141         imap.el.
7142         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7143         they support that.  Suggested by Tom Regner.
7145 2010-10-29  Julien Danjou  <julien@danjou.info>
7147         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7148         defalias.
7149         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7151         * gnus.el: Remove `gnus-nntp-service' variable.
7152         (gnus-secondary-servers): Make obsolete.
7153         (gnus-nntp-server): Make obsolete.
7155         * gnus-start.el (gnus-1): Remove x-splash calls.
7157         * gnus-ems.el (gnus-x-splash): Remove.
7159         * gnus.el (gnus-group-startup-message): Simplify/update code.
7161         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7162         capability before doing anything.
7163         (gnus-group-insert-group-line): Remove useless
7164         gnus-group-remove-excess-properties.
7166 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7168         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7170 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7173         config after reselecting.
7175 2010-10-28  Julien Danjou  <julien@danjou.info>
7177         * shr.el (shr-put-image): Use point even if only inserting text.
7178         (shr-put-image): Save excursion when inserting alt text on non-graphic
7179         display, so the behavior is the same when we are on a graphic display.
7181         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7183 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7185         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7186         (gnus-mime-copy-part): Check coding system, not charset.
7187         (gnus-mime-view-part-externally): Never remove part.
7188         (gnus-mime-view-part-internally): Don't remove part here.
7189         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7190         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7191         multipart/alternative.
7193         * mm-decode.el (mm-display-part): Take optional arg `force'.
7195 2010-10-26  Julien Danjou  <julien@danjou.info>
7197         * gnus-group.el (gnus-group-default-list-level): Add this function to
7198         compute the default list level.
7199         (gnus-group-default-list-level): Add possibility to use a function.
7201 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7203         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7205         * gnus-group.el (gnus-group-completing-read)
7206         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7207         gnus-replace-in-string.
7209 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7211         * shr.el (shr-tag-div): Add.
7213 2010-10-25  Julien Danjou  <julien@danjou.info>
7215         * gnus-util.el: Remove `gnus-with-local-quit'.
7217         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7219 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7222         the original article buffer.
7224 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226         * nnimap.el (nnimap-request-head): New function.
7227         (nnimap-request-move-article): Try to be slightly faster by not
7228         requesting the entire message when moving.
7229         (nnimap-transform-headers): Don't bug out on bodiless articles.
7230         (nnimap-send-command): Have no outstanding messages if the IMAP server
7231         doesn't support streaming.
7232         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7234 2010-10-24  Julien Danjou  <julien@danjou.info>
7236         * message.el (message-default-headers): Fix type.
7238 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7241         prefetching images.
7243         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7244         backend for unknown groups.  This is mainly useful for nnimap groups.
7246         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7247         group isn't covered by the agent.
7249 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7251         * nnir.el (nnir-method-default-engines): New variable.
7252         (nnir-run-query): Use it.
7253         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7254         (gnus-summary-nnir-goto-thread): Change group if needed.
7256         * gnus-group.el (gnus-group-group-map): Add key binding for
7257         gnus-group-make-nnir-group.
7259 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261         * shr.el (shr-tag-object): Add.
7263         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7264         original article buffer live.
7265         (gnus-summary-select-article-buffer):
7266         Mention gnus-widen-article-buffer.
7268 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270         * shr.el (shr-tag-strong): Add.
7272 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7275         group names.  They mess up the group buffer badly.
7277         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7279         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7280         instead of the summary one.
7282 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7284         * mml.el (mml-preview): Work properly when editing article.
7286         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7287         gnus-have-read-active-file if it's already been in.
7289 2010-10-22  Tom Tromey  <tromey@redhat.com>
7291         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7292         gnus-group-completing-read.
7294 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296         * message.el (message-mode-map): Don't bind M-; to comment region, to
7297         allow the global comment-dwim to work.
7299 2010-10-21  Julien Danjou  <julien@danjou.info>
7301         * message.el (message-setup-1): Allow message-default-headers to be a
7302         function.
7304 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7306         * shr.el (shr-tag-table): Simplify.
7308 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7311         to avoid trying to snarf invalid stuff.
7313         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7315         * gnus.el (gnus-message-archive-group): Quote value.
7316         (gnus-message-archive-group): Mark as changed.
7318         * shr.el (shr-add-font): Don't put the font properties on the newline
7319         or the indentation.
7321         * message.el (message-fix-before-sending): Change options when sending
7322         non-printable characters.
7324         * gnus.el (gnus-message-archive-method): Change the default to
7325         monthly outgoing groups.
7327         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7328         that have gotten new numbers.
7330         * nnimap.el (nnimap-request-replace-article): New function.
7332 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7334         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7335         (nnrss-request-article): Don't use special html washing code.
7337 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7339         * shr.el (shr-tag-table): Remove useless nconc.
7341 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343         * gnus-art.el (article-wash-html): Simplify and remove the charset
7344         stuff.  Use the normal html rendering code instead of the special html
7345         washing code.
7347         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7348         `gnus-w3m' symbols.
7349         (mm-text-html-washer-alist): Remove.
7351         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7352         (mm-inline-media-tests): Remove use.
7353         (mm-text-html-renderer): Change default to the `shr' symbol.
7355         * mm-view.el (mm-inline-text-html): Remove use.
7357         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7358         `gnus-blocked-images' to be a function.
7359         (gnus-article-wash-function): Remove.
7361 2010-10-20  Julien Danjou  <julien@danjou.info>
7363         * spam.el (spam-list-of-processors): Mark as obsolete.
7365         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7366         (nnimap-insert-partial-structure): Fix boundary detection.
7368 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7370         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7371         run file-truename on remote files.  This can be expensive and even
7372         prevent one from editing drafts if some unrelated buffer has a stale
7373         connection.
7375 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7377         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7378         kinsoku-eol regardless of shr-kinsoku-shorten.
7379         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7380         (shr-tag-table): Support caption, thead, and tfoot.
7382 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7385         lines.
7386         (shr-save-contents): New command and keystroke.
7388         * nndoc.el (nndoc-type-alist): Add git support.
7389         (nndoc-git-type-p): New function.
7390         (nndoc-transform-git-article): Ditto.
7391         (nndoc-transform-git-headers): Ditto.
7392         (nndoc-transform-git-headers): Generate Subject headers.
7394         * shr.el (shr-parse-style): New function.
7395         (shr-tag-span): Ditto.
7397         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7398         to `G G' to avoid collisions.
7400 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7402         * shr.el: Load kinsoku if necessary.
7403         (shr-kinsoku-shorten): New internal variable.
7404         (shr-find-fill-point): Make kinsoku shorten text line if
7405         shr-kinsoku-shorten is bound to non-nil.
7406         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7407         shr-indentation too when testing if table is wider than frame width.
7408         (shr-insert-table): Use `string-width' instead of `length' to measure
7409         text width.
7410         (shr-insert-table-ruler): Make sure indentation is done at bol.
7412 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7415         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7416         undecoded network data.
7418 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7421         name in the mode line spec so that the mode line menu works
7422         (bug #2431).
7424         * message.el (message-get-reply-headers): If we're fed `to-address',
7425         then always use that.
7427         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7428         aren't so wide as to need to switch off the edit menu.
7430         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7431         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7433         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7434         `M-g'.
7435         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7436         the permanent marks.
7438 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7440         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7441         Splitting according to references/in-reply-to obeys the ignore-groups
7442         variable, while splitting by sender and subject do not.
7444 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7447         alist, so that we can look for non-Unicode chars.
7448         (article-translate-strings): Allow both character and string maps.
7450 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7452         * shr.el (shr-insert): Don't insert space behind a wide character
7453         categorized as kinsoku-bol, or between characters both categorized as
7454         nospace.
7456 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7458         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7459         headers to gnus-newsgroup-headers.
7461 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7463         * shr.el (shr-tag-img): Don't align images -- since we're not
7464         rescaling, this often leads to ugly displays.
7466 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7468         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7469         duplicates.
7471 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7473         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7474         call.
7476 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478         * gnus.el: Autoload gnus-html-show-images.
7480         * nnimap.el: Use nnheader-message throughout.
7482         * shr.el (shr-tag-img): Ignore images with no data.
7484 2010-10-15  Julien Danjou  <julien@danjou.info>
7486         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7487         a possibility to disable format=flow encoding when using hard newlines.
7489 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7491         * shr.el (shr-insert): Remove space inserted before or after a
7492         breakable character or at the beginning or the end of a line.
7493         (shr-find-fill-point): Do kinsoku; find the second best point or give
7494         it up if there's no breakable point.
7496 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498         * nnimap.el (nnimap-open-connection): Message when opening connection
7499         for debugging purposes.
7501         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7502         on every setup buffer call to allow this to change from article to
7503         article.
7505         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7506         buffers where we have a wide table.
7508 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7510         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7511         uses *-request-thread.
7513 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7516         incantation, which is no longer valid.
7518 2010-10-14  Julien Danjou  <julien@danjou.info>
7520         * shr.el: Fix defcustom type (char -> character).
7522 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7525         programs.
7527 2010-10-14  Julien Danjou  <julien@danjou.info>
7529         * shr.el (shr-tag-a): Use url-link as widget type.
7531         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7532         `gnus-group-get-icon'.
7534 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7537         This should make server editing work better.
7539         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7541         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7542         (nnimap-parse-flags): Fix regexp.
7544         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7545         probably work for CJVK text, too.
7547         * nnimap.el (nnimap-extend-tls-programs): Remove.
7548         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7550 2010-10-13  Julien Danjou  <julien@danjou.info>
7552         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7553         responses.
7555 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7557         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7559         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7560         anything in Emacs.
7562         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7564 2010-10-13  Julien Danjou  <julien@danjou.info>
7566         * shr.el (shr-width): Make shr-width a defcustom with default to
7567         fill-column.
7568         (shr-tag-img): Use shr-width rather than fill-column.
7570 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7572         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7574         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7575         position when (X-)Faces exist.
7576         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7577         avatars when called interactively.
7579 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7581         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7582         gnus-article-x-face-too-ugly is bound.
7584 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7588         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7589         mailbox that doesn't exist.
7591 2010-10-12  Julien Danjou  <julien@danjou.info>
7593         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7594         (shr-get-image-data): Encode URL properly when fetching from cache.
7595         (shr-tag-img): Use aligned-to spaces to align correctly images.
7597         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7598         before inserting the Gravatar.
7600         * shr.el (shr-tag-img): Add align attribute support for <img>.
7602 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604         * gnus-gravatar.el (gnus-art): Require.
7606         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7607         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7608         Remove long obsoleted functions.
7610 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7612         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7614         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7615         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7616         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7617         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7618         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7619         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7620         Fix comment for declare-function.
7622 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624         * nnimap.el (nnimap-request-rename-group): Select group read-only
7625         before renaming it.
7627         * shr.el (shr-insert): Fix up the white space only regexp.
7629         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7630         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7632         * shr.el (shr-current-column): New function.
7633         (shr-find-fill-point): New function.
7635 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7637         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7638         numbers.
7640 2010-10-11  Julien Danjou  <julien@danjou.info>
7642         * shr.el (shr-hr-line): Add.
7643         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7644         display hr lines.
7645         (shr-max-columns): Do not change state to nil if we just inserting
7646         spaces.
7648 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7651         select the last group.
7653 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7655         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7657 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7660         for Gnus.
7661         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7662         (nnimap-update-qresync-info): Mark \Seen articles as read.
7664         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7665         non-variable, too.
7667         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7668         available.
7669         (nnimap-update-info): Rely more on the current active than the param
7670         active to avoid marking articles as read too much.
7672         * auth-source.el (auth-source-create): Use (user-login-name) for the
7673         user name default.
7675         * nnimap.el (nnimap-update-info): If the server doesn't return any
7676         useful info, just use the previous info.
7677         (nnimap-update-info): Prefer old info over start-article.
7678         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7680 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7682         * nnir.el (autoload): Clean up autoloads.
7683         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7684         Use key rather than value.
7685         (nnir-imap-search-other): New variable.
7686         (nnir-read-parm): Use it.
7687         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7688         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7690 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7692         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7693         the process, too.
7695 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697         * spam.el (gnus-summary-mode-map): Bind to "$".
7698         Suggested by Russ Allbery.
7700         * shr.el: Rework the way things are indented by <li> slightly.
7702         * gnus.el (gnus-group-set-parameter): Fix typo.
7704         * nnimap.el: Start implementing QRESYNC support.
7706 2010-10-09  Julien Danjou  <julien@danjou.info>
7708         * nnir.el (nnir-engines): Fix too many arguments.
7710 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7713         group is the "last", so that the backends like nnfolder actually save
7714         their folders.
7716         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7717         try to use that for the TLS stream.
7718         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7719         UIDVALIDITY and find out which groups are read-only and not.
7720         (nnimap-get-flags): Use the same marks parsing code as the rest of
7721         nnimap.
7723 2010-10-09  Julien Danjou  <julien@danjou.info>
7725         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7727         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7728         retrieving gravatars.
7730         * shr.el (shr-table-corner): Add.
7731         (shr-table-line): Add.
7732         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7734 2010-10-08  Julien Danjou  <julien@danjou.info>
7736         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7738 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7740         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7742         * gnus-sum.el (gnus-mark-article-as-unread)
7743         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7744         (gnus-summary-set-bookmark): Use it.
7746         * gnus-msg.el (gnus-setup-message): Use it.
7748         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7750         * gnus.el (gnus-group-remove-parameter): Use it.
7752         * gnus-group.el (gnus-group-make-web-group): Use it.
7754         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7756         * nnregistry.el: Update docs to mention manual.
7758         * gnus-registry.el: Update docs to mention nnregistry.el.
7759         (gnus-registry-initialize): Don't install nnregistry refer method
7760         automatically.
7761         (gnus-registry-install-nnregistry): Remove it.
7763 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765         * shr.el (shr-insert): Don't insert double spaces.
7767 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * gnus-gravatar.el (gnus-treat-from-gravatar)
7770         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7771         called interactively.
7773         * gnus-art.el (gnus-mime-view-part-externally)
7774         (gnus-mime-view-part-internally): Make predicate function passed to
7775         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7776         of a mime type.
7778         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7780 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782         * shr.el (require): Require cl when compiling.
7783         (shr-tag-hr): New function.
7785         * nnimap.el (nnimap-update-info): Remove double setting of high.
7786         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7787         This makes nnimap work properly on Courier again.
7789         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7790         the variable for backwards compatibility.
7792         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7793         the file name before using to avoid setting mm-default-directory to
7794         nil.
7796         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7797         bidning gnus-agent variables.
7799         * shr.el (shr-render-td): Use a cache for the table rendering function
7800         to avoid getting an exponential rendering behavior in nested tables.
7801         (shr-insert): Rework the line-breaking algorithm.
7802         (shr-insert): Don't leave trailing spaces.
7803         (shr-insert-table): Also insert empty TDs.
7804         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7806 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * gnus-sum.el (gnus-number): Rename from `number'.
7809         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7810         (gnus-summary-limit-children): Update uses correspondingly.
7812 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7814         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7815         (gnus-gravatar-transform-address): Don't show avatars of people of
7816         which mail addresses match gnus-gravatar-too-ugly.
7818 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820         * shr.el (shr-table-widths): Expand TD elements to fill available
7821         space.
7823 2010-10-07  Julien Danjou  <julien@danjou.info>
7825         * nnimap.el (nnimap-request-rename-group): Add this method.
7827 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7829         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7830         name from XEmacs' function-arglist.
7832         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7833         gravatar under XEmacs.
7835 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7837         * auth-source.el: Update docs with TODO items.
7839         * gnus-sync.el: Update docs to explain state and plans.
7841         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7842         Hooks for mark updates.
7843         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7845         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7846         hooks with arguments, which is needed for mark update hooks.
7848 2010-10-06  Julien Danjou  <julien@danjou.info>
7850         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7851         was matched.
7853         * sieve-manage.el: Update example in `Commentary'.
7855         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7857         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7858         not 2000.
7859         (sieve-manage-authenticate): Re-add function.
7861 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863         * shr.el (shr-insert): Get 'space transition right.
7864         (shr-render-td): Only delete space at the end of the TD.
7866         * nnimap.el (nnimap-open-connection): Prepare to support
7867         open-gnutls-stream.
7869         * shr.el: Rearrange function order to be more logical.
7871 2010-10-06  Julien Danjou  <julien@danjou.info>
7873         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7874         (nnrss-discover-feed): Remove 404 URL in docstring.
7876         * nnir.el: Fix Swish-E URL.
7877         Fix Namazu URL.
7879         * message.el (message-change-subject): Remove 404 URL in a comment.
7881 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7883         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7884         called interactively.
7886         * gnus-util.el (gnus-remove-if): Allow hash table.
7887         (gnus-remove-if-not): New function.
7889         * gnus-art.el (gnus-mime-view-part-as-type):
7890         * gnus-score.el (gnus-summary-score-effect):
7891         * gnus-sum.el (gnus-read-move-group-name):
7892         Replace remove-if-not with gnus-remove-if-not.
7894         * gnus-group.el (gnus-group-completing-read):
7895         Regard collection as a hash table if it is not a list.
7897 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7899         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7901         * shr.el: Document the table-rendering algorithm.
7903         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7904         invalid URLs.
7906         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7907         line-broken.
7908         (shr-tag-img): Ignore image fetching errors.
7909         (shr-overlays-in-region): Compute overlay positions correctly.
7911         * mm-decode.el (mm-shr): Require shr.
7913         * gnus-art.el (gnus-blocked-images): Move variable here.
7915         * shr.el (shr-insert-table): Bind free variable.
7917         * mm-decode.el (mm-shr): Bind shr-content-function.
7919         * shr.el (shr-content-function): New variable.
7921         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7922         added for symmetry.
7924         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7926         * gnus-group.el (gnus-group-make-group): Doc fix.
7928         * nnimap.el (nnimap-request-newgroups): Return success.
7930         * shr.el (shr-find-elements): New function.
7931         (shr-tag-table): Put all the images after the table.
7932         (shr-tag-table): Really inhibit images inside the table.
7933         (shr-collect-overlays): Copy over overlays from the TD elements to the
7934         main document.
7936         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7937         gnus-blocked-images.
7939 2010-10-05  Julien Danjou  <julien@danjou.info>
7941         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7943         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7944         (gnus-html-maximum-image-size): Add this function.
7945         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7947         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7948         server-value of the capability is nil.
7950 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952         * shr.el (shr-tag-em): Add <EM> tag.
7954 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7956         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7957         customizable.
7959         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7960         handing broken links to browse-url.
7962 2010-10-05  Julien Danjou  <julien@danjou.info>
7964         * gnus-util.el (gnus-emacs-completing-read)
7965         (gnus-iswitchb-completing-read): Use autoload rather than require.
7967 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7969         * gnus-util.el (gnus-completing-read-function): Exclude
7970         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7971         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7972         XEmacs.
7974         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7975         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7977         * gnus-html.el: Don't require help-fns under XEmacs.
7978         (gnus-html-schedule-image-fetching): Work for XEmacs.
7980         * mm-decode.el (mm-shr): Decode contents by charset.
7982 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7985         unknown.
7987         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7988         (shr-get-image-data): Ensure against the cache file missing.
7990         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7991         for data.
7993         * spam-report.el (spam-report-url-ping-plain): Don't query about
7994         killing the process.
7996         * shr.el (shr-render-td): Protect against too-wide text.
7998 2010-10-04  Julien Danjou  <julien@danjou.info>
8000         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8001         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8003         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8004         retrieved.
8006 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008         * shr.el (browse-url): Require.
8009         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8010         lines.
8011         (shr-show-alt-text, shr-browse-image): New commands.
8012         (shr-browse-url, shr-copy-url): New commands.
8014         * gnus-sum.el (gnus-widen-article-window): New variable.
8015         (gnus-summary-select-article-buffer): Use it.
8017         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8018         without @ signs.
8020 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8022         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8024 2010-10-04  Julien Danjou  <julien@danjou.info>
8026         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8027         for XEmacs.
8029 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8033         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8034         (nnimap-close-server): Implement.
8036         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8037         (shr-insert): Tweak line breaking.
8038         (shr-insert): Handle <pre> better.
8039         (shr-tag-li): Get <li> indentation right.
8040         (shr-tag-li): Get <li> indentation even righter.
8041         (shr-tag-blockquote): Ensure paragraph start.
8042         (shr-make-table): Tweak table generation.
8043         (shr-make-table): Fix typo.
8045         * shr.el: Implement table rendering.
8047 2010-10-04  Julien Danjou  <julien@danjou.info>
8049         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8051 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053         * shr.el (shr-insert): Use string anchors instead of line anchors.
8055 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8057         * shr.el: Add headings.
8058         (shr-ensure-paragraph): Actually work.
8059         (shr-tag-li): Make <ul> prettier.
8060         (shr-insert): Get white space at the beginning/end of elements right.
8061         (shr-tag-p): Collapse subsequent <p>s.
8062         (shr-ensure-paragraph): Don't insert double line feeds after blank
8063         lines.
8064         (shr-insert): \t is also space.
8065         (shr-tag-s): Fix "s" tag name function.
8066         (shr-tag-s): Fix face prop name.
8068 2010-10-03  Julien Danjou  <julien@danjou.info>
8070         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8072         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8073         gnus-window-inside-pixel-edges.
8075         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8076         gnus-ems.
8078         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8080         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8081         function.
8083         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8084         resize choice.
8086 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8089         beginning of the buffer.
8091         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8092         article buffer again.
8094         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8096         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8097         when it's at the start of the buffer.
8099         * shr.el (shr-tag-blockquote): Convert name.
8100         (shr-rescale-image): Use the right image-size variant.
8102         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8103         buffer isn't shown, then select the current article first instead of
8104         bugging out.
8105         (gnus-summary-select-article-buffer): Show both the article and summary
8106         buffers again.
8108         * shr.el (shr-fontize-cont): Protect against regions with no text.
8109         Rename tag functions to shr-tag-* for enhanced security.
8110         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8112 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8114         * shr.el (shr-insert):
8115         * pop3.el (pop3-movemail):
8116         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8117         loaded.
8119 2010-10-03  Glenn Morris  <rgm@gnu.org>
8121         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8123         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8125         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8127         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8129         * gnus-util.el (gnus-make-local-hook): Simplify.
8131 2010-10-02  Julien Danjou  <julien@danjou.info>
8133         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8134         (gnus-ido-completing-read): New function.
8135         (gnus-emacs-completing-read): New function.
8136         (gnus-completing-read): Use gnus-completing-read-function.
8137         Add gnus-completing-read-function.
8139 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141         * shr.el (shr-insert-document): Autoload.
8142         (shr-img): Be silent.
8143         (shr-insert): Add a newline after every picture before text.
8144         (shr-add-font): Use overlays for combining faces.
8145         (shr-insert): Pass upwards the text start point.
8147         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8148         possible.
8149         (mm-shr): New function.
8151 2010-10-02  Julien Danjou  <julien@danjou.info>
8153         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8154         should go backward.
8156 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8158         * shr.el (shr): Fix typo in provide call.
8160 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162         * shr.el: New file.
8164         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8166         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8167         completing read.
8169 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8172         we're being queried about.  Suggested by Dan Jacobson.
8174         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8175         Suggested by Jason Eisner.
8177         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8178         table, too.  Suggested by Stefan Wiens.
8179         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8180         the table unnecessary.  Suggested by Stefan Wiens.
8182         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8183         longer needed, and probably doesn't work either, as pointed out by
8184         Stefan Wiens.
8185         (gnus-summary-exit): Remove call to the clearing function.
8186         (gnus-summary-exit-no-update): Ditto.
8188         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8189         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8190         Reported by Stefan Monnier.
8191         (gnus-summary-save-in-rmail): Ditto.
8193         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8194         article buffer, instead of both the article buffer and the summary
8195         buffer.  Sort of suggested by Dan Jacobson.
8197         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8199         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8200         Suggested by Dan Jacobson.
8202         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8203         documentation clearer.
8205         * message.el (message-shorten-references): Comment on the number "21".
8206         Suggested by Stefan Monnier.
8208         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8209         Suggested by Dan Jacobson.
8211         * gnus.el (gnus-large-newsgroup):
8212         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8214         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8215         externalize attachments.  Bug reported by Steve Wen.
8217         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8218         really message anything to the user.
8220         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8221         directly.
8223         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8224         messages in empty groups.
8226 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8228         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8229         non-UIDNEXT group.
8231 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8234         not the value from the collection.
8236         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8237         values.  This sometimes happens on some groups that have no info.
8238         (nnimap-request-newgroups): New function.
8240 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8242         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8243         check into `gnus-registry-initialize'.
8244         (gnus-registry-initialize): Ditto.
8245         Fix and extend header docs.
8247 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8250         regexp backtrace overflows.
8252         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8253         for starttls that tls.el implements; i.e. openssl.
8255 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8257         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8258         (gravatar-create-image): New function that's an alias to
8259         gnus-xmas-create-image, gnus-create-image, or create-image.
8260         (gravatar-data->image): Use it.
8262 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8264         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8265         install the nnregistry refer method.
8266         (gnus-registry-install-hooks): Use it.
8267         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8268         unfollowed groups.
8270 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8272         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8273         expanding threads.
8275 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277         * nnir.el: Use the server names without suffixes (bug #7009).
8279         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8280         unencrypted to STARTTLS, if possible.
8282 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8284         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8285         headers before superseding.
8287 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289         * nnrss.el (nnrss-use-local): Add documentation.
8291         * nnimap.el (nnimap-extend-tls-programs): New function.
8292         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8293         (nnimap-wait-for-connection): Accept the greeting from the stupid
8294         output from openssl s_client -starttls, too.
8296         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8297         article number.
8298         (nnimap-split-fancy): New variable.
8299         (nnimap-split-incoming-mail): Use it.
8301         * nntp.el (nntp-server-list-active-group): Document.
8303         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8304         SELECT to get the message-id.
8306         * mail-source.el (mail-sources): Remove webmail support.
8307         (defvar): Ditto.
8308         (mail-source-fetcher-alist): Ditto.
8309         (mail-source-fetch-webmail): Remove.
8311         * webmail.el: Remove -- doesn't seem relevant any more.
8313         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8315         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8316         the \r.
8318 2010-09-30  Julien Danjou  <julien@danjou.info>
8320         * gnus-agent.el (gnus-agent-add-group): Fix call to
8321         gnus-completing-read.
8323 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325         * nndoc.el (nndoc-retrieve-groups): New function.
8327         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8328         `default', use nnmail-split-methods.
8329         (nnimap-request-article): Downcase the NILs so that they are nil.
8331         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8332         symbol.
8334         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8335         code, since if the user has requested network, that's what they ought
8336         to get.
8337         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8338         (nnimap-split-rule): Mark as obsolete.
8340         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8341         New variable.
8343         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8344         correct slot, too.
8346 2010-09-29  Julien Danjou  <julien@danjou.info>
8348         * gnus.el (gnus-local-domain): Declare variable obsolete.
8350         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8351         Fix history computing.
8352         (gnus-ido-completing-read): Require ido.
8354 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8357         build Gnus.
8359         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8360         when interpreting the structures.
8361         (nnimap-request-accept-article): Add \r\n to the lines to make this
8362         work with Cyrus.
8364         * nndraft.el (nndraft-request-expire-articles): Use the group name
8365         instead if "nndraft".  Fix found by Nils Ackermann.
8367 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8369         * nnregistry.el: Add.
8371 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8373         * nnmail.el (group, group-art-list, group-art):
8374         Remove unneeded directives.
8376 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8378         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8379         (mm-mime-charset):
8380         * rfc2047.el (rfc2047-syntax-table):
8381         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8383         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8384         rather than `insert-file-contents' and `eval-region'.
8386 2010-09-29  Julien Danjou  <julien@danjou.info>
8388         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8389         replacement of `gnus-gravatar-relief' to mimic
8390         `gnus-faces-properties-alist'.
8391         Add :version property.
8393 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8395         * mail-source.el (mail-source-report-new-mail):
8396         * message.el (message-default-mail-headers):
8397         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8399         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8401 2010-09-28  Julien Danjou  <julien@danjou.info>
8403         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8404         mail-address contains the same string as real-name.
8406         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8407         non-blank in header, otherwise it'll get stripped.
8409         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8410         real-name, and then for mail address rather than doing : or , search.
8412 2010-09-27  Julien Danjou  <julien@danjou.info>
8414         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8415         right completing-read function.
8416         (gnus-use-ido): New variable
8417         (gnus-completing-read-with-default): Remove.
8418         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8419         (gnus-agent-add-group):
8420         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8421         * mm-view.el (mm-view-pkcs7-decrypt):
8422         * mm-util.el (mm-codepage-setup):
8423         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8424         * mml-smime.el (mml-smime-openssl-sign-query):
8425         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8426         (mml-insert-multipart):
8427         * gnus-msg.el (gnus-summary-yank-message):
8428         * gnus-int.el (gnus-start-news-server):
8429         * mm-decode.el (mm-interactively-view-part):
8430         * gnus-dired.el (gnus-dired-attach):
8431         * gnus.el (gnus-read-method):
8432         * gnus-bookmark.el (gnus-bookmark-jump):
8433         * gnus-art.el (gnus-mime-view-part-as-type)
8434         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8435         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8436         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8437         * nnmairix.el (nnmairix-create-server-and-default-group)
8438         (nnmairix-update-groups, nnmairix-get-server)
8439         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8440         (nnmairix-get-group-from-file-path):
8441         * nnrss.el (nnrss-find-rss-via-syndic8):
8442         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8443         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8444         (gnus-group-browse-foreign-server):
8445         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8446         (gnus-summary-execute-command, gnus-summary-respool-article)
8447         (gnus-read-move-group-name):
8448         * gnus-score.el (gnus-summary-increase-score)
8449         (gnus-summary-score-effect):
8450         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8452 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8454         * nnimap.el (auth-source-forget-user-or-password)
8455         (auth-source-user-or-password): Autoload.
8457         * message.el (message-from-style, message-interactive)
8458         (message-signature): Remove comment.
8459         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8460         always.
8461         (message-sendmail-envelope-from): Comment fix.
8462         (message-yank-prefix): Default to mail-yank-prefix always.
8463         (message-indentation-spaces):
8464         Default to mail-indentation-spaces always.
8465         (message-signature-file): Default to mail-signature-file always.
8467 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8470         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8471         new articles.
8473         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8474         parts.
8475         (nnimap-request-article): Work with the t setting, too.
8477         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8478         that you don't get flashes of other buffers.
8479         (gnus-summary-show-complete-article): Intern before setting.
8481 2010-09-27  David Engster  <dengste@eml.cc>
8483         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8484         well as HEADERS.
8485         (nnmairix-retrieve-headers): Provide new argument for the above.
8487 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8489         * gnus-sum.el (gnus-summary-move-article): Don't alter
8490         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8491         group.
8493         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8495         * message.el (message-cite-prefix-regexp): Revert my last edit.
8497         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8498         variable instead of the Gnus variable.
8500         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8502         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8504         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8505         since some servers don't like it.
8506         (nnimap-open-connection): Forget credentials if the server says the
8507         password was wrong.
8508         (nnimap-parse-line): Protect against invalid data.
8510         * gnus-sum.el (gnus-summary-move-article): Add comment.
8511         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8512         nothing alters it while scanning for new messages.
8514         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8515         which may or may not help.
8516         (nnimap-open-connection): If we're doing a stream connection, and then
8517         discover we're on a STARTTLS-capable server, then open a STARTTLS
8518         connection instead.
8520 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522         * nnimap.el (utf7): Require.
8524         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8525         prefix.
8527 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8529         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8531 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533         * nnimap.el (nnimap-request-accept-article): Message the error on
8534         error.
8536 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8538         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8540 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542         * nndoc.el (nndoc-request-list): Return success always.
8544         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8545         `fetch-old' -- we only want to fetch the articles we've requested.
8546         The rest are in the agent, probably.
8547         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8548         disappeared server" to something low.  It's not important.
8550         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8551         arrived before the FETCH data.
8553         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8554         target here, because we don't know the Gnus name of the group.
8556         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8557         for the correct group.
8559         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8561         * gnus.el (gnus): Give a final warning after startup.
8563         * gnus-util.el (gnus-action-message-log): New variable.
8564         (gnus-message): Use it.
8565         (gnus-final-warning): New function.
8567         * nnimap.el (nnimap-open-connection): Record the greeting.
8568         (nnimap): Add greeting.
8570 2010-09-26  Julien Danjou  <julien@danjou.info>
8572         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8573         arguments.
8574         (gnus-html-wash-images): Fix spec computing to include start/end.
8576         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8581         deletion.
8582         (nnimap-retrieve-headers): Don't select the group, because that's
8583         already done by nnimap-possibly-change-group.
8585         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8586         (gnus-picon-transform-address): Use it.
8588         * mail-source.el (mail-source-value): Revert previous patch.
8590         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8591         on failure.
8592         (nnimap-open-connection): Look up both virtual and physical server name
8593         credentials.
8595         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8597 2009-02-08  Dave Love  <fx@gnu.org>
8599         * gnus-win.el (gnus-window-to-buffer-helper)
8600         (gnus-all-windows-visible-p): Function needn't be a symbol.
8602         * mail-source.el (mail-source-value): Function needn't be a symbol.
8604 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606         * message.el (message-cite-prefix-regexp): Remove } from the cite
8607         prefix.
8609         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8610         highlight again, so that the highlight is correct.
8612         * gnus-picon.el (gnus-picon): Remove again.
8613         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8615         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8616         doing the header highlightling, so that the background color of the
8617         picon is correct.
8619         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8620         (gnus-picon): Ditto.
8621         (gnus-picon): Reinstate.  The background color for picons is white.
8622         (gnus-picon-insert-glyph): Make the background white.
8624         * nnml.el (nnml-open-nov): Don't return dead buffers.
8626         * auth-source.el (auth-source-create): Query the user for whether to
8627         store the credentials.
8629         * auth-source.el (auth-source-user-or-password): Use the existing auth
8630         sources, if any, for creation.
8632         * gnus.el (gnus-group-fast-parameter): Return the last matching
8633         parameter instead of the first matching parameter.
8635 2010-09-26  Julien Danjou  <julien@danjou.info>
8637         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641         * mml2015.el (mml2015-use): Remove gpg support.
8643         * mml1991.el (mml1991-function-alist): Remove gpg function.
8644         (mml1991-gpg-sign): Remove.
8646 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8648         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8649         (gnus-browse-unsubscribe-current-group): Document it.
8650         (gnus-browse-unsubscribe-group): Use it.
8652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8655         address to the To list for easier response.
8657         * gnus.el (gnus-play-startup-jingle): Remove.
8658         (gnus-splash): Don't play jingle.
8659         (gnus): Silence gnus-load message.
8661         * gnus-art.el (gnus-treat-play-sounds): Remove.
8663         * gnus.el (gnus-play-jingle): Remove audio support.
8665         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8667         * earcon.el: Remove -- no users.
8669         * gnus-audio.el: Remove -- no users of this package.
8671         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8673         * gnus-start.el (gnus-setup-news): Remove nocem support.
8675         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8677         * gnus.el (gnus-use-nocem): Remove.
8679         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8680         Remove.
8682         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8683         uses NoCeM any more.
8685         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8686         (gnus-button-ctan-handler): Ditto.
8687         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8688         (gnus-button-ctan-directory-regexp): Ditto.
8689         (gnus-button-handle-ctan): Ditto.
8690         (gnus-button-tex-level): Ditto.
8691         (gnus-button-alist): Remove CTAN stuff.
8693 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8696         nnimap-streaming test.
8698         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8699         servers twice.
8701         * nnimap.el (nnimap-open-connection): Add more error reporting when
8702         nnimap fails early.
8704         * nnheader.el (nnheader-get-report-string): New function.
8705         (nnheader-get-report): Use it.
8707         * gnus-int.el (gnus-check-server): Say what the error was when opening
8708         failed.
8710         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8711         using streaming.
8713 2010-09-25  Julien Danjou  <julien@danjou.info>
8715         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8716         gnus-window-inside-pixel-edges.
8718 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8722         * mm-decode.el (mm-save-part): Allow saving to other directories the
8723         normal Emacs way.
8725         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8726         Suggested by Jay Berkenbilt.
8728         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8729         there isn't a single byte.
8731         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8732         just do it.  It doesn't really seem to matter what the user responds
8733         here, I think, so it's just a confusing question.
8735         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8736         non-streaming case.
8738         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8739         (gnus-article-encrypt-body): Use it.
8741         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8742         keystroke.
8744         * nnimap.el (nnimap-find-wanted-parts-1):
8745         Use gnus-fetch-partial-articles.
8747         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8749         * nnimap.el (nnimap-insert-partial-structure): New function.
8750         (nnimap-get-partial-article): New function.
8751         (nnimap-request-article): Use it.
8752         (nnimap-wait-for-response): Return whether the wait was successful.
8753         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8754         retrieval wasn't successful.
8755         (nnimap-retrieve-group-data-early): Allow throttling servers.
8756         (nnimap-streaming): New variable.
8757         (nnimap-fetch-partial-articles): Remove.
8759         * mm-decode.el (mm-with-part): Protect against killed buffers.
8761         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8762         for prettier summary display.
8764 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8766         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8768 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8771         apparently third-party libraries depend on it.
8773         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8774         before starting negotiation.
8776         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8777         privacy reasons.
8778         (gnus-treat-mail-gravatar): Ditto.
8780         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8781         buffer when inserting images.  Inserting text into the headers, for
8782         instance, can make them invalid.
8784 2010-09-25  Julien Danjou  <julien@danjou.info>
8786         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8787         variables.
8789         * nnheader.el: Remove useless variables news-reply-yank-from and
8790         news-reply-yank-message-id.
8792         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8793         variables.
8795         * mml1991.el: Remove useless mml1991-verbose.
8797         * gnus.el: Remove useless variable gnus-use-generic-from.
8798         Remove obsolete variable gnus-topic-indentation.
8800         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8802         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8804         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8806         * gnus-group.el: Remove useless gnus-group-icon-cache.
8807         Remove useless gnus-ephemeral-group-server.
8809         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8811         * mml2015.el: Remove useless mml2015-verbose.
8813         * mml-smime.el: Remove useless mml-smime-verbose.
8815         * gnus.el: Remove useless gnus-local-domain.
8817         * gnus-gravatar.el (gnus-gravatar-transform-address):
8818         Use gnus-gravatar-size.
8820         * gnus-art.el: Remove useless gnus-treat-translate.
8822 2010-09-24  Julien Danjou  <julien@danjou.info>
8824         * gnus-sum.el: Add support for Gravatars.
8826         * gnus-art.el: Add support for Gravatars.
8828         * gnus-gravatar.el: Add this file.
8830         * gravatar.el: Add this file.
8832 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8836         * gnus-group.el (gnus-group-fetch-faq): Remove.
8838         * gnus.el (gnus-group-faq-directory): Remove.
8840         * gnus-group.el (gnus-group-fetch-charter): Remove.
8842         * gnus.el (gnus-group-charter-alist): Remove.
8844         * gnus-group.el (gnus-group-archive-directory): Remove.
8845         (gnus-group-recent-archive-directory): Ditto.
8846         (gnus-group-make-archive-group): Remove.
8848         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8850         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8851         use the same article number for all the cached articles.
8853         * nnimap.el (nnimap-command): Register the last command time so
8854         that we can use it for idling NOOPs.
8855         (nnimap-open-connection): Start the keeplive timer.
8856         (nnimap-make-process-buffer): Store all the process buffers.
8857         (nnimap-keepalive): New function.
8859         * starttls.el (starttls-open-stream): Add autoload cookie.
8861 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8863         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8864         handling.
8866 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8868         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8869         its data structures.
8871         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8872         instead of the cl.el copy-list.
8873         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8874         equalp.
8876 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8878         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8879         and tool-bar-local-item-from-menu.
8881         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8882         mode-line-highlight face for Emacs.
8884         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8885         loading gnus-sum.elc; fix comment for canlock-verify.
8886         (gnus-article-jump-to-part): Use read-number.
8887         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8888         Remove Emacs pre-21 compatible code for help-echo.
8889         (gnus-article-next-page-1): No need to adjust the number of lines.
8890         (gnus-article-describe-bindings): Always use help-buffer.
8892         * gnus-audio.el (gnus-audio-inline-sound):
8893         * gnus-cus.el (gnus-custom-mode):
8894         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8896         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8898         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8899         compatible code.
8901 2010-09-24  Glenn Morris  <rgm@gnu.org>
8903         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8904         visiting the fcc file in rmail-mode.
8906 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8908         * nnir.el: Silence the byte compiler.
8910         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8911         alias to browse-url-url-encode-chars if any.
8912         (gnus-html-encode-url): Use it.
8914 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916         * gnus-start.el (gnus-use-backend-marks): New variable.
8917         (gnus-get-unread-articles-in-group): Use it.
8919         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8920         makeover.
8922 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8924         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8926 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8929         Remove.
8930         (gnus-setup-news-hook):
8931         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8933         * gnus-int.el (gnus-request-update-info): Protect against backends not
8934         having the function.
8936         * nnimap.el (nnimap-stream): Mention STARTTLS.
8937         (nnimap-open-connection): Add STARTTLS support.
8939 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8941         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8943 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8946         BODYSTRUCTUREs.
8947         (nnimap-transform-headers): Unfold quoted {42} headers.
8949         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8950         the info.
8951         (gnus-get-unread-articles): Only call updatep on backends that support
8952         it.
8954         * nnweb.el (nnweb-request-update-info): NOOP.
8956         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8958         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8959         since it only deals with marks.
8961         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8962         gnus-request-marks, and make a new gnus-request-update-info.
8964         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8965         the active instead of the high number, which is usually too low.
8967 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8969         * encrypt.el: Remove.
8971 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8974         server in symbolic form.
8976         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8978 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8981         (nnimap-update-info): Fix up code slightly.
8983         * gnus-int.el (gnus-open-server): Add tracing for performance
8984         debugging.
8986         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8987         (gnus-group-insert-group-line): Pass the real group name so that it
8988         gets the right data.
8990         * gnus-start.el (gnus-get-unread-articles): Don't have
8991         `gnus-get-unread-articles-in-group' update info, since that can be
8992         really slow and doesn't seem to be needed?
8994 2010-09-22  Julien Danjou  <julien@danjou.info>
8996         * gnus-group.el (gnus-group-insert-group-line):
8997         Call gnus-group-highlight-line.
8998         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8999         default hook list.
9000         (gnus-group-update-eval-form): Add new function.
9001         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9002         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9004 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9007         immediate, then expire all articles.
9008         (nnimap-update-info): Fix off-by-one errors.
9009         (nnimap-flags-to-marks): Would return no marks lists for group with no
9010         flags.  Instead return the other data.
9012 2010-09-22  Julien Danjou  <julien@danjou.info>
9014         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9015         Only return an icon.
9016         (gnus-group-insert-group-line): Compute icon to return.
9018         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9019         (gnus-html-image-fetched): Only cache if
9020         gnus-html-image-automatic-caching is set.
9021         (gnus-html-image-fetched): Check for errors.
9023 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9026         once per method on `g'.  This ensures that backends like nnfolder don't
9027         open all their folders.
9029         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9030         (nnimap-request-list): Nix out group in the correct buffer.
9031         (nnimap-parse-flags): Implement by using `read' instead of
9032         hand-parsing.
9033         (nnimap-flags-to-marks): Pass on permanent-flags.
9034         (nnimap-make-process-buffer): Record the server name.
9035         (nnimap-parse-flags): Fix typo.
9036         (nnimap-request-scan): Run split on the server in general, not just a
9037         single group.
9039         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9040         parameter, and propagate this downwards.
9042         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9043         since EXAMINE changes it on the server.
9045         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9046         this command might take a while.
9048 2010-09-22  Julien Danjou  <julien@danjou.info>
9050         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9051         harmful if you have 2 images side-by-side, they can't be properly
9052         update on text deletion.  Using text-property is safer here.
9053         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9054         data.
9056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058         * nnimap.el (nnimap-expunge-inbox): Remove.
9059         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9060         (nnimap-expunge): Flip default to t.
9062         * gnus.el (gnus-method-to-server): Don't push things to the cache
9063         unless it's unique.
9064         (gnus-server-to-method): Ditto.
9066 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9068         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9070 2010-09-22  Julien Danjou  <julien@danjou.info>
9072         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9073         get the start of data.
9074         (gnus-html-encode-url): Add this function to encode special chars in
9075         URL.
9076         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9077         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9079         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9080         default.
9081         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9083         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9084         images alt-text.
9085         (gnus-html-put-image): Put alt-text as help-echo.
9087 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9089         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9090         * mm-util.el (mm-decompress-buffer):
9091         * nnir.el (nnir-run-find-grep):
9092         * pop3.el (pop3-list): Use 3rd arg of split-string.
9094 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9097         outside the active range.  Suggested by Dan Christensen.
9099         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9100         slightly later to avoid double-getting it.
9102         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9103         previous patch.
9105         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9107 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9109         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9111 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113         * gnus-int.el (gnus-open-server): Give a better error message in the
9114         "go offline" case.
9116         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9117         marks for nnimap, which is seldom the right thing to do.
9119         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9120         (gnus-same-method-different-name): New function.
9122         * nnimap.el (parse-time): Require.
9124         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9125         method in the presence of many similar methods.
9127         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9129         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9130         nnml-inhibit-expiry.
9132         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9133         find out whether methods are equal.
9135         * nnimap.el (nnimap-find-expired-articles): New function.
9136         (nnimap-process-expiry-targets): New function.
9137         (nnimap-request-move-article): Request the article before looking at
9138         what the Message-ID is.  Fix found by Andrew Cohen.
9139         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9141         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9142         for oldness in addition to being a predicate.
9144         * nnimap.el (nnimap-request-group): When we have zero articles, return
9145         the right data to Gnus.
9146         (nnimap-request-expire-articles): Only delete articles immediately if
9147         the target is 'delete.
9149         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9150         method, this would bug out.
9152         * gnus-group.el (gnus-group-expunge-group): Rename from
9153         gnus-group-nnimap-expunge, and implemented as a normal interface
9154         function.
9156         * gnus-int.el (gnus-request-expunge-group): New function.
9158         * nnimap.el (nnimap-request-create-group): Implement.
9159         (nnimap-request-expunge-group): New function.
9161 2010-09-21  Julien Danjou  <julien@danjou.info>
9163         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9164         (gnus-html-cache-expired): Add new function.
9165         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9166         wethever we should display image for fetch it.
9167         Compute alt-text earlier to pass it to the fetching function too.
9168         (gnus-html-schedule-image-fetching): Change function argument to only
9169         get one image at a time, not a list.
9170         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9171         cache.
9172         (gnus-html-get-image-data): New function to retrieve image data from
9173         cache.
9174         (gnus-html-put-image): Change buffer argument to use image data rather
9175         than file, and place image above region rather than inserting a new
9176         one.  Do not take alt-text as argument, since it's useless now: we place
9177         the image above alt-text.
9178         (gnus-html-prune-cache): Remove.
9179         (gnus-html-show-images): Start to fetch image when we find one, do not
9180         push into a temporary list.
9181         (gnus-html-prefetch-images): Only fetch image if they have expired.
9182         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9183         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9185 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9187         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9189 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9192         spec inser "*" if the group isn't active instead of 0.
9194         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9195         opening the server.
9196         (nnimap-request-delete-group): Implement group deletion.
9197         (nnimap-transform-headers): Return the size of the entire message in
9198         the Bytes header, not just the size of the first part.
9199         (nnimap-request-move-article): When moving an article from nnimap,
9200         request the article first so the accepting form has an article to
9201         accept.  Reported by Dan Christensen.
9202         (nnimap-command): Make sure that the error message doesn't error out.
9204 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
9206         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9207         we haven't requested anything.
9209 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9212         "".  Fix found by Andrew Cohen.
9214         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9215         instead of -encode-string.
9217 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9219         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9221         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9222         by mm-subst-char-in-string.
9224 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9227         waiting for the connection string.
9229         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9230         arriving.
9232         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9233         bogus characters.  This allows selecting certain Gmail groups.
9235         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9236         (nnimap-fetch-partial-articles): New variable.
9237         (nnimap-open-connection): When looking for credentials, also use the
9238         nnimap-server-port.
9239         (nnimap-request-article): Return the group/article number, so that Gnus
9240         `^' works as expected.
9241         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9243         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9244         comments.
9245         (gnus-methods-sloppily-equal): New function.
9246         (gnus): When using the development version of Gnus, load the gnus-load
9247         file.
9249         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9250         `gnus-open-server' on each method before trying to scan them etc.
9251         This ensures that all the backend parameters are set correctly.
9253         * nnimap.el (nnimap-authenticator): New variable.
9254         (nnimap-open-connection): Allow anonymous login.
9255         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9256         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9258         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9259         patch, found by Knut Anders Hatlen.
9261 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9263         * gnus-agent.el (gnus-agent-batch-confirmation)
9264         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9265         to gnus-message.
9266         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9267         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9268         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9269         * gnus-int.el (gnus-open-server): Likewise.
9270         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9271         (gnus-score-check-syntax): Likewise.
9272         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9273         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9274         Likewise.
9275         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9277 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9280         calling conventions so that prefetch doesn't bug out.
9282 2010-09-19  Julien Danjou  <julien@danjou.info>
9284         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9285         rather than `subst-char-in-region' in order to be able to replace ASCII
9286         char by UTF-8 ones.
9288         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9289         than curl.
9290         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9291         the right URL and ALT text on images.
9292         (gnus-html-wash-tags): Fix tag case.
9293         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9294         (gnus-article-html): Add -o display_ins_del=2 option.
9295         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9297 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9300         the extra mail headers, which sometimes seem to happen for unknown
9301         reasons.
9303         * mail-parse.el (mail-header-encode-parameter): Define as
9304         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9305         (or most, perhaps?) mail readers don't understand the latter, but do
9306         understand the former.
9308         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9309         to nil, so that no methods are automatically agentized.  I think this
9310         is probably what most users want.
9312         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9313         from url-retrieve, for instance about invalid URLs.
9315         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9316         groups that have no articles.
9317         (nnimap-request-article): Check that we really got an article when we
9318         requested one.
9320         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9321         doesn't exist.
9323         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9324         nntp buffer so the agent can save it.
9325         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9326         that CRLF doesn't get translated to \n.
9327         (nnimap-open-connection): Don't make 'shell commands only send \n.
9329 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9331         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9332         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9333         Update var name.
9334         (nnml-generate-nov-file): Use dolist.
9335         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9336         Use with-current-buffer.
9338 2010-09-18  Julien Danjou  <julien@danjou.info>
9340         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9341         parallel.
9343 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9346         the range update right.
9347         (nnimap-request-group): Don't make `M-g' bug out on group with no
9348         marks.
9349         (nnoo): Require, so that other packages can require nnimap.
9350         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9351         command we're looking for.  This helps when the server sends more
9352         responses after we've gotten everything we expected.
9353         (nnimap): Add a `newlinep' field to keep track of end-of-line
9354         conventions.
9355         Don't send CRLF to things that don't want it.
9356         (nnimap-request-accept-article): Ditto.
9358 2010-09-18  Julien Danjou  <julien@danjou.info>
9360         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9361         than curl to retrieve images.
9363 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9366         the marks.
9367         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9368         (nnimap-wait-for-connection): New function.
9369         (nnimap-open-connection): If we have PREAUTH, don't query for login
9370         credentials.
9371         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9372         when doing a partial update.
9374 2010-09-18  Julien Danjou  <julien@danjou.info>
9376         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9377         tags.
9379 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381         * nnimap.el (nnimap-credentials): New function.
9382         (nnimap-open-connection): Use the new function to look for credentials
9383         also on the numeric equivalents of "imap" and "imaps".
9385         * gnus-start.el (gnus-activate-group): Send the info to
9386         gnus-request-group.
9388         * nnimap.el (nnimap-request-group): Have the "check" version of the
9389         function parse flags and update the info, so that a `M-g' get a total
9390         resync of all flags from the group.
9392         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9393         to allow backends to alter the info on group selection.  Also alter all
9394         the backend -request-group functions to take the parameter.
9396         * nnimap.el (nnimap-store-info): New function.
9397         (nnimap-update-info): Store the info for later usage.
9398         (nnimap-request-group): Use the stored info for the dont-check case, so
9399         that we don't retrieve all marks when we enter a group.
9401         * nnimap.el: Use deffoo instead of defun for interface functions.
9403         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9404         update the group info.  This makes the nndraft groups, for instance, go
9405         back to their old behavior.
9407         * gnus-sum.el (gnus-select-newsgroup): Indent.
9409         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9410         in.
9411         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9412         nothing.
9414         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9415         from methods that are denied.
9417         * gnus-int.el (gnus-method-denied-p): New function.
9419         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9420         store the password instead of netrc.
9421         (nnimap-open-connection): Don't error out when we can't make a
9422         connections.
9424         * auth-source.el (auth-source-create): In the password prompt, say what
9425         we're querying for.  Also prompt for user name if that hasn't been
9426         given.
9428         * nnimap.el (nnimap-with-process-buffer): Remove.
9430 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9433         method when we're reading from the agent.
9435         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9437         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9438         that's probably most useful for users.
9440         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9441         "failed" all the time.
9443         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9444         ...)) with (with-current-buffer ...).
9446         * nntp.el (nntp-open-server): Return whether the open was successful or
9447         not.
9449         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9450         select an unread unseen article first.
9452         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9453         /etc/services, supply some sensible port defaults.
9455 2010-09-17  Julien Danjou  <julien@danjou.info>
9457         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9459 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9461         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9462         doesn't have any parameters.
9464 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9467         only upcased checks.
9469         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9471         * nnimap.el (nnimap-open-shell-stream): New function.
9472         (nnimap-open-connection): Use it.
9473         (nnimap-transform-headers): Get the number of lines in each message.
9474         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9475         number of lines.
9476         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9477         problem.
9479         * utf7.el (utf7-encode): Autoload.
9481         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9482         to allow the mail splitting to not return a default group.  This is
9483         useful for nnimap, which will leave unmatched mail in the inbox.
9485         * nnimap.el: Rewritten.
9487         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9488         nnimap usage.
9490         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9491         if the move is internal, so that nnimap can do fast internal moves.
9493         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9494         data.
9495         (gnus-read-active-for-groups): Support finishing the early retrieval of
9496         data.
9498         * gnus-range.el (gnus-range-nconcat): New function.
9500         * gnus-int.el (gnus-finish-retrieve-group-infos)
9501         (gnus-retrieve-group-data-early): New functions.
9503 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9505         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9506         (nnrss-retrieve-groups):
9507         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9508         (pop3-quit): Use with-current-buffer.
9510 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9512         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9513         instead of nnheader-accept-process-output.
9515         * gnus-html.el (gnus-html-schedule-image-fetching)
9516         (gnus-html-prefetch-images): Replace process-kill-without-query by
9517         gnus-set-process-query-on-exit-flag.
9519 2010-09-16  Romain Francoise  <romain@orebokech.com>
9521         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9523 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9526         parameter to unintern is mandatory-ish in Emacs 24.
9528         * gnus-html.el (gnus-html-schedule-image-fetching)
9529         (gnus-html-prefetch-images): Check for curl before using it.
9531         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9532         depend on curl, which isn't essential.
9534         * imap.el: Revert back to version
9535         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9536         seem problematic.
9538 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9540         * gnus-registry.el (gnus-registry-install-shortcuts):
9541         Explicitly pass `obarray' to `unintern' to avoid a warning.
9543 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9546         change.
9548         * nnrss.el (nnrss-request-list): Remove this function and related
9549         functions, including the moreover stuff.
9551 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553         * nnrss.el (nnrss-retrieve-groups): New function.
9555 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9557         * .dir-locals.el: Add no-byte-compile cookie.
9559 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9561         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9562         for back end that doesn't support request-scan.
9564 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9567         then do request scans from the backends.
9569         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9570         avoid running a hook per line, since this takes a lot of time,
9571         profiling shows.
9572         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9573         directly if gnus-visual-p is true.
9575 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9577         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9578         groups; replace mapcar with dolist which is a bit faster; pass groups
9579         info to gnus-read-active-file-1.
9580         (gnus-read-active-file-1): Scan only specified groups if the new
9581         optional arg `infos' is given.
9583 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9587         * pop3.el (pop3-movemail): Remove.
9588         (pop3-streaming-movemail): Rename to pop3-movemail.
9590         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9591         don't restrict end-tag searches to the end of the line.
9593 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9595         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9596         articles of every unchecked group to t, which means unknown since the
9597         server has never been opened.
9599 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601         * gnus-html.el (gnus-html-show-alt-text): New command.
9602         (gnus-html-browse-image): Ditto.
9603         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9604         to browse the image directly.
9605         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9606         better.
9608         * gnus-async.el (gnus-async-article-callback):
9609         Call `gnus-html-prefetch-images' unconditionally.
9611         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9612         before feeding URLs to curl.
9614 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9617         internal images as deletable by `W D D'.
9619         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9620         (gnus-async-article-callback): Fix typo.
9622 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9625         current line to work around bugs in the output from w3m.
9627         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9628         for groups that want that.
9630         * nntp.el (nntp-wait-for-string): Supply a timeout for
9631         accept-process-output to ensure progress.
9633         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9634         level to get unread articles from, then use that for foreign groups,
9635         too.
9637         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9638         confuses the rest of the function.
9640         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9641         for the methods that support -retrieve-groups, too.
9643         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9645 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9647         * pop3.el: Require cl when compiling.
9648         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9650 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9653         that aren't going to be activated.
9654         (gnus-get-unread-articles): Fix up the last commit.
9656         * gnus-html.el (gnus-article-html): Allow calling without specifying
9657         the handle.  In that case, dissect the buffer first.
9659         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9661         * nnimap.el (nnimap-open-connection): Revert the change that would look
9662         into authinfo for imaps instead of imap.
9664         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9665         say that you don't want to call gnus-request-group with don-check, but
9666         do check the response.  This is for virtual groups only.
9667         (gnus-get-unread-articles): Count the archive groups as secondary, so
9668         that they're activated the same way as before.
9670         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9671         case-insensitively.
9672         (nnimap-debug): Remove.
9674         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9675         mail from a file, and the file doesn't exist.
9677         * pop3.el (pop3-streaming-movemail): Return t for success.
9679         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9680         .authinfo if we're using ssl connection.
9682         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9683         already have if we're in a main Gnus `g' run.
9685         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9687 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9689         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9691         * nnmh.el (nnmh-request-list-1): Bind `file'.
9693         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9694         alias to set-process-query-on-exit-flag or process-kill-without-query.
9695         (pop3-open-server): Use it.
9697 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9700         box to the Incoming file.  Fixes mistake in previous checkin.
9702         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9703         request loop (for debugging purposes) removed.
9705         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9706         culprit is more visible.
9707         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9708         (nnml-add-incremental-nov): New functions to do "incremental" nov
9709         updates, where we just append to the end of the existing nov files
9710         without reading/writing them in full.
9712         * mail-source.el (mail-source-delete-crash-box): Really only check the
9713         incoming files once in a while.
9715         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9717         * mail-source.el (mail-source-delete-crash-box): Only check the
9718         incoming files for deletion once per day to save a lot of file
9719         accesses.
9721         * pop3.el (pop3-logon): Fix up unbound variable typo.
9723         * mail-source.el (pop3-streaming-movemail): Autoload.
9725         * pop3.el (pop3-streaming-movemail):
9726         Respect pop3-leave-mail-on-server.
9728         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9729         retrieval.
9731         * pop3.el (pop3-process-filter): Remove unused function.
9732         (pop3-streaming-movemail, pop3-send-streaming-command)
9733         (pop3-wait-for-messages, pop3-write-to-file)
9734         (pop3-number-of-responses): New functions for streaming pop3
9735         retrieval.
9737         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9738         come from no known methods.
9739         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9740         list.
9742         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9743         message sizes.
9744         (pop3-movemail): Use erase-buffer instead of looping and deleting
9745         regions, which seems rather odd.
9747         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9748         file once per `g' run.
9750         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9751         directories.  This makes the draft queue directory work.
9753         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9754         data from the backends, so that we only request the list of groups from
9755         each method once.  This should speed things up considerably.
9757         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9758         detect that it's not implemented.
9760         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9761         we actually do recurse down into the tree, but don't stat all leaf
9762         nodes.
9764         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9765         then say so instead of bugging out.
9767         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9768         files exist before trying to read them.
9770         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9771         around <pre_int>.
9773         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9775         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9777 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779         * mm-util.el (mm-image-load-path): Just return the image directories,
9780         not all directories in the path in addition to the image directories.
9781         (mm-image-load-path): Maintain a cache of the image directories so that
9782         the `g' command in Gnus doesn't have to stat dozens of directories each
9783         time.
9785         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9786         (gnus-html-wash-tags): Add a new `i' command to insert images.
9787         (gnus-html-insert-image): New command and keystroke.
9788         (gnus-html-redisplay-with-images): New command and keystroke.
9789         (gnus-html-show-images): Rename command.
9790         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9791         spacers.
9792         (gnus-html-wash-tags): Decode entities at the end, so that entities
9793         inside the tags don't mess up the rest of the "parsing".
9795         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9796         so that nnimap methods aren't agentized by default.  There's apparently
9797         many problems related to agent/imap behavior.
9799         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9801         * gnus-html.el: Doc fix.
9803 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9805         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9806         glyph-width and glyph-height instead of display-graphic-p and
9807         image-size; make avoidance of displaying small images work for XEmacs.
9809         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9810         for XEmacs.
9812         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9813         of symbol that holds plist data.
9814         (gnus-process-plist): Remove plist of process after getting it.
9816 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818         * message.el (message-generate-hashcash): Change default to
9819         'opportunistic if hashcash is installed.
9821         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9822         (gnus-html-put-image): Only call image-size once, since it's somewhat
9823         time-consuming on remote X servers.
9825 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9827         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9828         decoded contents.
9829         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9831 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9834         group line format, since it isn't very interesting.
9836         * gnus-agent.el (gnus-agent-short-article),
9837         (gnus-agent-long-article): Increase values for these two variables,
9838         since most people are likely to have more network connection and
9839         storage than before.
9841         * gnus.el (gnus-refer-article-method): Change default to 'current.
9842         When referring an article, the common behavior is to refer it from the
9843         current select method, not the native select method.  The chances of
9844         the native select method having the message in question is rather slim
9845         these days.
9847         * gnus-sum.el (gnus-auto-select-subject): Change default to
9848         `unseen-or-unread'.  I think it's likely that most people want to
9849         select an unseen article over a previously seen, but unread one.
9851         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9852         means that in the article buffer none of the minor mode elements will
9853         be shown, usually, and this is not desirable in most cases.
9855         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9856         that commands like `d' (and the like) go to the next line in the
9857         buffer, instead of the next unread article.  I think this is the
9858         behavior that is most natural for most users.
9859         (gnus-single-article-buffer): Change default to nil, so that people can
9860         have as many article buffers open as they have summary buffer.  I think
9861         this is the most natural way for the groups to behave.
9863         * message.el (message-generate-new-buffers): Change default to
9864         `unsent', so that all new message buffers start their names with the
9865         string "*unsent", and it's easier to find the buffers if you move from
9866         them.
9868 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9871         small.  They're probably tracking images.
9872         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9873         (gnus-html-rescale-image): Yet another try at getting the image sizing
9874         right.
9876         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9877         nntp-marks-file-name is nil.
9879 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9881         * gnus-html.el (gnus-html-wash-tags)
9882         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9883         Better logging.
9885 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9889         * gnus-html.el (gnus-html-wash-tags): Check the value of
9890         gnus-blocked-images in the summary buffer.
9892 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9894         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9896 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9898         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9899         like "a", it seems like.
9900         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9901         since it needs to be picked from the correct buffer.
9903         * nnwfm.el: Remove.
9905         * nnlistserv.el: Remove.
9907 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9909         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9910         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9912 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914         * nnkiboze.el: Remove.
9916         * nndb.el: Remove.
9918         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9919         alt text.
9920         (gnus-html-rescale-image): Try to get the rescaling logic right for
9921         images that are just wide and not tall.
9923         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9924         overshadow variable bindings.
9926 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9928         * gnus-html.el (gnus-html-wash-tags)
9929         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9930         Add extra logging.
9932 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9935         (gnus-max-image-proportion): New variable.
9936         (gnus-html-rescale-image): New function.
9937         (gnus-html-put-image): Rescale images.
9939 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         Fix up some byte-compiler warnings.
9942         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9943         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9944         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9945         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9946         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9947         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9948         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9950 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9952         * gnus-html.el (gnus-article-html): Decode contents by charset.
9954 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9956         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9957         (gnus-html-frame-width, gnus-blocked-images):
9958         * message.el (message-prune-recipient-rules): Add custom version.
9959         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9961         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9962         functions.
9964         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9965         gnus-process-get.
9967 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9969         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9970         instead of lsub directly.
9972 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974         * nnwarchive.el: Remove.
9976         * gnus-soup.el: Remove.
9978         * nnsoup.el: Remove.
9980         * nnultimate.el: Remove.
9982         * gnus-html.el (gnus-blocked-images): New variable.
9984         * message.el (message-prune-recipients): New function.
9985         (message-prune-recipient-rules): New variable.
9987         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9988         guess whether a long line is natural text or not.
9990         * gnus-html.el (gnus-html-schedule-image-fetching):
9991         Use gnus-process-plist and friends for compatibility.
9993 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9995         * gnus-html.el: Require packages that define macros used in this file.
9996         (gnus-article-mouse-face): Declare to silence byte-compiler.
9997         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9998         process-get.
9999         (gnus-html-put-image): Use plist-get to avoid getf.
10000         (gnus-html-prefetch-images): Use with-current-buffer.
10002 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10004         * gnus-ems.el: Provide compatibility functions for
10005         gnus-set-process-plist.
10007         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10008         * gnus.el (gnus-valid-select-methods):
10009         * message.el (message-send-mail-partially-limit):
10010         * mm-decode.el (mm-text-html-renderer):
10011         * mml.el (mml-insert-mime-headers-always):
10012         * smiley.el (smiley-regexp-alist): Bump custom version.
10014 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016         * gnus-html.el: require mm-url.
10017         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10018         with the url to `url'.
10019         (gnus-html-wash-tags): Support cid: URLs/images.
10021 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10024         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10025         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10027         * gnus-move.el: Remove file, since it doesn't really work.
10029         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10030         UTF-8.  This seems to fix problems with some German web feeds.
10032         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10033         at the top so that the proper colors are applied.
10035         * gnus-art.el (gnus-article-view-part): Doc fix.
10037         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10038         XEmacs-compatible.
10039         (gnus-html-put-image): Don't do images on non-graphic displays.
10041         * nnslashdot.el: Remove this unused backend.
10043         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10044         actions.
10045         (gnus-undo-register-1): Revert last change.
10047         * gnus-group.el (gnus-group-completing-read): Protect against not
10048         having completion-styles bound.
10050         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10051         make broken recipients happier.
10053         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10055         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10056         point parameter.
10058         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10059         completion-styles for group selection.
10061 2009-02-04  Andreas Schwab  <schwab@suse.de>
10063         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10064         headers and regexp-quote the match if necessary.
10066 2009-03-24  Miles Bader  <miles@gnu.org>
10068         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10069         the blinking smiley.
10071 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10073         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10074         blink smiley.
10076 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10079         where the dribbel file lives exists.
10081         * message.el (message-send-mail-partially-limit): Change the default to
10082         nil, since most people don't want this.
10084         * mm-url.el (mm-url-decode-entities): Also decode entities like
10085         &#x3212.
10087 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10089         * gnus-sum.el (gnus-summary-idna-message):
10090         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10091         Hyperlink urls in docstrings with URL `...'.
10093 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10095         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10096         functions.
10098 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10101         say what the mouseover text should be.
10103         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10104         version of the mm-w3m-safe-url-regexp variable to only download images
10105         in the groups where we want that to happen.
10107         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10109         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10110         easier debugging.
10111         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10112         big pictures in the article buffer.
10114         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10115         gnus-article-html.
10116         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10117         w3m.
10119         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10121 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10124         which doesn't exist.
10126         * message.el (message-inhibit-ecomplete): New variable to allow some
10127         function to inhibit ecomplete address storage.
10128         (message-resend): Disable ecomplete message storage when resending
10129         messages.
10131         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10133 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10135         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10136         Save excursion while copying, moving, and deleting articles in order to
10137         prevent the cursor from jumping to unforeseen place.
10139 2010-08-17  Glenn Morris  <rgm@gnu.org>
10141         * gnus-sync.el: Require gnus components whose functions are used.
10143         * gnus-art.el (bookmark-make-record-function):
10144         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10145         Declare for compiler.
10147         * mm-url.el (mml-compute-boundary): Autoload.
10149 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10151         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10153 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10155         Typo fix "hoo4a" -> "hook".
10157         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10159 2010-08-14  Glenn Morris  <rgm@gnu.org>
10161         * gnus-sync.el (gnus-sync): Fix defgroup version.
10163 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10165         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10167         * gnus-sync.el: Fix docs.
10168         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10169         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10171 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10173         Optimizations for gnus-sync.el.
10175         * gnus-sync.el: Add docs about gnus-sync-backend
10176         possibilities.
10177         (gnus-sync-save): Remove unnecessary message.
10178         (gnus-sync-read): Optimize and show what groups were skipped.
10180 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10182         Minor bug fixes for gnus-sync.el.
10184         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10185         Don't read the sync on get-new-news.
10187         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10188         quiet.
10190         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10191         (fix typo).
10193 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10195         Make saving and restoring of hidden threads work with overlays.
10196         Patch applied by Ted Zlatanov.
10198         * gnus-sum.el (gnus-hidden-threads-configuration)
10199         (gnus-restore-hidden-threads-configuration): Update to deal with text
10200         properties, rather than searching for a magic character.
10202 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10204         New gnus-sync.el library for synchronization of marks.
10206         * gnus-sync.el: New library for synchronization of marks.
10208         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10209         renamed from `gnus-registry-grep-in-list'.
10211         * gnus-registry.el (gnus-registry-follow-group-p):
10212         Use `gnus-grep-in-list'.
10214         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10216 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10218         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10219         determining charset of text fails.
10221 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10223         * nnmail.el (nnmail-get-new-mail-1): Revert.
10225         * nnml.el (nnml-active-number): Make sure names of newly created groups
10226         in nnml-group-alist are encoded.
10228 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10230         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10231         containing non-ASCII characters in active file for nnml back end.
10233 2010-07-24  David Engster  <dengste@eml.cc>
10235         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10236         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10238 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10240         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10241         tag (Bug#6654).
10243 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10245         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10246         the article buffer, not the summary buffer.
10248 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10250         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10251         Emacs 23 as well.
10253 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10255         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10256         Patch applied by Karl Fogel.
10258         * gnus-sum.el (gnus-summary-bookmark-make-record):
10259         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10261 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10263         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10264         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10265         C-w still not working correctly from Article buffers; Thierry's
10266         patch to fix that will be applied after this.
10268         * gnus-art.el (bookmark-make-record-function): New local variable.
10270         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10271         article buffer.
10272         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10274 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10276         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10277         on changes in bookmark.el.
10279 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10281         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10282         the *other* type of HTML form submission.
10284 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10286         * auth-source.el (auth-source-pick): If choice does not contain a
10287         questioned keyword, set the check to t.
10289 2010-06-12  Romain Francoise  <romain@orebokech.com>
10291         * gnus-util.el (gnus-date-get-time): Move up before first use.
10293 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10295         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10296         (gnus-article-edit-part): Bind it to make last part that is substituted
10297         or deleted visible.
10298         (gnus-mime-display-single): Buttonize part of which id equals to
10299         gnus-mime-buttonized-part-id.
10301 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10303         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10304         (gnus-dd-mmm): Use gnus-date-get-time.
10305         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10306         simplify logic.
10307         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10308         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10310 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10312         * auth-source.el (top): Autoload `secrets-list-collections',
10313         `secrets-create-item', `secrets-delete-item'.
10314         (auth-sources): Fix tag string.
10315         (auth-get-source, auth-source-retrieve, auth-source-create)
10316         (auth-source-delete): New defuns.
10317         (auth-source-pick): Rewrite in order to avoid 2 passes.
10318         (auth-source-forget-user-or-password): New parameter USERNAME.
10319         (auth-source-user-or-password): New parameters CREATE-MISSING and
10320         DELETE-EXISTING.  Retrieve password interactively, if needed.
10322 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10324         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10325         deleting unused directories when gnus-expert-user is t.
10327 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10329         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10330         for each temp file when gnus-article-browse-delete-temp is ask.
10332 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10334         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10336 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10338         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10339         article unless decoding article to be saved.
10341 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10343         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10344         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10345         generated within the mm-with-unibyte-current-buffer macro.
10347 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10349         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10350         to nil when we're in a mml-preview buffer and no group is selected.
10352 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10354         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10355         when catching the `C-g'.  Reported by "Leo".
10357 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10359         * message.el (message-forward-make-body-plain)
10360         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10361         multibyte-string-p.
10363 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10365         * message.el (message-forward-make-body-mml): Assume original message
10366         is multibyte string; error on unibyte.
10367         (message-forward-make-body-plain): Ditto; don't add excessive newline
10368         in body end.
10370 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10372         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10373         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10375 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10377         * mm-extern.el (mm-extern-url): Don't use
10378         mm-with-unibyte-current-buffer.
10379         (mm-extern-cache-contents): Use with-current-buffer instead of
10380         save-excursion + set-buffer.
10382 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10384         * mm-util.el (mm-emacs-mule): Remove.
10386 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10388         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10389         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10390         change.
10392 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10394         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10395         bind the default value of enable-multibyte-characters to nil.
10397 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10399         * message.el (message-forward-make-body-plain)
10400         (message-forward-make-body-mml):
10401         Don't use mm-with-unibyte-current-buffer.
10403 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10405         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10406         (Bug#5592).
10408 2010-05-07  Julien Danjou  <julien@danjou.info>
10410         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10411         it to mm-pipe-part.
10413         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10414         it is given.
10416 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10418         * nnweb.el (nnweb-gmane-search):
10419         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10420         XEmacs.
10422         * gnus-art.el (gnus-article-browse-html-parts):
10423         * gnus-group.el (gnus-read-ephemeral-gmane-group)
10424         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10425         make-temp-file.
10427         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10428         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10429         compiling.
10431         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10432         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10433         XEmacs when compiling.
10435         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10436         gnus-pick-mode-off-hook for XEmacs when compiling.
10437         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10438         gnus-binary-mode-off-hook for XEmacs when compiling.
10440         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10441         Return nil if char-charset is not available.
10443         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10444         macro.
10446         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10447         instead of encode-coding-string.
10449         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10450         'xemacs) instead of mm-emacs-mule to switch function definitions.
10451         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10453 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10455         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10457 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10459         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10460         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10462 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10464         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10465         alias `jka-compr-delete-temp-file' no longer exists.
10467 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         Use define-minor-mode in Gnus where applicable.
10470         * mml.el (mml-mode): Use define-minor-mode.
10471         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10472         (gnus-undo-mode): Use define-minor-mode.
10473         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10474         (gnus-dead-summary-mode): Use define-minor-mode.
10475         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10476         Initialize in declaration.
10477         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10478         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10479         (gnus-mailing-list-mode): Use define-minor-mode.
10480         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10481         (gnus-draft-mode): Use define-minor-mode.
10482         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10483         (gnus-dired-mode): Use define-minor-mode.
10485 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10487         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10488         handles on recursive mml-to-mime translation and check them for
10489         boundary delimiter collisions.  Reported by Greg Troxel.
10491 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10493         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10495 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10497         * mm-util.el (mm-find-buffer-file-coding-system):
10498         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10500 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10502         * message.el (message-generate-headers): Record insertion of optional
10503         headers as well.  Otherwise the check to prevent repeated insertion of
10504         optional headers is a no-op.
10506 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10508         * smime.el: Don't mention CVS.
10510         * nnrss.el (nnrss-fetch): Don't mention CVS.
10512         * nnir.el: Don't mention CVS.
10514 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10516         * gnus-sum.el (gnus-summary-bookmark-make-record):
10517         Add `location' field.
10519 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10521         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10522         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10523         Use with-current-buffer to silence the byte-compiler.
10524         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10525         bother to require `gnus'.
10526         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10528 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10530         * gnus-sum.el (gnus-summary-bookmark-make-record)
10531         (gnus-summary-bookmark-jump): New functions.
10532         (gnus-summary-mode): Setup bookmark support.
10534 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10536         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10537         if set.
10539 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10541         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10542         gnus-article-browse-html-save-cid-image; make it work recursively for
10543         forwarded messages as well.
10544         (gnus-article-browse-html-parts): Work when prefix arg is given.
10545         (gnus-article-browse-html-article): Doc fix.
10547 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10549         * message.el (message-default-mail-headers):
10550         (message-default-headers): Carry the value mail-default-headers over
10551         into message-default-mail-headers, rather than message-default-headers.
10553 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10555         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10556         charset.
10558         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10559         charset into the <meta> tag when the article is encoded to utf-8.
10561 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10563         * gnus-art.el (gnus-article-browse-delete-temp-files):
10564         Delete directories as well.
10565         (gnus-article-browse-html-parts): Work for images that do not specify
10566         file names; delete temp directory when quitting; insert header at the
10567         right place; use file: scheme for image files.
10569 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10571         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10572         (gnus-article-browse-html-parts): Use it to make temporary cid image
10573         files in addition to html file so that browser may display them.
10575 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10577         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10579 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10581         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10583 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10585         * auth-source.el (auth-sources): Change default to be simpler.
10586         Explain about Secret Service API sources.  Improve Customize options.
10587         (auth-source-pick): Change to accept any number of search parameters.
10588         Implement fallbacks iteratively, not recursively.  Add scoring on the
10589         second pass and sort by score.  Call Secret Service API when needed.
10590         (auth-source-user-or-password): Use it.  Call Secret Service API
10591         directly when needed to get the user name and the password.
10593 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10595         * message.el (message-interactive): Doc fix.
10596         (message-qmail-inject-args): Reflow.
10597         (message-kill-to-signature): Fix typo in docstring.
10599         * smiley.el (smiley-buffer): Fix typo in docstring.
10601 2010-03-24  Glenn Morris  <rgm@gnu.org>
10603         * mail-source.el (gnus-message): Declare.
10604         (mail-source-delete-old-incoming): Require gnus-util.
10606 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10608         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10610         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10612         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10613         password-cache's default if it is not bound.
10614         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10615         password-cache-expiry's default if it is not bound.
10617         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10618         available in Emacs 21.
10620 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10622         * auth-source.el (auth-sources): Fix up definition so extra parameters
10623         are always inline.
10625 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10627         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10628         wasn't updated after mismatch.  Clear cached mailbox info correctly
10629         when uidvalidity changes.
10630         (nnimap-group-prefixed-name): New function to avoid some code
10631         duplication.
10632         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10633         (nnimap-request-group): Use it.
10634         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10635         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10636         with many imap folders.  This is done by caching the group status from
10637         the imap server persistently in a group parameter `imap-status'.  (This
10638         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10639         but not persistently, so every Gnus startup was still very slow.)
10641 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10643         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10644         secrets.el dependency.
10645         (auth-sources): Add optional user name.  Add secrets.el configuration
10646         choice (unused right now).
10648 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10650         * gnus-sum.el (gnus-summary-make-menu-bar):
10651         Let `gnus-registry-install-shortcuts' fill in the functions.
10653         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10654         warnings.
10655         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10656         (gnus-registry-install-shortcuts): Populate and use it in a
10657         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10659 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10661         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10662         In-place substitutions for the group name encoding/decoding.
10663         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10664         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10665         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10666         (nnimap-update-unseen, nnimap-request-list)
10667         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10668         (nnimap-request-set-mark, nnimap-split-to-groups)
10669         (nnimap-split-articles, nnimap-request-newgroups)
10670         (nnimap-request-create-group, nnimap-request-accept-article)
10671         (nnimap-request-delete-group, nnimap-request-rename-group)
10672         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10673         `encoded-mbx' for consistency.
10674         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10675         variable `imap-current-mailbox'.
10677         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10678         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10680 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10682         * pop3.el (pop3-display-message-size-flag): Display message size byte
10683         counts during POP3 download.
10684         (pop3-movemail): Use it.
10685         (pop3-list): Implement listing of available messages.
10687 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10689         * nnir.el (nnir-get-article-nov-override-function): New function to
10690         override the normal NOV retrieval.
10691         (nnir-retrieve-headers): Use it.
10693 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10695         * auth-source.el (netrc-machine-user-or-password): Autoload.
10697 2010-03-19  Glenn Morris  <rgm@gnu.org>
10699         Stop message.el from loading about 40 libraries it doesn't always need.
10700         The general approach is to autoload rather than require, and to
10701         require in the specific functions rather than the file.  (Bug#5642)
10703         * gmm-utils.el: Don't require wid-edit.
10704         (widget-create-child-value, widget-convert, widget-default-get):
10705         Autoload.
10707         * gnus-util.el: Don't require time-date, netrc.
10708         (message-fetch-field, gnus-group-name-decode): Declare rather than
10709         autoloading.
10710         (gnus-fetch-field): Require message.
10711         (gnus-decode-newsgroups): Require gnus-group.
10713         * ietf-drums.el: Don't require time-date.
10715         * message.el: Don't require hashcash, canlock, ecomplete.
10716         Do require mail-utils.  Require nnheader only when compiling.
10717         (smtpmail-default-smtp-server): Remove declaration.
10718         (message-send-mail-function): Check smtpmail-default-smtp-server
10719         is bound rather than requiring smtpmail.
10720         (message-auto-save-directory, message-insert-signature):
10721         Use expand-file-name rather than nnheader-concat.
10722         (nnheader-insert-file-contents): Autoload.
10723         (hashcash-wait-async): Declare.
10724         (message-send-mail): Only call gnus-setup-posting-charset if
10725         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10726         (message-send-mail-with-sendmail): Require sendmail.
10727         (canlock-password, canlock-password-for-verify): Declare.
10728         (message-canlock-password): Require canlock.
10729         (nnheader-get-report): Autoload.
10730         (gnus-setup-posting-charset): Declare.
10731         (message-send-news): Require gnus-msg.
10732         (message-make-references, message-make-in-reply-to): Use mail-header-id
10733         rather than the alias mail-header-message-id.
10734         (ecomplete-add-item, ecomplete-save): Declare.
10735         (message-put-addresses-in-ecomplete): Require ecomplete.
10736         (ecomplete-display-matches): Autoload.
10738         * mm-decode.el: Don't require mailcap, gnus-util.
10739         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10740         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10741         Autoload.
10742         (mailcap-mime-extensions): Declare.
10744         * mm-encode.el: Don't require mailcap.
10745         (mailcap-extension-to-mime): Autoload.
10747         * mml-sec.el: Don't require password-cache.
10749         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10750         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10751         (mml-minibuffer-read-type): Require mailcap.
10752         (mml-preview): Require gnus-msg.
10754         * mml1991.el: Require password-cache.
10755         (password-cache-expiry): Remove declaration.
10757         * mml2015.el: Require password-cache.
10758         (password-cache-expiry): Remove declaration.
10760         * nneething.el (mailcap): Require mailcap.
10762         * nnheader.el (declare-function): Add compatibility stub.
10763         (message-remove-header): Declare rather than autoload.
10764         (nnheader-replace-header): Require message.
10766         * nnimap.el (declare-function): Add compatibility stub.
10767         (netrc-parse, netrc-machine-user-or-password): Declare.
10768         (nnimap-open-connection): Require netrc.
10770         * nntp.el (declare-function): Add compatibility stub.
10771         (netrc-parse, netrc-machine, netrc-get): Declare.
10772         (nntp-send-authinfo): Require netrc.
10774         * rfc2047.el: Don't require qp.
10775         (quoted-printable-encode-region, quoted-printable-decode-string):
10776         Autoload.
10778         * sieve-mode.el: Don't require easymenu.
10779         (easy-menu-add-item): Autoload it.
10781         * spam-stat.el (time-to-number-of-days): Autoload it.
10783 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10785         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10786         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10787         value if any backslash escapes).
10789 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10791         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10792         if it is available.  (bug#5647)
10794 2010-02-26  Glenn Morris  <rgm@gnu.org>
10796         * message.el (message-send-mail-function): Change the default, so that
10797         it inherits from a customized send-mail-function.  (Bug#5643)
10799 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10801         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10802         shell-command-to-string signals an error (bug#5299).
10804 2010-02-24  Glenn Morris  <rgm@gnu.org>
10806         * message.el (message-smtpmail-send-it)
10807         (message-send-mail-with-mailclient): Doc fixes.
10809 2010-02-16  Glenn Morris  <rgm@gnu.org>
10811         * message.el (message-default-mail-headers): Change the default value
10812         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10814 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10816         * message.el (message-mail): Just pass yank-action on to message-setup.
10817         (message-setup): Handle (FUN . ARGS) form of yank-action.
10818         (message-with-reply-buffer, message-widen-reply)
10819         (message-yank-original): Handle non-buffer values of
10820         message-reply-buffer (Bug#4080).
10821         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10823 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10825         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10826         Fix typo in docstring.
10828 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10830         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10831         response.
10833 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10835         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10837         * message.el (message-check-news-header-syntax): Protect against a
10838         string that `rfc822-addresses' returns when parsing fails.
10840 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10842         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10843         (gnus-previous-char-property-change): New functions.
10845         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10847 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10849         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10850         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10852 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10854         * message.el (message-exchange-point-and-mark): Rework last change to
10855         avoid using optional arg of exchange-point-and-mark, for backward
10856         compatibility.
10858 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10860         * message.el (message-exchange-point-and-mark):
10861         Call exchange-point-and-mark with an argument rather than setting
10862         mark-active by hand (Bug#5175).
10864 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10866         * nntp.el (nntp-service-to-port): Work for service expressed with
10867         numeric string; replace [:digit:] with [0-9] for XEmacs.
10869 2009-12-17  Glenn Morris  <rgm@gnu.org>
10871         * gnus-group.el (gnus-bug-group-download-format-alist):
10872         Change emacs entry to debbugs.gnu.org.  Bump :version.
10874 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10876         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10878 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10880         * message.el (message-info): Explain why we use `Info-goto-node'.
10882 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * message.el (message-completion-in-region): New compatibility function.
10885         (message-expand-group): Use it.
10887 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10889         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10890         with no unread article should be listed if the 2nd arg `predicate' is
10891         given.
10893 2009-11-29  Juri Linkov  <juri@jurta.org>
10895         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10896         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10897         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10899 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10901         * message.el (message-from-style, message-interactive)
10902         (message-signature): Always set default values from the corresponding
10903         mail-* variables.
10904         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10905         (message-yank-prefix, message-indentation-spaces)
10906         (message-signature-file, message-default-headers): Use boundp rather
10907         than (featurep 'xemacs) to check if the corresponding mail-* variables
10908         exist.
10910 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10912         * message.el (message-send-mail-with-sendmail): Revert last change.
10914 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10916         * message.el (message-from-style, message-interactive)
10917         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10918         (message-yank-prefix, message-indentation-spaces, message-signature)
10919         (message-signature-file, message-default-headers): For GNU Emacs, set
10920         default values from the corresponding mail-* variables.
10921         (message-send-mail-with-sendmail): Use envelope-from only if
10922         mail-specify-envelope-from is non-nil.
10924 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10926         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10927         containing tspecial characters if they have been already quoted.
10929 2009-10-24  Glenn Morris  <rgm@gnu.org>
10931         * gnus-art.el (help-xref-stack-item): Define for compiler.
10933 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10935         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10937 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10939         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10940         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10942 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10945         (gnus-overlays-in): New alias to overlays-in.
10947         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10948         gnus-overlay-get, and gnus-delete-overlay.
10949         (gnus-summary-show-thread): Make it work as well for systems in which
10950         next-single-char-property-change is not available.
10951         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10953 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10955         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10957 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10959         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10960         and XEmacs that don't have `remove-overlays'.
10962 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10964         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10965         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10966         selective display.  Use overlays instead.
10968 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10970         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10972 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10974         * spam-stat.el (spam-stat-load): Fix typo in message.
10976 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10978         * gnus-art.el (gnus-article-encrypt-body):
10979         * message.el (message-check-recipients):
10980         * mm-util.el (mm-codepage-setup):
10981         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10982         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10984 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10986         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10987         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10988         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10989         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10990         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10992 2009-09-18  Glenn Morris  <rgm@gnu.org>
10994         * gnus-diary.el (gnus-diary-check-message):
10995         * message.el (message-insert-formatted-citation-line):
10996         * nnbabyl.el (top-level):
10997         * nndiary.el (nndiary-schedule):
10998         Fix typos in condition-case handlers.
11000 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11002         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11003         configuration that provides the sole article window in a frame;
11004         position point correctly after deleting a part.
11006 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11008         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11009         (spam-resolve-registrations-routine): Use it to unregister articles
11010         that change status.
11012 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11014         * nnrss.el (nnrss-request-article): Remove binding of
11015         default-enable-multibyte-characters that has gotten needless by
11016         the 2007-07-13 change in rfc2047-encode-message-header.
11018         * mml.el (mml-insert-multipart): Error on the message header.
11019         (mml-insert-part): Error on the message header; position point at
11020         the end of a MIME tag.
11022 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11024         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11025         (gnus-float-time): Alias to float-time if it exists.
11027         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11028         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11029         float-time is available; suppress compile warning for time-to-seconds.
11031 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11033         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11034         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11035         Add the optional argument `encoding' that overrides the default.
11037         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11038         mm-encode-buffer.
11040 2009-09-04  Glenn Morris  <rgm@gnu.org>
11042         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11043         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11044         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11045         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11046         * mm-util.el (mm-with-unibyte-current-buffer)
11047         (mm-find-buffer-file-coding-system):
11048         * yenc.el (yenc-decode-region): Use default-value rather than
11049         default-enable-multibyte-characters.
11051 2009-09-03  Glenn Morris  <rgm@gnu.org>
11053         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11054         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11055         than default-enable-multibyte-characters.
11057 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11059         * gnus-art.el (gnus-article-read-summary-keys):
11060         Fix gnus-buffer-configuration's value temporarily used.
11062 2009-09-02  Glenn Morris  <rgm@gnu.org>
11064         * gnus-util.el (gnus-float-time): New function.
11065         * gnus-delay.el (gnus-delay-article):
11066         * gnus-sum.el (gnus-thread-latest-date):
11067         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11068         * nnspool.el (nnspool-request-newgroups):
11069         Use gnus-float-time rather than time-to-seconds.
11070         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11072         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11073         (gnus-header-subject-face, gnus-header-newsgroups-face)
11074         (gnus-header-name-face, gnus-header-content-face):
11075         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11076         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11077         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11078         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11079         (gnus-cite-face-11):
11080         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11081         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11082         (gnus-server-closed-face, gnus-server-denied-face)
11083         (gnus-server-offline-face):
11084         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11085         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11086         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11087         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11088         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11089         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11090         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11091         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11092         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11093         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11094         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11095         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11096         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11097         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11098         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11099         (gnus-summary-high-undownloaded-face)
11100         (gnus-summary-low-undownloaded-face)
11101         (gnus-summary-normal-undownloaded-face)
11102         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11103         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11104         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11105         (gnus-splash-face):
11106         * message.el (message-header-to-face, message-header-cc-face)
11107         (message-header-subject-face, message-header-newsgroups-face)
11108         (message-header-other-face, message-header-name-face)
11109         (message-header-xheader-face, message-separator-face)
11110         (message-cited-text-face, message-mml-face):
11111         * sieve-mode.el (sieve-control-commands-face)
11112         (sieve-action-commands-face, sieve-test-commands-face)
11113         (sieve-tagged-arguments-face):
11114         * spam.el (spam-face):
11115         Mark face aliases with "-face" in the name as obsolete.
11117 2009-09-01  Glenn Morris  <rgm@gnu.org>
11119         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11120         than goto-line.
11122 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11124         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11125         Don't move point if the command is invoked inside the message header.
11127 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11129         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11130         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11131         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11132         * nnir.el (nnir-swish-e-index-file):
11133         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11134         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11135         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11136         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11137         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11138         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11140 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11142         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11143         Don't save excursion.
11145 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11147         * nnheader.el (nnheader-find-file-noselect):
11148         * mm-util.el (mm-insert-file-contents):
11149         Use (default-value 'major-mode) instead of default-major-mode.
11151 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11153         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11155 2009-08-25  Glenn Morris  <rgm@gnu.org>
11157         * nnir.el (top-level): Don't require cl at run-time.
11158         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11159         Replace cl-function substitute with gnus-replace-in-string.
11160         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11161         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11162         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11163         simplified expansions.
11165 2009-08-22  Glenn Morris  <rgm@gnu.org>
11167         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11168         goto-line.
11170 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11172         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11174         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11175         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11176         (gnus-mm-display-part, gnus-mime-display-single)
11177         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11178         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11180         * gnus-sum.el
11181         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11182         (gnus-summary-move-article): Add expirable mark to articles copied or
11183         moved to group that has auto-expire turned on if the option is non-nil.
11185 2009-07-24  Glenn Morris  <rgm@gnu.org>
11187         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11188         Fix typo.  (Bug#3903)
11190 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11192         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11193         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11194         that should not be used for draft articles.
11195         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11196         that has no concern in minor mode keys.
11197         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11198         Abolish.
11200 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11202         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11203         article without making inquiry to a user for unknown encoding.
11205         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11206         (nnmaildir--scan): Assume i-node and device number that file-attributes
11207         returns might be cons-cell.
11209 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11211         * auth-source.el: Remove docs now in auth.texi.  Don't use
11212         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11213         `auth-source-hide-passwords' and use them.
11215 2009-07-15  Glenn Morris  <rgm@gnu.org>
11217         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11219 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11221         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11222         excessive whitespace from the default values of title and description.
11224 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11226         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11227         mail-fetch-field to fetch Content-Description header in order to
11228         exclude newlines.
11230 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11232         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11233         to deleted part.
11235 2009-05-30  David Engster  <dengste@eml.cc>
11237         * nnmairix.el: Remove old documentation in the commentary block.
11238         (nnmairix-request-group): Do not update active file for nnml back ends.
11239         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11240         end so that overview files are ignored.
11241         (nnmairix-update-groups): Make updating the groups more robust by using
11242         marks.
11243         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11244         with dollar characters in message-id.
11246 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11248         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11249         2008-12-25 in dns.el.
11251 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11253         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11254         could happen if the text is only composed of spaces and/or tabs.
11256 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11258         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11259         when sending a queued message to avoid extra mml tags.
11261 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11263         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11265 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11267         * gnus-dired.el: Remove autoload for gnus-setup-message.
11268         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11269         displaying Gnus logo; always use compose-mail.
11271 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11275 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11277         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11278         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11279         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11280         available.
11281         (gnus-nocem-epg-verify): New function.
11283 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11285         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11287 2009-02-15  Glenn Morris  <rgm@gnu.org>
11289         * gnus-util.el (rmail-insert-rmail-file-header)
11290         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11291         autoloads.
11292         (rmail-default-rmail-file): Remove unnecessary declaration.
11293         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11295 2009-02-14  Glenn Morris  <rgm@gnu.org>
11297         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11298         variable (only used in gnus-util, which declares it anyway).
11299         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11300         which was only needed by gnus-art (changed to not use it any more).
11301         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11302         only used in gnus-util, which autoloads it itself.
11303         (rmail-update-summary): Fix autoload.
11305         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11306         rather than rmail-output-to-rmail-file.
11308 2009-02-07  Glenn Morris  <rgm@gnu.org>
11310         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11311         autoload of function that no longer exists.
11312         (rmail-toggle-header): Declare.
11313         (message-forward-rmail-make-body): Handle mbox Rmail.
11315 2009-01-31  Glenn Morris  <rgm@gnu.org>
11317         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11318         2009-01-09 change.
11320 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11322         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11323         (auth-source-forget-all-cached): New convenience function.
11324         (auth-source-user-or-password): Accept list of modes or a single mode.
11326         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11327         auth-source modes.
11329         * nnimap.el (nnimap-open-connection): Use list of
11330         auth-source modes.
11332         * nntp.el (nntp-send-authinfo): Use list of
11333         auth-source modes.
11335 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11337         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11338         now.
11340 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11342         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11343         coding system in XEmacs; add a workaround for XEmacs.
11345 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11347         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11348         of current-language-environment.
11350 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11352         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11353         available at runtime.
11355 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11357         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11359 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11361         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11362         the greatest positive fixnum value doesn't work under an XEmacs with
11363         bignum support; use the most-positive-fixnum constant instead,
11364         available since Emacs 21.1 with cl and XEmacs 21.1.
11366 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11368         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11369         XEmacs gets not to work.
11371 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11373         * mm-util.el (mm-coding-system-priorities): Allow the value like
11374         "Japanese (UTF-8)" of current-language-environment.
11376 2009-01-09  Glenn Morris  <rgm@gnu.org>
11378         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11379         with last-command-event.
11381 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11383         * message.el (message-fix-before-sending): Amend comment.
11385 2009-01-07  David Engster  <dengste@eml.cc>
11387         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11388         simplified server definitions by converting it via
11389         gnus-server-to-method.
11391 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11393         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11394         parameter's operands.
11396 2009-01-06  David Engster  <dengste@eml.cc>
11398         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11399         primary select method (for gnus-group-mark-article-as-read).
11401 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11403         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11404         `(gnus)Face', not `(gnus)X-Face'.
11406 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11408         * mm-util.el (mm-ucs-to-char): New function.
11410         * mm-url.el (mm-url-decode-entities): Use it.
11412 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11414         * message.el (message-fix-before-sending): Add `eight-bit' to
11415         illegible-text check.
11417 2009-01-03  Michael Olson  <mwolson@gnu.org>
11419         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11420         `headers' is nil.  This can occur if the IMAP server does not have
11421         permissions to read messages from a folder, but can write new messages
11422         to the folder.
11423         (nnimap-request-article-part): Do not insert `data' if it is nil.
11425 2009-01-01  Dave Love  <fx@gnu.org>
11427         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11429         * nnimap.el: Fix author email.
11430         (nnimap-split-rule): Add FIXME comment.
11431         (nnimap-debug): Fix doc string.
11433 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11435         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11436         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11437         to check if those variables exist (first appeared in Emacs 18.50).
11439 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11441         * mm-util.el (mm-line-number-at-pos): New function.
11443         * spam-report.el (spam-report-process-queue): Use it.
11445 2008-12-24  David Engster  <dengste@eml.cc>
11447         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11448         parameters that haven't existed as variables as buffer-local variables.
11450 2008-12-23  Dave Love  <fx@gnu.org>
11452         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11453         cadar.
11455         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11456         imap-starttls-p.
11457         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11459 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11461         * spam-report.el (spam-report-gmane-max-requests): New constant.
11462         (spam-report-gmane-wait): New variable.
11463         (spam-report-gmane-ham, spam-report-gmane-spam)
11464         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11465         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11466         the server.
11468         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11469         Add explanations.
11471         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11472         nnheader-accept-process-output and nnheader-read-timeout if available.
11473         (pop3-movemail): Use it.
11475         * message.el (message-check-news-body-syntax): Fix signature check if
11476         there's an attachment.
11478 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11480         * mm-util.el: Add comments to the mm- emulating functions.
11482 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11484         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11485         Reported by Stephen Berman <stephen.berman@gmx.net>.
11487 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11489         * mm-util.el (mm-substring-no-properties): New function.
11490         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11491         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11492         (mm-string-to-multibyte): Doc fix.
11494         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11496 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11498         * mml.el (mml-attach-file): Strip text properties from file name.
11499         (Bug#1574)
11501 2008-12-16  Glenn Morris  <rgm@gnu.org>
11503         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11505 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11507         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11508         knows since the charset specified might be a bogus alias that
11509         mm-charset-synonym-alist provides.
11511 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11513         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11514         "ISO_8859-1".
11516         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11518 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11520         * mm-util.el (mm-charset-eval-alist):
11521         Define it before mm-charset-to-coding-system.
11522         (mm-charset-to-coding-system): Add optional argument `silent';
11523         define it before mm-charset-override-alist.
11524         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11525         default value if it can be used in Emacs currently running;
11526         silence mm-charset-to-coding-system.
11528 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11530         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11531         `allow-override' which says whether to use `mm-charset-override-alist'.
11532         (rfc2047-decode-encoded-words): Use it.
11534         * mm-util.el (mm-charset-override-alist): Fix custom type;
11535         add `(gb2312 . gbk)' to choices.
11537 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11539         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11540         fast.
11542         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11544 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11546         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11547         on links.
11549         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11551 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11553         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11554         users' addresses that don't have domain parts.
11555         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11556         rather than message-narrow-to-head since there will be the message
11557         header separator.
11559 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11561         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11562         since the result is inserted in a unibyte buffer anyway.
11563         (nnimap-demule-use-string-to-multibyte): Remove.
11564         (nnimap-demule): Alias it to mm-string-to-multibyte.
11566 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11568         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11569         variable for debugging bug#464 and bug#1174.
11570         (nnimap-demule): Use it.
11572 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11574         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11575         score calculation correctly.
11577 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11579         * message.el (message-send-mail): Just set the buffer to unibyte
11580         rather than use mm-with-unibyte-current-buffer which does a lot more.
11581         (message-send-mail-partially): Don't bother with
11582         mm-with-unibyte-current-buffer since it's already been made unibyte by
11583         message-send-mail.
11585 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11587         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11589 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11591         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11593 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11595         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11596         require itself and to remove `with-no-warnings'.
11598 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11600         * starttls.el (starttls-any-program-available): Get the name of the
11601         available TLS layer program.
11602         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11603         well as the host name in the "opening" message.
11605         * auth-source.el (auth-source-cache, auth-source-do-cache)
11606         (auth-source-user-or-password): Cache passwords and logins by default,
11607         allow override with `auth-source-do-cache'.
11608         (auth-source-forget-user-or-password): Allow users to remove cache
11609         entries if needed.
11611 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11613         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11614         condition-case to only the forward-sexp call.
11616 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11618         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11619         quotes contained.  Make it more robust regardless by an extra
11620         condition-case wrapper.
11622 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11624         * nnml.el (nnml-request-expire-articles): Check if the function set to
11625         `nnmail-expiry-target' returns the symbol `delete'.
11627         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11629         * nnmail.el (nnmail-expiry-target): Fix custom type.
11631 2008-10-02  Glenn Morris  <rgm@gnu.org>
11633         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11634         Silence compiler warning.
11636 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11638         * mml.el (mml-menu): Don't assume mml2015 is bound.
11640 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11642         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11643         exists.
11645 2008-09-27  Glenn Morris  <rgm@gnu.org>
11647         * gnus-util.el (mail-header-remove-comments): Autoload it.
11649 2008-09-27  Andreas Schwab  <schwab@suse.de>
11651         * gnus-util.el (gnus-split-references): Strip comments.
11652         (gnus-parent-id): Likewise.
11654 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11656         * message.el (message-confirm-send): Fix version.
11658 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11660         * message.el (message-idna-to-ascii-rhs-1): Use
11661         mail-extract-address-components rather than mail-header-parse-addresses
11662         that is an alias by default to ietf-drums-parse-addresses that does not
11663         support non-ASCII names in headers' contents.
11665 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11667         * message.el (message-confirm-send): Fix variable documentation to
11668         avoid the "y/n" wording.
11670 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11672         * message.el (message-set-auto-save-file-name): Save to a different
11673         filename so multiple messages (especially drafts) can be recovered.
11675 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11677         * message.el (message-confirm-send): Add appropriate version.
11679 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11681         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11682         defvar.
11684 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11686         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11687         (mm-pkcs7-enveloped-magic): Ditto.
11689 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11691         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11692         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11694 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11696         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11697         default, it's better.
11699 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11701         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11702         summary line gnus-number property and ignore them (with a warning
11703         message).
11705 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11707         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11708         macro caddr in the interactive form since it won't be expanded.
11710 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11712         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11713         `charset'; fix name of function called recursively.
11714         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11716 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11718         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11719         (gnus-mime-set-charset-parameters): New function.
11720         (gnus-mime-view-part-as-charset): Use it to correctly display part
11721         specifying wrong charset.
11723 2008-09-08  David Engster  <dengste@eml.cc>
11725         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11726         in completing-read for back end server.
11728 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11730         * message.el (message-confirm-send): New variable to confirm sending a
11731         message.
11732         (message-send): Use it.
11734 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11736         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11738 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11740         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11742 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11744         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11745         prevent tracking too many groups.
11746         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11747         Use it.
11749 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11751         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11752         moving point to the bottom of the window in order to avoid recentering.
11754 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11757         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11758         (gnus-article-beginning-of-window): Fix calculation.
11760 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11762         * gnus-msg.el (gnus-summary-supersede-article)
11763         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11764         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11765         message header.
11767 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11769         * message.el:
11770         * gnus-start.el:
11771         * gnus-registry.el: Remove VMS support.
11773 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11775         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11776         macro.
11777         (rfc2104-hash): Use it.
11779 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11781         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11782         (gnus-summary-sort-by-most-recent-date): New commands.
11783         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11784         and menu entries.
11786 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11788         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11789         don't redisplay article for raw contents; remove plural articles stuff.
11791         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11792         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11793         on gnus-summary-save-article; display results properly.
11795 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11797         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11799 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11801         * gnus-art.el (gnus-summary-save-in-pipe):
11802         Consider gnus-save-all-headers.
11804 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11806         * gnus-util.el (ns-focus-frame): Remove declaration.
11807         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11808         like x.
11810 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11812         * rfc2104.el (rfc2104-zero): Delete defconst.
11813         (rfc2104-hex-alist): Likewise.
11814         (rfc2104-hex-to-int): Delete func.
11815         (rfc2104-hexstring-to-bitstring): Likewise.
11816         (rfc2104-nybbles): New defconst.
11817         (rfc2104-hash): Rewrite for speed.
11819 2008-07-16  Glenn Morris  <rgm@gnu.org>
11821         * gnus-util.el (ns-focus-frame): Declare for compiler.
11823 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11825         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11826         set as a group parameter.
11827         (gnus-summary-save-in-pipe): Work when it is called independently.
11828         (gnus-summary-pipe-to-muttprint): Don't modify
11829         gnus-summary-pipe-output-default-command.
11831 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * message.el (message-send-mail-with-sendmail):
11834         Display the error message.
11836 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11838         * gnus-art.el (gnus-default-article-saver):
11839         Add gnus-summary-save-in-pipe to choices.
11840         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11841         gnus-summary-pipe-output-default-command as the default command.
11842         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11843         instead of gnus-last-shell-command.
11845         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11846         New user option.
11847         (gnus-summary-muttprint-program): Mention the value will be changed.
11848         (gnus-summary-save-article): Force showing of all headers.
11849         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11851 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11853         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11855 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11857         * nnimap.el (nnimap-id):
11858         * sieve-manage.el (sieve-manage-open): Doc fixes.
11860 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11862         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11863         if available.
11865 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11867         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11869         * nnkiboze.el (nnkiboze-generate-group):
11870         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11872         * nnmairix.el: Require CL.
11874 2008-06-15  David Engster  <dengste@eml.cc>
11876         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11878 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11880         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11881         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11882         runtime choice under XEmacs.
11884         * gnus-sum.el (gnus-summary-set-display-table):
11885         Use `gnus-put-display-table', `gnus-get-display-table',
11886         `gnus-set-display-table' for the display table, instead of `aset'.
11888 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11890         * nnmairix.el: Add autoloads.
11892 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11894         * nnmairix.el (nnmairix-delete-recreate-group)
11895         (nnmairix-update-and-clear-marks): Fix error messages.
11897 2008-06-14  David Engster  <dengste@eml.cc>
11899         * nnmairix.el: Upgrade to version 0.6.
11900         (nnmairix-group-toggle-propmarks-this-group)
11901         (nnmairix-group-toggle-readmarks-this-group)
11902         (nnmairix-group-delete-recreate-this-group)
11903         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11904         (nnmairix-remove-tick-mark-original-article): New commands.
11905         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11906         (nnmairix-propagate-marks-to-nnmairix-groups)
11907         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11908         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11909         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11910         functions needed for marks propagation and manipulation of read marks.
11911         (nnmairix-update-groups): New function.
11912         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11913         (nnmairix-determine-original-group-from-registry)
11914         (nnmairix-determine-original-group-from-path)
11915         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11916         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11917         New helper functions.
11918         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11919         keystrokes for new commands.
11920         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11921         (nnmairix-request-group): Check allow-fast group parameter.
11922         (nnmairix-request-create-group): Set allow-fast group parameter if
11923         nnmairix-allowfast-default is set.
11924         (nnmairix-close-group): Propagate marks upon closing if needed.
11925         (nnmairix-group-toggle-threads-this-group): Use new.
11926         nnmairix-group-toggle-parameter helper function.
11927         (nnmairix-search): Better check for empty search result.
11928         (nnmairix-goto-original-article): Use new helper functions for
11929         determining original article.
11930         (nnmairix-show-original-article): Make sure message-id is in brackets.
11931         (nnmairix-call-mairix-binary): Change variable name.
11932         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11933         helper function.
11934         (nnmairix-widget-toggle-activate): Fix doc string.
11936 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11938         * nnir.el: Require edmacro when compiling with XEmacs.
11939         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11940         available in Emacs 21.
11942 2008-06-11  Glenn Morris  <rgm@gnu.org>
11944         * gnus-util.el (x-focus-frame):
11945         * gnus.el (image-size):
11946         * mm-decode.el (image-size): Declare.
11948         * gnus-picon.el (declare-function): Add compat definition.
11949         (image-size): Declare.
11951         * gnus-group.el (tool-bar-map):
11952         * gnus-sum.el (tool-bar-map): Define for compiler.
11954         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11956         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11958         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11959         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11960         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11961         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11962         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11963         * sieve-manage.el, spam-report.el, spam.el:
11964         Remove unnecessary eval-and-compile of autoloads.
11966 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11968         * auth-source.el: Precise Tramp doc.
11970 2008-06-07  Glenn Morris  <rgm@gnu.org>
11972         * nnmairix.el: Remove unnecessary eval-when-compile.
11974 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11976         * nnir.el: New file.
11978 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * gnus-util.el (gnus-read-shell-command): New function.
11981         * mm-decode.el (mm-pipe-part):
11982         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11984 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11986         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11988 2008-06-03  Glenn Morris  <rgm@gnu.org>
11990         * pop3.el (nnheader-accept-process-output): Autoload it.
11992 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11994         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11995         are not 2-digit hexadecimal characters that follow `%'s.
11997 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11999         * message.el (message-bogus-recipient-p): Fix type in doc string.
12000         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12001         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12002         Improve custom options.
12003         (message-bogus-recipient-p): Adjust accordingly.
12005 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12007         * nnmairix.el: Require edmacro when compiling with XEmacs.
12009 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12011         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12012         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12014 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12016         * auth-source.el: Add more docs.
12018 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12020         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12021         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12022         retrieval faster in some cases, but might make CPU usage larger.
12023         If this has any bad side effects, we might revert this change.
12025         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12026         seems to make mail retrieval much, much faster.
12027         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12028         unconditionally.
12030         * gnus-draft.el (gnus-group-send-queue):
12031         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12033 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12035         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12037         * message.el (message-bogus-address-regexp): Fix and improve custom
12038         type.
12039         (message-setup-hook): Add message-check-recipients as custom option.
12041 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12043         * message.el (message-cite-function): Remove bogus autoload which crept
12044         in during merge from v5-10.
12046 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12048         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12050         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12052         * auth-source.el: Preliminary Tramp docs.
12053         (auth-sources): Change the default auth-sources to use
12054         EPA .gpg files.
12056 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12058         * nntp.el: Autoload `auth-source-user-or-password'.
12059         (nntp-send-authinfo): Use it.
12061         * nnimap.el: Autoload `auth-source-user-or-password'.
12062         (nnimap-open-connection): Use it.
12064         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12065         for the gnus-message function.
12066         (auth-source-user-or-password): Use it.
12068 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12070         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12071         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12072         (rfc2104-hash): Use it.
12074 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12076         * gnus-art.el (gnus-article-toggle-truncate-lines):
12077         Don't use `iff' in docstring.
12079 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12081         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12083         * gnus-util.el (gnus-extract-address-component-name)
12084         (gnus-extract-address-component-email): Convenience functions around
12085         `gnus-extract-address-components'.
12087         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12088         Use `gnus-extract-address-component-email' to fix bug of comparing full
12089         sender name to `user-mail-address'.
12091 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12093         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12094         catch/throw to optimize.
12095         (gnus-registry-find-keywords): Just use member to find a keyword.
12097 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12100         is current before calling gnus-server-prepare.
12101         (gnus-server-setup-buffer, gnus-server-update-server)
12102         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12104 2008-05-04  Juri Linkov  <juri@jurta.org>
12106         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12107         (mailcap-file-default-commands): Use mailcap-replace-in-string
12108         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12109         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12111 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12113         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12115 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12117         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12118         hooks.
12119         (gnus-update-read-articles): Speed up non-marks-using users.
12120         (gnus-use-marks): Define gnus-use-marks.
12121         (gnus-propagate-marks): Rename variable to something more sensible.
12123 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12125         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12126         (gmm-image-load-path-for-library): Fix typos in docstrings.
12127         (gmm-message): Reflow docstring.
12129 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12131         * mail-source.el (mail-source-set-1, mail-source-bind):
12132         Move auth-source code out of the macro to clean it up and fix bugs.
12134 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12136         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12137         by sender if it's equal to user-mail-address, it's likely to be
12138         useless.
12140         * mail-source.el (mail-source-bind): Don't use user or password if they
12141         are not bound.  Unintern them if they are nil.  Don't use server unless
12142         it's bound, and default it to empty string otherwise.
12144 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12146         * mail-source.el: Load auth-source.el.
12147         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12148         get user name or password, if auth-sources is set up.
12150         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12151         strategy of splitting with parent.
12152         (gnus-registry-split-fancy-with-parent)
12153         (gnus-registry-post-process-groups): Use it and fix prior
12154         bug (returning a list as the split result).
12156         * auth-source.el (auth-sources): Remove server parameter.
12157         (auth-source-pick, auth-source-user-or-password)
12158         (auth-source-user-or-password-imap)
12159         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12160         (auth-source-user-or-password-sftp)
12161         (auth-source-user-or-password-smtp): Remove server parameter.
12163 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12165         * smime.el (smime-sign-region, smime-encrypt-region)
12166         (smime-decrypt-region):
12167         Remove redundant calls to `generate-new-buffer-name'.
12169 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12171         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12172         Don't use QP for message/rfc822.
12173         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12175 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * sieve-manage.el (sieve-string-bytes): Remove.
12178         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12179         correct byte-length only if the process's coding-system is the same as
12180         the one used internally by Emacs to represent strings.
12182 2008-04-22  Juri Linkov  <juri@jurta.org>
12184         * mailcap.el (mailcap-file-default-commands): New function.
12186 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12188         * message.el (message-signature-separator, message-cite-function):
12189         Change custom version.
12191 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12193         * mm-decode.el (mm-display-external): Make temp file read-only.
12195 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12197         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12198         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12199         `C-c C-f d'.
12201 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12203         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12205 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12207         * auth-source.el: Add docs.
12208         (auth-sources): Modify format to support server.
12209         (auth-source-pick, auth-source-user-or-password)
12210         (auth-source-user-or-password-imap)
12211         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12212         (auth-source-user-or-password-sftp)
12213         (auth-source-user-or-password-smtp): Add server parameter.
12215 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12217         * gnus-registry.el: Initialize the registry when gnus-registry-install
12218         is t.
12220 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12222         * compface.el (uncompface): Make buffer unibyte.
12224 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * mail-source.el (mail-source-value):
12227         Prefer fboundp to functionp so it works with macros as well.
12229 2008-04-05  Glenn Morris  <rgm@gnu.org>
12231         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12233 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12235         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12236         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12238         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12239         multibyteness after rather than before erasing it.
12241         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12242         mm-with-multibyte.
12243         (gnus-request-article-this-buffer): Make sure the proper decoding is
12244         used if gnus-original-article-buffer happens to be unibyte.
12246         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12247         default-enable-multibyte-characters.
12249         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12250         default-enable-multibyte-characters.
12252         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12254         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12256 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12258         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12259         Fix last change in case the element is not even a symbol.
12261 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12263         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12264         imap-enable-exchange-bug-workaround.
12265         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12267 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12269         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12270         a 100 byte status-checks into a 2-3MB transfer for each group.
12271         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12272         to enable bug workaround or not.
12273         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12275 2008-03-31  Glenn Morris  <rgm@gnu.org>
12277         * message.el (mml2015-use): Declare for compiler.
12278         (message-info): Require mml2015 when appropriate.
12280 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12282         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12283         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12284         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12285         (nntp-service-to-port): New function.
12286         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12287         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12288         (nntp-open-netcat-stream): New function.
12289         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12291 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12293         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12295 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12299 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12301         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12303 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12305         * message.el (message-signature-separator): Change default.
12306         Improve custom type.
12307         (message-cite-function): Change default to
12308         message-cite-original-without-signature.
12310         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12311         toggle.
12313         * message.el (message-check-news-body-syntax): Fix signature check.
12314         (message-setup-1): Mark buffer as unmodified _after_ running
12315         message-setup-hook and handling message-alternative-emails.
12316         (message-shorten-references): Be more strict when building list of
12317         valid references to comply with GNKSA.
12319         * gnus-group.el (gnus-read-ephemeral-bug-group)
12320         (gnus-read-ephemeral-debian-bug-group)
12321         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12323         * message.el (message-info): Don't use booleanp which isn't supported
12324         in Emacs 21 and XEmacs.
12326 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12328         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12329         gnus-group-gmane-group-download-format.
12330         (gnus-group-read-ephemeral-gmane-group): Rename from
12331         gnus-group-read-ephemeral-gmane-group.
12332         (gnus-read-ephemeral-gmane-group-url): Rename from
12333         gnus-group-read-ephemeral-gmane-group-url.
12334         (gnus-bug-group-download-format-alist): New variable.
12335         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12336         (gnus-read-ephemeral-emacs-bug-group): New commands.
12338 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12340         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12341         (gnus-visible-headers): Improve custom type.
12343 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12345         * mml.el (mml-menu): Add workarounds for XEmacs.
12347         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12348         X-Boundary header.
12350         * message.el (message-simplify-recipients): Fix previous commit.
12352 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * mm-util.el (mm-set-buffer-multibyte): New function.
12355         * mm-decode.el (mm-copy-to-buffer): Use it.
12357         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12358         Prefer fboundp to functionp so it works with macros as well.
12360 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12362         * message.el (message-alter-recipients-discard-bogus-full-name):
12363         New function.
12364         (message-alter-recipients-function): New variable.
12365         (message-get-reply-headers): Use it.
12366         (message-replace-header): New helper function.
12367         (message-recipients-without-full-name): New variable.
12368         (message-simplify-recipients): New command.
12370         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12372         * message.el (message-info): Handle EasyPG manual.
12374         * mml.el (mml-menu): Add entry for EasyPG.
12376 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12378         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12379         parameter.
12381         * message.el (message-disassociate-draft): Specify drafts group name
12382         fully.
12384 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12386         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12387         Eliminate unnecessary duplicates from the match list.
12389 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12391         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12392         args of `how-many' of which the XEmacs version doesn't take; declare
12393         Info-index-next as function.
12395 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12397         * gnus-score.el (gnus-score-headers): Fix handling of
12398         gnus-inhibit-slow-scoring.
12400         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12401         string.
12402         (gnus-button-url-regexp): Improve handling of parenthesis.
12403         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12404         (gnus-button-handle-info-keystrokes): Handle index entries.
12406 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12408         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12409         Incoming* files.
12411 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12413         * auth-source.el (auth-sources): Rename from auth-source-choices.
12414         (auth-source-pick): Use it.
12416 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12418         * auth-source.el (auth-source-protocols)
12419         (auth-source-protocols-customize, auth-source-choices): Add and
12420         modified variable customizations and defaults.
12421         (auth-source-pick, auth-source-user-or-password)
12422         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12423         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12424         (auth-source-user-or-password-sftp)
12425         (auth-source-user-or-password-smtp): Use new variables and provide an
12426         interface to netrc.el.
12428 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12430         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12431         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12432         Make sure the nntp port to specify is a string.
12434 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12436         * nntp.el: Use with-current-buffer.
12437         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12438         dubious mm-with-unibyte-current-buffer.
12439         (nntp-with-open-group-function): New function extracted from
12440         nntp-with-open-group macro.
12441         (nntp-with-open-group): Use the function, so it's easier to debug.
12442         Add indentation and debugging info.
12443         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12444         Recommend the use of the netcat alternatives.
12446         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12447         Avoid mm-string-as-multibyte as well.
12449         * nnweb.el (nnweb-insert-html):
12450         Remove use of nnheader-string-as-multibyte.
12452         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12453         (nnheader-string-as-multibyte): Remove.
12455         * mm-view.el: Use inhibit-read-only.
12456         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12457         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12458         or unibyte-string.
12460         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12461         (mm-uu-yenc-extract): Use with-current-buffer.
12463         * gnus-soup.el (gnus-soup-send-packet): Don't use
12464         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12466         * nnmh.el: Use with-current-buffer.
12467         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12468         mm-string-as-multibyte on the output of mm-encode-coding-string.
12470         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12471         (nnimap-request-move-article): Use with-current-buffer.
12473         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12474         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12475         conversion uses string-make-unibyte rather than string-as-unibyte.
12477         * gnus-msg.el: Use with-current-buffer.
12479         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12481 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12483         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12484         string for caching if it is 'PIN.
12486 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12488         * mail-source.el (mail-source-delete-old-incoming-confirm):
12489         Change default to nil.
12490         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12492 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12494         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12495         (gnus-article-goto-prev-page): Work for articles having ^L's.
12497         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12499         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12501 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12503         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12504         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12505         (gnus-bookmark-jump): Adjust some variable names.
12507 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12509         * auth-source.el: New package.
12510         (auth-source-choices): Add customization entry point variable.
12512         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12513         bug.
12515 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12517         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12518         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12519         (gnus-registry-install-shortcuts): Rename from
12520         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12521         the `gnus-registry-mark-map' keymap dynamically from
12522         `gnus-registry-marks'.  The generated functions update the summary line
12523         when a registry mark is added or deleted, and will call
12524         `gnus-registry-install-p' (see the comments in the code).
12525         (gnus-registry-user-format-function-M): Use concat intelligently.
12527         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12528         the registry mark functions.
12530 2008-03-05  Glenn Morris  <rgm@gnu.org>
12532         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12533         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12534         gnus-art.
12535         (top-level): No need to load own source when compiling.
12537 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12539         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12540         Suggested by <chris.anderton@zetnet.co.uk>.
12542 2008-03-04  Glenn Morris  <rgm@gnu.org>
12544         * gnus-sum.el (top-level): No need to require gnus when compiling,
12545         since unconditionally required near start of file.
12546         (gnus-summary-display-while-building): Move definition before use.
12548 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12550         * gnus-registry.el (gnus-registry-user-format-function-M):
12551         Add formatting function.
12553 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12555         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12556         with plists.
12557         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12558         Use new format.
12560 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12562         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12563         `where-is-internal' that returns a range of key sequences.
12565 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12567         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12569         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12570         (gnus-summary-jump-to-group): Consider windows on other displayed
12571         frames as well.  Similar changes might be needed elsewhere, but that's
12572         the one I've bumped into during my use.
12574         * nndoc.el (nndoc-oe-dbx-type-p):
12575         * gnus-msg.el (gnus-debug):
12576         * gnus-group.el (gnus-update-group-mark-positions):
12577         Use mm-string-to-multibyte.
12579 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12581         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12582         doesn't handle NotDashEscaped.
12584         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12585         (mml-dnd-attach-options): Fix typo in custom choice.
12587         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12588         Change nndoc-article-type to mbox.
12589         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12591         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12592         to nil, instead of html2text.
12594         * imap.el (imap-debug): Add `imap-ping-server'.
12596         * gnus-bookmark.el: Add FIXMEs.
12598         * message.el (message-form-letter-separator)
12599         (message-send-form-letter-delay): New variables.
12600         (message-send-form-letter): Use them.  New command to send form
12601         letters.  Requested by Uwe Siart.
12602         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12604 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12606         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12607         empty author.
12609 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12611         * gnus-registry.el (gnus-registry-marks): Add variable for
12612         customization of marks and their appearance.
12613         (gnus-registry-read-mark): Use it.
12614         (gnus-registry-do-marks): Add utility function to loop through
12615         `gnus-registry-marks'.
12616         (gnus-registry-install-shortcuts-and-menus): Add function to install
12617         shortcuts and menus.
12618         (gnus-registry-initialize): Use it.
12619         (gnus-registry-default-mark): Clarify documentation.
12621 2008-02-29  Glenn Morris  <rgm@gnu.org>
12623         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12624         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12625         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12626         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12627         Change defcustom :version from 23.0 to 23.1.
12629 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12631         * gnus-registry.el (gnus-registry-follow-group-p)
12632         (gnus-registry-post-process-groups): Add functions to aid registry
12633         splitting and improve logging.  Clarify behavior in function
12634         documentation.
12635         (gnus-registry-split-fancy-with-parent): Use them.
12637 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12639         * gnus-art.el: Use with-current-buffer.
12641 2008-02-27  David Engster  <dengste@eml.cc>
12643         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12644         Express real group name in the response.
12646 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12648         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12649         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12650         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12651         autoload gnus-registry-fetch-group when compiling.
12652         (nnmairix-request-group-with-article-number-correction):
12653         Remove unreferenced argument passed to nnmairix-call-backend.
12655 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12657         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12658         (mm-uu-extract): Improve face for low color ttys.
12659         Reported by Sascha Wilde.
12661 2008-02-27  Glenn Morris  <rgm@gnu.org>
12663         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12664         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12665         variables to defconsts.  Convert comments to doc-strings.
12666         (nnmairix-last-server, nnmairix-current-server): Convert from free
12667         variables to defvars.  Convert comments to doc-strings.
12668         (gnus-registry-fetch-group): Autoload.
12669         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12670         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12671         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12672         caddr.
12673         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12674         nnmairix-request-group-with-article-number-correction call.
12675         (nnmairix-fast, nnmairix-group): New, less general names, for free
12676         variables passed from nnmairix-request-group to
12677         nnmairix-request-group-with-article-number-correction.  Declare.
12678         (nnmairix-request-group-with-article-number-correction):
12679         Use nnmairix-fast, nnmairix-group rather than fast, group.
12681 2008-02-26  David Engster  <dengste@eml.cc>
12683         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12684         version 0.5.
12686 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12688         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12689         instead of making an extra function call.  Don't add the current group
12690         to articles only when they have the group.  Use
12691         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12692         Reported by David <de_bb@arcor.de>.
12694 2008-02-24  Miles Bader  <miles@gnu.org>
12696         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12697         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12698         (mm-find-mime-charset-region):
12699         * mm-bodies.el (mm-encode-body):
12700         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12702 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12704         * mail-source.el (mail-source-delete-incoming): Change default.
12705         Supplement doc string.
12707         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12709 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12711         * nnmail.el (nnmail-message-id-cache-file): Derive from
12712         `gnus-home-directory'.
12714 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12716         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12717         Document negative prefix.
12719         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12721 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723         * message.el (message-unsent-separator): Add the Exim bounce
12724         separator.
12726 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12728         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12729         list.
12730         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12731         recipient/signer list.
12733 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12735         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12736         fbound (Emacs 23 unicode), signal an error.
12738 2008-02-08  Glenn Morris  <rgm@gnu.org>
12740         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12742 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12744         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12745         ports to the calls to `netrc-machine-user-or-password' in addition to
12746         "imap" and "imaps".
12748 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12750         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12751         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12752         <hanche@math.ntnu.no>.
12754 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12756         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12758 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12760         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12762         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12764 2008-02-01  Miles Bader  <miles@gnu.org>
12766         * mml.el (mml-parse-1): Remove apparently vestigial use of
12767         `mm-hack-charsets'.
12768         * mm-bodies.el (mm-encode-body): Likewise.
12770 2008-02-01  Kenichi Handa  <handa@m17n.org>
12772         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12773         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12774         (rfc2104-hash): Convert the result of concat to unibyte string.
12776 2008-02-01  Dave Love  <fx@gnu.org>
12778         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12779         coding-system-for-read.
12780         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12782         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12783         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12784         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12786 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12788         * mail-source.el (mail-sources): Add `group' choice.
12790         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12791         parameter `in-group' to control into which group the articles go.
12792         Add treatment of `group' mail-source.
12794 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12796         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12797         * message.el (message-beginning-of-line): Use featurep instead of bound
12798         tests in order to resolve conditionals at compile time.
12800 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12802         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12804         * mm-decode.el (mm-dissect-buffer): Decode description.
12806         * mml.el (mml-to-mime): Encode message header first.
12808 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12810         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12811         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12813 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12815         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12817 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12819         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12820         prefix keys.
12821         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12822         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12823         gnus-xmas.el.
12825 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12827         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12828         Add new variables for article mark management.
12829         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12830         list of extra data entries which, when present, will indicate that the
12831         article ID should not be trimmed from the registry.
12832         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12833         functions.
12834         (gnus-registry-read-mark): New function to read a mark name from the
12835         user.
12836         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12837         (gnus-registry-set-article-mark-internal): New functions to add and
12838         remove marks.
12839         (gnus-registry-get-article-marks): New function to show the marks for
12840         an article, or retrieve them for further use.
12842 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12844         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12845         keys when no argument is given.
12847 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12849         * gnus-sum.el (gnus-article-sort-by-random)
12850         (gnus-thread-sort-by-random): Fix doc strings.
12851         Reported by jidanni@jidanni.org.
12853 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12855         * gnus-art.el (gnus-article-describe-bindings): New function.
12856         (gnus-article-read-summary-keys): Use it.
12857         (gnus-article-mode-map): Bind `C-h b' to it.
12859 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12861         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12862         XEmacs.
12863         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12864         Protect against non-character events.
12866 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12868         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12869         New command.
12870         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12871         instead of END.  Change name of the temp file.
12872         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12873         customizable.
12875 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12877         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12878         bind `S W' to gnus-article-wide-reply-with-original; set default
12879         binding to gnus-article-read-summary-send-keys.
12880         (gnus-article-read-summary-keys): Fix the order of keys; display
12881         continuation keys correctly in the echo area; describe bindings
12882         correctly when keys end with `C-h'.
12883         (gnus-article-read-summary-send-keys): New function.
12884         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12885         Work for gnus-article-read-summary-send-keys; display continuation keys
12886         correctly in the echo area.
12887         (gnus-article-reply-with-original): Ignore prefix argument.
12888         (gnus-article-wide-reply-with-original): New function.
12890 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12892         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12893         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12895 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12897         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12898         (gnus-group-read-ephemeral-gmane-group): New command.
12900 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12902         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12904 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12906         * message.el (message-send-mail-function): Increase custom version.
12908         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12909         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12911 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12913         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12914         html parts correctly; support forwarded messages.
12915         (gnus-article-browse-html-article): Remove work buffers.
12917         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12918         compiling.
12919         (netrc-bound-and-true-p): New macro.
12920         (netrc-parse): Use it instead of bound-and-true-p that is not available
12921         in XEmacs 21.4.
12923 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12925         * gnus-registry.el (gnus-registry-mark-article)
12926         (gnus-registry-article-marks): Add functionality to mark articles
12927         through the Gnus registry.
12929         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12930         (netrc-parse): Use encrypt-file-alist to determine if
12931         encrypt-find-model or encrypt-insert-file-contents should be used.
12933 2007-12-19  Glenn Morris  <rgm@gnu.org>
12935         * mml.el (message-options-set, message-narrow-to-head)
12936         (message-in-body-p, message-mail-p, message-encode-message-body):
12937         Autoload.
12938         (message-remove-header, message-narrow-to-headers-or-head)
12939         (message-subscribed-p, message-make-mail-followup-to)
12940         (message-position-on-field, message-news-p)
12941         (message-options-set-recipient, message-generate-headers)
12942         (message-sort-headers): Declare as functions.
12944 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12946         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12947         convention in doc string.
12949 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12951         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12952         title to html parts.
12953         (gnus-article-browse-html-article): Pass message header to it.
12955         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12957 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12959         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12960         or password compatible with XEmacs.
12962 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12964         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12965         format document.
12966         (gnus-mime-delete-part): Don't write description line if empty.
12967         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12969 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12971         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12972         (gnus-summary-mark-read-and-unread-as-read)
12973         (gnus-summary-mark-current-read-and-unread-as-read)
12974         (gnus-summary-mark-unread-as-ticked): Doc fix.
12975         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12977 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12979         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12980         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12982 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12984         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12985         yes-or-no-p.
12987 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12989         * mm-decode.el (mm-add-meta-html-tag): New function.
12990         (mm-save-part-to-file, mm-pipe-part): Use it.
12992         * gnus-art.el (gnus-article-browse-delete-temp-files):
12993         Use gnus-y-or-n-p instead of y-or-n-p.
12994         (gnus-article-browse-html-parts): Work with message/external-body; use
12995         mm-add-meta-html-tag.
12997 2007-12-11  Glenn Morris  <rgm@gnu.org>
12999         * gnus-cache.el: Require gnus-sum not just when compiling.
13001         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13003         * gnus-int.el (gnus-server-opened, gnus-status-message):
13004         Move definitions before use.
13006         * mm-decode.el: Require gnus-util.
13007         (mm-remove-part): Only call delete-annotation on XEmacs.
13009         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13011         * nnmail.el: Require gnus-int.
13013         * spam.el: Move `require's before `eval-when-compile's.
13015         * gnus-ems.el (gnus-alive-p):
13016         * gnus-fun.el (message-goto-eoh):
13017         * gnus-util.el (gnus-group-name-decode):
13018         * mail-source.el (gnus-compress-sequence):
13019         * message.el (Info-goto-node, format-spec):
13020         * mm-bodies.el (message-options-get):
13021         * mm-decode.el (mm-view-pkcs7):
13022         * mm-util.el (gmm-write-region):
13023         * mml-smime.el (mml-compute-boundary)
13024         (gnus-completing-read-with-default):
13025         * mml.el (widget-button-press, gnus-make-hashtable):
13026         * mml1991.el (mm-decode-content-transfer-encoding)
13027         (mm-encode-content-transfer-encoding)
13028         (message-options-get, message-options-set):
13029         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13030         * nnfolder.el (gnus-request-group):
13031         * nnheader.el (ietf-drums-unfold-fws):
13032         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13033         * smime.el (gnus-run-mode-hooks):
13034         * spam-stat.el (gnus-message): Autoload.
13036         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13037         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13038         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13039         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13040         Add declare-function compatibility definition.
13042         * gnus-cache.el (nnvirtual-find-group-art):
13043         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13044         (gnus-add-image, gnus-add-wash-type):
13045         * gnus-group.el (nnkiboze-score-file):
13046         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13047         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13048         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13049         (message-tokenize-header, gnus-get-buffer-create)
13050         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13051         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13052         * gnus.el (gnus-group-decoded-name):
13053         * mail-source.el (imap-capability):
13054         * mm-bodies.el (message-options-set):
13055         * mm-decode.el (gnus-configure-windows):
13056         * mm-extern.el (message-goto-body):
13057         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13058         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13059         (epg-sub-key-validity, message-options-set):
13060         * mml.el (widget-event-point, gnus-configure-windows):
13061         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13062         * mml2015.el (epg-check-configuration, epg-configuration)
13063         (message-options-set):
13064         * nndb.el (nndb-request-article):
13065         * nnfolder.el (gnus-request-create-group):
13066         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13067         * nnmaildir.el (gnus-group-mark-article-read):
13068         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13069         * rfc1843.el (message-fetch-field):
13070         * spam.el (gnus-extract-address-components):
13071         Declare as functions.
13073 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13075         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13077 2007-12-09  Glenn Morris  <rgm@gnu.org>
13079         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13081         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13082         * message.el, mm-view.el, sieve-manage.el, smime.el:
13083         Add declare-function compatibility definition.
13085         * gnus-art.el (w3-region, w3m-region, Info-menu):
13086         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13087         * gnus-sum.el (gnus-get-predicate):
13088         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13089         * message.el (mail-abbrev-in-expansion-header-p):
13090         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13091         (w3m-detect-meta-charset, w3m-region):
13092         * sieve-manage.el (password-read, password-cache-add)
13093         (password-cache-remove):
13094         * smime.el (password-read-and-add): Declare as functions.
13096 2007-12-08  David Kastrup  <dak@gnu.org>
13098         * gnus-sum.el (gnus-summary-simplify-subject-query):
13099         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13100         `message'.
13102 2007-12-07  Glenn Morris  <rgm@gnu.org>
13104         * gnus-art.el (article-make-date-line): Revert previous change.
13106 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13108         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13110 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13112         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13113         Call gnus-add-to-range ranges only once with a prepared article-list.
13115 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13117         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13118         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13119         group names with backslashes.
13120         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13122 2007-12-06  Deepak Goel  <deego3@gmail.com>
13124         * gnus-art.el (article-make-date-line):
13125         * gnus-start.el (gnus-load):
13126         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13128 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13130         * gnus-art.el (gnus-use-idna):
13131         * gnus-start.el (gnus-site-init-file):
13132         * message.el (message-use-idna):
13133         * mm-uu.el (mm-uu-hide-markers):
13134         * smiley.el (smiley-style): Revert changes that suppress warnings.
13136 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13138         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13139         specify charset to html source.
13140         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13142 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13144         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13145         idna-program in order to suppress byte compile warning issued by XEmacs
13146         that came to byte compile the default value section of defcustom forms
13147         recently.
13149         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13150         value of installation-directory.
13152         * message.el (message-use-idna): Don't directly refer to the value of
13153         idna-program.
13155         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13157         * smiley.el (smiley-style): Don't directly call face-attribute.
13159 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13161         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13163         * gnus-dired.el: Reduce Gnus dependencies.
13164         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13165         Don't require.  Use autoloads instead.
13166         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13167         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13168         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13169         (gnus-dired-mode): Adjust doc string.
13170         (gnus-dired-mail-mode): New variable.
13171         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13172         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13173         (gnus-dired-mail-buffers): New function.  Return mail or message
13174         composition buffers.
13175         (gnus-dired-attach): Use it.
13176         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13177         NO-DECODE.
13178         (gnus-dired-print): Use `gnus-print-buffer' depending on
13179         `gnus-dired-mail-mode'.
13181 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13183         * rfc2047.el (rfc2047-encoded-word-regexp)
13184         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13185         explaining what regexp patterns are for.
13187 2007-12-04  Glenn Morris  <rgm@gnu.org>
13189         * password.el: Move to ../password-cache.el.
13191         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13192         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13193         * mml-smime.el (password-read, password-cache-add)
13194         (password-cache-remove):
13195         No need to autoload, since mml-sec requires password.
13197         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13198         * message.el (gnus-extract-address-components):
13199         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13201         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13202         password.
13204 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13206         * mailcap.el: Reduce dependencies.
13207         (mail-header-parse-content-type): Autoload.
13208         (mailcap-delete-duplicates): New alias.
13209         (mailcap-mime-info): Add optional argument NO-DECODE.
13210         (mailcap-mime-types): Use mailcap-delete-duplicates.
13212         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13214 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13216         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13217         function.
13219         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13220         (gnus-uu-yenc-article): New function.
13222         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13224         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13226 2007-12-02  Glenn Morris  <rgm@gnu.org>
13228         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13229         Move to ../net.
13231         * binhex.el, uudecode.el: Move to ../mail.
13233         * encrypt.el: Remove file.
13235 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13237         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13238         matches on patches.
13240         * gnus-art.el (gnus-article-browse-html-article):
13241         Mention `mm-text-html-renderer' in the doc string.
13243         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13244         string.  Add comments.
13246         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13247         if rhs is ASCII.
13249 2007-12-01  Glenn Morris  <rgm@gnu.org>
13251         * dig.el, dns.el: Move to ../net.
13252         * format-spec.el, hex-util.el, sha1.el: Move to ../.
13254         * mail-source.el (top-level): Require format-spec before
13255         eval-when-compile.
13257 2007-11-30  Glenn Morris  <rgm@gnu.org>
13259         * encrypt.el: Require password, rather than autoloading password-read.
13261 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13263         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13264         caller can indicate whether the cache should be disregarded for this
13265         call.  This way the result of the call is reproducible at all times and
13266         can be considered a canonical server name for the supplied method.
13267         (gnus-agent-method-p): Canonicalize server names by pushing their
13268         method through `gnus-method-to-server' using the no-cache argument.
13270         * gnus-srvr.el (gnus-server-insert-server-line):
13271         Call `gnus-method-to-server' with `no-cache' argument.
13273         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13274         gnus-agent-possibly-synchronize-flags as this should be called when the
13275         server is actually being opened.
13276         (gnus-agent-possibly-synchronize-flags)
13277         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13278         flags file of an agentized server to the latter function.
13280         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13281         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13282         after a connection has been established successfully.
13284 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13286         * gnus-art.el (article-display-face): Force to display face if called
13287         interactively; check if gnus-article-x-face-too-ugly matches author.
13288         (article-display-x-face): Display face even if From header is missing
13289         as article-display-face does.
13291 2007-11-28  Richard Stallman  <rms@gnu.org>
13293         * md4.el: Move to ../.
13294         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13296 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13298         * mail-source.el (mail-sources): Default to fetch from file for
13299         compatibility with default of nnmail-spool-file.
13301 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13303         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13304         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13305         to look for encoded word that should be encoded again.
13306         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13307         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13308         encoding pattern.
13309         (rfc2047-decode-region): Switch strict regexp and loose one according
13310         to rfc2047-allow-irregular-q-encoded-words.
13312 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13314         * imap.el: Move to ../net directory.
13316 2007-11-25  Romain Francoise  <romain@orebokech.com>
13318         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13320 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13322         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13323         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13325         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13326         `nnmail-spool-file'.
13328         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13329         `nnmail-spool-file'.
13331         * gnus-move.el (gnus-change-server): Ditto.
13333         * gnus-kill.el (gnus-batch-score): Ditto.
13335         * gnus-cache.el (gnus-jog-cache): Ditto.
13337         * gnus-msg.el (gnus-summary-reply):
13338         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13340 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13342         * gnus-cache.el (gnus-cache-generate-nov-databases):
13343         Use nnml-generate-nov-databases-directory instead of
13344         nnml-generate-nov-databases-1.
13346 2007-11-24  Glenn Morris  <rgm@gnu.org>
13348         * message.el (message-tool-bar-retro): Update for rename
13349         mail_send.xpm->mail-send.xpm.
13351 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13353         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13354         `smime-ldap-search' for Emacs 22 and up.
13356 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13358         * hashcash.el: Move to ../mail directory.
13360         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
13362         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13363         `smime-ldap-search' for Emacs 22 and up.
13365 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13369         * message.el (message-send-mail-function): Fix error convention.
13370         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13371         (message-widen-reply, message-send-mail, message-talkative-question)
13372         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13373         (message-clone-locals, message-send-news): Use with-current-buffer.
13374         (message-insert-or-toggle-importance): Remove unused var `valid'.
13375         (message-make-references): Remove unused var `new-references'.
13376         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13378 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13380         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13381         (spam-split-symbolic-return-positive): Reflow docstring.
13382         (spam-backends, spam-summary-exit-behavior)
13383         (spam-mark-ham-unread-before-move-from-spam-group)
13384         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13385         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13386         (spam-clear-cache, spam-backend-check, spam-install-backend)
13387         (spam-install-statistical-backend, spam-list-of-processors)
13388         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13389         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13390         (spam-check-crm114, spam-initialize, spam-unload-hook):
13391         Fix typos in docstrings.
13393 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13395         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13396         been checked if they have never been read and those group levels are
13397         higher than the one that a user specified.
13399 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13401         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13402         foreign groups unless a group level is specified by a user.
13403         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13405 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13407         * message.el (message-send-mail-function): Require sendmail.
13409 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13411         * message.el (message-send-mail-function): Check for smtpmail too.
13413         * utf7.el (utf7-encode, utf7-decode): Use coding system
13414         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13416         * message.el (message-send-mail-function): New function.
13417         (message-send-mail-function): Set default using
13418         message-send-mail-function.  Adjust doc string.
13419         (message-send-mail-with-mailclient): New function.
13421 2007-11-17  Richard Stallman  <rms@gnu.org>
13423         * assistant.el: Remove file.
13425 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13427         * smime.el (from):
13428         * rfc2047.el (message-posting-charset):
13429         * qp.el (mm-use-ultra-safe-encoding):
13430         * pop3.el (parse-time-months):
13431         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13432         * nnml.el (files):
13433         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13434         (jka-compr-compression-info-list, ange-ftp-path-format)
13435         (efs-path-regexp):
13436         * nndiary.el (files):
13437         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13438         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13439         (epg-digest-algorithm-alist, inhibit-redisplay)
13440         (password-cache-expiry):
13441         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13442         (pgg-output-buffer, password-cache-expiry):
13443         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13444         (efs-path-regexp):
13445         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13446         (inhibit-redisplay):
13447         * mm-uu.el (file-name, start-point, end-point, entry)
13448         (gnus-newsgroup-name, gnus-newsgroup-charset):
13449         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13450         (latin-unity-ucs-list):
13451         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13452         (mm-uu-binhex-decode-function):
13453         * message.el (gnus-message-group-art, gnus-list-identifiers)
13454         (rmail-enable-mime-composing, gnus-local-organization)
13455         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13456         (gnus-read-active-file, facemenu-add-face-function)
13457         (facemenu-remove-face-function, gnus-article-decoded-p)
13458         (tool-bar-mode):
13459         * mail-source.el (display-time-mail-function):
13460         * gnus-util.el (nnmail-pathname-coding-system)
13461         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13462         (gnus-original-article-buffer, gnus-user-agent)
13463         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13464         (xemacs-codename, sxemacs-codename, emacs-program-version):
13465         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13466         * gnus-start.el (gnus-agent-covered-methods)
13467         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13468         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13469         (gnus-newsgroup-headers, gnus-group-list-mode)
13470         (gnus-group-mark-positions, gnus-newsgroup-data)
13471         (gnus-newsgroup-unreads, nnoo-state-alist)
13472         (gnus-current-select-method, mail-sources)
13473         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13474         (nnmail-spool-file, gnus-cache-active-hashtb):
13475         * gnus-mh.el (mh-lib-progs):
13476         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13477         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13478         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13479         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13480         (gnus-group-buffer):
13481         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13482         (font-lock-set-defaults):
13483         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13484         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13485         (gnus-summary-post-menu, total-parts, type, condition, length):
13486         * gnus-agent.el (gnus-agent-read-agentview):
13487         * flow-fill.el (show-trailing-whitespace):
13488         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13489         eval-and-compile wrappers for byte compiler pacifiers.
13491         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13492         (mm-display-inline-fontify): Check for featurep 'xemacs not
13493         extent-list.
13495         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13496         itimer-list.
13497         (mm-create-image-xemacs): Only do something for XEmacs.
13498         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13500         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13502         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13503         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13505 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13507         * nnimap.el (nnimap-split-download-body):
13508         * gnus-demon.el (gnus-demon):
13509         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13511 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13513         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13514         New macros.
13515         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13516         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13517         copy data from unibyte buffer to multibyte current buffer.
13518         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13519         to copy data from unibyte current buffer to multibyte buffer.
13520         (nntp-make-process-buffer): Make process buffer unibyte.
13522         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13524 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13526         * pop3.el (pop3-open-server): Accept and process data more robustly at
13527         connection start to avoid spurious "POP SSL connection failed" errors.
13529 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13531         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13532         read group names.
13534 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13536         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13538 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13540         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13541         (nnmail-save-active): Use a unibyte buffer when saving active file,
13542         which may contain non-ASCII group names.
13544         * nnml.el (nnml-request-group): Decode group names in messages.
13546 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13548         * message.el (message-citation-line-function)
13549         (message-insert-formatted-citation-line): Fix spelling of
13550         `message-insert-formated-citation-line'.
13552 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13554         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13556 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13558         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13559         nnmail-pathname-coding-system.
13561         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13562         that a user enters; decode group names in messages.
13564         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13566 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13568         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13570         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13572         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13573         risky local variable.
13575         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13577 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13579         * encrypt.el: Improve documentation to fix function name typo.
13580         Reported by Daiki Ueno <ueno@unixuser.org>.
13582 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13584         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13585         even if the point is not in the last page of an article.
13586         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13587         back to the previous page.
13589 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13591         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13593 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13595         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13597 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13599         * message.el (message-check-news-body-syntax):
13600         Avoid mm-string-as-multibyte.
13601         (message-hide-headers): Don't assume (point-min)==1.
13603 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13605         * message.el (message-remove-blank-cited-lines): Fix if remove is
13606         given.
13607         (message-bogus-address-regexp): New variable.
13608         (message-bogus-recipient-p): New function.
13609         (message-check-recipients): New command.
13610         (message-syntax-checks): Add `bogus-recipient'.
13611         (message-fix-before-sending): Add `bogus-recipient'.
13613         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13614         (gnus-treat-body-boundary): Don't test window-system.
13616 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
13618         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13620 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13622         * gnus.el: Bump version to Gnus v5.13.
13624 2007-10-28  Miles Bader  <miles@gnu.org>
13626         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13627         at compile-time too.
13629 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13631         * gnus-msg.el (gnus-message-setup-hook):
13632         Add `message-remove-blank-cited-lines' to options.
13634 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13636         * message.el (message-remove-blank-cited-lines): New function.
13637         Suggested by Karl Plästerer.
13639 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13641         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13642         mapc.
13644         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13645         (top-level): Use mapc to set functions to be traced for debugging.
13647         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13648         called for effect with while loop.
13650         * message.el (message-talkative-question): Replace mapcar called for
13651         effect with mapc.
13653         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13654         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13655         called for effect with dolist.
13657         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13659         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13660         gnus-extra-headers and nnmail-extra-headers.
13662         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13663         called for effect with dolist.
13664         (top-level): Use mapc to set functions to be traced for debugging.
13666         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13667         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13668         dolist.
13670         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13671         Replace mapcar called for effect with mapc.
13672         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13673         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13674         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13675         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13677         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13678         remove-if that's a cl function.
13680         * webmail.el (webmail-debug): Replace mapcar called for effect with
13681         dolist.
13683 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13685         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13686         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13687         with while loop.
13689         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13690         functions from article-* functions.
13691         (gnus-multi-decode-header): Replace mapcar called for effect with
13692         dolist.
13694         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13695         (gnus-bookmark-show-details): Replace mapcar called for effect with
13696         while loop.
13698         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13699         called for effect with while loop.
13701         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13702         with dolist.
13704         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13705         Replace mapcar called for effect with dolist.
13707         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13709         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13710         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13711         Replace mapcar called for effect with dolist.
13712         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13713         mapc.
13715         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13716         Replace mapcar called for effect with dolist.
13717         (gnus-topic-list): Replace mapcar called for effect with mapc.
13719         * gnus.el: Use mapc instead of mapcar to add autoloads.
13721 2007-10-23  Richard Stallman  <rms@gnu.org>
13723         * gnus-group.el (gnus-group-highlight): Mark as risky.
13725 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13727         * gnus.el (gnus-server-to-method): Return method found first in
13728         gnus-newsrc-alist.
13730         * gnus-art.el (gnus-article-highlight-signature)
13731         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13732         button overlay without the front stickiness.
13734 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13736         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13737         overview buffer needed a catch to receive its throw.
13738         (gnus-agent-flush-cache): Declare as interactive to make this function
13739         easier to use.
13741 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13743         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13744         `next-line'.
13746 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13748         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13749         exclude address matching message-dont-reply-to-names.
13751 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13753         * gnus-util.el (gnus-string<): New function.
13755         * gnus-sum.el (gnus-article-sort-by-author)
13756         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13758 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13760         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13761         the frame-focus tag is set in gnus-buffer-configuration.
13763 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13765         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13766         the front stickiness.
13768 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13770         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13771         url pattern; remove duplicate one.
13772         (gnus-article-extend-url-button): New function.
13773         (gnus-article-add-buttons): Use it.
13774         (gnus-button-push): Use concatenated url that it makes.
13776 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13778         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13779         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13781 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13783         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13784         Don't hardcode point-min==1.
13786 2007-09-30  David Kastrup  <dak@gnu.org>
13788         * gnus-art.el (gnus-article-reply-with-original)
13789         (gnus-article-followup-with-original): When `transient-mark-mode' is
13790         off, refrain from active-region behavior for followups.
13792 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13794         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13795         Fix comment about "iso8859-1".
13797 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13799         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13800         ones returned from the verify-function.
13802         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13803         Call mml2015-extract-cleartext-signature if extraction failed.
13805 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13807         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13808         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13809         failed.
13811 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13813         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13815 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13817         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13818         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13819         thread for both the null and zero (kill/expire thread) universal prefix
13820         cases.
13821         (gnus-summary-expire-thread): Add new function to expire a thread,
13822         using gnus-summary-kill-thread.
13823         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13824         shortcuts for gnus-summary-expire-thread.
13825         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13826         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13828 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13830         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13831         extras value, so an extras entry can be deleted.
13832         (gnus-registry-delete-extra-entry): Use it.
13833         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13834         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13835         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13836         storage through the gnus-registry, and provide an appropriate API for
13837         it.
13839 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13841         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13842         Suggested by Leo <sdl.web@gmail.com>.
13844         * gnus.el: Do.
13846 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13848         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13849         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13851         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13853         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13854         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13856 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13858         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13859         newline.
13860         (nnmbox-request-accept-article): Don't change article in source buffer;
13861         narrow to header to use message-fetch-field rather than
13862         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13863         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13864         as delimiters; make sure article ends with newline.
13865         (nnmbox-delete-mail): Correct last position of article to be deleted;
13866         ignore X-Gnus-Newsgroup header in article body.
13867         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13868         positions; make sure article ends with newline.
13870         * message.el (message-display-abbrev): Don't infloop when a user
13871         inserts SPC in the beginning of header.
13873 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13875         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13876         list of groups not followed by default.  Fix type to be regexp.
13877         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13879 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13881         * hmac-def.el (define-hmac-function): Switch from old-style to
13882         new-style backquotes.
13884         * md4.el (md4-make-step): Likewise.
13886 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13888         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13889         raw-text coding system when saving .newsrc file, which may contain
13890         non-ASCII group names.
13892 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13894         * gnus-cus.el (gnus-score-extra): New widget.
13895         (gnus-score-extra-convert): New function.
13896         (gnus-score-customize): Use it for Extra.
13898 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13900         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13901         (mml2015-mailcrypt-clear-verify): Use it.
13902         (mml2015-gpg-clear-verify): Use it.
13903         (mml2015-pgg-clear-verify): Use it.
13904         (mml2015-epg-clear-verify): Replace the current part with the output
13905         from GnuPG; don't extract the plaintext by itself.
13907         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13908         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13909         mml2015-clear-verify-function; don't touch the armor headers or
13910         dash-escaped text here.
13912 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13914         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13915         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13916         parts, or application/octet-stream as a last resort.
13917         (gnus-mime-view-part-as-type): Don't toggle display.
13918         (gnus-mime-view-part-as-charset): Don't turn off display before
13919         querying charset.
13921         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13922         stuff to undisplayer function in Emacs.
13923         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13925         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13926         text/calendar parts.
13928 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13930         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13931         decoding text/calendar parts.
13933         * message.el (message-forward-make-body-mime): Always mark body as
13934         having no illegible text; remove signed-or-encrypted argument.
13935         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13937         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13938         (mml-generate-mime-1): Don't encode body if it is specified to be in
13939         raw form; don't make buffer be unibyte when inserting multibyte string.
13941 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13943         * sha1.el: Fix up comment style.
13944         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13945         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13947         * hex-util.el: Fix up comment style.
13948         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13950         * gnus-salt.el: Use with-current-buffer.
13951         (gnus-pick-setup-message): Fix long-standing typo.
13953 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13955         * imap.el (imap-logout-timeout): New variable.
13956         (imap-logout, imap-logout-wait): New functions.
13957         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13959         * nnimap.el (nnimap-logout-timeout): New server variable.
13960         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13961         nnimap-logout-timeout.
13963         * gnus-art.el (gnus-article-summary-command-nosave)
13964         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13966 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13968         * gnus.el (gnus-maximum-newsgroup): New variable.
13970         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13971         according to gnus-maximum-newsgroup.
13973         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13974         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13975         Limit the range of articles according to gnus-maximum-newsgroup.
13977 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13979         * gnus-art.el (gnus-sticky-article): Fix problems described in
13980         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13981         Don't perform gnus-configure-windows here; reuse existing sticky
13982         article buffer.
13984         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13985         it doesn't exist in gnus-article-mode.
13987 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13989         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13990         (gnus-agent-decoded-group-name): New function.
13991         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13992         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13994 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13996         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13997         Add binding for gnus-sticky-article.
13998         (gnus-summary-exit): Don't kill sticky article buffers.
14000         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14001         article buffer.
14002         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14003         (gnus-kill-sticky-article-buffers): New commands.
14005 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14007         * nntp.el (nntp-xref-number-is-evil): New server variable.
14008         (nntp-find-group-and-number): If it is non-nil, don't trust article
14009         numbers in the Xref header.
14011 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14013         * gnus-agent.el (gnus-agent-read-group): New function.
14014         (gnus-agent-flush-group, gnus-agent-expire-group)
14015         (gnus-agent-regenerate-group): Use it.
14016         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14017         nnmail-pathname-coding-system.
14019 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14021         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14023         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14024         that are unread as unread, and also as selected so that information of
14025         marks having been changed by a user may be updated when exiting group.
14027 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14029         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14031 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14033         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14034         calculated ignoring signature parts to gnus-treat-article.
14036 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14038         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14039         a point here in order to keep the window start.
14040         (gnus-insert-mime-security-button): Make a button overlay without the
14041         front stickiness.
14042         (gnus-mime-display-security): Goto the end of a button.
14044         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14046 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14048         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14049         group-name-at-point.
14050         (gnus-group-completing-read): New function that offers decoded
14051         non-ASCII group names for completion.
14052         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14053         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14054         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14055         (gnus-group-fetch-control): Use it.
14056         (gnus-fetch-group): Use group-name-at-point for the initial value
14057         rather than the default value; use gnus-alive-p.
14059         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14060         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14061         (gnus-summary-post-news): Use gnus-group-completing-read.
14063         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14064         (gnus-read-move-group-name): Decode group name for completion.
14066 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14068         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14069         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14070         Yamaoka slightly modified the code).
14072 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14074         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14075         (nnmail-split-incoming): Bind it.
14077         * nnml.el (nnml-group-name-charset): New function.
14078         (nnml-decoded-group-name): Use it; don't decode group name if
14079         nnmail-group-names-not-encoded-p is non-nil.
14080         (nnml-encoded-group-name): New function.
14081         (nnml-group-pathname): Inline nnml-decoded-group-name.
14082         (nnml-request-expire-articles): Decode group name in message.
14083         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14084         nnmail-pathname-coding-system.
14085         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14086         not decoded ones according to nnmail-group-names-not-encoded-p.
14087         (nnml-generate-active-info): Use nnml-encoded-group-name.
14089 2007-08-08  Glenn Morris  <rgm@gnu.org>
14091         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14092         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14093         doc-strings and comments.
14095 2007-07-25  Glenn Morris  <rgm@gnu.org>
14097         * Relicense all FSF files to GPLv3 or later.
14099 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14101         * gnus-sum.el (gnus-summary-move-article):
14102         Make gnus-summary-respool-article work.
14104 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14106         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14107         string.
14109 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14111         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14112         that should be ignored when comparing distant RSS articles with local
14113         ones.
14114         (nnrss-make-hash-index): New function.  Create a hash index according
14115         to the ignored fields.
14116         (nnrss-check-group): Use it.
14118 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14120         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14122         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14124         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14125         the new optional argument ENCODED is non-nil.
14126         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14127         coding system for encoding group name.
14128         (gnus-group-make-rss-group): Pass un-encoded group name to
14129         gnus-group-make-group.
14130         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14131         encoded.
14133         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14134         Encode group name to which articles are moved or copied.
14135         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14136         coding system for encoding Newsgroup, Followup-To and Xref headers.
14138         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14139         marks; use nnheader-file-coding-system to write a file.
14140         (nnagent-retrieve-headers): Bind file-name-coding-system to
14141         nnmail-pathname-coding-system.
14143         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14145         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14146         (nnml-request-article, nnml-request-create-group)
14147         (nnml-request-rename-group, nnml-find-id)
14148         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14149         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14150         (nnml-save-marks): Use nnml-group-pathname instead of
14151         nnmail-group-pathname.
14153         (nnml-request-create-group, nnml-request-expire-articles)
14154         (nnml-request-move-article, nnml-request-delete-group)
14155         (nnml-deletable-article-p, nnml-possibly-create-directory)
14156         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14157         (nnml-open-marks): Bind file-name-coding-system to
14158         nnmail-pathname-coding-system.
14160         (nnml-request-article): Pass server argument to nnml-find-group-number.
14161         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14162         Pass server argument to nnml-possibly-create-directory.
14163         (nnml-request-accept-article): Pass server argument to
14164         nnml-active-number and nnml-save-mail.
14165         (nnml-find-group-number): Pass server argument to nnml-find-id.
14166         (nnml-request-update-info): Pass server argument to
14167         nnml-marks-changed-p.
14169         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14170         (nnml-save-mail, nnml-active-number): Add server argument.
14172         (nnml-request-delete-group): Warn if group is missing.
14173         (nnml-get-nov-buffer): Decode group name.
14174         (nnml-generate-active-info): Encode group name.
14175         (nnml-open-marks): Decode group name in messages.
14177 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14179         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14180         if it is not specified.
14181         (gnus-article-pipe-part, gnus-article-save-part)
14182         (gnus-article-interactively-view-part, gnus-article-copy-part)
14183         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14184         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14185         (gnus-article-replace-part, gnus-article-delete-part)
14186         (gnus-article-view-part-as-type): Pass raw prefix argument to
14187         gnus-article-part-wrapper.
14189 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14191         * gnus-agent.el (gnus-agent-save-active):
14192         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14194         * gnus-cache.el (gnus-cache-save-buffers)
14195         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14196         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14197         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14198         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14199         (gnus-cache-generate-active, gnus-cache-rename-group)
14200         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14201         (gnus-cache-update-overview-total-fetched-for):
14202         Bind file-name-coding-system to nnmail-pathname-coding-system.
14203         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14204         New variables.
14205         (gnus-cache-decoded-group-name): New function.
14206         (gnus-cache-file-name): Use it.
14207         (gnus-cache-generate-active): Use non-decoded group name for active.
14209         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14210         right place.
14211         (gnus-write-active-file): Don't break non-ASCII group names.
14213         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14214         nnmail-pathname-coding-system.
14216         * gnus-uu.el (gnus-uu-decode-save): Typo.
14218 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14220         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14222 2007-07-14  David Kastrup  <dak@gnu.org>
14224         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14225         finishing actions if we did not edit the article.
14227 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14229         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14230         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14231         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14232         (gnus-agent-flush-group, gnus-agent-flush-cache)
14233         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14234         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14235         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14236         (gnus-agent-regenerate-group)
14237         (gnus-agent-update-files-total-fetched-for)
14238         (gnus-agent-update-view-total-fetched-for):
14239         Bind file-name-coding-system to nnmail-pathname-coding-system.
14240         (gnus-agent-group-pathname): Don't encode file names by
14241         nnmail-pathname-coding-system.
14242         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14243         coding-system-for-write instead of buffer-file-coding-system to
14244         gnus-agent-file-coding-system.
14246         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14247         Decode group name.
14249         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14251         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14252         (gnus-read-newsrc-el-file): Make group names unibyte.
14254         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14255         nnmail-pathname-coding-system.
14257         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14258         (nnrss-request-delete-group): Bind file-name-coding-system to
14259         nnmail-pathname-coding-system.
14260         (nnrss-read-server-data, nnrss-read-group-data):
14261         Bind file-name-coding-system correctly.
14262         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14264         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14265         (nntp-server-to-method-cache): New variable.
14266         (nntp-group-pathname): New function that decodes non-ASCII group names.
14267         (nntp-possibly-create-directory, nntp-marks-changed-p)
14268         (nntp-save-marks, nntp-open-marks): Use it.
14269         (nntp-possibly-create-directory, nntp-open-marks):
14270         Bind file-name-coding-system to nnmail-pathname-coding-system.
14271         (nntp-open-marks): Decode group names when bootstrapping marks.
14273         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14274         Newsgroups and Followup-To headers.
14276 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14278         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14279         (gnus-server-closed-face, gnus-server-denied-face)
14280         (gnus-server-offline-face): Remove variable.
14281         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14283         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14284         of modifying message-stack directly for XEmacs.
14286         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14287         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14288         if the coding-system argument is nil for XEmacs.
14290         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14291         mm-charset-override-alist.
14293         * rfc2047.el: Don't require base64; require rfc2045 for the function
14294         rfc2045-encode-string.
14295         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14296         to quote the parameter value.
14298 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14300         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14301         form in gnus-group-name-charset-method-alist.
14303         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14304         overrides the default layout edit-form.
14306         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14308         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14310 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14312         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14313         as unfetched articles.
14315 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14317         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14319 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14321         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14322         original back end that keeps marks in the local system.
14324 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14326         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14327         arg of pop-to-buffer for XEmacs.
14328         (gnus-article-read-summary-keys): Ditto; don't restore window
14329         configuration if summary command ends up with neither article buffer
14330         nor summary buffer; describe bindings if summary keys end with C-h.
14332 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14334         * message.el (message-fix-before-sending): Skip raw message part to be
14335         forwarded while checking illegible text.
14336         (message-forward-make-body-mime, message-forward-make-body):
14337         Mark signed or encrypted raw message as having no illegible text.
14339 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14341         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14342         (gnus-message-with-timestamp-1): New macro.
14343         (gnus-message-with-timestamp): New function.
14344         (gnus-message): Use them.
14346         * nnheader.el (nnheader-message): Use them.
14348 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14350         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14351         .newsrc.eld file.
14353 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14355         * gnus-agent.el (gnus-agent-fetch-headers)
14356         (gnus-agent-retrieve-headers):
14357         Bind gnus-decode-encoded-address-function to identity.
14359         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14360         available also when the server returns simply a dot.
14362         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14364 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14366         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14368 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14370         * gnus-ems.el (gnus-x-splash): Make it work.
14372         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14373         from being used.
14375 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14377         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14378         the front stickiness.
14379         (gnus-article-summary-command-nosave): Correct the order of the
14380         arguments passed to pop-to-buffer.
14381         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14382         summary command ends up with the article buffer.
14384         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14385         the same faces.
14387 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14389         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14391 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14393         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14394         * gnus-sum.el (gnus-summary-highlight):
14395         * mail-source.el (mail-source-delete-old-incoming-confirm):
14396         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14398 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14400         * gnus-art.el (gnus-mime-view-part-externally)
14401         (gnus-mime-view-part-internally): Fix predicate function passed to
14402         completing-read.
14404         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14406         * gnus.el (gnus-update-message-archive-method): Add :version.
14408 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14410         * gnus.el (gnus-update-message-archive-method): New variable.
14412         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14413         according to gnus-message-archive-method if
14414         gnus-update-message-archive-method is non-nil.
14416 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14418         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14419         Suggested by Loic Dachary <loic@dachary.org>.
14420         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14422 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14424         * message.el (message-pop-to-buffer): Add switch-function argument.
14425         (message-mail): Pass switch-function argument to it.
14427 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14429         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14430         Improve doc string.
14432 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14434         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14435         (gnus-header-content):
14436         * gnus-cite.el (gnus-cite-10):
14437         * gnus-srvr.el (gnus-server-closed):
14438         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14439         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14440         (gnus-group-mail-3-empty, gnus-group-mail-low)
14441         (gnus-group-mail-low-empty, gnus-splash):
14442         * message.el (message-header-to, message-header-cc)
14443         (message-header-subject, message-header-other, message-header-name)
14444         (message-header-xheader, message-separator, message-cited-text)
14445         (message-mml): Lighten colors of faces used for dark background.
14447 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14449         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14450         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14452 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14454         * message.el (message-narrow-to-headers-or-head):
14455         Ignore mail-header-separator in the body.
14457 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14459         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14460         same as window size.
14462 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14464         * message.el (message-font-lock-keywords): Use message-header-xheader
14465         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14466         ahead of the anything pattern, to get it recognized.
14468 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14470         * gnus-sum.el (gnus-articles-to-read)
14471         (gnus-summary-insert-old-articles): Don't truncate group name for
14472         `read-string'.
14474         * gnus-util.el (gnus-limit-string): Delete this function.
14476         * gnus-sum.el (gnus-simplify-subject-fully):
14477         Use `truncate-string-to-width' instead.
14479 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14481         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14482         Tell if, on summary exit, the next group has to be selected.
14483         (gnus-summary-exit): Use it.
14485 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14487         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14488         non-break space.
14490 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14492         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14493         Check if group is not a directory.
14494         (nnfolder-request-expire-articles): Don't delete articles if the target
14495         group is not available.
14497         * nnml.el (nnml-request-create-group): Properly check if group is not a
14498         file.
14499         (nnml-request-expire-articles): Don't delete articles if the target
14500         group is not available.
14502         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14503         Don't quote characters that are within parentheses.
14505 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14507         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14508         (gnus-handle-ephemeral-exit): Select article according to it.
14510 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14512         * message.el (message-insert-formated-citation-line): Remove newline.
14513         (message-citation-line-format): Add final \n here so that the user can
14514         avoid a blank line.
14516 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14518         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14519         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14520         Update lanl/arXiv support.
14522 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14524         * gnus.el: Bump version number.
14526 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14528         * gnus.el (gnus-version-number): Bump version.
14530 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14532         * gnus.el: No Gnus v0.6 is released.
14534 2007-04-27  Didier Verna  <didier@xemacs.org>
14536         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14537         * gmm-utils.el (gmm-regexp-concat): ... here.
14538         * message.el: Don't require 'gnus-util.
14539         (message-dont-reply-to-names): Handle name change above.
14540         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14542 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14544         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14545         since the initial value varies according to the system.
14547 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14549         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14551 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14553         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14555 2007-04-24  Didier Verna  <didier@xemacs.org>
14557         Improve the type of gnus-ignored-from-addresses.
14558         * gnus-util.el (gnus-orify-regexp): New function.
14559         * message.el (gnus-util): Require it.
14560         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14561         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14562         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14564 2007-04-24  Didier Verna  <didier@xemacs.org>
14566         * gnus-sum.el:
14567         * gnus-utils.el: Fix some trailing whitespaces.
14569 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14571         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14572         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14573         article's Message-ID; refer parent article in summary buffer.
14575         * message.el (message-bounce): Call mime-to-mml.
14577 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14579         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14581 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14583         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14584         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14585         displayed of multipart/alternative part if it is invoked from summary
14586         buffer.
14588         * mm-view.el (mm-inline-text-html-render-with-w3m)
14589         (mm-inline-text-html-render-with-w3m-standalone)
14590         (mm-inline-render-with-function): Use mail-parse-charset by default.
14592 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14594         * parse-time.el (parse-time-string-chars): Check if CHAR
14595         is less than the length of parse-time-syntax.
14597 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14599         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14600         from gnus-newsgroup-processable.
14602 2007-04-16  Didier Verna  <didier@xemacs.org>
14604         * gnus-msg.el (gnus-configure-posting-styles):
14605         Handle message-signature-directory properly with :file syntax.
14606         Reported by "Leo".
14608 2007-04-11  Didier Verna  <didier@xemacs.org>
14610         New user option: message-signature-directory.
14611         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14612         * message.el (message-insert-signature): Ditto.
14613         * message.el (message-signature-file): Doc update.
14614         * message.el (message-signature-directory): New.
14616 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14618         * gnus-msg.el (gnus-inews-yank-articles):
14619         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14621 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14623         * message.el (message-yank-original): Make sure cited text ends with
14624         newline; don't exchange point and mark.
14626 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14628         * tls.el (open-tls-stream): Properly handle case where there
14629         is no associated buffer.
14631 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14633         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14634         message-yank-original, make sure (< mark TEXT point).
14636 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14638         * message.el (message-fill-column): New variable.
14639         (message-mode): Use it.  Add comment on a possible new hook.
14641         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14642         (nnmail-get-new-mail): Reformat.
14644         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14646         * gmm-utils.el: Fix Commentary.
14647         (gmm-tool-bar-from-list): Fix typo in doc string.
14649 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14651         * message.el (message-yank-original): Don't switch point and mark
14652         unnecessarily to put point and mark as documented.
14654 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14656         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14657         from the message heads.
14659 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14661         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14662         article buffer does not have a window.  This may not be the best
14663         solution but is certainly better than setting the start of the null,
14664         that is the current, window.
14666 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14668         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14669         (gnus-draft-setup): Run it.
14671         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14672         gnus-score-fast-scoring.  Allow regexp.
14673         (gnus-score-headers): Use it.
14675         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14676         XEmacs.
14678         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14679         string.
14680         (gnus-button-alist): Also catch `<f1> k ...'.
14681         (gnus-treat-display-x-face): Fix doc string.
14683 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14685         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14686         evaluation of gnus-extended-version to ensure correct generation of the
14687         User-Agent header when message-generate-headers-first is used.
14689 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14691         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14692         hashcash-path is nil.  Don't call callback with incorrect number of
14693         parameters if val is 0.
14695 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14697         * message.el (message-required-news-headers):
14698         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14700 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14702         * message.el (message-generate-new-buffers): Change the meaning of the
14703         nil value; add `standard' to the choices; treat t as `unique'; improve
14704         doc string.
14705         (gnus-select-frame-set-input-focus): Autoload.
14706         (message-buffer-name): Search for the existing message buffer if
14707         message-generate-new-buffers is nil or `standard'; treat the value t of
14708         message-generate-new-buffers as `unique'.
14709         (message-pop-to-buffer): Raise the frame already displaying the message
14710         buffer; clear the echo area after querying.
14711         (message-setup): Pass the `continue' argument to compose-mail.
14712         (message-mail): Prefer `switch-function' if it is given; search for the
14713         existing message buffer if the `continue' argument is non-nil; pass
14714         continue and switch-function arguments to compose-mail by way of
14715         message-setup.
14716         (message-mail-other-window): Adjust argument of message-setup.
14717         (message-mail-other-frame): Ditto.
14719 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14721         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14722         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14723         to turn font-lock on when turning gnus-message-citation-mode on.
14725 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14727         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14728         (mml-smime-function-alist): New variable; add epg as the backend.
14729         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14730         mml-smime- functions instead.
14731         * mm-view.el: Require smime.
14733 2007-03-05  Didier Verna  <didier@xemacs.org>
14735         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14736         instead of just inheritance for posting styles.
14737         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14739 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14741         * tls.el (tls-certtool-program): Fix custom type.
14743 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14745         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14746         and point-at-eol instead of line-(beginning|end)-position.
14748         * assistant.el (assistant-parse-buffer): Ditto.
14750 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14752         * mml2015.el (mml2015-epg-find-usable-key): New function.
14753         (mml2015-epg-sign): Use it.
14754         (mml2015-epg-encrypt): Use it.
14756 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14758         * message.el (message-make-in-reply-to): Quote name containing
14759         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14760         if there are special characters.  Reported by NAKAJI Hiroyuki
14761         <nakaji@jp.freebsd.org>.
14763 2007-02-27  Didier Verna  <didier@xemacs.org>
14765         Include the group parameters as well as the topic ones in the
14766         inheritance filter process.
14767         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14768         argument GROUP-PARAMS-LIST.
14769         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14771 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14773         * nntp.el (nntp-never-echoes-commands)
14774         (nntp-open-connection-functions-never-echo-commands): New variables.
14775         (nntp-send-command): Use them.
14777 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14779         * mml2015.el (mml2015-epg-verify): Simplify.
14781 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14783         * mml.el (mml-content-disposition-alist): New user option.
14784         (mml-content-disposition): New function.
14785         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14786         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14788 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14790         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14791         verification.
14793 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14795         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14796         articles posted in the last 24 hours.
14798 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14800         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14802 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14804         * nntp.el (nntp-send-command): Don't wait for echoes when
14805         nntp-open-ssl-stream is used.
14807 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14809         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14810         (gnus-message-add-citation-keywords)
14811         (gnus-message-remove-citation-keywords): Remove.
14812         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14813         directly, make the variables in font-lock-defaults buffer-local, add
14814         gnus-message-citation-keywords to them and then update the value of
14815         font-lock-keywords.
14817 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14819         * message.el (message-cite-original-1): Don't call
14820         gnus-article-highlight-citation.
14822         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14823         citations; fix line count.
14825 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14827         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14828         (gnus-message-add-citation-keywords)
14829         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14830         versions of font-lock-add-keywords and font-lock-remove-keywords to
14831         work with XEmacs correctly.
14833 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14835         * gnus-cite.el (gnus-cite-face-list): Set the values of
14836         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14837         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14838         (gnus-message-cite-prefix-regexp): New variable.
14839         (gnus-message-search-citation-line): Use it; protect against long
14840         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14841         the 0th match data for Emacs.
14842         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14843         (gnus-message-add-citation-keywords): Append keywords rather than
14844         prepending; emulate font-lock-add-keywords if it is not available.
14845         (gnus-message-remove-citation-keywords):
14846         Emulate font-lock-remove-keywords if it is not available.
14848         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14850         * message.el (message-cite-prefix-regexp): Set the value of
14851         gnus-message-cite-prefix-regexp.
14853 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14855         * nnweb.el (nnweb-google-parse-1): Update parser.
14857 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14859         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14861 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14863         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14864         regexp.
14866 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14868         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14869         string-to-multibyte.
14870         (uudecode-decode-region-internal): Use it.
14872 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14874         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14875         Fix custom choice.
14877         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14879 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14881         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14883         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14884         `write-region' to respect `mm-inhibit-file-name-handlers'.
14886 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14888         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14889         Use gnus-home-directory instead of "~/" or "$HOME".
14891 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14893         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14894         to mention filename.
14895         Add comments at beginning regarding usage.
14896         (encrypt-write-file-contents): Change interactive so a string is
14897         acceptable.  If the file has no associated model, show an error instead
14898         of a nonsense prompt.
14900 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14902         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14903         Thanks to Yoshihiko Yamada for kind notification of this typo.
14905 2007-01-12  Kenichi Handa  <handa@m17n.org>
14907         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14908         multibyte buffer.
14910 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14912         * gnus-score.el (gnus-score-fast-scoring): New variable.
14913         (gnus-score-headers): Use it.
14915         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14917         * message.el (message-cite-original-1):
14918         Call gnus-article-highlight-citation if requested.
14919         (message-make-from): Allow name and address as optional arguments.
14921         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14923         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14924         bugs to doc string.
14925         (gnus-button-alist): Add mid\\|message-id.
14926         (gnus-button-fetch-group): Extend for use in
14927         `browse-url-browser-function'.
14928         (gnus-button-url-regexp): Try to catch paired parentheses like in
14929         Wikipedia URLs.
14931         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14932         Suggested by Simon Krahnke <overlord@gmx.li>.
14934 2007-01-13  Romain Francoise  <romain@orebokech.com>
14936         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14937         Update copyright.
14939 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14941         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14943 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14945         * gnus-registry.el (gnus-registry-unfollowed-groups)
14946         (gnus-registry-split-fancy-with-parent): Fix documentation.
14948 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14950         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14951         from nnweb groups.
14953 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14955         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14956         Xref urls.  Erase buffer before requesting head.
14958         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14960 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14962         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14963         customizable.
14965 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14967         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14968         no signing key is found.
14969         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14970         no encrypting and/or signing key is found.
14972 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14974         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14976 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14978         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14979         headers read from disk with the ones newly found in the current search.
14980         This should no longer cause problems, because the article numbers in
14981         Gmane's `nov.php' output are ignored since the previous change.
14983 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14985         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14987 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14989         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14991 2007-01-01  Romain Francoise  <romain@orebokech.com>
14993         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14995 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14997         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14998         `define-minor-mode' macro definition expanded properly.
14999         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15000         exclude it there.
15002         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15003         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15004         `fboundp' test.
15005         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15006         This is OK to autoload in (S)XEmacs now.
15008 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15011         keystroke.
15012         (gnus-summary-limit-to-singletons): Fix typo.
15014         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15015         else fails.
15017 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15019         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15020         docstring.
15022         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15023         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15024         (gnus-summary-insert-dormant-articles): Fix typo in message.
15026 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15028         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15029         nil for XEmacs.
15030         (gnus-message-citation-mode): Don't autoload in XEmacs.
15032         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15034 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15036         * nnimap.el (nnimap-expunge-search-string):
15037         Mention nnimap-search-uids-not-since-is-evil in docstring.
15039 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15041         * spam.el: Revert to make-obsolete-variable because
15042         define-obsolete-variable-alias is not supported in Emacs 21.
15044         * spam.el (spam-ifile-path, spam-ifile-database-path)
15045         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15046         make-obsolete-variable.
15047         (spam-bsfilter-path, spam-bsfilter-program)
15048         (spam-spamassassin-path, spam-spamassassin-program)
15049         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15050         Don't use "path" inappropriately.
15051         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15052         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15053         variable names.
15055 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15057         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15058         summary buffer.
15060         * password.el (password-cache-remove): Use clear-string to burn
15061         password, if available.
15063 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15065         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15067         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15069         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15070         (gnus-message-highlight-citation): Move defcustom here from
15071         gnus-cite.el.
15072         (gnus-message-citation-mode): Autoload.
15074         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15075         checks to make it compile with XEmacs.
15076         (gnus-message-citation-mode): New minor mode.
15077         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15078         (gnus-message-highlight-citation): New variables.
15079         (gnus-message-search-citation-line)
15080         (gnus-message-add-citation-keywords)
15081         (gnus-message-remove-citation-keywords)
15082         (turn-on-gnus-message-citation-mode)
15083         (turn-off-gnus-message-citation-mode): New functions.
15085 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15087         * gnus-cite.el: Enable highlighting of different citation levels in
15088         message-mode.
15090 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15092         * message.el (message-make-fqdn): Fix comment.
15093         (message-bogus-system-names): Add ".local".
15095         * spam.el (spam-ifile-path, spam-ifile-program)
15096         (spam-ifile-database-path, spam-ifile-database)
15097         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15098         Don't use "path" inappropriately.
15099         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15100         strings.
15101         (spam-check-ifile, spam-ifile-register-with-ifile)
15102         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15103         Use new variable names.
15105         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15106         (gnus-treat-display-smileys): Simplify using
15107         gnus-image-type-available-p.
15109         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15110         available.
15112 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15114         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15115         one after turning on the buffer's multibyteness instead of decoding
15116         them directly in the unibyte buffer that causes unexpected conversion
15117         in Emacs 23 (unicode).
15119 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15121         * message.el (message-generate-hashcash): Fix custom type.
15123 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15125         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15127 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15129         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15130         disconnect icons.  Add help text.
15132 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15134         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15135         negated to be consistent with the others we handle.
15137 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15139         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15140         version of gnus-summary-buffer to something, so that we can use two
15141         article buffers at the same time.
15143 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15145         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15146         trigger all the extra headers.
15147         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15148         sorting.
15150 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15152         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15153         solid groups.
15155 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15157         * legacy-gnus-agent.el: Add Copyright notice.
15159 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15161         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15163 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15165         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15167         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15168         to make it work reliably in CVS Emacs.
15169         (gnus-summary-limit-strange-charsets-predicate)
15170         (gnus-summary-limit-to-predicate): New functions.
15172 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15174         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15175         specifying array size.
15176         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15177         array if it is too small.
15178         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15179         (gnus-sort-threads-loop): New function.
15181 2006-12-06  Chris Moore  <dooglus@gmail.com>
15183         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15184         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15186 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15188         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15189         options.
15191 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15193         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15194         DOS-ing the recipient.
15196         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15197         the headers when creating the mapping to avoid mismappings.
15198         (nnweb-gmane-create-mapping): Always nix out old mapping.
15200 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15202         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15203         and mm-verify-option to never.
15205 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15207         * message.el (message-signed-or-encrypted-p): New function.
15208         (message-forward-make-body): Use it.
15210         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15211         Replace encode-coding-string with mm-encode-coding-string.
15213 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15215         * nneething.el (nneething-decode-file-name):
15216         Replace decode-coding-string with mm-decode-coding-string.
15218         * gnus-int.el (gnus-open-server): Say failed server's name.
15220 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15222         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15223         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15225         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15226         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15227         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15228         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15229         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15230         (gnus-subscribe-newsgroup, gnus-1):
15231         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15232         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15233         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15234         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15236 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15238         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15239         keystroke.
15240         (gnus-summary-limit-to-bodies): Implement headersp.
15242 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15244         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15246 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15248         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15250 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15252         * message.el (message-generate-hashcash): Expand range of values to
15253         include `opportunistic'.
15254         (message-send-mail): Use it.
15256 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15258         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15259         and comment it.
15261         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15263 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15265         * gnus-util.el (gnus-extract-address-components): Improve comment.
15267 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15269         * gnus-util.el (gnus-extract-address-components): Work with address in
15270         which the name portion contains @.
15272 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15274         * gnus.el (gnus-start): Move custom group up.
15275         (gnus-select-method): Don't autoload, but make it available for
15276         `customize-variable'.
15277         (gnus-getenv-nntpserver): Don't autoload.
15279 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15281         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15283 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15285         * message.el (message-sendmail-extra-arguments): New variable.
15286         (message-send-mail-with-sendmail): Use it.
15288 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15290         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15291         mm-with-unibyte-current-buffer to make string unibyte.
15293         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15294         mm-string-as-multibyte.
15296 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15298         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15299         Reported by Werner Koch <wk@gnupg.org>.
15301 2006-11-14  Daiki Ueno  <ueno@p360>
15303         * mml2015.el: Autoload epa-select-keys when compiling.
15305 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15307         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15308         message-options.
15309         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15311 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15313         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15314         EasyPG (< 0.0.6).
15315         (mml2015-always-trust): New user option.
15316         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15317         prompt.
15319 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15321         * nntp.el (nntp-authinfo-force): New variable.
15322         (nntp-send-authinfo): Use it.
15324 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15326         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15327         decode encoded words.  Improve prompt.  Add comment about forwarding.
15328         (message-replacement-char): Move up.
15330 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15332         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15333         instead of gnus-intersection because arguments of gnus-sorted-nunion
15334         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15336 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15338         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15339         (message-simplify-subject-functions):
15340         Enable message-strip-subject-encoded-words by default.
15342 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15344         * message.el (message-strip-subject-encoded-words): New function.
15345         (message-simplify-subject-functions): New variable.
15346         (message-simplify-subject): Use it.  Fix typo in doc string.
15347         Support message-strip-subject-encoded-words.
15349 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15351         * gnus-diary.el (gnus-diary-delay-format-function):
15352         * nndiary.el (nndiary-reminders):
15353         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15355 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15357         * gnus-art.el (article-hide-boring-headers): Fetch date from
15358         gnus-original-article-buffer to avoid problems with localized date
15359         strings.
15361 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15363         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15365 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15367         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15368         New variables.
15369         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15370         (mm-charset-synonym-alist): Move some entries to
15371         mm-codepage-iso-8859-list.
15372         (mm-charset-synonym-alist, mm-charset-override-alist):
15373         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15375 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15377         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15379 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15381         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15382         with Emacs 21 and XEmacs.
15384 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15386         * spam.el (spam-parse-address): New function for better parsing,
15387         catching errors, etc.
15388         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15390 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15392         * mm-view.el: Add interactive arg to html2text autoload.
15394 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15396         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15398 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15400         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15401         New variables.
15402         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15403         (mm-charset-synonym-alist): Move some entries to
15404         mm-codepage-iso-8859-list.
15406         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15408 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15410         * message.el (message-citation-line-format)
15411         (message-insert-formated-citation-line): Fix implementation of %E, %N
15412         and %n according to the doc string.
15414 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15416         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15417         Use car-safe to avoid bad parses.
15419 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15421         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15422         names.
15424         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15426 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15428         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15429         header.
15431         * message.el (message-draft-headers): Add Date.
15432         (message-headers-to-generate): Fix typo in docstring.
15434         * nndraft.el (nndraft-required-headers): New variable.
15435         (nndraft-generate-headers): Use it.
15437         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15439 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15441         * gnus-registry.el (gnus-registry-wash-for-keywords)
15442         (gnus-registry-find-keywords): New functions to allow easy searching of
15443         articles that are in the registry.
15445 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15447         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15448         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15449         Reported by Damien Elmes <damien@repose.cx>.
15451 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15453         * gnus.el (gnus-mime): Remove unused custom group.
15455 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15457         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15458         "blank line" when searching for end of armor headers.
15460 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15462         * gmm-utils.el (gmm-write-region): Fix variable name.
15464 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15466         * gmm-utils.el (gmm-write-region): New function based on compatibility
15467         code from `mm-make-temp-file'.
15469         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15471         * nnmaildir.el (nnmaildir--update-nov)
15472         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15473         Use `gmm-write-region'.
15475 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15477         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15478         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15480         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15482         * message.el (message-replacement-char): New variable.
15483         (message-fix-before-sending): Use it.
15484         (message-simplify-subject): New function to remove duplicate code.
15485         (message-reply, message-followup): Use it.
15487         * gnus-sum.el (gnus-summary-make-menu-bar):
15488         Clarify gnus-summary-limit-to-articles.
15490 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15492         * gnus-util.el (gnus-with-local-quit): New macro.
15494         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15496 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15498         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15499         ignore non-string data.
15501 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15503         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15504         non-string data (needs to be done in the registry too).
15506 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15508         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15509         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15510         (gnus-registry-split-fancy-with-parent)
15511         (gnus-registry-fetch-simplified-message-subject-fast)
15512         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15513         Remove text properties on ingress into the registry and when it's saved.
15514         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15515         registry from entries with no groups.
15517 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15519         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15520         function to remove string properties.
15522 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15524         * gmm-utils.el (gmm): Adjust custom version.
15526         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15527         Adjust custom version.
15529         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15531 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15533         * gnus-art.el (gnus-insert-prev-page-button)
15534         (gnus-insert-next-page-button): Simplify.  Reformat.
15536 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15538         * gnus-art.el (gnus-insert-prev-page-button)
15539         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15541 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15543         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15545 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15547         * gnus-art.el (gnus-insert-mime-button)
15548         (gnus-insert-mime-security-button):
15549         Apply gnus-article-button-face to MIME and security buttons.
15551 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15553         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15554         readable.
15556 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15558         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15559         `browse-url-of-file' instead of `browse-url'.
15561 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15563         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15564         regexp.  Articles containing quotation were cut prematurely.
15566 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15568         * message.el (message-cite-original-1): Use nobody by default for the
15569         value of From header.
15570         (message-reply): Ditto.
15572 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15574         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15575         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15576         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15578 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15580         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15581         mails in the doc string.  Add some URLs in comment.
15582         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15584 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15586         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15587         backslashes handling and the way to find boundaries of quoted strings.
15589 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15591         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15592         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15593         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15594         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15596 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15598         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15599         doc string.
15600         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15602 2006-09-06  Simon Josefsson  <jas@extundo.com>
15604         * mml2015.el (mml2015-use): Doc fix, mention epg.
15606 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15608         * mml2015.el (mml2015-use): Default to epg, if available.
15610 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15612         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15613         message-sender.
15614         (mml1991-epg-encrypt): Ditto.
15615         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15616         message-sender.
15617         (mml2015-epg-encrypt): Ditto.
15619 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15621         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15622         several common directories.
15624 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15626         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15627         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15629 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15631         * gnus-art.el (article-decode-encoded-words): Make it fast.
15633 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15635         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15637         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15638         in quoted string into `\'.
15640 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15642         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15643         Use standard-syntax-table.
15645 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15647         * gnus-art.el (gnus-decode-address-function): New variable.
15648         (article-decode-encoded-words): Use it to decode headers which are
15649         assumed to contain addresses.
15650         (gnus-mime-delete-part): Remove useless `or'.
15652         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15653         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15654         (gnus-nov-parse-line): Use it to decode From header.
15655         (gnus-get-newsgroup-headers): Ditto.
15656         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15658         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15659         (mail-decode-encoded-address-string): New alias.
15661         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15662         New function.
15663         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15664         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15665         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15666         (rfc2047-decode-string): Ditto.
15667         (rfc2047-decode-address-region): New function.
15668         (rfc2047-decode-address-string): New function.
15670 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15672         * message.el (message-caesar-buffer-body): Allow rotating headers.
15674         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15676         * message.el (message-insert-formated-citation-line): Fix %f.
15677         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15679 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15681         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15682         (gnus-bookmark-mouse-available-p): New macro.
15683         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15684         (gnus-bookmark-bmenu-show-infos): Use it.
15685         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15686         (gnus-bookmark-bmenu-hide-infos): Ditto.
15687         (gnus-bookmark-remove-properties): New function.
15688         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15689         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15690         (gnus-bookmark-write-file): Bind coding-system-for-write.
15691         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15692         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15693         group before selecting it.
15694         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15695         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15696         quit-window if it is not available; use gnus-mouse-2 and bind it to
15697         gnus-bookmark-bmenu-select-by-mouse.
15698         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15699         (gnus-bookmark-bmenu-select-by-mouse): New function.
15701 2006-08-13  Romain Francoise  <romain@orebokech.com>
15703         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15704         space.
15706 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15708         * compface.el (uncompface): Use binary rather than raw-text-unix.
15710 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15712         * compface.el (uncompface): Make sure the eol conversion doesn't take
15713         place when communicating with the external programs.
15714         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15716 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15718         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15720 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15722         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15723         Make it more robust by parsing author and date independently.
15725 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15727         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15729 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15731         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15732         first matching secret key.
15733         (mml2015-epg-encrypt): Ditto.
15735         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15736         first matching secret key.
15737         (mml1991-epg-encrypt): Ditto.
15739         * mml2015.el (mml2015-encrypt-to-self): New user option.
15740         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15741         mml2015-epg-encrypt-to-self is set.
15743         * mml1991.el (mml1991-encrypt-to-self): New variable.
15744         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15745         mml1991-epg-encrypt-to-self is set.
15747         * mml2015.el (mml2015-signers): New user option.
15748         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15749         (mml2015-epg-encrypt): Allow to select signing keys.
15751         * mml1991.el (mml1991-signers): New variable.
15752         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15753         (mml1991-epg-encrypt): Allow to select signing keys.
15755 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15757         * nnheader.el (nnheader-insert-head): Make it work even if the file
15758         uses CRLF for the line-break code.
15760 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15762         * mml2015.el: Require mml-sec instead of password.
15763         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15764         (mml2015-cache-passphrase): Inherit the default value from
15765         mml-secure-cache-passphrase.
15766         (mml2015-passphrase-cache-expiry): Inherit the default value from
15767         mml-secure-passphrase-cache-expiry.
15769         * mml1991.el: Require mml-sec instead of password.
15770         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15771         (mml1991-cache-passphrase): Inherit the default value from
15772         mml-secure-cache-passphrase.
15773         (mml1991-passphrase-cache-expiry): Inherit the default value from
15774         mml-secure-passphrase-cache-expiry.
15776         * mml-sec.el: Require password.
15777         (mml-secure-verbose): New user option.
15778         (mml-secure-cache-passphrase): New user option.
15779         (mml-secure-passphrase-cache-expiry): New user option.
15781 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15782             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15784         * pgg-def.el (pgg-truncate-key-identifier):
15785         Truncate the key ID to 8 letters from the end.
15787 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15789         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15790         workaround for the url package included with Emacs.
15792         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15794 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15796         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15797         correctly.  This fixes a bug caused by the 2006-05-12 change.
15799 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15801         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15802         some information about the error when saying that the `bogus' mail
15803         group will be used.
15805 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15807         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15808         string.
15810 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15812         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15814 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15816         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15818 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15820         * mml1991.el (mml1991-function-alist): Add epg.
15821         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15822         (mml1991-epg-encrypt): New functions.
15824 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15826         * mml2015.el (mml2015-verbose): New variable.
15827         (mml2015-cache-passphrase): Ditto.
15828         (mml2015-passphrase-cache-expiry): Ditto.
15829         (mml2015-function-alist): Add epg.
15830         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15831         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15832         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15833         New functions.
15835 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15837         * message.el (message-cite-original-1): Preserve region when removing
15838         quoted text due to X-No-Archive in order to avoid bogus attribution
15839         when citing multiple messages.
15841 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15843         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15844         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15846 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15848         * gnus-diary.el (gnus-user-format-function-d)
15849         (gnus-user-format-function-D): Autoload.
15851         * imap.el (Commentary): Fix typo.
15853         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15854         2006-04-22 contribution.
15856 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15858         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15859         It didn't really fix the bogosity I'm seeing with solid web groups.
15861 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15863         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15864         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15865         created using server names.  If we use the feature without declaring
15866         it, Gnus does not properly manage server and group state.
15868         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15869         bound.
15871 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15873         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15874         looking up the method using GROUP's prefix before inventing a new one.
15875         It is used on killed/unknown groups in various places where returning
15876         an all-new method isn't expected by the caller.
15878         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15879         and match semantics of gnus-group-real-prefix.
15881 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15883         * nnmail.el (nnmail-broken-references-mailers): New variable.
15884         (nnmail-ignore-broken-references): New function generalizing
15885         nnmail-fix-eudora-headers.
15886         (nnmail-fix-eudora-headers): Now obsolete.
15888         * gnus-art.el (gnus-button-handle-custom):
15889         Support `customize-apropos*'.
15891 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15895         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15896         articles.
15898 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15900         * message.el (message-cite-reply-above): New variable.
15901         (message-yank-original): Use it.
15903 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15905         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15907 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15909         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15910         as read.
15912         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15914 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15916         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15917         (gnus-bookmark-default-file): Use gnus-directory.
15918         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15919         Remove "*" in doc string.
15920         (gnus-bookmark-write-file): Simplify.
15921         (gnus-bookmark-maybe-sort-alist): Use `when'.
15922         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15923         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15924         Add FIXME about Emacs 21 and XEmacs compatibility.
15925         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15926         compatibility.
15927         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15928         compatibility.
15929         (gnus-bookmark-menu-heading): Fix version.
15931 2006-06-19  Bastien Guerry  <bzg@altern.org>
15933         * gnus-bookmark.el: New file.
15935 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15937         * message.el (message-syntax-checks): Doc fix.
15939 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15941         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15942         unsubscribed groups as if they were killed ones.  It causes duplicate
15943         entries in gnus-newsrc-alist.
15945 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15947         * message.el (message-syntax-checks): Doc fix.
15948         (message-send-mail): Add check for continuation headers.
15949         (message-check-news-header-syntax): Fix regexp used to check for
15950         continuation headers.
15952 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15954         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15956 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15958         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15960 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15962         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15963         default-truncate-lines.
15965 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15967         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15968         to fill the utf-8 entry.
15970 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15972         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15974 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15976         * gnus-agent.el (directory-files-and-attributes): Move all the way
15977         forward (the third and final move).
15978         (gnus-agent-read-agentview): Trap reconstruction errors due to
15979         nonexistent directory.  Handle by returning nil.
15981 2006-05-30  Didier Verna  <didier@xemacs.org>
15983         * message.el (message-dont-reply-to-names): Update the custom type.
15984         * message.el (message-dont-reply-to-names): New defsubst: potentially
15985         convert a list of regexps into a single one.
15986         * message.el (message-get-reply-headers): Use it.
15987         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15989 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15991         * gnus-agent.el (directory-files-and-attributes): Move forward.
15993 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15995         * gnus-ml.el (gnus-mailing-list-subscribe)
15996         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15997         (gnus-mailing-list-message): Fix doc strings.
15999 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16001         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16002         of doing it manually.
16004 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16006         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16007         comment.
16009 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16011         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16012         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16013         (gnus-agent-read-local): All symbols allocated in my-obarray.
16014         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16015         (gnus-agent-regenerate-group): Check numeric names to see if they are
16016         messages or groups.
16017         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16018         better way of do this...)
16020         * gnus-cache.el (gnus-agent-total-fetched-for):
16021         Ignore 'dummy.group' (there should be a better way of do this...)
16023 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16025         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16026         (gnus-saved-headers): Ditto.
16027         (gnus-default-article-saver): Mention functions may have properties.
16028         (gnus-article-save): Override gnus-save-all-headers and
16029         gnus-saved-headers by :headers property which saver function may have.
16030         (gnus-summary-save-in-file): Add :headers property.
16031         (gnus-summary-write-to-file): Ditto.
16033         * gnus-sum.el (gnus-summary-save-article): Bind
16034         gnus-prompt-before-saving to t when saving many articles in a file;
16035         always show all headers.
16037 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16039         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16040         marks.
16042         * message.el (message-indent-citation): Add optional arguments to allow
16043         using it outside of message buffers.
16045         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16046         (gnus-article-treat-unfold-headers): Use it.
16047         (gnus-article-truncate-lines): New variable.
16048         (gnus-article-mode): Use it.
16049         (gnus-article-toggle-truncate-lines): New function.
16051         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16052         Add gnus-article-toggle-truncate-lines.
16054         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16055         coding system in XEmacs, use binary.
16057 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16059         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16060         after-load-alist.
16062         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16063         this function should save decoded articles.
16064         (gnus-summary-write-to-file): Use property to specify this function
16065         should save decoded articles and specify gnus-summary-save-in-file
16066         should be used to save articles other than the first one when saving
16067         many articles.
16068         (gnus-summary-save-body-in-file): Use property to specify this
16069         function should save decoded articles.
16070         (gnus-summary-write-body-to-file): Use property to specify this
16071         function should save decoded articles and specify
16072         gnus-summary-save-body-in-file should be used to save articles other
16073         than the first one when saving many articles.
16075         * gnus-sum.el (gnus-summary-save-article): Simplify.
16077 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16079         * gnus-art.el (gnus-default-article-saver):
16080         Add gnus-summary-write-body-to-file.
16081         (gnus-article-save-coding-system): Don't use coding system object
16082         in XEmacs.
16083         (gnus-read-save-file-name): Add optional `dir-var' argument which
16084         specifies directory in which files are saved; work even if optional
16085         `variable' argument is not specified.
16086         (gnus-summary-write-to-file): Read file name.
16087         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16088         (gnus-summary-write-body-to-file): New function.
16090         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16091         (gnus-summary-local-variables): Add it.
16092         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16093         (gnus-summary-save-article): Remove optional `decode' argument;
16094         determine whether to decode articles by the value of
16095         gnus-default-article-saver; when saving many files using
16096         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16097         it first and use gnus-summary-save-in-file or
16098         gnus-summary-save-body-in-file thereafter unless
16099         gnus-prompt-before-saving is always; move point to article which
16100         will be saved.
16101         (gnus-summary-save-article-file): Revert.
16102         (gnus-summary-write-article-file): Revert.
16103         (gnus-summary-save-article-body-file): Revert.
16104         (gnus-summary-write-article-body-file): New function.
16106 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16108         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16110 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16112         * gnus-art.el (gnus-default-article-saver): Doc fix.
16113         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16114         from gnus-summary-save-article-coding-system, and default to a
16115         certain coding system.
16116         (gnus-output-to-file): Add coding cookie and encode text according
16117         to gnus-article-save-coding-system; don't use mm-append-to-file.
16119         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16120         gnus-art.el and rename to gnus-article-save-coding-system.
16121         (gnus-summary-save-article): Require gnus-art; don't show all
16122         headers if it decodes articles; don't add coding cookie here;
16123         don't bind mm-text-coding-system-for-write.
16124         (gnus-summary-save-article-file): Save decoded articles.
16125         (gnus-summary-write-article-file): When saving many files, use
16126         gnus-summary-write-to-file first and gnus-summary-save-in-file
16127         thereafter unless gnus-prompt-before-saving is always.
16128         (gnus-summary-save-article-body-file): Save decoded articles.
16130 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16132         * nnrss.el (nnrss-check-group): Bind hash-index.
16134 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16136         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16137         its hash index.  Store this hash in `nnrss-group-data'.
16138         (nnrss-read-group-data): Update accordingly.
16140 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16142         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16143         entry.
16145         * gnus-sum.el (gnus-summary-make-menu-bar):
16146         Add gnus-article-browse-html-article.
16148 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16150         * gnus-sum.el (gnus-summary-mime-map):
16151         Add gnus-article-browse-html-article.
16153 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16155         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16156         suitable coding systems in customize.
16158 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16160         * mail-source.el (mail-sources): Fix custom type.
16162 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16164         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16165         (gnus-summary-expire-articles-now): Shorten prompt.
16167         * gmm-utils.el (wid-edit): Require.
16168         (defun-gmm): Rename from `gmm-defun-compat'.
16169         (gmm-image-search-load-path): Use it.
16170         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16172 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16174         * gnus-sum.el (gnus-summary-save-article-coding-system):
16175         New variable.
16176         (gnus-summary-save-article): Add optional `decode' argument.
16177         If it is set and gnus-summary-save-article-coding-system is non-nil,
16178         save decoded article.
16179         (gnus-summary-write-article-file): Save decoded article if
16180         gnus-summary-save-article-coding-system is non-nil.
16182         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16183         type.
16185 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16187         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16189 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16191         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16192         first to test gnus-single-article-buffer which may be buffer-local.
16194         * gnus-sum.el (gnus-summary-setup-buffer):
16195         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16196         group; make gnus-article-buffer, gnus-article-current, and
16197         gnus-original-article-buffer always buffer-local.
16198         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16199         group.
16200         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16202 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16204         * nnml.el (nnml-request-compact-group): Compressed files might not
16205         have .gz extension.
16207 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16209         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16210         (mm-copy-to-buffer): Use with-current-buffer.
16211         (mm-display-part): Simplify.
16212         (mm-inlinable-p): Add optional arg `type'.
16214 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16216         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16217         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16218         Try harder to show the attachment internally or externally using
16219         gnus-mime-view-part-as-type.
16221 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16223         * message.el (message-from-style, message-signature-separator)
16224         (message-user-organization-file, message-send-mail-function)
16225         (message-citation-line-function, message-yank-prefix)
16226         (message-indent-citation-function, message-signature)
16227         (message-signature-file, message-signature-insert-empty-line):
16228         Remove autoloads.
16230         * gnus-art.el (gnus-buttonized-mime-types):
16231         Remove "multipart/signed".  Revert 2006-04-26 change.
16233 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235         * gnus.el (gnus-version-number): Bump version.
16237 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16239         * gnus.el: No Gnus v0.5 is released.
16241 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16243         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16244         fetching articles by message-id.
16246 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16248         * message.el (hashcash): Require hashcash as normal.
16250         * ecomplete.el (ecomplete-highlight-match-line):
16251         Use point-at-eol.
16252         (ecomplete-highlight-match-line): Use `highlight', because that
16253         face exists in both Emacs and XEmacs.
16255         * message.el (message-display-abbrev): Use point-at-bol.
16257         * mail-source.el: Don't require timer/timer-funcs.
16259         * gnus-async.el: Ditto.
16261         * password.el: Ditto.
16263         * mm-url.el: Ditto.
16265         * mm-util.el: Require timer/timer-funcs.
16267 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16269         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16270         Close.
16272 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16275         unibyte after clear-decrypt function runs.
16277         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16278         returns as a unibyte string.
16280 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16282         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16283         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16284         (mml1991-pgg-encrypt): Ditto.
16286 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16288         * message.el (message-user-organization-file): Check several
16289         locations of the organization file.
16291         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16292         Add gnus-article-view-part-as-type.
16294         * gnus-art.el (gnus-article-view-part-as-type): New function.
16296         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16297         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16299         * mml.el: Simplify autoload.
16300         (mml-mode): defvar dnd-protocol-alist instead of using
16301         symbol-value.
16302         (mml-default-directory): New variable.
16303         (mml-minibuffer-read-file): Use it.
16304         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16306         * message.el (message-citation-line-format): New variable.
16307         (message-insert-formated-citation-line): New function.
16308         (message-citation-line-function):
16309         Add `message-insert-formated-citation-line' to custom type.
16311         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16312         to doc string.
16314         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16315         depending on mm-verify-option.
16317 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16319         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16320         binding pgg-* variables; reimplement the section which prevents
16321         MIME header from being signed.
16322         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16323         pgg-text-mode; remove a blank line at the top of body.
16325         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16326         lines at the top of body; use gnus-newsgroup-charset if there's no
16327         Charset header.
16329 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16331         * message.el (message-self-insert-commands): Doc fix.
16333         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16334         (mm-uu-pgp-encrypted-test): Ditto.
16335         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16336         between header and body; return application/pgp-encrypted handle
16337         if decryption failed; decode decrypted body by charset.
16339         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16340         element match to application/pgp-*.
16342 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16344         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16345         HTML.
16347 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349         * mail-source.el (mail-source-call-script): Message the error
16350         string.
16352 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16354         * gnus-util.el (gnus-byte-compile): Use it.
16356 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16358         * gnus-util.el (kill-empty-logs): New function.
16360 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16362         * message.el (message-mail-alias-type): Doc fix.
16363         (message-mail-alias-type-p): New function.
16364         (message-send): Use it.
16365         (message-mode): Ditto.
16366         (message-strip-forbidden-properties): Ditto.
16368         * ecomplete.el (ecomplete-database-file-coding-system):
16369         New variable.
16370         (ecomplete-save): Use it.
16371         (ecomplete-setup): Use it.
16373 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16375         * message.el (message-self-insert-commands): New variable.
16376         (message-strip-forbidden-properties): Use it.
16378 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16380         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16381         that doesn't make XEmacs choke.
16383 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16385         * gnus-util.el (gnus-replace-in-string):
16386         Prefer replace-regexp-in-string over of replace-in-string.
16388 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16390         * gnus-util.el (gnus-select-frame-set-input-focus):
16391         Use select-frame-set-input-focus if it is available in XEmacs; use
16392         definition defined in Emacs 22 for old Emacsen.
16394 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16396         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16398 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16400         * gnus-registry.el (gnus-registry-cache-save): Remove text
16401         properties when saving via the temp buffer.
16403 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16405         * message.el (message-generate-hashcash): Honor custom type.
16407 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409         * message.el (message-generate-hashcash): Default to non-nil when
16410         hashcash is found.
16412         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16413         (gnus-refer-thread-limit): Increase default to 500.
16415         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16417         * flow-fill.el (fill-flowed): Allow delete-space.
16419 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16421         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16422         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16423         Remove autoloads.
16425 2006-04-18  Simon Josefsson  <jas@extundo.com>
16427         * message.el (message-generate-hashcash): Default to.
16429 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16431         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16432         concatenating segments rather than before concatenating them.
16434 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16436         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16438         * imap.el (imap-quote-specials): New function.
16439         (imap-login-auth): Quote specials.
16441 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16443         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16445         * message.el (message-forward-make-body-plain):
16446         Allow message-forward-ignored-headers to be a list.
16447         (message-remove-ignored-headers): Factor out into function.
16448         (message-forward-make-body-mml): Use it.
16449         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16450         (rfc2231-parse-string): Allow concatanation of parameters that
16451         aren't contiguous.  The test case is
16452           (mail-header-parse-content-type "message/external-body;
16453             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16454             access-type=LOCAL-FILE;
16455             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16457 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16459         * nntp.el (nntp-accept-process-output): Return the value of
16460         `nnheader-accept-process-output'.
16462 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16465         (gnus-button-alist): Recognize more diff formats.
16466         (gnus-button-patch): Strip directory.
16468 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16470         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16471         Emacs 22 when setting focus.
16473 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16475         * gnus-art.el (gnus-article-treat-types): Do treatment of
16476         text/x-verbatim parts.
16477         (gnus-button-patch): New command.
16479         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16480         addresses that contain invalid characters.
16482 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484         * message.el (message-put-addresses-in-ecomplete):
16485         Use gnus-replace-in-string.
16486         (message-is-yours-p): Use the more correct
16487         mail-header-parse-address instead of
16488         mail-extract-address-components.
16489         (message-put-addresses-in-ecomplete): Fix typo.
16491         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16492         keystroke.
16494         * gnus-art.el (gnus-treatment-function-alist): Change order of
16495         newsgroups/generic header folding to avoid double-folding.
16497         * message.el (message-hidden-headers): Add X-Draft-From.
16499         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16500         New command.
16501         (gnus-summary-repeat-search-article-backward): New command.
16503         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16504         groups in the parent topic.
16506 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16508         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16509         (spam-extra-header-to-number): Return the CRM114 number as a
16510         number instead of a string.
16512 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514         * gnus-art.el (gnus-face-properties-alist): Move here from
16515         gnus-fun.
16517         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16519 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16521         * message.el (message-strip-forbidden-properties): Only display on
16522         self-insert-command.
16524         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16525         reindent.
16526         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16528 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16530         * smiley.el (smiley-style): Fix typo.
16532 2006-03-23  Kenichi Handa  <handa@m17n.org>
16534         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16535         instead of set-buffer-multibyte.
16537 2006-03-23  Kenichi Handa  <handa@m17n.org>
16539         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16540         buffer and then decode the buffer text if necessary.
16541         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16542         first, and after mm-encode-body, change the buffer to unibyte.
16544 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16546         * hashcash.el (hashcash-insert-payment-async-2):
16547         Use message-goto-eoh instead of doing it manually.
16548         (mail-add-payment): Use message-narrow-to-header instead of trying
16549         to do the same itself.
16551         * message.el (message-hidden-headers): Add Face.
16553         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16554         reparenting code.
16555         (gnus-summary-reparent-children): Refactored out code.
16556         (gnus-summary-thread-map): New keystroke.
16557         (gnus-summary-reparent-children): Make into command.
16559         * smiley.el (smiley-style): Default to `medium' if using a large
16560         font.
16562         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16563         does it itself.
16565         * message.el (message-point-in-header-p): Simplify definition.
16567 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569         * nnagent.el (nnagent-request-set-mark): Silence log file
16570         writing.
16571         (nnagent-request-set-mark): Use write-region instead of
16572         append-to-file.
16574         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16575         strange select method.
16577         * ecomplete.el (ecomplete-display-matches): Get highlightling
16578         right.
16579         (ecomplete-display-matches): Use literals.
16580         (ecomplete-display-matches): Disable message logging.
16582         * message.el (message-display-abbrev): Small optimization.
16584         * ecomplete.el (ecomplete-display-matches): Allow automatic
16585         display.
16587         * message.el (message-strip-forbidden-properties):
16588         Display abbrevs.
16589         (message-display-abbrev): Get automatic display right.
16591         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16592         keystrokes.
16594 2006-04-13  Romain Francoise  <romain@orebokech.com>
16596         TODO: Backport to v5-10!
16598         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16599         Move here (and rename) from gnus-registry.el.
16601         * gnus-registry.el: Require gnus-util.
16602         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16604 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606         * gnus-group.el (gnus-group-catchup-current):
16607         Change if-then-else-if-then-else into cond.
16608         (gnus-group-catchup): Indent.
16609         (group-name-at-point): New function.
16610         (gnus-fetch-group): Provide default from thing at point.
16612 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16614         * message.el (message-display-abbrev): Fix regexp.
16616         * ecomplete.el (ecomplete-highlight-match-line):
16617         Reimplement choosing.
16618         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16619         dead variables.
16621         * message.el (message-newline-and-indent): Remove debugging.
16622         (message-display-abbrev): Use new implementation.
16624 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16626         * gnus-art.el (gnus-article-mode):
16627         Set cursor-in-non-selected-windows to nil.
16629         * smiley.el: Revert previous change.
16630         (smiley-data-directory): defvar it before using it in the
16631         defcustom of `smiley-style'.
16633 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16635         * message.el (message-newline-and-indent): New function.
16637         * ecomplete.el: Implement more bits.
16639         * message.el (message-put-addresses-in-ecomplete): Clean up the
16640         string.
16642         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16644         * gnus-sum.el (gnus-summary-save-parts):
16645         Bind gnus-summary-save-parts-counter and use it to make unique file
16646         names.
16648         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16650         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16651         parameter to say whether to actually parse the individual
16652         addresses.
16654         * message.el (message-put-addresses-in-ecomplete): New function.
16655         (ecomplete): Require.
16656         (message-mail-alias-type): Add ecomplete as an option.
16658 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16660         * flow-fill.el (fill-flowed): Remove trailing space from blank
16661         quoted lines.
16663 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16665         * smiley.el (smiley-style): Move definition later to avoid a
16666         compilation warning.
16668 2006-04-12  Kenichi Handa  <handa@m17n.org>
16670         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16671         buffer and then decode the buffer text if necessary.
16672         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16673         first, and after mm-encode-body, change the buffer to unibyte.
16674         Use mm-disable-multibyte instead of set-buffer-multibyte.
16676 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16678         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16679         Content-Type header instead of Content-Disposition header.
16680         (gnus-mime-inline-part): Ditto.
16681         (gnus-mime-view-part-as-charset): Ignore charset that the part
16682         specifies.
16684         * mm-decode.el (mm-display-part): Work with external parts and
16685         usual parts similarly.
16687         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16688         instead of gnus-display-mime.
16690         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16691         instead of with-temp-buffer.
16693         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16694         tag to summarized topics part in order to encode non-ASCII text.
16696 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16698         * smiley.el (smiley-style): New variable.
16699         (smiley-directory): New function.
16700         (smiley-data-directory): Derive from `smiley-style' using
16701         `smiley-directory'.
16702         (smiley-regexp-alist): Add new entries.
16704         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16705         (gnus-article-browse-delete-temp): Add :version.
16707 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16709         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16710         the sieve region.
16712 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16714         * gnus.el (gnus-version-number): Bump version.
16716 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16718         * gnus.el: No Gnus v0.4 is released.
16720 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16722         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16723         layout.
16725         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16726         unknown charset.
16728         * message.el (message-header-synonyms): Add Original-To to the
16729         default.
16731         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16732         optional parameter.
16734 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16736         * gnus-fun.el (gnus): Require it for gnus-directory.
16738 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16740         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16742 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16744         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16746 2006-04-05  Simon Josefsson  <jas@extundo.com>
16748         * password.el (password-reset): New function.
16750 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16752         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16753         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16755 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16757         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16758         Some whitespace was matched into the url, which broke browsing hits
16759         > 100 when mm-url-use-external was nil.
16761 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16763         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16764         Check gnus-extra-headers for 'Newsgroups.
16766         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16767         bound.
16769 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16771         * pgg-gpg.el: Clean up process buffers every time gpg processes
16772         complete.
16774 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16776         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16777         doc string.
16779 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16781         * pgg-gpg.el (pgg-gpg-process-filter)
16782         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16784         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16785         lines, temporary fix.
16787 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16789         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16791 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16793         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16794         default-enable-multibyte-characters.  This reverts the change from
16795         revision 6.17 which is no longer necessary because the passphrase
16796         is sent separately now.  GnuPG messages are unreadable under
16797         multibyte locales with default-enable-multibyte-characters set to
16798         nil.
16800 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16802         * message.el (message-tool-bar-gnome): Move "spell".
16804 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16806         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16807         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16808         instead.
16810 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16812         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16813         Improve newsgroups handling for NNTP overviews which don't include
16814         Newsgroups.
16816 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16818         * message.el (message-resend): Bind message-generate-hashcash to nil.
16820 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16822         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16823         when searching for already-paid recipients.
16825 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16827         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16828         passphrases when it is not needed.
16829         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16830         passphrase stuff from gpg, should only be necessary when you use
16831         gpg with a smartcard.
16833 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16835         * mml.el (mml-insert-mime): Ignore cached contents of
16836         message/external-body part.
16838         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16839         (mm-insert-part): Ditto.
16841 2006-03-23  Simon Josefsson  <jas@extundo.com>
16843         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16844         Reiner.
16845         (pgg-gpg-use-agent-p): Use it again.
16847 2006-03-23  Simon Josefsson  <jas@extundo.com>
16849         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16850         older emacsen.
16851         (pgg-gpg-use-agent-p): Don't use it.
16853 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16855         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16856         if we can.
16858 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16860         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16861         (pgg-gpg-update-agent): New function.
16862         (pgg-gpg-use-agent-p): New function.
16863         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16864         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16865         (pgg-gpg-sign-region): Use it.
16867 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16869         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16870         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16872 2006-03-21  Simon Josefsson  <jas@extundo.com>
16874         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16875         <wilde@sha-bang.de>.
16876         (pgg-gpg-use-agent): New variable.
16877         (pgg-gpg-process-region): Use it.
16878         (pgg-gpg-encrypt-region): Likewise.
16879         (pgg-gpg-encrypt-symmetric-region): Likewise.
16880         (pgg-gpg-decrypt-region): Likewise.
16881         (pgg-gpg-sign-region): Likewise.
16882         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16884 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16886         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16888         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16889         Add comment on version.
16891 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16893         * smiley.el: Add missing test smiley.
16895 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16897         * mm-decode.el (mm-with-part): New macro.
16898         (mm-get-part): Use it; work with message/external-body as well.
16899         (mm-save-part): Treat name and filename equally.
16901         * mm-extern.el (mm-extern-cache-contents): New function.
16902         (mm-inline-external-body): Use it; force the part to be displayed;
16903         move undisplayer added to the cached handle to the parent.
16905         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16906         (gnus-mime-view-part-as-type): Work with message/external-body.
16908         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16910 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16912         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16913         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16914         Emacs.]
16916 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16918         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16919         path rather than symbol.  Always return list of directories.
16920         Guarantee that image directory comes first.  [Sync with image.el,
16921         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16923         * message.el (message-make-tool-bar): Adjust to new API of
16924         `gmm-image-load-path-for-library'.
16926         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16928         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16930 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16932         * gnus-art.el (gnus-article-only-boring-p):
16933         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16934         intangible text.
16935         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16937 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16939         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16940         Use `defun' instead of `gmm-defun-compat'.
16942 2006-03-14  Simon Josefsson  <jas@extundo.com>
16944         * message.el (message-unique-id): Don't use message-number-base36
16945         if (user-uid) is a float.
16946         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16948 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16950         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16952         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16953         empty line between a part and a message part.
16955 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16957         * smiley.el: Add more test smileys.
16958         (smiley-data-directory, smiley-regexp-alist)
16959         (gnus-smiley-file-types): Fix doc strings.
16960         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16961         adding new elements.
16962         (smiley-mouse-map): Unused code.  Make it a comment.
16964 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16966         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16967         scan latest NoCeM messages instead of old ones.
16968         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16969         delimiters that are recently used.
16970         (gnus-nocem-load-cache): Add autoload cookie.
16972         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16974         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16975         level which is larger than gnus-use-nocem is specified.
16977         * gnus-group.el (gnus-group-get-new-news): Ditto.
16979 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16981         * gnus-util.el (gnus-tool-bar-update): New function.
16983         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16984         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16986         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16988         * gnus-group.el (gnus-group-redraw-when-idle)
16989         (gnus-group-redraw-check): Remove.
16990         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16992 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16994         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16995         if optional last element is specified in splits (FIELD VALUE...).
16997 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16999         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17000         to gmm-image-load-path-for-library.  Call with no-error argument.
17001         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17003         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17005         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17007         * gmm-utils.el (gmm-image-load-path): Remove alias.
17009 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17011         * gmm-utils.el (gmm-image-load-path): Add alias.
17013         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17014         nnml-generate-nov-databases-1.
17015         (nnml-generate-nov-databases): Use it.
17016         (nnml-generate-nov-databases-directory): Document no-active
17017         argument.
17019         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17020         directory if path is t.  Add no-error.
17022         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17023         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17025         * gnus-art.el (gnus-article-browse-delete-temp-files):
17026         Simplify resetting gnus-article-browse-html-temp-list.
17028         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17029         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
17030         Add example to docstring.  Rename local variables.  Move error
17031         checks to default case in cond and simplify.
17033 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17035         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17036         handle is multipart when calling it recursively.
17037         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17039 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17041         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17042         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17044 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17046         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17047         is loaded.
17049         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17050         loaded.
17052 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17054         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17055         to "Emacs 23 (unicode)" in doc string.
17057         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17058         "Emacs 23 (unicode)" in comment.
17060 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17062         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17064         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17065         characters 160 through 255 in Emacs 23.
17067 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17069         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17070         gnus-article-browse-html-temp.
17071         (gnus-article-browse-delete-temp): Make it customizable.
17072         Add `file'.  Adjust doc string.
17073         (gnus-article-browse-delete-temp-files): Add argument.
17074         Allow query for each file.  Adjust doc string.
17075         (gnus-article-browse-html-parts):
17076         Add `gnus-article-browse-delete-temp-files' to
17077         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17079 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17081         * gnus-art.el (gnus-article-browse-html-temp)
17082         (gnus-article-browse-delete-temp): New variables.
17083         (gnus-article-browse-delete-temp-files): New function.
17084         (gnus-article-browse-html-parts): Use it.
17086 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17088         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17090         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17091         string.
17093         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17094         gnus-summary-insert-new-articles when unplugged.
17095         Remove gnus-summary-search-article-forward.
17097         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17098         display-visual-class instead of display-color-cells.
17100 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17102         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17103         message/* containing non-ASCII text properly.
17105 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17107         * message.el: Require gmm-utils, remove autoloads.
17108         (message-tool-bar): Set default based on
17109         gmm-tool-bar-style.
17110         (message-tool-bar-gnome): Add gmm-customize-mode.
17112         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17113         gmm-tool-bar-style.
17114         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17116         * gnus-group.el (gnus-group-tool-bar): Set default based on
17117         gmm-tool-bar-style.
17118         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17120         * gmm-utils.el (gmm-image-directory): Rename variable from
17121         gmm-image-load-path.
17122         (gmm-image-load-path): Use gmm-image-directory.
17123         (gmm-customize-mode): New function.
17124         (gmm-tool-bar-style): New variable.
17126         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17127         gnus-group-redraw-line-number.
17128         (gnus-group-redraw-check): Simplify.
17129         (gnus-group-tool-bar-update): Remove redraw check.
17130         (gnus-group-make-tool-bar): Add redraw check.
17132 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17134         * gnus-art.el (gnus-button): Add missing parentheses.
17136 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17138         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17140 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17142         * gnus-art.el (gnus-button): New face.
17143         (gnus-article-button-face): Use it.
17145         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17146         Add gnus-summary-next-page.  Re-order.
17148         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17149         next-node are now included.
17150         (gnus-group-redraw-line-number): New internal variable.
17151         (gnus-group-redraw-check): Helper function for updating the tool
17152         bar.
17153         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17155         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17157         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17158         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17159         Use it to match format of Spamassassin 3.0 and later.
17160         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17161         (spam-check-bogofilter)
17162         (spam-bogofilter-register-with-bogofilter): Fix args of
17163         `gnus-error' calls.
17165 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17167         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17168         unnecessary interaction when sending queued mails.
17169         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17171 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17173         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17174         first or last are nil.
17176 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17178         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17180 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17182         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17184 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186         * dns.el (query-dns): Protect more against buggy tcp output.
17188 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17190         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17191         nov.php.
17193 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17195         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17196         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17197         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17198         output on the server side.
17199         (nnweb-google-create-mapping): Update regexps and add some
17200         progress indication.
17202 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17204         * gnus-group.el (gnus-group-tool-bar-gnome):
17205         Fix gnus-agent-toggle-plugged.  Re-order icons.
17206         (gnus-group-tool-bar-gnome):
17207         Add gnus-group-{prev,next}-unread-group.
17208         (gnus-group-tool-bar-gnome): Re-order icons.
17210         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17211         Move gnus-summary-insert-new-articles.
17213         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17214         Fix comments.
17216         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17217         also available in Emacs 21.3.
17219         * message.el (message-fix-before-sending): Change "Emacs 22" to
17220         "Emacs 23 (unicode)" in comment.
17222         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17223         "Emacs 23 (unicode)" in comment.
17225         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17226         comment.
17227         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17229         * mm-view.el (mm-fill-flowed): Add :version.
17231 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17233         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17234         and load-path.
17236 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17238         * message.el: Autoload gmm-image-load-path.
17239         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17240         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17241         consitency.
17243         * gmm-utils.el (gmm-image-load-path): Also search in
17244         "../etc/images".  Don't set gmm-image-load-path if we don't find
17245         the image.
17247 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17249         * gmm-utils.el (gmm-image-load-path): Don't make
17250         `gmm-image-load-path' include subdirectories which the second arg
17251         `image' might specify.
17253         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17254         subdirectory to icon file names.
17256         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17258 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17260         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17261         gmm-image-load-path calls.
17263         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17265         * message.el (message-make-tool-bar): Ditto.
17267         * mml.el (mml-preview): Add comment concerning tool bar icons.
17269         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17270         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17272         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17273         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17275         * message.el (message-tool-bar-gnome): Use new icon names.
17276         (message-make-tool-bar): Use `gmm-image-load-path'.
17278         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17279         New functions from MH-E.
17280         (gmm-image-load-path): New variable from MH-E.
17281         (gmm-image-load-path): New function from MH-E.  Add arguments
17282         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17283         *-image-load-path-called-flag.
17285 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17287         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17289 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17291         * nnimap.el (nnimap-request-move-article): Change folder back to
17292         source group before deleting.
17294 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17296         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17298         * gnus-art.el (mm-url-insert-file-contents-external):
17299         Autoload mm-url.
17301         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17303 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17305         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17306         coding system which mm-charset-to-coding-system returns for a
17307         given charset is valid.
17309 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17311         * html2text.el (html2text-remove-tag-list):
17312         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17314 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17316         * gnus-cus.el: Revert 2005-10-17 change.
17318 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17320         * gnus-art.el (article-strip-banner):
17321         Call article-really-strip-banner only when the regexp match is made.
17323 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17325         * gnus-art.el (article-strip-banner):
17326         Use gnus-extract-address-components instead of
17327         mail-header-parse-addresses to make it work with non-ASCII text;
17328         remove mail-encode-encoded-word-string.
17330         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17331         values which are surrounded with \"...\"; make it never cause a
17332         Lisp error; give up parsing of parameters if it failed in
17333         extracting type.
17335 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17337         * smime.el (smime-cert-by-ldap-1): Fix bug where
17338         `smime-ldap-search' returns results without userCertificates.
17340 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17342         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17344 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17346         * spam.el (spam-check-spamassassin-headers): Adapt format for
17347         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17348         <ari@mbf.ocn.ne.jp>.
17349         (spam-list-of-processors): Add spam-use-gmane.
17351 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17353         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17354         make-temp-file; make it work with XEmacs as well.
17356         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17357         mm-make-temp-file.
17359         * mm-decode.el (mm-display-external): Use the 3rd arg of
17360         mm-make-temp-file.
17361         (mm-create-image-xemacs): Ditto.
17363 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17365         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17366         with message-narrow-to-headers.
17367         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17368         (gnus-draft-check-draft-articles): New function.
17369         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17371 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17373         * gnus-art.el (gnus-article-browse-html-parts):
17374         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17375         Don't use suffix argument for mm-make-temp-file for Emacs 21
17376         compatibility.  Remove useless `format'.
17378 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17380         * nnweb.el (nnweb-google-wash-article): Update regexps.
17381         (nnweb-group-alist): Use defvoo instead of defvar.
17383 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17385         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17386         re-loading nn* modules.
17388 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17390         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17391         for `tool-bar-mode' and don't check it's default-value.
17393         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17395         * message.el (message-make-tool-bar): Ditto.
17397         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17398         `substring'.  Shorten tmp-file name.
17400         * gnus.el: Remove bogus comment.
17402 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17404         * gnus-art.el (gnus-article-browse-html-parts): New function.
17405         (gnus-article-browse-html-article): New function for viewing html
17406         articles with a browser.
17408 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17410         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17411         (mml2015-pgg-encrypt): Ditto.
17413         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17414         (mml1991-pgg-encrypt): Ditto.
17416 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17418         * nnfolder.el (nnfolder-insert-newsgroup-line):
17419         Use message-make-date instead of current-time-string.
17421         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17422         to gnus-decoded which mm-uu might set.
17424 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17426         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17427         don't decode quoted parameters; remove misimported Emacs code.
17428         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17429         (rfc2231-decode-encoded-string): Don't use split-string which
17430         behaves differently according to Emacs version; use
17431         mm-decode-coding-region to convert charset to coding-system.
17432         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17433         (rfc2231-encode-string): Remove misimported Emacs code.
17435 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17437         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17438         when calling mail-header-parse-content-type.
17439         (article-de-quoted-unreadable): Ditto.
17440         (article-de-base64-unreadable): Ditto.
17441         (article-wash-html): Ditto.
17443         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17444         calling mail-header-parse-content-type and
17445         mail-header-parse-content-disposition.
17446         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17447         mail-header-parse-content-type.
17449         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17450         insert charset and format parameters; encode description after
17451         inserting it to buffer.
17452         (mml-insert-parameter): Fold lines properly even if a parameter is
17453         segmented into two or more lines; change the max column to 76.
17455         * rfc1843.el (rfc1843-decode-article-body): Don't use
17456         ignore-errors when calling mail-header-parse-content-type.
17458         * rfc2231.el (rfc2231-parse-string): Return at least type if
17459         possible; don't cause an error even if it fails in parsing of
17460         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17461         (rfc2231-encode-string): Don't break lines at the beginning, leave
17462         it to mml-insert-parameter.
17464         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17465         calling mail-header-parse-content-type.
17467 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17469         * spam-report.el (spam-report-gmane-use-article-number):
17470         Improve doc string.
17471         (spam-report-gmane-internal): Check if a suitable header was found
17472         in the article.
17474 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17476         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17477         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17479 2006-02-05  Romain Francoise  <romain@orebokech.com>
17481         Update copyright notices of all files in the gnus directory.
17483 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17485         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17487 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17489         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17490         segmented lines of parameter value to cope with Thunderbird 1.5
17491         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17492         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17493         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17495 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17497         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17498         parts.
17500 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17502         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17503         there's only one active file for all servers.
17504         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17505         solid groups.  Gnus might have used a FAST request to select the group.
17506         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17507         and nnweb-search redundantly in the active file.
17508         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17509         (nnweb-request-create-group): Don't use ARGS.
17510         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17511         initializations.  Let nnoo do the work.
17513 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17515         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17516         Say the part has been decoded.
17518         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17520 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17522         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17523         mailcap-viewer-test-cache when there's no 'test clause, since that
17524         will invert the meaning of a "nil" test previously determined by
17525         mailcap-mailcap-entry-passes-test.
17527 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17529         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17530         compiling.
17532         * gnus-sum.el: Ditto.
17534         * message.el: Don't bind tool-bar-map when compiling.
17536 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17538         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17540 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17542         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17543         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17544         current Google Groups.
17546 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17548         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17549         and tool-bar-mode.
17551         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17552         and tool-bar-mode.
17554         * message.el (message-tool-bar-update): Simplify.
17555         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17557         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17558         gnus-summary-buffer.
17559         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17560         gnus-summary-reply.
17562         * gmm-utils.el (gmm): Add :version.
17564 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17566         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17567         Don't autoload.
17569 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17571         * gmm-utils.el (gmm-verbose): Add :group.
17573 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17575         * message.el: Change some comments WRT tool-bars.
17577         * gnus-sum.el (gnus-summary-tool-bar)
17578         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17579         (gnus-summary-tool-bar-zap-list): New variables.
17580         (gnus-summary-make-tool-bar): Complete rewrite using
17581         `gmm-tool-bar-from-list'.
17583         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17584         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17585         New variables.
17586         (gnus-group-make-tool-bar): Complete rewrite using
17587         `gmm-tool-bar-from-list'.
17588         (gnus-group-tool-bar-update): New function.
17590         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17592 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17594         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17595         is dissected into a single part of which the type is the same as
17596         the given one; decode charset.
17598 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17600         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17601         into alists as symbol not string, since that's what
17602         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17603         look for.
17605 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17607         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17608         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17610         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17612 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17614         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17615         (gnus-mime-security-button-menu): New definition.
17616         (gnus-mime-security-button-map): Use them.
17617         (gnus-mime-security-button-menu): New function.
17618         (gnus-insert-mime-security-button): Addition to help echo.
17619         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17620         (gnus-mime-security-pipe-part): New functions.
17622         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17623         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17625         * mm-decode.el (mm-handle-set-disposition): Remove.
17626         (mm-handle-set-description): Remove.
17628 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17630         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17631         (mm-w3m-standalone-supports-m17n-p): New function.
17632         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17633         w3m usage.
17635         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17636         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17638 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17640         * message.el (message-tool-bar-zap-list):
17641         Use gmm-tool-bar-zap-list as custom type.
17642         (message-tool-bar-update): New function.
17643         (message-tool-bar, message-tool-bar-gnome)
17644         (message-tool-bar-retro): Add message-tool-bar-update.
17645         (message-tool-bar-gnome): Add flyspell-buffer.
17647         * gnus-util.el (gnus-error): Describe `args'.
17649         * gmm-utils.el (gmm-error): Describe `args'.
17650         (gmm-tool-bar-zap-list): New widget.
17651         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17653 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17655         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17656         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17657         the number of recursive calls.
17659         * mm-decode.el (mm-handle-set-disposition): New macro.
17660         (mm-handle-set-description): New macro.
17662 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17664         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17665         encoding.
17667 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17669         * message.el (message-tool-bar-zap-list, message-tool-bar)
17670         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17671         (message-tool-bar-local-item-from-menu): Remove.
17672         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17673         (message-make-tool-bar): New function.
17674         (message-mode): Use `message-make-tool-bar'.
17676         * gmm-utils.el: New file.
17677         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17678         (gmm-lazy): New widget copied from `nnmail.el'.
17679         (gmm-tool-bar-from-list): New function for creating customizable
17680         tool bars.
17681         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17682         output.
17683         (gmm): Add :prefix to defgroup.
17685 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17687         * gmm-utils.el (gmm-widget-p): New function.
17689 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17691         * mml.el (mml-attach-file): Describe `description' in doc string.
17692         (mml-menu): Add Emacs MIME manual and PGG manual.
17694 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17696         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17698 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17700         * nntp.el (nntp-end-of-line): Doc fix.
17702 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17704         * imap.el (imap-open): Handle case where buffer is a buffer
17705         object.
17707 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17709         * gnus-delay.el (gnus-delay): Don't autoload.
17710         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17711         to be re-loaded when customizing the `gnus-delay' group.
17713 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17715         * message.el (message-insert-citation-line): Use newlines.
17717 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17719         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17721         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17723 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17725         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17727 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17729         * mm-decode.el (mm-inlined-types): Add application/pgp.
17730         (mm-automatic-display): Ditto.
17732         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17733         part as text.
17735 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17737         * nnrss.el: Update copyright.
17738         (nnrss-opml-import): Query whether to subscribe to each entry.
17740         * gnus-art.el:
17741         * gnus-sum.el:
17742         * mm-uu.el:
17743         * mm-view.el: Update copyright.
17745 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17747         * message.el (message-info): New function.
17748         (message-mode-menu): Add it.
17749         Update copyright.
17751         * ChangeLog: Fix and update copyright.
17753 2006-01-13  Romain Francoise  <romain@orebokech.com>
17755         * message.el (message-forward-subject-name-subject): Prefer the
17756         address to 'nowhere' if the sender has no name.
17757         Fix typo.  Update copyright year.
17759 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17761         * gnus-art.el (article-wash-html):
17762         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17763         (gnus-article-wash-html-with-w3m-standalone): New function.
17765         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17766         mm-inline-text-html-render-with-w3m-standalone.
17767         (mm-text-html-washer-alist): Map w3m-standalone to
17768         gnus-article-wash-html-with-w3m-standalone.
17769         (mm-inline-text-html-render-with-w3m-standalone): New function.
17771 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17773         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17774         Improve LaTeX.
17776 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17778         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17779         (nnrss-request-article): Render text/plain parts as HTML.
17781         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17782         the buffer.
17784 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17786         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17787         custom definition of `gnus-posting-styles'.
17789         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17790         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17792 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17794         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17795         Use nntp for bug archive.
17797 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17799         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17800         parts.
17801         (nnrss-normalize-date): New function converts ISO 8601 date into
17802         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17803         (nnrss-check-group): Use it.
17805 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17807         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17809         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17810         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17811         (nnrss-insert-w3): Ditto.
17813 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17815         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17816         the articles to be forwarded including the case where neither a
17817         number of articles nor a region is specified.
17819 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17821         * nnrss.el (nnrss-request-article): Fix last change; fill
17822         text/plain parts.
17824 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17826         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17827         in text/plain part.
17828         (nnrss-check-group): Don't add excessive newline to dc:subject.
17830 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17832         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17833         article.
17835 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17837         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17838         (nnml-use-compressed-files, nnml-save-mail): Support other
17839         comression programs such as bzip2.
17841 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17843         * dns.el (query-dns): Make sure we check the buffer size before
17844         removing tcp headers.
17846 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17848         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17849         remove MIME buttons associated with multipart/alternative parts.
17850         (gnus-mime-display-alternative): Tag buttons using `article-type'
17851         text property.
17853         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17854         associated with multipart/alternative parts.
17856         * gnus-art.el (gnus-signature-separator): Fix custom type.
17858         * mm-decode.el (mm-inlined-types): Fix custom type.
17859         (mm-keep-viewer-alive-types): Ditto.
17860         (mm-automatic-display): Ditto.
17861         (mm-attachment-override-types): Ditto.
17862         (mm-inline-override-types): Ditto.
17863         (mm-automatic-external-display): Ditto.
17865 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17867         * spam-report.el (spam-report-user-mail-address)
17868         (spam-report-user-agent): New variables.
17869         (spam-report-url-ping-plain): Use spam-report-user-agent.
17871 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17873         * gnus-art.el (gnus-button-handle-custom): Do not just use
17874         `customize-apropos' for any "M-x customize-*" button but the
17875         function called for.  Accept both the function name and its
17876         argument in order to achieve this.
17877         (gnus-button-alist): Remove support for "custom:" URL's.
17878         Pass function name to `gnus-button-handle-custom' in case of "M-x
17879         customize-*" buttons.
17881 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17883         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17884         multipart/alternative and add xref to mm-discouraged-alternatives
17885         in doc string.
17887         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17888         gnus-buttonized-mime-types in doc string.
17890 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17892         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17893         Suggest image/.* in the doc string.
17895 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17897         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17898         message-marks (Debian bug #342521).
17900 2005-12-12  Simon Josefsson  <jas@extundo.com>
17902         * password.el (password-read-from-cache): Add.
17903         (password-read): Use it.
17905 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17907         * rfc2047.el (rfc2047-charset-to-coding-system):
17908         Recognize us-ascii as a MIME charset.
17910         * mm-bodies.el (mm-decode-content-transfer-encoding):
17911         Protect against the case where the 2nd arg TYPE is nil.
17913 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17915         * pop3.el (pop3-stream-type): Fix custom version.
17917         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17919 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17921         * mm-decode.el (mm-display-external): Add missing cdr.
17923 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17925         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17926         RFC1524) if it is in mailcap or add a suffix according to
17927         mailcap-mime-extensions when generating a temp filename; postpone
17928         deleting a temp file for 2 seconds for some wrappers, shell
17929         scripts, and so on, which might exit right after having started a
17930         viewer command as a background job.
17932 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17934         * nntp.el (nntp-marks-directory): Fix custom group.
17936         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17937         steps when < 10.
17939         * gnus-start.el (gnus-no-server-1):
17940         Mention `gnus-level-default-subscribed' in doc string.
17942 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17944         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17945         parens.
17947 2005-11-26  Dave Love  <fx@gnu.org>
17949         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17950         (tls-program, tls-success): Provide openssl alternative.
17952         * starttls.el: Doc fixes.
17953         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17954         SERVICE to PORT.
17956         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17957         port null or service name.
17958         (starttls-negotiate): Autoload.
17960 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17962         * message.el (message-kill-to-signature): Fix interactive spec.
17964 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17966         * pop3.el (pop3-open-server): Recognize a string as a service name.
17968 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17970         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17972 2005-11-23  Dave Love  <fx@gnu.org>
17974         Add pop3s, pop3/starttls.
17976         * pop3.el (pop3-authentication-scheme): Clarify doc.
17977         (open-tls-stream, starttls-open-stream): Autoload.
17978         (pop3-stream-type): New.
17979         (pop3-open-server): Use it.
17981         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17982         for POP.
17983         (mail-source-keyword-map): Add :stream for POP.
17984         (mail-source-fetch-pop): Use pop3-stream-type.
17986 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17988         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17989         of current-time-string.
17991 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17993         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17994         date header.
17996 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17998         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17999         it can seriously impact performance as it bypasses the agent's
18000         local caches.
18002 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18004         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18005         must be explicitly online rather than "not explicitly offline" for
18006         its flags to be synchronized.
18008         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18009         that gnus-uu-unmark-thread will function correctly.
18011         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18012         1024K is instead displayed as 1M.
18014 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18016         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18018 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18020         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18022 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18024         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18025         error message to display actual error condition.
18026         (gnus-agent-save-local): Avoid saving symbols that are bound to
18027         nil as they simply result in a warning message in
18028         gnus-agent-read-local.
18030 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18032         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18033         rather than make-variable-buffer-local for file-precious-flag.
18035 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18037         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18038         for duplicates which are removed.  The invalid sort check then
18039         triggers a rescan after the sort as sorting may have moved
18040         duplicate entries such that they can be cheaply detected.
18042 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18044         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18046 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18048         * gnus-agent.el (gnus-agent-article-alist-save-format):
18049         Change internal variable to a custom variable.  Change default value
18050         from compressed(2) to uncompressed(1).
18051         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18052         support for uncompressed agentview files.  Taken together, reading
18053         the agentview file should now be 6-7 times faster.
18055 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18057         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18058         as a buffer-local variable.  This avoids creating truncated
18059         dribble files as a result of a hang up, eg.
18061 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18063         * gnus-start.el (gnus-start-draft-setup):
18064         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18066         * gnus.el (gnus-splash): Change custom group.
18067         (gnus-group-get-parameter, gnus-group-parameter-value):
18068         Describe allow-list argument.
18070         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18071         string.
18073 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18075         * gnus-art.el (gnus-default-article-saver): Add user-defined
18076         `function' to custom type.
18078 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18080         * imap.el (imap-open): Handle case where buffer is a buffer
18081         object.
18083 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18085         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18086         long lines.
18087         (gnus-cache-delete-group): Wrap doc strings.
18089         * gnus-agent.el (gnus-agent-rename-group)
18090         (gnus-agent-delete-group): Wrap doc strings.
18092 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18094         * gnus-start.el (gnus-1): Add "native" to
18095         gnus-predefined-server-alist.
18097         * gnus.el (gnus-method-to-server): Don't add "native" to the
18098         lists here, because that leads to problems when
18099         gnus-select-method is bound.
18101 2005-11-09  Simon Josefsson  <jas@extundo.com>
18103         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18104         use (not sort-by-date) instead.
18106 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18108         * gnus-delay.el (gnus-delay-group): Don't autoload.
18109         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18110         to be re-loaded when customizing the `gnus-delay' group.
18112 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18114         * message.el: Revert last changes.
18115         (message-insert-citation-line): Use newlines.
18117 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18119         * message.el (message-courtesy-message)
18120         (message-mark-insert-begin, message-mark-insert-end)
18121         (message-elide-ellipsis, message-cancel-message)
18122         (message-add-header, message-change-subject)
18123         (message-cross-post-followup-to-header)
18124         (message-cross-post-insert-note, message-reduce-to-to-cc)
18125         (message-widen-reply, message-delete-not-region)
18126         (message-kill-to-signature, message-insert-signature)
18127         (message-insert-importance-high, message-insert-importance-low)
18128         (message-insert-or-toggle-importance)
18129         (message-insert-disposition-notification-to)
18130         (message-indent-citation, message-yank-original)
18131         (message-cite-original-without-signature, message-cite-original)
18132         (message-insert-citation-line, message-position-on-field)
18133         (message-fix-before-sending, message-send-mail-partially)
18134         (message-send-mail, message-send-mail-with-sendmail)
18135         (message-send-mail-with-qmail, message-send-news)
18136         (message-check-news-header-syntax, message-generate-headers)
18137         (message-insert-courtesy-copy, message-fill-address)
18138         (message-fill-header, message-shorten-references)
18139         (message-setup-1, message-cancel-news)
18140         (message-forward-make-body-plain, message-forward-make-body-mime)
18141         (message-forward-make-body-mml, message-encode-message-body)
18142         (message-forward-make-body-digest-plain)
18143         (message-forward-make-body-digest-mime)
18144         (message-use-alternative-email-as-from): Insert `hard-newline'
18145         instead of ordinary newlines.
18147 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18149         * message.el (message-generate-headers): Downcase the argument
18150         given to message-check-element.
18152 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18154         * nntp.el (nntp-authinfo-rejected): New error condition.
18155         (nntp-wait-for): Use new error condition to signal authentication
18156         error.
18157         (nntp-retrieve-data): Rethrow new error condition to break out of
18158         recursive call to nntp-send-authinfo.
18160 2005-11-08  Romain Francoise  <romain@orebokech.com>
18162         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18163         (gnus-summary-exit-map): Bind to `Z p'.
18164         (gnus-summary-make-menu-bar): Add menu item.
18166 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18168         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18169         (gnus-treat-*): Add `first' in all doc strings.
18171         * gnus-group.el (gnus-group-compact-group): Fix typo.
18173 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18175         * gnus.el (gnus-parameters-case-fold-search): New variable.
18176         (gnus-parameters-get-parameter): Use it.
18178         * gnus-score.el (gnus-home-score-file): Doc fix.
18180 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18182         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18184 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18186         * mm-util.el (mm-special-display-p): New function.
18188         * mml.el (mml-preview): Use it; doc fix.
18190 2005-10-29  Romain Francoise  <romain@orebokech.com>
18192         * message.el (message-fix-before-sending): Fix comment.
18194 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18196         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18198 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18200         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18201         Used in gnus-score.el.
18203 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18205         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18207 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18209         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18210         whitespace removed in revision 7.8.  Use concatenated string to
18211         protect trailing whitespace.
18213 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18215         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18216         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18217         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18218         Courier IMAP ("some version from 2004").  Mostly based on similar
18219         code in the same function.
18221 2005-10-26  Didier Verna  <didier@xemacs.org>
18223         * gnus-group.el (gnus-group-compact-group): Invalidate original
18224         article buffer.
18225         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18226         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18227         NOV database and in article itself.
18228         Invalidate article backlog.
18230 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18232         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18234 2005-10-26  Simon Josefsson  <jas@extundo.com>
18236         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18237         part of 2004-07-25 change.
18239 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18241         * message.el (message-display-completion-list): New function.
18242         (message-expand-group): Use it; make sure the Completions buffer
18243         is modifiable.
18245 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18247         * imap.el (imap-open): Handle case where buffer is a buffer object.
18249 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18251         * pgg-def.el:
18252         * pgg-gpg.el:
18253         * pgg-parse.el:
18254         * pgg-pgp.el:
18255         * pgg-pgp5.el:
18256         * pgg.el: Move to the parent lisp directory.
18258 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18260         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18261         user-mail-name is an empty string.
18263 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18265         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18266         depending on gnus-score-decay-constant.
18268         * encrypt.el (encrypt-insert-file-contents)
18269         (encrypt-write-file-contents): Don't use `gnus-message'.
18271         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18272         arguments.
18273         (mm-uu-type-alist): Add message-marks and insert-marks.
18274         Pass arguments to mm-uu-verbatim-marks-extract.
18275         (mm-uu-hide-markers): New variable.
18276         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18278         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18279         (gnus-convert-image-to-face-command): Use "convert" by default to
18280         allow other input image formats.
18281         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18282         accordingly.
18284 2005-10-23  Simon Josefsson  <jas@extundo.com>
18286         * imap.el (imap-gssapi-program): Align command line parameters
18287         with latest GNU SASL.
18288         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18290 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18292         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18293         HTML.
18294         (nnslashdot-request-article): Ditto.
18296 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18298         * mail-source.el (mail-source-fetch-pop): Require pop3.
18299         (mail-source-check-pop): Ditto.
18301 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18303         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18304         errors.
18306 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18308         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18309         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18311         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18313         * mm-bodies.el (mm-decode-string):
18314         Call `mm-charset-to-coding-system' with allow-override argument.
18316 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18318         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18319         (rfc2047-charset-to-coding-system): New function.
18320         (rfc2047-decode-encoded-words): New function.
18321         (rfc2047-decode-region): Use them.
18322         (rfc2047-decode-cte): Remove.
18323         (rfc2047-parse-and-decode): Remove.
18324         (rfc2047-decode): Remove.
18326 2005-10-15  Kenichi Handa  <handa@m17n.org>
18328         * rfc2047.el (rfc2047-decode-cte): New function.
18329         (rfc2047-decode-region): Change the way to decode successive
18330         encoded-words: decode B- or Q-encoding in each encoded-word,
18331         concatenate them, and decode it as charset.
18333 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18335         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18336         widget-move-and-invoke.
18337         (gnus-custom-mode): Use gnus-custom-map.
18339 2005-10-15  Bill Wohler  <wohler@newt.com>
18341         * message.el (message-tool-bar-map): Rename image file from
18342         mail_send to mail/send.
18344 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18346         * message.el (message-expand-group): Pass the common
18347         prefix substring of completion to `display-completion-list'.
18349 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18351         * mml-sec.el (mml-secure-method): New internal variable.
18352         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18353         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18354         New functions using mml-secure-method.
18356         * mml.el (mml-mode-map): Add key bindings for those functions.
18357         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18358         Harder <harder@myrealbox.com>.
18359         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18360         Goto end of message if point is the headers of the message.
18362         * message.el (message-in-body-p): New function.
18364         * assistant.el: Autoload gnus-util and netrc.
18366         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18367         Use `mm-charset-override-alist' only when decoding.
18369         * mm-bodies.el (mm-decode-body):
18370         Call `mm-charset-to-coding-system' with allow-override argument.
18372         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18373         `filename' from Content-Disposition if Content-Type doesn't
18374         provide `name'.
18375         (gnus-mime-view-part-as-type): Set default instead of
18376         initial-input.
18378 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18380         * format-spec.el (format-spec): Propagate text properties of % spec.
18382 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18384         * gnus-art.el (gnus-treat-predicate): Add `first'.
18386 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18388         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18389         (mm-charset-override-alist): New variable.
18390         (mm-charset-to-coding-system): Use it.
18391         (mm-codepage-setup): New helper function.
18392         (mm-charset-eval-alist): New variable.
18393         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18394         Warn about unknown charsets.
18396 2005-10-04  David Hansen  <david.hansen@gmx.net>
18398         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18399         (nnrss-check-group): Ditto.
18401 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18403         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18404         Rename x-gnus-verbatim to x-verbatim.
18405         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18407         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18408         x-verbatim.
18410         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18412         * gnus-util.el (gnus-remove-duplicates): Remove.
18414         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18415         instead of gnus-remove-duplicates.
18417         * message.el (message-remove-duplicates): Remove.
18418         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18419         message-remove-duplicates.
18421         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18422         available, else use implementation from `delete-dups'.
18424         * message.el (message-insert-expires): New function.
18425         (message-mode-map): Add key binding.
18426         (message-mode-field-menu): Add menu entry.
18427         (message-mode): Document it.
18428         (message-make-expires-date): Use `message-make-date'.
18430 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18432         * message.el (message-make-expires-date): New function.
18434 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18436         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18438 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18440         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18441         function rather than the diff-mode.el package.
18442         (mm-display-external): Use with-current-buffer.
18443         (mm-viewer-completion-map, mm-viewer-completion-map):
18444         Move initialization inside declaration.
18446 2005-09-29  Simon Josefsson  <jas@extundo.com>
18448         * spam.el: Load hashcash when compiling, to avoid warnings.
18449         Don't autoload mail-check-payment.
18450         (spam-check-hashcash): Define unconditionally, since hashcash.el
18451         is part of Gnus now.  Ignore errors from payment checking.
18453 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18455         * message.el (message-bold-region, message-unbold-region):
18456         Rename from `bold-region' and `unbold-region'.
18458         * message.el: Remove useless autoloads.
18460 2005-09-28  Simon Josefsson  <jas@extundo.com>
18462         * message.el (message-use-idna): Default to t.
18463         (message-use-idna): Test whether encoding works too.  Doc fix.
18465 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18467         * nntp.el (nntp-warn-about-losing-connection): Remove.
18469 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18471         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18472         customizable.  Change default value.
18473         (mm-uu-diff-groups-regexp): Change default value.
18474         (mm-uu-type-alist): Add doc string.
18475         (mm-uu-configure): Add doc string.  Make it interactive.
18476         (mm-uu-tex-groups-regexp): New variable.
18477         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18478         (mm-uu-type-alist): Add LaTeX documents.
18479         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18480         of "text/verbatim".
18481         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18483         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18484         instead of "text/verbatim".
18486         * message.el (message-mark-inserted-region)
18487         (message-mark-insert-file): Use slrn style marks when called with
18488         prefix argument.
18490 2005-09-27  Simon Josefsson  <jas@extundo.com>
18492         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18494 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18496         * message.el (message-remove-duplicates): New function.
18497         Implementation borrowed from `gnus-remove-duplicates'.
18498         (message-idna-to-ascii-rhs): Also encode idna addresses in
18499         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18500         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18501         only ask about the same idna domain once per header and also tell
18502         in what header to replace the idna domain.
18504         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18505         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18506         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18507         a header is decoded and not just the last one.
18509 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18511         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18512         has been decoded.
18514         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18515         (mm-insert-part): Don't modify text if it has been decoded.
18517         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18518         decoded.
18520         * mm-view.el (mm-inline-text): Don't strip text props unless
18521         decoding enriched or richtext parts.
18523 2005-09-25  Romain Francoise  <romain@orebokech.com>
18525         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18526         * gnus-start.el (gnus-subscribe-interactively):
18527         * gnus-uu.el (gnus-uu-grab-articles):
18528         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18529         space.
18531 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18533         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18534         * mm-view.el (mm-view-pkcs7-decrypt):
18535         * gnus-sum.el (gnus-summary-limit-to-extra)
18536         (gnus-summary-respool-article, gnus-read-move-group-name):
18537         * gnus-score.el (gnus-summary-increase-score):
18538         * gnus-util.el (gnus-completing-read-with-default):
18539         * gnus-art.el (gnus-read-save-file-name)
18540         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18541         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18542         * message.el (message-check-news-header-syntax):
18543         Follow convention for reading with the minibuffer.
18545 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18547         * spam-report.el (spam-report-url-ping-plain):
18548         Use gnus-extended-version as User-Agent.
18550         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18551         default value is nil.
18553         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18554         (mm-uu-verbatim-marks-extract): New function.
18555         (mm-uu-extract): New face.
18556         (mm-uu-copy-to-buffer): Use it.
18558         * spam-report.el (spam-report-gmane-ham): Rename from
18559         `spam-report-gmane-unspam'.
18560         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18561         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18563         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18564         Autoload.
18565         (spam-report-gmane-unregister-routine):
18566         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18568 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18570         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18571         (spam-report-gmane-unregister-routine): Add support for gmane
18572         unregistration.
18574         * spam-report.el (spam-report-gmane-unspam)
18575         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18576         (spam-report-gmane): Change to take a single article and do unspam
18577         registration.
18579 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18581         * mm-url.el (mm-url-decode-entities): Fix regexp.
18583 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18585         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18586         default to nil, to be able to use Gnus at all.  If the default
18587         switches to something else, then the function should be fixed not
18588         be exceedingly slow.
18590 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18592         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18593         fail hard.
18595         * spam-report.el: Add better Keywords line.
18597         * spam.el: Add Maintainer and better Keywords line.
18599 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18601         * gnus-art.el (gnus-article-replace-part)
18602         (gnus-mime-replace-part): New functions.
18603         (gnus-mime-action-alist, gnus-mime-button-commands)
18604         (gnus-mime-save-part-and-strip): Add file argument.
18605         (gnus-article-part-wrapper): Add interactive argument.
18607         * gnus-sum.el (gnus-summary-mime-map):
18608         Add `gnus-article-replace-part'.
18610 2005-09-19  Didier Verna  <didier@xemacs.org>
18612         The nnml compaction feature:
18613         * nnml.el (nnml-request-compact-group): New function.
18614         * nnml.el (nnml-request-compact): New function.
18615         * gnus-int.el (gnus-request-compact-group): New function.
18616         * gnus-int.el (gnus-request-compact): New function.
18617         * gnus-group.el (gnus-group-compact-group): New function.
18618         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18619         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18620         * gnus-srvr.el (gnus-server-compact-server): New function.
18621         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18622         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18624 2005-09-18  Deepak Goel  <deego@gnufans.org>
18626         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18627         format spec.
18629 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18631         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18633 2005-09-15  Romain Francoise  <romain@orebokech.com>
18635         * message.el (message-fill-paragraph): Clarify docstring.
18637 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18639         * gnus-art.el (gnus-mime-display-part): Protect against broken
18640         MIME messages.
18642 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18644         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18645         before parsing header.
18647 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18649         * html2text.el (html2text-replace-list): Add new entities.
18651 2005-09-11  Romain Francoise  <romain@orebokech.com>
18653         * message.el (message-alternative-emails): Improve docstring.
18654         (message-setup-1): Call `message-use-alternative-email-as-from'
18655         after `message-setup-hook' to give it precedence over posting
18656         styles, etc.
18657         (message-use-alternative-email-as-from): Add docstring.
18658         Remove the original From header if present.
18660         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18661         (nnml-save-mail): Use it.
18663         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18664         articles.  Add new argument `silent'.
18665         (gnus-uu-mark-all): Report the total number of marked articles.
18667 2005-09-10  Romain Francoise  <romain@orebokech.com>
18669         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18670         (gnus-uu-mark-series): Likewise.
18672 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18674         * spam-report.el (spam-report-gmane): Fix generation of spam
18675         report URL.
18677 2005-09-10  Simon Josefsson  <jas@extundo.com>
18679         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18680         t, based on discussion on the ding list with Robert Epprecht
18681         <epprecht@solnet.ch>.
18683 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18685         * spam-report.el (spam-report-gmane): Make it work without
18686         X-Report-Spam header.  Gmane now only provides Archived-At.
18687         This is only used if `spam-report-gmane-use-article-number' is nil.
18688         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18690         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18691         make `gnus-summary-sort-by-recipient' work with threading.
18693         * nnweb.el (nnweb-google-wash-article): Print a message if article
18694         is not available.
18696 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18698         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18699         change.  Decode text/* parts content before displaying.
18701 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18703         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18705 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18707         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18709 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18711         * message.el (message-tab-body-function): Fix mismatched custom type.
18713         * gnus.el (gnus-group-change-level-function): Ditto.
18715         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18717         * gnus-art.el (gnus-signature-limit)
18718         (gnus-article-mime-part-function): Ditto.
18720 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18722         * mml.el (mml-mode): Silence the byte compiler.
18724         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18725         using `(sit-for 0)' before moving the point to the specified part;
18726         skip unbuttonized parts.
18727         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18728         return to the summary window if gnus-auto-select-part is non-nil.
18730 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18732         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18733         New variables.
18734         (mml-dnd-attach-file, mml-mode): Use them.
18736         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18737         Make fetching article by MID work again for Google Groups.
18738         Add FIXME concerning gnus-group-make-web-group.
18740         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18741         Don't depend on Gnus by using mail-extract-address-components if
18742         gnus-extract-address-components is not bound.
18744 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18746         * gnus-art.el (gnus-mime-display-security): Don't display the
18747         signature, but only the signed part.
18749 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18751         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18753         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18754         list, not listp.
18756 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18758         * mm-encode.el (mm-encode-content-transfer-encoding):
18759         Likewise when encoding.
18761         * mm-bodies.el (mm-decode-content-transfer-encoding):
18762         De-canonicalize CRLF for all text content types, not just
18763         text/plain.
18765 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18767         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18768         valid article; point arrow and cursor at the MIME button.
18770 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18772         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18773         Suggested by Dan Christensen <jdc@uwo.ca>.
18775         * mm-decode.el (mm-save-part): Enable change of prompt.
18777 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18779         * gnus-msg.el (gnus-inews-add-send-actions):
18780         Make `message-post-method' lambda parameter ARG `&optional'.
18782 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18784         * gnus-sum.el (gnus-summary-mime-map):
18785         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18786         gnus-article-jump-to-part.
18788         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18789         (gnus-article-edit-part): Use it.
18790         (gnus-article-part-wrapper): Add no-handle argument.
18791         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18792         New functions.
18794 2005-08-29  Romain Francoise  <romain@orebokech.com>
18796         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18797         docstring.
18798         (gnus-face-from-file): Likewise.
18800 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18802         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18803         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18804         non-nil.
18805         (gnus-auto-select-part): New variable.
18806         (gnus-article-jump-to-part): New function.
18807         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18808         (gnus-mime-delete-part): Allow selecting specified part after
18809         deleting or stripping parts.
18810         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18811         part if argument is bogus.
18813 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18815         * gnus-art.el (w3m-minor-mode-map):
18816         * gnus-spec.el (gnus-newsrc-file-version):
18817         * gnus-util.el (nnmail-active-file-coding-system)
18818         (gnus-original-article-buffer, gnus-user-agent):
18819         * gnus.el (gnus-ham-process-destinations)
18820         (gnus-parameter-ham-marks-alist)
18821         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18822         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18823         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18824         * mm-decode.el (gnus-current-window-configuration):
18825         * mm-extern.el (gnus-article-mime-handles):
18826         * mm-url.el (url-current-object, url-package-name)
18827         (url-package-version):
18828         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18829         (smime-keys, w3m-cid-retrieve-function-alist)
18830         (w3m-current-buffer, w3m-display-inline-images)
18831         (w3m-minor-mode-map):
18832         * mml-smime.el (gnus-extract-address-components):
18833         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18834         (gnus-newsrc-hashtb, message-default-charset)
18835         (message-deletable-headers, message-options)
18836         (message-posting-charset, message-required-mail-headers)
18837         (message-required-news-headers):
18838         * mml1991.el (mc-pgp-always-sign):
18839         * mml2015.el (mc-pgp-always-sign):
18840         * nnheader.el (nnmail-extra-headers):
18841         * rfc1843.el (gnus-decode-encoded-word-function)
18842         (gnus-decode-header-function, gnus-newsgroup-name):
18843         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18845 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18847         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18848         the end of the date treatments.
18850 2005-08-15  Simon Josefsson  <jas@extundo.com>
18852         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18853         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18854         Capello and Romain Francoise.
18855         (pgg-fetch-key-function): Remove, not used?
18856         (pgg-insert-url-with-w3): Require url, to get
18857         url-insert-file-contents regardless of where it is defined.
18859 2005-08-13  Romain Francoise  <romain@orebokech.com>
18861         * message.el (message-cite-original-1): New function.
18862         (message-cite-original): Use it.
18863         (message-cite-original-without-signature): Ditto.
18865 2005-08-08  Romain Francoise  <romain@orebokech.com>
18867         * message.el (message-yank-empty-prefix): New variable.
18868         (message-indent-citation): Use it.
18869         (message-cite-original-without-signature): Respect X-No-Archive.
18871 2005-08-08  Simon Josefsson  <jas@extundo.com>
18873         * pgg.el: Autoload url-insert-file-contents instead of loading
18874         w3/url.
18875         (pgg-insert-url-with-w3): Don't load url here.
18877 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18879         * message.el (message-kill-to-signature): Don't insert newline at
18880         bol.
18881         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18883 2005-08-06  Romain Francoise  <romain@orebokech.com>
18885         * message.el (message-user-fqdn): Fix typo in docstring.
18887 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18889         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18891         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18893 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18895         * mm-bodies.el (mm-encode-body): Use coding system rather than
18896         charset to encode text.
18898         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18899         number of charsets if utf-8 is available (XEmacs).
18901 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18903         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18904         taken from `gnus-button-mid-or-mail-regexp'.
18905         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18906         (gnus-button-alist): Improve regexp for domain part of the MIDs
18907         for news:localpart@domain buttons.
18908         (gnus-button-ctan-directory-regexp): Update.
18910 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18912         * sieve-manage.el (sieve-manage-interactive-login):
18913         Use make-local-variable rather than make-variable-buffer-local.
18914         (sieve-manage-open): Ditto.
18915         (sieve-manage-authenticate): Ditto.
18917         * mml.el (mml-generate-mime-1): Make the content type default to
18918         text/plain if the filename is not specified.
18920 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18922         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18923         instead of insert-buffer.
18925         * message.el (message-yank-original): Ditto; set the mark at the
18926         end of the yanked message.
18928 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18930         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18931         lines to scroll rather than to stop it.
18933         * mml.el (mml-generate-default-type): Add doc string.
18934         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18935         default to application/octet-stream when determining the content
18936         type if it is not specified for the part or the mml contents; add
18937         a comment about mml-generate-default-type.
18939 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18941         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18942         make it default to application/octet-stream when determining the
18943         content type if it is not specified for the external contents.
18945 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18947         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18948         segmented parameter but also other parameters might be there.
18950 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18952         * mm-decode.el (mm-display-external): Delete temp file, directory
18953         and buffer immediately if the external process is exited.
18955 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18957         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18958         fewer lines than that of scroll-margin.
18959         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18961 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18963         * gnus-art.el (gnus-article-next-page): Revert.
18964         (gnus-article-beginning-of-window): New macro.
18965         (gnus-article-next-page-1): Use it.
18966         (gnus-article-prev-page): Ditto.
18967         (gnus-article-edit-part): Use insert-buffer-substring instead of
18968         insert-buffer.
18969         (gnus-article-edit-exit): Ditto.
18971         * gnus-util.el (gnus-beginning-of-window): Remove.
18972         (gnus-end-of-window): Remove.
18974 2005-07-25  Simon Josefsson  <jas@extundo.com>
18976         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18977         to have the url package without w3.  Reported by Daiki Ueno
18978         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18980 2005-07-20  Didier Verna  <didier@xemacs.org>
18982         * gnus-diary.el: Remove the description comment (nndiary is now
18983         properly documented in the Gnus manual).
18984         Fix the spelling of "Back End".
18985         * nndiary.el: Ditto.
18986         Fix the copyright notice.
18988 2005-07-18  Romain Francoise  <romain@orebokech.com>
18990         * gnus-sum.el (gnus-summary-to-prefix)
18991         (gnus-summary-newsgroup-prefix): New variables.
18992         (gnus-summary-from-or-to-or-newsgroups): Use them.
18994 2005-07-17  Romain Francoise  <romain@orebokech.com>
18996         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18997         space as it's generally not especially interesting to the user.
18999 2005-07-16  Romain Francoise  <romain@orebokech.com>
19001         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19002         nil to avoid prompting and file modification if one of the
19003         messages at the top of the nnfolder file contains a copyright
19004         notice.
19005         Update copyright notice.
19007         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19008         instead of `current-time-string' as the latter creates a time
19009         string that is not RFC 2822 compliant (it lacks the zone).
19010         Update copyright notice.
19012 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19014         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19015         for text/rtf.  Display default in prompt.  Pass default for M-n.
19017         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19019 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19021         * gnus-msg.el (gnus-button-mailto):
19022         Remove save-selected-window-window hackery because it relies on
19023         save-selected-window internals.
19025 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19027         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19028         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19029         (gnus-article-prev-page): Ditto.
19031         * gnus-util.el (gnus-beginning-of-window): New function.
19032         (gnus-end-of-window): New function.
19034 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19036         * gnus-score.el (gnus-score-edit-all-score):
19037         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19038         gnus-message.
19040 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19042         * gnus-msg.el (gnus-button-mailto):
19043         Remove save-selected-window-window hackery because it relies on
19044         save-selected-window internals.
19046 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19048         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19049         add-minor-mode.
19050         (gnus-binary-mode): Ditto.
19052         * gnus-topic.el (gnus-topic-mode): Ditto.
19054 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19056         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19057         (gnus-article-prev-page): Take scroll-margin into consideration.
19059 2005-07-04  Lute Kamstra  <lute@gnu.org>
19061         Update FSF's address in GPL notices.
19063 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19065         * gnus.el (gnus-exit):
19066         * gnus-group.el (gnus-group-icons):
19067         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19069         * gnus-nocem.el (gnus-nocem):
19070         * message.el (message-various, message-buffers, message-sending)
19071         (message-interface, message-forwarding, message-insertion)
19072         (message-headers, message-news, message-mail):
19073         * pgg-gpg.el (pgg-gpg):
19074         * pgg-parse.el (pgg-parse):
19075         * pgg-pgp.el (pgg-pgp):
19076         * pgg-pgp5.el (pgg-pgp5):
19077         * pop3.el (pop3): Finish `defgroup' description with period.
19079 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19081         * gnus-art.el (article-display-face): Improve the efficiency.
19082         (article-display-x-face): Ditto; remove gray x-face stuff.
19084 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19086         * gnus-art.el (article-display-face): Correct the position in
19087         which Faces are inserted.
19089 2005-06-29  Didier Verna  <didier@xemacs.org>
19091         * gnus-art.el (article-display-face): Display faces in correct
19092         order.
19094 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19096         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19097         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19098         (gnus-nocem-check-article): Fetch the Type header.
19099         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19100         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19101         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19102         make sure gnus-nocem-hashtb is initialized.
19103         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19104         (gnus-nocem-unwanted-article-p): Ditto.
19106         * pgg.el (pgg-verify): Return the verification result.
19108 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19110         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19111         is ascii.
19113 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19115         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19116         `show-nonbreak-escape'.
19118 2005-06-23  Lute Kamstra  <lute@gnu.org>
19120         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19122         * dig.el (dig-mode):
19123         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19125 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19127         * nnimap.el (nnimap-split-download-body): Fix spellings.
19129 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19131         * gnus-art.el (gnus-article-encrypt-body):
19132         * gnus-cus.el (gnus-score-customize):
19133         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19134         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19136 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19138         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19139         header by looking for magic "MII" at the beginning.
19141 2005-06-16  Miles Bader  <miles@gnu.org>
19143         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19144         (assistant-field-face): New backward-compatibility alias for renamed
19145         face.
19146         (assistant-render-text): Use renamed assistant-field face.
19148         * spam.el (spam): Remove "-face" suffix from face name.
19149         (spam-face): New backward-compatibility alias for renamed face.
19150         (spam-face, spam-initialize): Use renamed spam face.
19152         * message.el (message-header-to, message-header-cc)
19153         (message-header-subject, message-header-newsgroups)
19154         (message-header-other, message-header-name)
19155         (message-header-xheader, message-separator, message-cited-text)
19156         (message-mml): Remove "-face" suffix from face names.
19157         (message-header-to-face, message-header-cc-face)
19158         (message-header-subject-face, message-header-newsgroups-face)
19159         (message-header-other-face, message-header-name-face)
19160         (message-header-xheader-face, message-separator-face)
19161         (message-cited-text-face, message-mml-face):
19162         New backward-compatibility aliases for renamed faces.
19163         (message-font-lock-keywords): Use renamed message faces.
19165         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19166         (sieve-test-commands, sieve-tagged-arguments):
19167         Remove "-face" suffix from face names.
19168         (sieve-control-commands-face, sieve-action-commands-face)
19169         (sieve-test-commands-face, sieve-tagged-arguments-face):
19170         New backward-compatibility aliases for renamed faces.
19171         (sieve-control-commands-face, sieve-action-commands-face)
19172         (sieve-test-commands-face, sieve-tagged-arguments-face):
19173         Use renamed sieve faces.
19175         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19176         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19177         (gnus-group-news-3-empty, gnus-group-news-4)
19178         (gnus-group-news-4-empty, gnus-group-news-5)
19179         (gnus-group-news-5-empty, gnus-group-news-6)
19180         (gnus-group-news-6-empty, gnus-group-news-low)
19181         (gnus-group-news-low-empty, gnus-group-mail-1)
19182         (gnus-group-mail-1-empty, gnus-group-mail-2)
19183         (gnus-group-mail-2-empty, gnus-group-mail-3)
19184         (gnus-group-mail-3-empty, gnus-group-mail-low)
19185         (gnus-group-mail-low-empty, gnus-summary-selected)
19186         (gnus-summary-cancelled, gnus-summary-high-ticked)
19187         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19188         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19189         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19190         (gnus-summary-low-undownloaded)
19191         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19192         (gnus-summary-low-unread, gnus-summary-normal-unread)
19193         (gnus-summary-high-read, gnus-summary-low-read)
19194         (gnus-summary-normal-read, gnus-splash):
19195         Remove "-face" suffix from face names.
19196         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19197         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19198         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19199         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19200         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19201         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19202         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19203         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19204         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19205         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19206         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19207         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19208         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19209         (gnus-summary-normal-ticked-face)
19210         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19211         (gnus-summary-normal-ancient-face)
19212         (gnus-summary-high-undownloaded-face)
19213         (gnus-summary-low-undownloaded-face)
19214         (gnus-summary-normal-undownloaded-face)
19215         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19216         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19217         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19218         (gnus-splash-face):
19219         New backward-compatibility aliases for renamed faces.
19220         (gnus-group-startup-message): Use renamed gnus faces.
19222         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19223         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19224         (gnus-server-agent): Remove "-face" suffix from face names.
19225         (gnus-server-agent-face, gnus-server-opened-face)
19226         (gnus-server-closed-face, gnus-server-denied-face)
19227         (gnus-server-offline-face):
19228         New backward-compatibility aliases for renamed faces.
19229         (gnus-server-agent-face, gnus-server-opened-face)
19230         (gnus-server-closed-face, gnus-server-denied-face)
19231         (gnus-server-offline-face): Use renamed gnus faces.
19233         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19234         Remove "-face" suffix from face names.
19235         (gnus-picon-xbm-face, gnus-picon-face):
19236         New backward-compatibility aliases for renamed faces.
19238         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19239         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19240         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19241         (gnus-cite-11): Remove "-face" suffix from face names.
19242         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19243         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19244         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19245         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19246         New backward-compatibility aliases for renamed faces.
19247         (gnus-cite-attribution-face, gnus-cite-face-list)
19248         (gnus-article-boring-faces): Use renamed gnus faces.
19250         * gnus-art.el (gnus-signature, gnus-header-from)
19251         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19252         (gnus-header-content): Remove "-face" suffix from face names.
19253         (gnus-signature-face, gnus-header-from-face)
19254         (gnus-header-subject-face, gnus-header-newsgroups-face)
19255         (gnus-header-name-face, gnus-header-content-face):
19256         New backward-compatibility aliases for renamed faces.
19257         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19259         * gnus-sum.el (gnus-summary-selected-face)
19260         (gnus-summary-highlight): Use renamed gnus faces.
19261         * gnus-group.el (gnus-group-highlight): Likewise.
19263 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19265         * gnus-sieve.el (gnus-sieve-article-add-rule):
19266         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19267         * spam-stat.el (spam-stat-buffer-change-to-spam)
19268         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19270         * message.el (message-is-yours-p):
19271         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19273 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19275         * mm-view.el (mm-inline-text): Withdraw the last change.
19277 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19279         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19280         executing enriched-decode.
19282 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19284         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19285         charset of tar files.
19287 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19289         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19291 2005-06-04  Lute Kamstra  <lute@gnu.org>
19293         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19294         information is never recorded.
19296 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19298         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19300 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19302         * pop3.el (pop3-apop): Run md5 in the binary mode.
19304         * starttls.el (starttls-set-process-query-on-exit-flag):
19305         Use eval-and-compile.
19307 2005-05-31  Simon Josefsson  <jas@extundo.com>
19309         * smime.el (smime-replace-in-string): Define.
19310         (smime-cert-by-ldap-1): Use it.
19312 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19314         * gnus-art.el (article-display-x-face): Replace
19315         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19317         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19318         set-process-query-on-exit-flag or process-kill-without-query.
19320         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19321         loop instead of replace-regexp.
19323         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19324         instead of process-kill-without-query if it is available.
19326         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19327         instead of find-file-hooks if it is available.
19329         * mml1991.el: Bind pgg-default-user-id when compiling.
19331         * mml2015.el: Bind pgg-default-user-id when compiling.
19333         * nndraft.el (nndraft-request-associate-buffer):
19334         Use write-contents-functions instead of write-contents-hooks if it is
19335         available.
19337         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19338         instead of find-file-hooks if it is available.
19340         * nntp.el (nntp-open-connection): Replace
19341         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19342         (nntp-open-ssl-stream): Ditto.
19343         (nntp-open-tls-stream): Ditto.
19345         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19346         set-process-query-on-exit-flag or process-kill-without-query.
19347         (starttls-open-stream-gnutls): Use it instead of
19348         process-kill-without-query.
19349         (starttls-open-stream): Ditto.
19351 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19353         * smime.el (smime-cert-by-ldap-1): Don't use
19354         replace-regexp-in-string.
19356 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19358         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19360         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19361         in PEM format.  Adjust to the XEmacs compatibility.
19363 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19365         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19366         by `string-to-number'.
19367         * gnus-agent.el (gnus-agent-regenerate-group)
19368         (gnus-agent-fetch-articles): Ditto.
19369         * gnus-art.el (gnus-button-fetch-group): Ditto.
19370         * gnus-cache.el (gnus-cache-generate-active)
19371         (gnus-cache-articles-in-group): Ditto.
19372         * gnus-group.el (gnus-group-set-current-level)
19373         (gnus-group-insert-group-line): Ditto.
19374         * gnus-score.el (gnus-score-set-expunge-below)
19375         (gnus-score-set-mark-below, gnus-summary-score-effect)
19376         (gnus-summary-score-entry): Ditto.
19377         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19378         (gnus-soup-pack): Ditto.
19379         * gnus-spec.el (gnus-xmas-format): Ditto.
19380         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19381         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19382         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19383         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19384         * nndb.el (nndb-get-remote-expire-response): Ditto.
19385         * nndiary.el (nndiary-parse-schedule-value)
19386         (nndiary-string-to-number, nndiary-request-replace-article)
19387         (nndiary-request-article): Ditto.
19388         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19389         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19390         * nneething.el (nneething-make-head): Ditto.
19391         * nnfolder.el (nnfolder-request-article)
19392         (nnfolder-retrieve-headers): Ditto.
19393         * nnheader.el (nnheader-file-to-number): Ditto.
19394         * nnkiboze.el (nnkiboze-request-article): Ditto.
19395         * nnmail.el (nnmail-process-unix-mail-format)
19396         (nnmail-process-babyl-mail-format): Ditto.
19397         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19398         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19399         (nnmh-request-create-group, nnmh-request-list-1)
19400         (nnmh-request-group, nnmh-request-article): Ditto.
19401         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19402         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19403         * nnsoup.el (nnsoup-make-active): Ditto.
19404         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19405         * nntp.el (nntp-find-group-and-number)
19406         (nntp-retrieve-headers-with-xover): Ditto.
19407         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19408         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19409         (pgg-format-key-identifier): Ditto.
19410         * pop3.el (pop3-last, pop3-stat): Ditto.
19411         * qp.el (quoted-printable-decode-region): Ditto.
19413         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19414         of concat.
19416 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19418         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19420         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19422         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19424         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19426         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19428         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19430         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19431         (gnus-carpal-mode): Ditto.
19433         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19434         (gnus-browse-mode): Ditto.
19436         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19438         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19440 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19442         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19444 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19446         * gnus-util.el (gnus-run-mode-hooks): New function.
19448         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19450 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19452         * gnus-agent.el (gnus-agent-make-mode-line-string):
19453         Use mode-line-highlight as mouse-face.
19455 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19457         * canlock.el (canlock): Change the parent group to news.
19459         * deuglify.el (gnus-outlook-deuglify): Add :group.
19461         * dig.el (dig): Add :group.
19463         * dns-mode.el (dns-mode): Add :group.
19465         * encrypt.el (encrypt): Add :group.
19467         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19468         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19469         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19470         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19471         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19473         * gnus-diary.el (gnus-diary): Add :group.
19475         * gnus.el (gnus-group-news-1-face): Add :group.
19476         (gnus-group-news-1-empty-face): Ditto.
19477         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19478         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19479         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19480         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19481         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19482         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19483         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19484         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19485         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19486         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19487         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19488         (gnus-summary-high-ticked-face): Ditto.
19489         (gnus-summary-low-ticked-face): Ditto.
19490         (gnus-summary-normal-ticked-face): Ditto.
19491         (gnus-summary-high-ancient-face): Ditto.
19492         (gnus-summary-low-ancient-face): Ditto.
19493         (gnus-summary-normal-ancient-face): Ditto.
19494         (gnus-summary-high-undownloaded-face): Ditto.
19495         (gnus-summary-low-undownloaded-face): Ditto.
19496         (gnus-summary-normal-undownloaded-face): Ditto.
19497         (gnus-summary-high-unread-face): Ditto.
19498         (gnus-summary-low-unread-face): Ditto.
19499         (gnus-summary-normal-unread-face): Ditto.
19500         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19501         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19503         * hashcash.el (hashcash): New custom group.
19504         (hashcash-default-payment): Add :group.
19505         (hashcash-payment-alist): Ditto.
19506         (hashcash-default-accept-payment): Ditto.
19507         (hashcash-accept-resources): Ditto.
19508         (hashcash-path): Ditto.
19509         (hashcash-extra-generate-parameters): Ditto.
19510         (hashcash-double-spend-database): Ditto.
19511         (hashcash-in-news): Ditto.
19513         * message.el (message-minibuffer-local-map): Add :group.
19515         * netrc.el (netrc): Add :group.
19517         * sieve-manage.el (sieve-manage-log): Add :group.
19518         (sieve-manage-default-user): Diito.
19519         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19520         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19521         (sieve-manage-authenticators): Ditto.
19522         (sieve-manage-authenticator-alist): Ditto.
19523         (sieve-manage-default-port): Ditto.
19525         * sieve-mode.el (sieve-control-commands-face): Add :group.
19526         (sieve-action-commands-face): Ditto.
19527         (sieve-test-commands-face): Ditto.
19528         (sieve-tagged-arguments-face): Ditto.
19530         * smime.el (smime): Add :group.
19532         * spam-report.el (spam-report): Add :group.
19534         * spam.el (spam, spam-face): Add :group.
19536 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19538         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19539         return \n.\n.\n at the end of articles.  Protect against that.
19540         (nntp-with-open-group): Allow debugging.
19542         * nnheader.el (mail-header-set-extra): Make into a function
19543         because I just could't understand how to quote the list properly.
19545         * dns.el (query-dns-cached): New function.
19547 2005-05-26  Lute Kamstra  <lute@gnu.org>
19549         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19551 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19553         * gnus-art.el: Don't autoload mail-extract-address-components.
19555         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19556         eval-and-compile to evaluate it.
19558         * hashcash.el: Don't autoload executable-find.
19560         * nndb.el: Don't declare the nndb back end two or more times; don't
19561         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19563         * nntp.el: Autoload format-spec instead of format; use
19564         eval-and-compile to evaluate autoload forms.
19566 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19568         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19570 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19572         * gnus.el (gnus-version-number): Bump version.
19574 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19576         * gnus.el: No Gnus v0.3 is released.
19578 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19580         * gnus-art.el (gnus-article-edit-part): Disable undo.
19582 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19584         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19585         gnus-article-date-lapsed-new-header is t if date timer is active;
19586         skip headers in which the original date value is empty.
19587         (gnus-article-save-original-date): Redefine it as a macro.
19588         (gnus-display-mime): Use it.
19590 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19592         * gnus-art.el (article-date-ut): Support converting date in
19593         forwarded parts as well.
19594         (gnus-article-save-original-date): New function.
19595         (gnus-display-mime): Use it.
19597 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19599         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19600         enclosure element of <item>.
19602 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19604         * message.el (message-kill-buffer-query): Rename from
19605         `message-kill-buffer-query-if-modified'.  Add :version.
19607 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19609         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19610         window layout.
19612 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19614         * mml.el: Autoload dnd when compiling.
19616 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19618         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19619         x-dnd-*.
19621 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19623         * qp.el (quoted-printable-encode-region): Save excursion.
19625 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19627         * message.el (message-kill-buffer-query-if-modified): Add new variable
19628         so the user can kill a modified message buffer quickly.
19629         (message-kill-buffer): Use it.
19631 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19633         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19634         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19636 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19638         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19639         contained in text because xml.el decodes entities) with LFs.
19641 2005-04-11  Lute Kamstra  <lute@gnu.org>
19643         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19644         differently.
19646 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19648         * mm-util.el (mm-detect-coding-region): Typo.
19650 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19652         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19654 2005-04-06  Deepak Goel  <deego@gnufans.org>
19656         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19657         user-function allow user modifications of the scores.
19658         (spam-stat-score-buffer-user): New function, to allow
19659         user-computed modifications to the score.
19660         (spam-stat-score-buffer-user-functions): List of additional
19661         scoring functions.
19662         (spam-stat-error-holder): Global temporary error holder.
19663         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19664         variable.
19666 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19668         * gnus-registry.el (gnus-registry-clean-empty-function)
19669         (gnus-registry-trim, gnus-registry-fetch-groups)
19670         (gnus-registry-delete-group): Groups that match
19671         `gnus-registry-ignored-groups' are removed from the registry
19672         entries, not just ignored for splitting.  This helps clean up the
19673         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19674         to get all the groups a message ID is in.
19676         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19677         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19678         (spam-stat-score-buffer-user-functions): Add :number custom type.
19680 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19682         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19683         argument in XEmacs.
19685         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19686         (nnrss-request-group): Decode group name first.
19687         (nnrss-request-article): Make a text/plain article if mml-to-mime
19688         failed.
19689         (nnrss-get-encoding): Return a compatible encoding according to
19690         nnrss-compatible-encoding-alist.
19691         (nnrss-find-el): Use consp instead of listp.
19692         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19694 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19696         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19697         which Emacs 20 doesn't support.
19698         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19700 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19702         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19703         silence the byte compiler inside the defun.
19705         * gnus-demon.el (parse-time-string): Add autoload.
19707         * gnus-delay.el (parse-time-string): Add autoload.
19709         * gnus-art.el (parse-time-string): Add autoload.
19711         * nnultimate.el (parse-time): Require for `parse-time-string'.
19713 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19715         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19717         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19719         * smime.el (smime-ldap-host-list): Add :version.
19721 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19723         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19724         pass it to `gnus-browse-read-group'.
19725         (gnus-browse-read-group): Add NUMBER argument and pass it to
19726         `gnus-group-read-ephemeral-group'.
19728         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19729         argument and pass it to `gnus-group-read-group'.
19731 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19733         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19734         mm-xemacs-find-mime-charset-1 if we have the mule feature
19735         available at runtime.
19737 2005-03-25  Werner Lemberg  <wl@gnu.org>
19739         * nnmaildir.el: Replace `illegal' with `invalid'.
19741 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19743         * gnus-start.el (gnus-display-time-event-handler):
19744         Check display-time-timer at runtime rather than only at load time
19745         in case display-time-mode is turned off in the mean time.
19747 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19749         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19750         used.
19752         * nneething.el (nneething-map-file-directory): Derive from
19753         `gnus-directory'.
19755         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19756         the To/Cc button.
19758 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19760         * nnmaildir.el (nnmaildir-request-accept-article):
19761         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19763 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19765         * gnus-async.el: Require timer-funcs at compile time when in
19766         XEmacs for `run-with-idle-timer'.
19768 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19770         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19771         autoloaded function.
19773 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19775         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19777 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19779         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19781 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19783         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19784         Add gnus-expert-user to default.
19786 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19788         * nnimap.el (nnimap-open-server): Ditto.
19790         * imap.el (imap-authenticate): Fix typo.
19792 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19794         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19795         buffer (since IMAP server might return FETCH response out of
19796         order, and the nntp buffer must be sorted).
19798 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19800         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19801         comparison on string.
19803         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19804         (gnus-agent-score): Rename category keywords to match gnus-cus.
19805         (gnus-agent-summary-fetch-series): Modify to protect against
19806         gnus-agent-summary-fetch-group clearing processable flags.
19807         (gnus-agent-synchronize-group-flags): Update live group buffer as
19808         synchronization may occur due to the user toggle the plugged
19809         status.
19810         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19811         successfully downloaded.
19812         (gnus-agent-expire-group-1): Avoid using markers when the overview
19813         is in ascending order; greatly improves performance.
19814         (gnus-agent-regenerate-group):
19815         Use gnus-agent-synchronize-group-flags to reset read status in both
19816         gnus and server.
19817         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19819 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19821         * message.el: Don't autoload former message-utils variables.
19822         (message-strip-subject-trailing-was): Change doc string.
19824         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19825         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19826         (nnweb-google-search): Add "hl=en" here.
19827         (nnweb-google-parse-1, nnweb-google-create-mapping):
19828         Don't hardcode URL.
19830 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19832         * message.el (message-get-reply-headers, message-followup):
19833         Mention related variables `message-use-followup-to' and
19834         `message-use-mail-followup-to', in the information buffer.
19836         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19837         of broken groups(-beta).google.com.
19839 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19841         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19842         parameter to invoked gnus-request-move-article; remove the
19843         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19844         all at once instead of once per article.
19845         (gnus-summary-remove-process-mark): Accept a list of articles as
19846         well as a single article for processing.
19848         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19849         parameter.
19851         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19853         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19855         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19856         parameter.
19858         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19859         parameter.
19861         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19862         parameter and remove the gnus-sum-hint-move-is-internal variable.
19864         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19865         parameter.
19867         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19868         parameter.
19870         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19871         parameter.
19873         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19875         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19876         parameter.
19878         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19879         parameter.
19881 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19883         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19884         a more conservative way.
19886 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19888         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19889         buffer, so it moves the window's cursor.
19891 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19893         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19894         `mm-dissect-multipart' and receive the from field as an (optional)
19895         argument from `mm-dissect-multipart'.
19896         (mm-dissect-multipart): Receive the from field as an argument and
19897         pass it on when we call `mm-dissect-buffer' on MIME parts.
19898         Fixes verification/decryption of signed/encrypted MIME parts.
19900 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19902         * gnus-sum.el (gnus-summary-move-article):
19903         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19904         whatever it calls (right now, only nnimap-request-move article
19905         respects it).
19907         * nnimap.el (nnimap-request-move-article):
19908         When gnus-sum-hint-move-is-internal is set, don't do the extra
19909         nnimap-request-article.
19911 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19913         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19915         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19916         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19918         * gnus-sum.el (gnus-summary-caesar-message):
19919         Apply `gnus-treat-article' after rotation.
19921         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19922         doc string.
19924 2005-02-22  Simon Josefsson  <jas@extundo.com>
19926         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19927         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19928         <arne@arnested.dk>.
19929         (encrypt): Add password-cache and password-cache-expiry as group
19930         members.
19932 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19934         * smime.el (smime-ldap-host-list): Doc fix.
19935         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19936         cache) password.
19937         (smime-sign-region): Use it.
19938         (smime-decrypt-region): Use it.
19939         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19940         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19941         fails.
19942         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19943         certificate from DER to PEM format rather than calling openssl.
19945         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19947         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19948         for signing/encryption.
19950         * mml.el (mml-parse-1): Use them.
19952 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19954         * nnrss.el (nnrss-verbose): Remove.
19955         (nnrss-request-group): Use `nnheader-message' instead.
19957 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19959         * nnrss.el (nnrss-verbose): New variable.
19960         (nnrss-request-group): Make it say nnrss is requesting a group.
19962 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19964         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19965         Handle news URL with given port correctly.
19967 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19969         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19970         containing special characters.
19972         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19974         * mml.el (mime-to-mml): Ditto.
19976         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19977         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19978         (rfc2047-decode-region): Quote decoded words containing special
19979         characters when rfc2047-quote-decoded-words-containing-tspecials
19980         is non-nil.
19982 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19984         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19986         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19988 2005-02-15  Simon Josefsson  <jas@extundo.com>
19990         * nnimap.el (nnimap-debug): Doc fix.
19992         * imap.el (imap-debug): Doc fix.
19994 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19996         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19998 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20000         * gnus.el (spam-contents): Improve docs for spam-contents
20001         parameter in its variable incarnation.
20003 2005-02-14  Simon Josefsson  <jas@extundo.com>
20005         * smime-ldap.el: Use require instead of load-library for ldap.
20006         (smime-ldap-search): Indent.
20007         (smime-ldap-search-internal): Shorten line.
20009         * smime.el (smime-cert-by-dns): Add doc-string.
20010         (smime-cert-by-ldap-1): Indent.
20012         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20013         mml-smime-get-dns-ldap.
20014         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20016 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20018         * smime.el: Require smime-ldap.
20019         (smime-ldap-host-list): New variable.
20020         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20022         * mml-smime.el (mml-smime-encrypt-query): New function.
20023         (mml-smime-encrypt-query): Use it.
20025         * smime-ldap.el: New file.
20027 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20029         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20031 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20033         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20034         argument in doc string.  Make query for type more clear.
20036 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20038         * gnus.el (gnus-group-startup-message): Search for gnus images in
20039         etc/images/gnus.
20040         * mm-util.el (mm-image-load-path): Likewise.
20041         * smiley.el (smiley-data-directory): Search for smilies in
20042         etc/images/smilies.
20044 2005-02-09  Kim F. Storm  <storm@cua.dk>
20046         Change Emacs release version from 21.4 to 22.1 throughout.
20047         Change Emacs development version from 21.3.50 to 22.0.50.
20049 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20051         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20053         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20054         non-Mule XEmacs as well.
20055         (mm-decompress-buffer): Signal an error intentionally if it does
20056         not decompress compressed data because auto-compression-mode is
20057         disabled.
20059 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20061         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20062         an ID in the registry even if it has no groups.
20064 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20066         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20067         merge it into mm-decompress-buffer.
20068         (gnus-mime-copy-part): Use the MIME part charset, the value which
20069         a user specified or gnus-newsgroup-charset for decoding, like
20070         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20071         save-buffer what was used.  Suggested by Kevin Ryde
20072         <user42@zip.com.au>.
20073         (gnus-mime-inline-part): Allow the name parameter as well as the
20074         filename parameter; force decompressing of compressed data; always
20075         display contents being not decoded as unibyte.
20077         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20078         as well as the filename parameter.
20080         * mm-util.el (mm-decompress-buffer):
20081         Merge gnus-mime-jka-compr-maybe-uncompress.
20082         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20083         of compressed data.
20085 2005-02-08  Simon Josefsson  <jas@extundo.com>
20087         * imap.el (imap-log): Doc fix.
20089 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20091         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20092         the coding cookies; decompress compressed parts.
20094         * mml.el (mml-generate-mime-1): Add the charset parameter according
20095         to the value which a user specified manually or the coding cookie.
20097         * mm-util.el (mm-string-to-multibyte): New function.
20098         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20099         (mm-coding-system-to-mime-charset): New function.
20100         (mm-decompress-buffer): New function.
20101         (mm-find-buffer-file-coding-system): New function.
20103         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20104         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20105         parts.
20107 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20109         * mm-view.el (mm-display-inline-fontify): Decode a part according
20110         to the charset parameter.
20112 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20114         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20115         prefix arg is neither nil nor a number, as info specifies.
20117 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20119         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20120         timestamps.
20122 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20124         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20125         groups error checking and notify user.
20127 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20129         * message.el (message-send-mail-function): Check existence of
20130         sendmail-program first before using default value
20131         `message-send-mail-with-sendmail'.  Otherwise use more generic
20132         `smtpmail-send-it'.
20134 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20136         * nntp.el (nntp-request-update-info): Always return nil.
20138 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20140         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20142 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20144         * message.el (message-beginning-of-line): Change the behavior when
20145         invoked between BOL and : so that it first moves backward.
20147 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20149         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20150         article buffer when editing of the article is discarded.
20151         (gnus-article-prepare): Revert.
20153 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20155         * gnus-art.el (gnus-article-prepare):
20156         Remove message-strip-forbidden-properties from the local hook.
20158 2005-01-27  Simon Josefsson  <jas@extundo.com>
20160         * password.el (password-cache-add): Only start one timer per key.
20161         Reported by Derek Atkins <warlord@MIT.EDU>.
20163 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20165         * run-at-time.el: Remove.  It is no longer needed as
20166         timer-funcs.el in the xemacs-base package has a working version of
20167         `run-at-time'.
20169         * password.el: Require timer-funcs instead of run-at-time in
20170         XEmacs.
20171         Remove `password-run-at-time' macro.
20172         (password-cache-add): Use `run-at-time' instead of
20173         `password-run-at-time'.
20175         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20176         for `run-with-idle-timer'.
20178         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20179         for `run-at-time'.
20181         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20182         for `with-timeout'.
20184 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20186         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20187         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20189 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20191         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20192         sensitively.
20194 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20196         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20198 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20200         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20201         which will be inserted according to the multibyteness of a buffer
20202         rather than the type of contents.  Suggested by ARISAWA Akihiro
20203         <ari@mbf.ocn.ne.jp>.
20205         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20206         of string which old xml.el may return rather than a string.
20208 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20210         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20212 2005-01-16  Simon Josefsson  <jas@extundo.com>
20214         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20215         idn/idna.el isn't available.
20216         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20217         <michael@waxrat.com>.
20219         * hashcash.el: Remove non-FSF copyright header.
20221         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20222         (hashcash-generate-payment): Use it.
20223         (hashcash-generate-payment-async): Use it.
20225 2005-01-15  Simon Josefsson  <jas@extundo.com>
20227         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20228         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20230         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20231         gnus-summary-idna-message.
20232         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20233         (gnus-summary-idna-message): New function.
20235 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20237         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20238         gnus-novice-user.
20240 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20242         * nnrss.el (nnrss-request-delete-group): Delete entries in
20243         nnrss-group-alist as well.
20244         (nnrss-save-server-data): Insert newline.
20246 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20248         * gnus.el (gnus-user-agent): Use list of symbols instead of
20249         symbols.  Display full version number for (S)XEmacs.
20250         Optionally display (S)XEmacs codename.
20252         * gnus-util.el (gnus-emacs-version): Update for new
20253         `gnus-user-agent'.
20255         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20256         Gnus version.
20258 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20260         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20261         which is unreadable in some setups.
20263 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20265         * gnus-spec.el (gnus-update-format-specifications): Flush the
20266         group format spec cache if it doesn't support decoded group names.
20268 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20270         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20271         Allow to apply decay on score files matching a regexp.
20273 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20275         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20276         compatibility in %g and %c.
20278 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20280         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20281         name for only %g and %c.
20282         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20283         of gnus-tmp-group to decoded group name.
20284         (gnus-group-make-rss-group): Exclude `/'s from group names.
20286 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20288         * nnrss.el (nnrss-get-encoding): Fix regexp.
20290 2004-12-27  Simon Josefsson  <jas@extundo.com>
20292         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20293         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20294         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20296 2004-12-17  Kim F. Storm  <storm@cua.dk>
20298         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20300         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20302 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20304         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20306 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20308         * nnrss.el: Require rfc2047 and mml.
20309         (nnrss-file-coding-system): New variable.
20310         (nnrss-format-string): Redefine it as an inline function.
20311         (nnrss-decode-group-name): New function.
20312         (nnrss-string-as-multibyte): Remove.
20313         (nnrss-retrieve-headers): Decode group name; don't use
20314         nnrss-format-string.
20315         (nnrss-request-group): Decode group name.
20316         (nnrss-request-article): Decode group name; allow a Message-ID as
20317         well as an article number; don't use nnrss-format-string; encode a
20318         Message-ID string which may contain non-ASCII characters; use
20319         mml-to-mime to compose a MIME article.
20320         (nnrss-request-expire-articles): Decode group name.
20321         (nnrss-request-delete-group): Decode group name.
20322         (nnrss-fetch): Clarify error message.
20323         (nnrss-read-server-data): Use insert-file-contents instead of load;
20324         bind file-name-coding-system; use multibyte buffer.
20325         (nnrss-save-server-data): Bind coding-system-for-write to the
20326         value of nnrss-file-coding-system; bind file-name-coding-system;
20327         add coding cookie.
20328         (nnrss-read-group-data): Use insert-file-contents instead of load;
20329         bind file-name-coding-system; use multibyte buffer.
20330         (nnrss-save-group-data): Bind coding-system-for-write to the
20331         value of nnrss-file-coding-system; bind file-name-coding-system.
20332         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20333         make it work with non-ASCII text.
20334         (nnrss-find-el): Make it work with old xml.el as well.
20336 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20338         * nnrss.el (nnrss-get-encoding): New function.
20339         (nnrss-fetch): Use unibyte buffer initially; bind
20340         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20341         decode contents according to the encoding attribute.
20342         (nnrss-save-group-data): Add coding cookie.
20343         (nnrss-mime-encode-string): New function.
20344         (nnrss-check-group): Use it to encode subject and author.
20346 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20348         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20349         imaginary variable.
20351 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20353         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20354         correctly even if there are wide characters.
20356 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20358         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20359         downcased symbol names; make a new cache instead of reusing
20360         bbdb-hashtable.
20362 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20364         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20365         concatenating segments rather than before concatenating them.
20366         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20368         * message.el (message-get-reply-headers): Bind `extra'.
20370 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372         * message.el (message-extra-wide-headers): New variable.
20373         (message-get-reply-headers): Use it.
20375 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20377         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20378         (gnus-agent-group-pathname): Ditto.
20380         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20382         * gnus-group.el (gnus-group-make-group): Decode group name.
20383         (gnus-group-make-rss-group): Register the group data after opening
20384         the nnrss group.
20386 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20388         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20389         by expiry now get marked as read.
20391 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20393         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20395 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20397         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20398         unify Latin characters in XEmacs.
20399         (mm-find-mime-charset-region): Use it.
20401 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20403         * gnus-util.el (gnus-delete-directory): New function.
20405         * gnus-agent.el (gnus-agent-delete-group): Use it.
20407         * gnus-cache.el (gnus-cache-delete-group): Use it.
20409 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20411         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20412         names.
20414 2004-12-16  Simon Josefsson  <jas@extundo.com>
20416         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20418 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20420         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20422         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20423         (gnus-group-set-current-level): Decode group name.
20425 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20427         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20428         failed.
20430 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20432         * gnus-group.el (gnus-group-delete-group): Decode group name.
20433         (gnus-group-make-rss-group): Encode group name.
20434         (gnus-group-catchup-current): Decode group name.
20435         (gnus-group-kill-group): Decode group name.
20437 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20439         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20441 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20443         * gnus-group.el (gnus-group-make-rss-group):
20444         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20446         * gnus-start.el (gnus-setup-news): Honor user's setting to
20447         gnus-message-archive-method.  Suggested by Lute Kamstra
20448         <lute@gnu.org>.
20450 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20452         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20453         global counterparts of the buffer-local variables.
20455 2004-11-16  Romain Francoise  <romain@orebokech.com>
20457         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20458         counterparts of the buffer-local variables.
20460 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20462         * message.el (message-forbidden-properties): Fix typo in doc
20463         string.
20465 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20467         * gnus-util.el (gnus-replace-in-string): Add doc string.
20469         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20470         to avoid problems when splitting mails with many recipients.
20472 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20474         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20475         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20477 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20479         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20480         if there is no hashtable in memory or file modification time is
20481         newer than cached timestamp.
20483 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20485         * gnus-sum.el (gnus-summary-limit-to-recipient):
20486         Implement not-matching option.
20488 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20490         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20491         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20492         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20493         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20494         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20495         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20497 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20499         * message.el (message-forward-make-body-mml): Remove headers
20500         according to message-forward-ignored-headers if a message is decoded.
20502 2004-12-02  Romain Francoise  <romain@orebokech.com>
20504         * message.el (message-forward-make-body-plain): Always remove
20505         headers according to message-forward-ignored-headers.
20507 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20509         * spam.el (spam-summary-prepare-exit): Remove the
20510         gnus-summary-limit pop for now, it has problems with ham marks for
20511         me.
20513 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20515         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20516         correctly.
20518 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20520         * format-spec.el (format-spec): Message the char.
20522 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20524         * gnus-art.el (gnus-split-methods): Reformat comments.
20526         * spam.el (spam-summary-prepare-exit): Remove article limits
20527         before exiting the summary buffer.
20529 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20531         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20532         order to silence the byte compiler.
20534         * spam.el: Fix the way to silence the byte compiler, which
20535         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20536         bbdb-search-simple, spam-BBDB-register-routine,
20537         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20538         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20539         spam-stat-buffer-is-spam, spam-stat-load,
20540         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20541         spam-stat-save and spam-stat-split-fancy.
20543 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20545         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20546         which may confuse users.
20547         (canlock-password-for-verify): Ditto.
20549         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20551         * gnus-art.el (gnus-emphasis-alist): Ditto.
20553         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20555         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20557         * gnus-start.el (gnus-save-killed-list): Ditto.
20559         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20560         (gnus-sum-thread-tree-root): Ditto.
20561         (gnus-sum-thread-tree-false-root): Ditto.
20562         (gnus-sum-thread-tree-single-indent): Ditto.
20564         * message.el (message-courtesy-message): Ditto.
20565         (message-archive-note): Ditto.
20566         (message-subscribed-address-file): Ditto.
20567         (message-user-fqdn): Ditto.
20569         * spam-report.el (spam-report-gmane-regex): Ditto.
20571         * spam.el (spam-blackhole-good-server-regex): Ditto.
20573 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20575         * mml.el (mml-preview): Widen the message buffer before copying
20576         the contents to the preview buffer; sort headers before previewing.
20578         * message.el (message-hidden-headers): Fix the way to avoid a bug
20579         in the `repeat' widget in Emacs 21.3 or earlier.
20581 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20583         * message.el (message-hidden-headers): Default to "^References:".
20584         Improve customization type.  Suggested by Reiner Steib
20585         <Reiner.Steib@gmx.de>.
20587 2004-11-25  Romain Francoise  <romain@orebokech.com>
20589         * message.el (message-strip-forbidden-properties): Remove check for
20590         obsolete `message-hidden' text property, hidden headers are not
20591         accessible in the buffer anymore.
20593 2004-11-22  Romain Francoise  <romain@orebokech.com>
20595         * message.el (message-header-format-alist): Add `From' in list
20596         so that it can be sorted.
20597         (message-fix-before-sending): Widen and sort headers before
20598         sending.
20599         (message-hide-headers): Use narrowing to hide headers by moving
20600         them to the top of the buffer and narrowing to the region
20601         underneath.
20603 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20605         * message.el (message-strip-forbidden-properties):
20606         Bind buffer-read-only (etc) to nil.
20608 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20611         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20613 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20615         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20617 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20619         * dns.el (query-dns): Use sit-for to time instead of
20620         accept-process-output, since that doesn't seem to work on udp
20621         sockets.
20623 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20625         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20627 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20629         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20630         doc string.  Improve doc string.
20632 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20634         * nntp.el (nntp-request-update-info): Return nil if
20635         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20636         may not call gnus-activate-group which uselessly issues the GROUP
20637         commands for all nntp groups and wastes time.  Reported by Romain
20638         Francoise <romain@orebokech.com>.
20640         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20642 2004-11-15  Simon Josefsson  <jas@extundo.com>
20644         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20645         headers separately.
20646         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20647         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20649 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20651         * gnus-start.el (gnus-convert-old-newsrc):
20652         Assign legacy-gnus-agent to 5.10.7.
20654 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20656         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20657         start of the lines.
20659 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20661         * hashcash.el (hashcash-default-payment): Change default to 20.
20662         (hashcash-default-accept-payment): Change default to 20.
20663         (hashcash-process-alist): New variable.
20664         (hashcash-generate-payment-async): Add.
20665         (hashcash-already-paid-p): Add.
20666         (hashcash-insert-payment): Don't generate payments twice.
20667         (hashcash-insert-payment-async): Add.
20668         (hashcash-insert-payment-async-2): Add.
20669         (hashcash-cancel-async): Add.
20670         (hashcash-wait-async): Add.
20671         (hashcash-processes-running-p): Add.
20672         (hashcash-wait-or-cancel): Add.
20673         (mail-add-payment): New optional argument.  Conditionally start
20674         asynchronous calculation.
20675         (mail-add-payment-async): Add.
20677         * message.el (message-send-mail): Wait for asynchronous hashcash
20678         results.  Don't clobber existing X-Hashcash headers.
20679         (message-setup-1): Call mail-add-payment-async when
20680         message-generate-hashcash is non-nil.
20682 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20684         * message.el (message-use-alternative-email-as-from): Examine the
20685         From header as well; use message-make-from in order to include a
20686         user's full name.
20688 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20690         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20691         default; improve customization type.
20692         (gnus-emphasis-custom-with-format): New macro.
20693         (gnus-emphasis-custom-value-to-external): New function.
20694         (gnus-emphasis-custom-value-to-internal): New function.
20696 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20698         * dns.el (query-dns): Resolve reverse addresses.
20700 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20702         * gnus-group.el (gnus-group-get-new-news): Use it.
20704         * gnus-start.el (gnus-check-reasonable-setup): New function.
20706 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20708         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20709         "Args out of range" error.  Reported by Arnaud Giersch
20710         <arnaud.giersch@free.fr>.
20712 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20714         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20716 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20718         * spam.el (spam group): Add :version.
20720         * pgg-def.el (pgg group): Add :version.
20722 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20724         * gnus-art.el (gnus-article-edit-article): Don't associate the
20725         article buffer with a draft file.  This is a temporary measure
20726         against the 2004-08-22 change to gnus-article-edit-mode.
20728 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20730         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20731         (html2text-format-tags): Remove unused variable `attr'.
20733 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20735         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20737         * spam-stat.el (spam-stat): Add :version.
20739         * sieve.el (sieve): Add :version.
20741         * sha1.el (sha1): Add :version.
20742         (sha1-use-external): Remove redundant version.
20744         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20745         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20746         (nnmail-split-fancy-match-partial-words)
20747         (nnmail-split-lowercase-expanded): Add :version.
20749         * nndiary.el (nndiary): Add :version.
20751         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20753         * mml-sec.el (mml-default-sign-method)
20754         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20755         Add :version.
20757         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20759         * mm-url.el (mm-url-use-external, mm-url-program)
20760         (mm-url-arguments): Add :version.
20762         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20763         (mm-attachment-file-modes, mm-decrypt-option)
20764         (mm-w3m-safe-url-regexp): Add :version.
20766         * message.el (message-cite-prefix-regexp)
20767         (message-sendmail-envelope-from, message-minibuffer-local-map)
20768         (message-user-fqdn, message-completion-alist): Add :version.
20770         * gnus-win.el (gnus-configure-windows-hook)
20771         (gnus-use-frames-on-any-display): Add :version.
20773         * gnus-art.el (gnus-article-address-banner-alist)
20774         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20775         (gnus-treat-from-picon, gnus-treat-mail-picon)
20776         (gnus-treat-x-pgp-sig): Add :version.
20778         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20779         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20780         (gnus-summary-article-delete-hook)
20781         (gnus-summary-display-while-building): Add :version.
20783         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20784         (gnus-get-top-new-news-hook): Add :version.
20786         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20787         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20789         * gnus-registry.el (gnus-registry): Add :version.
20791         * gnus-spec.el (gnus-use-correct-string-widths)
20792         (gnus-make-format-preserve-properties): Add :version.
20794         * gnus.el (gnus-group-charter-alist)
20795         (gnus-group-fetch-control-use-browse-url)
20796         (gnus-install-group-spam-parameters): Add :version.
20798         * gnus-diary.el (gnus-diary): Add :version.
20800         * gnus-delay.el (gnus-delay): Add :version.
20802         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20803         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20804         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20805         Add :version.
20807         * gnus-agent.el (gnus-agent-max-fetch-size)
20808         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20809         (gnus-agent-prompt-send-queue): Add :version.
20811         * deuglify.el (gnus-outlook-deuglify): Add :version.
20813         * html2text.el: Beautify code.  Improve doc strings.
20814         Some checkdoc cleanup.
20815         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20817 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20819         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20821 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20823         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20824         when package is loaded.
20826         * spam.el (spam-summary-score-preferred-header): Add global preference
20827         for people who want to override the default SpamAssassin over
20828         Bogofilter preference (when both are set).
20829         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20830         (spam-user-format-function-S):
20831         Check spam-summary-score-preferred-header.
20832         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20833         (spam-user-format-function-S): Format the score correctly.
20835 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20837         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20838         signature file.  Suggested by Manoj Srivastava
20839         <srivasta@golden-gryphon.com>.
20841         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20842         iso-2022-jp even in the Japanese language environment.
20843         Suggested by Jason Rumney <jasonr@gnu.org>.
20845 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20847         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20848         use the same characters as the dummy marks; make it free from
20849         getting affected by the language environment.
20850         (gnus-summary-read-group-1): Update mark positions only when the
20851         format spec is updated.
20853         * gnus-spec.el (gnus-update-format-specifications): Return a list
20854         of updated types.
20856 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20858         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20859         of boundp to check if display-warning is available.
20861 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20863         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20865 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20867         * nnspool.el (nnspool-spool-directory): Use news-path if the
20868         news-directory variable is not bound.
20870         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20871         function instead of display-warning if it is not available.
20873 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20875         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20876         v5-10: Use `point-at-bol'.
20878 2004-10-26  Simon Josefsson  <jas@extundo.com>
20880         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20881         <chenggao@gmail.com>.
20883 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20885         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20886         instead.
20888 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20890         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20891         to remove a server from the nnimap-server-buffer-alist.
20892         (nnimap-open-connection, nnimap-close-server): Use it.
20894         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20896 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20898         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20899         running the major-mode function.
20901 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20903         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20904         dummy marks in the right way.
20906 2004-10-18  David Edmondson  <dme@dme.org>
20908         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20909         excessively.
20911 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20913         * gnus-util.el (gnus-split-references): Accept a nil references
20914         string and go on blissfully.
20916         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20917         cases where the references string is non-nil but has no references.
20919         * encrypt.el: Add autoload tags.
20921         * spam.el (spam-resolve-registrations-routine): Remove article
20922         from unregistration list too.  Reported by David Hanak
20923         <dhanak@isis.vanderbilt.edu>
20925 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20927         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20928         nil.  Change custom type.
20930 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20932         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20934         * gnus-sum.el (gnus-summary-move-article): Use it.
20936 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20938         * encrypt.el: Add autoload cookies.
20940         * spam.el (spam-backend-article-list-property)
20941         (spam-backend-get-article-todo-list)
20942         (spam-backend-put-article-todo-list)
20943         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20944         Resolve registrations separately.
20945         (spam-register-routine): Format comments.
20946         (spam-unregister-routine, spam-register-routine): Always call with
20947         specific-articles, no default list.
20948         (spam-summary-prepare-exit): Use the spam-classifications function.
20950         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20951         gnus-encrypt.el.
20953         * encrypt.el: Copied from gnus-encrypt.el.
20955         * gnus-encrypt.el: Commented that it's obsolete.
20957 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20959         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20960         (gnus-score-save): Use it.
20962         * message.el (message-bury): Use `window-dedicated-p'.
20964 2004-10-15  Simon Josefsson  <jas@extundo.com>
20966         * pop3.el (top-level): Don't require nnheader.
20967         (pop3-read-timeout): Add.
20968         (pop3-accept-process-output): Add.
20969         (pop3-read-response, pop3-retr): Use it.
20971 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20973         * spam.el (spam-register-routine): Move comment.
20974         (spam-verify-bogofilter): Use 'unknown for the initial
20975         spam-bogofilter-valid state, not 'never.
20977         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20978         for netrc-machine.
20980         * nnimap.el (nnimap-open-connection):
20981         Use netrc-machine-user-or-password.
20983 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20985         * gnus-registry.el (gnus-registry-unload-hook):
20986         Set as a variable with add-hook.
20988         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20989         of news-path.
20991         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20993         * spam.el: Delete duplicate `provide'.
20994         (spam-unload-hook): Set as a variable with add-hook.
20996 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20998         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20999         in the doc string.
21001         * message.el (message-ignored-news-headers)
21002         (message-ignored-supersedes-headers)
21003         (message-ignored-resent-headers)
21004         (message-forward-ignored-headers): Improve custom type.
21006 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21008         * message.el (message-tokenize-header): Fix 2004-09-06 change
21009         which used point-min in the wrong place.
21011 2004-10-12  Simon Josefsson  <jas@extundo.com>
21013         * tls.el (tls-certtool-program): New variable.
21014         (tls-certificate-information): New function, based on
21015         ssl-certificate-information.
21017 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21019         * compface.el: Move the version of ELisp-based uncompface program
21020         to the contrib directory because of the copyright problem.
21022 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21024         * message.el (message-kill-buffer): Raise the current frame.
21026 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21028         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21030         * gnus.el (message-y-or-n-p): Autoload.
21032         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21033         (pop3-password-required, pop3-authentication-scheme)
21034         (pop3-leave-mail-on-server): Make customizable.
21035         (pop3): New custom group.
21036         (pop3-retr): Remove `sleep-for' statements.
21037         Suggested by Dave Love <fx@gnu.org>.
21039         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21040         Windows/DOS.
21042         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21043         (imap-parse-body): Fix incorrect use of `assert'.
21044         Suggested by Dave Love <fx@gnu.org>.
21046         * mml.el (mml-minibuffer-read-disposition): Require match.
21047         Suggested by Dave Love <fx@gnu.org>.
21049 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21051         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21052         doc string.
21054 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21056         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21058 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21060         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21061         instead of calling `mm-insert-inline', to decode text/* parts
21062         before displaying them.
21064 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21066         * mm-uu.el (mm-uu-text-plain-type): New variable.
21067         (mm-uu-pgp-signed-extract-1): Use it.
21068         (mm-uu-pgp-encrypted-extract-1): Use it.
21069         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21070         bind mm-uu-text-plain-type with that value.
21071         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21072         mm-uu-dissect.
21074 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21076         * gnus-group.el (gnus-update-group-mark-positions):
21077         * gnus-sum.el (gnus-update-summary-mark-positions):
21078         * message.el (message-check-news-body-syntax):
21079         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21080         of string-as-multibyte.
21082 2004-10-05  Juri Linkov  <juri@jurta.org>
21084         * gnus-group.el (gnus-update-group-mark-positions):
21085         * gnus-sum.el (gnus-update-summary-mark-positions):
21086         * message.el (message-check-news-body-syntax):
21087         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21088         8-bit unibyte values to a multibyte string for search functions.
21090 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21092         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21093         (mm-uu-dissect-text-parts): New function.
21095         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21096         dissect text parts.
21098         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21099         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21101         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21103         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21104         Use gnus-current-topics instead of gnus-current-topic.
21106 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21108         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21110 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21112         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21113         where appropriate.
21115         * nnml.el (nnml-generate-active-info): do.
21117         * nndiary.el (nndiary-generate-active-info): do.
21119         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21120         (gnus-topic-move): do.
21122         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21123         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21125         * gnus-srvr.el (gnus-server-prepare)
21126         (gnus-server-open-all-servers): do.
21128         * gnus-msg.el (gnus-summary-cancel-article)
21129         (gnus-summary-resend-message)
21130         (gnus-summary-mail-crosspost-complaint): do.
21132         * gnus-move.el (gnus-change-server): do.
21134         * gnus-group.el (gnus-group-unmark-all-groups)
21135         (gnus-group-set-current-level): do.
21137 2004-10-04  Simon Josefsson  <jas@extundo.com>
21139         * message.el (message-generate-hashcash): Doc fix.
21141 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21143         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21144         avoid infinite recursion via gnus-get-function.
21146 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21148         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21150         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21152         * nnmail.el (nnmail-split-history): do.
21154         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21155         (nnml-request-delete-group): do.
21157         * nnslashdot.el (nnslashdot-read-groups): do.
21159         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21160         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21162         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21163         (nnspool-sift-nov-with-sed): Use last.
21164         (nnspool-retrieve-headers-with-nov): Use mapc.
21165         (nnspool-request-newgroups): Use dolist.
21166         (nnspool-request-group): Use last.
21168         * nntp.el (nntp-read-server-type): Use dolist.
21170         * nnvirtual.el (nnvirtual-create-mapping)
21171         (nnvirtual-update-read-and-marked): Use dolist.
21172         (nnvirtual-convert-headers): Simplify.
21174 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21176         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21177         Add support for sync'ing tick marks.
21179 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21181         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21182         there's no visible header.
21184 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21186         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21187         When necessary, pass full group name to gnus-request-set-marks.
21189 2004-10-01  Simon Josefsson  <jas@extundo.com>
21191         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21192         acroread.
21194 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21196         * spam-report.el (spam-report-gmane): Fix interactive.
21198         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21200         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21201         when writing file.
21202         (gnus-agent-synchronize-flags): Don't default to being
21203         interactive.
21205 2004-09-30  Simon Josefsson  <jas@extundo.com>
21207         * message.el (message-generate-hashcash): Add.
21208         (message-send-mail): Use it, call mail-add-payment.
21210 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21212         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21214 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21216         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21217         gnus-request-update-info with explicit code to sync the in-memory
21218         info read flags with the marks being sync'd to the backend.
21220         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21222 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21224         * spam.el (spam-verify-bogofilter): Add new function.
21225         (spam-check-bogofilter)
21226         (spam-bogofilter-register-with-bogofilter): Use it.
21227         (spam-verify-bogofilter): Add small fixes.
21229 2004-09-28  Simon Josefsson  <jas@extundo.com>
21231         * hashcash.el (hashcash-generate-payment): Revert.
21233 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21235         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21236         Use gnus-extract-references instead of gnus-split-references.
21238         * gnus-util.el (gnus-extract-references): Add new function, analogous
21239         to gnus-split-references but extracts only the message-ID without
21240         anything extra.
21242         * hashcash.el (hashcash-generate-payment)
21243         (hashcash-check-payment): Do the right thing if hashcash-path is
21244         nil (because the hashcash program could not be found).
21246         * spam.el (spam-use-hashcash): Remove comment.
21248 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21250         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21251         (gnus-cache-enter-article, gnus-cache-remove-article)
21252         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21254         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21256         * gnus-art.el (article-hide-boring-headers)
21257         (article-translate-strings, article-display-face)
21258         (gnus-article-mime-match-handle-first)
21259         (gnus-article-highlight-headers)
21260         (gnus-article-add-buttons-to-head): do.
21262 2004-09-27  Simon Josefsson  <jas@extundo.com>
21264         * hashcash.el: New version, from
21265         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21266         ../contrib/.
21268 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21270         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21272 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21274         * gnus-dup.el (gnus-dup-open): Use mapc.
21275         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21277         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21278         Reported by Stefan Wiens <s.wi@gmx.net>.
21280         * gnus.el (gnus-shutdown): Use dolist.
21282         * gnus-undo.el (gnus-undo): Use mapc.
21284         * nnrss.el (nnrss-generate-active): do.
21286         * message.el (message-cite-original-without-signature)
21287         (message-cite-original): Use mapc.
21288         (message-do-actions, message-make-forward-subject): Use dolist.
21290 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21292         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21293         deletion to remove entire duplicate line.  Fixes merged article
21294         number bug.
21296 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21298         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21299         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21300         first ask if you want to open a server and then, even when you
21301         responded with no, asking if you want to synchronize the server's
21302         flags.
21303         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21304         multi-line expressions.
21305         (gnus-agent-synchronize-group-flags): New internal function.
21306         Updates marks in memory (in the info structure) AND in the
21307         backend.
21309         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21311         * nnagent.el (nnagent-request-set-mark):
21312         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21313         method, to ensure that synchronization updates marks in the
21314         backend and in the info (in memory) structure.
21316 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21318         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21319         convention fully; don't miss the root article of a thread; make
21320         the X-Draft-From header with correct article numbers.
21322 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21324         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21325         unless plugged.  Disable the agent so that an open failure causes
21326         an error.
21328         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21329         Revert 2004-09-21 change.  The backend must be opened while
21330         synchronizing flags even when the backend stores the flags
21331         locally.
21333 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21335         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21336         in `header' match.  Reported by Svend Tollak Munkejord.
21338         * message.el (message-cite-original): Fix use of
21339         `message-cite-articles-with-x-no-archive'.
21341 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21343         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21344         (gnus-window-to-buffer): Ditto.
21346         * mml.el (mml-preview-buffer): New variable.
21347         (mml-preview): Manage window layout with gnus-buffer-configuration.
21349         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21350         X-Draft-From header even if those articles aren't quoted.
21352 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21354         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21355         (gnus-request-set-mark, gnus-request-update-mark): Use new
21356         g-s-t-u-l-m to decide to use backend even when unplugged.
21358 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21360         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21361         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21363 2004-09-20  Simon Josefsson  <jas@extundo.com>
21365         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21366         "utf-16-le".
21368 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21370         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21372 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21374         * uudecode.el (uudecode-use-external): Add :version.
21376         * smime.el (smime-CA-file, smime-encrypt-cipher)
21377         (smime-dns-server): Add :version.
21379         * smiley.el (gnus-smiley-file-types): Add :version.
21381         * sha1.el (sha1-use-external): Add :version.
21383         * pgg-def.el (pgg-query-keyserver): Add :version.
21385         * nnmail.el (nnmail-fancy-expiry-targets)
21386         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21387         Add :version.
21389         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21390         (nnimap-retrieve-groups-asynchronous): Add :version.
21391         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21393         * mml.el (mml-content-disposition-parameters)
21394         (mml-insert-mime-headers-always): Add :version.
21396         * mm-util.el (mm-coding-system-priorities): Add :version.
21398         * mm-decode.el (mm-inline-text-html-with-images)
21399         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21400         (mm-verify-option): Add :version.
21401         (mm-text-html-renderer): Change :version.
21403         * message.el (message-fcc-externalize-attachments)
21404         (message-required-headers, message-draft-headers)
21405         (message-subject-trailing-was-query)
21406         (message-subject-trailing-was-ask-regexp)
21407         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21408         (message-mark-insert-end, message-archive-header)
21409         (message-archive-note, message-cross-post-default)
21410         (message-cross-post-note, message-followup-to-note)
21411         (message-cross-post-note-function, message-use-mail-followup-to)
21412         (message-subscribed-address-functions)
21413         (message-subscribed-address-file, message-subscribed-addresses)
21414         (message-subscribed-regexps, message-allow-no-recipients)
21415         (message-yank-cited-prefix, message-signature-insert-empty-line)
21416         (message-hidden-headers, message-hierarchical-addresses)
21417         (message-mail-user-agent, message-use-idna)
21418         (message-valid-fqdn-regexp)
21419         (message-strip-special-text-properties, message-header-synonyms)
21420         (message-beginning-of-line, message-tab-body-function): Add :version.
21421         (message-insert-canlock, message-wide-reply-confirm-recipients):
21422         Change :version.
21424         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21425         and :version.
21426         (mail-source-delete-old-incoming-confirm)
21427         (mail-source-movemail-program): Add :version.
21429         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21430         (gnus-agent-cache, gnus-agent): Change :version.
21432         * gnus-util.el (gnus-use-byte-compile): Change :version.
21434         * gnus-sum.el (gnus-summary-make-false-root-always)
21435         (gnus-summary-default-high-score)
21436         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21437         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21438         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21439         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21440         (gnus-sum-thread-tree-single-indent)
21441         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21442         (gnus-sum-thread-tree-leaf-with-other)
21443         (gnus-sum-thread-tree-single-leaf): Add :version.
21444         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21445         (gnus-article-loose-mime): Change :version.
21447         * gnus-start.el (gnus-backup-startup-file)
21448         (gnus-save-startup-file-via-temp-buffer): Add :version.
21450         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21451         (gnus-server-offline-face): Add :version.
21453         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21455         * gnus-msg.el (gnus-gcc-externalize-attachments)
21456         (gnus-debug-files, gnus-debug-exclude-variables)
21457         (gnus-discouraged-post-methods): Change :version.
21458         (gnus-confirm-mail-reply-to-news)
21459         (gnus-confirm-treat-mail-like-news): Add :version.
21461         * gnus-int.el (gnus-server-unopen-status): Add :version.
21463         * gnus-group.el (gnus-group-jump-to-group-prompt)
21464         (gnus-large-ephemeral-newsgroup)
21465         (gnus-fetch-old-ephemeral-headers): Add :version.
21467         * gnus-fun.el (gnus-x-face-directory)
21468         (gnus-convert-pbm-to-x-face-command)
21469         (gnus-convert-image-to-x-face-command)
21470         (gnus-convert-image-to-face-command): Add :version.
21472         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21474         * gnus-cite.el (gnus-cite-blank-line-after-header)
21475         (gnus-article-boring-faces): Add :version.
21477         * gnus-art.el (gnus-buttonized-mime-types)
21478         (gnus-inhibit-mime-unbuttonizing)
21479         (gnus-treat-display-face)
21480         (gnus-treat-body-boundary): Change :version.
21481         (gnus-body-boundary-delimiter, gnus-picon-databases)
21482         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21483         (gnus-treat-date-english, gnus-treat-fold-headers)
21484         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21485         (gnus-treat-mail-picon, gnus-treat-wash-html)
21486         (gnus-article-encrypt-protocol)
21487         (gnus-use-idna, gnus-article-over-scroll)
21488         (gnus-mime-display-multipart-alternative-as-mixed)
21489         (gnus-mime-display-multipart-related-as-mixed)
21490         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21491         (gnus-ctan-url, gnus-button-ctan-handler)
21492         (gnus-button-handle-ctan-bogus-regexp)
21493         (gnus-button-ctan-directory-regexp)
21494         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21495         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21496         (gnus-button-man-level, gnus-button-emacs-level)
21497         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21499         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21500         (gnus-agent-go-online): Change :version.
21501         (gnus-agent-expire-unagentized-dirs)
21502         (gnus-agent-auto-agentize-methods): Add :version.
21504         * flow-fill.el (fill-flowed-display-column)
21505         (fill-flowed-encode-column): Add :version.
21507         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21508         (gnus-outlook-deuglify-unwrap-max)
21509         (gnus-outlook-deuglify-cite-marks)
21510         (gnus-outlook-deuglify-unwrap-stop-chars)
21511         (gnus-outlook-deuglify-no-wrap-chars)
21512         (gnus-outlook-deuglify-attrib-cut-regexp)
21513         (gnus-outlook-deuglify-attrib-verb-regexp)
21514         (gnus-outlook-deuglify-attrib-end-regexp)
21515         (gnus-outlook-display-hook): Add :version.
21517         * binhex.el (binhex-use-external): Add :version.
21519 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21521         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21522         and `invisible'.
21524 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21526         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21527         in gnus-registry-trim.
21529 2004-09-13  Simon Josefsson  <jas@extundo.com>
21531         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21533         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21535         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21536         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21537         <yamaoka@jpl.org>.
21538         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21539         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21540         <yamaoka@jpl.org>.
21542         * sieve.el (sieve-manage-mode): Ditto.
21544 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21546         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21548 2004-09-11  Simon Josefsson  <jas@extundo.com>
21550         * dns-mode.el: Add.
21552         * mm-view.el (mm-display-dns-inline): Add.
21554         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21555         (mm-automatic-display): Ditto.
21557         * mailcap.el (mailcap-mime-data): Add text/dns.
21558         (mailcap-mime-extensions): Map .soa to text/dns.
21560 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21562         * gnus-art.el (article-decode-mime-words, article-babel)
21563         (gnus-article-highlight-signature, gnus-article-add-buttons)
21564         (gnus-signature-toggle): Remove unnecessary bindings of
21565         `inhibit-read-only' inherited from v5.10 merge.
21567 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21569         * nntp.el (nntp): New customization group.
21570         (nntp-authinfo-file): Add customization group.
21572         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21574         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21576         * gnus.el (to-address, to-list, subscribed)
21577         (large-newsgroup-initial): Ditto.
21579         * flow-fill.el (fill-flowed-display-column)
21580         (fill-flowed-encode-column): Ditto.
21582 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21584         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21585         Use point-min rather than 1.
21586         (message-send-mail): Use buffer-size rather than point-max.
21588         * gnus-sum.el (gnus-summary-search-article-forward):
21589         Signal a specific `search-failed' rather than a generic `error'.
21591         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21592         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21593         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21595 2004-09-10  Simon Josefsson  <jas@extundo.com>
21597         * nndb.el (require): Remove tcp and duplicate cl.
21599 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21601         * gnus-agent.el (directory-files-and-attributes): Move forward.
21603 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21605         * gnus-agent.el (directory-files-and-attributes):
21606         Optionally defined to support XEmacs.
21608 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21610         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21611         to avoid run-time CL dependencies.
21612         (gnus-agent-unfetch-articles): New function.
21613         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21614         article numbers even when local .overview file is missing.
21615         (gnus-agent-read-article-number): New function.  Only accepts
21616         27-bit article numbers.
21617         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21618         Use gnus-agent-read-article-number.
21619         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21620         from backend while recognizing that article numbers in .overview
21621         must be valid.
21622         (gnus-agent-update-files-total-fetched-for):
21623         Use directory-files-and-attributes to improve performance.
21624         * gnus-int.el (gnus-request-move-article):
21625         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21626         improve performance.
21628         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21629         some users confused by references to .newsrc when they only have a
21630         .newsrc.eld file.
21631         (gnus-convert-mark-converter-prompt)
21632         (gnus-convert-converter-needs-prompt): Fix use of property list.
21633         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21634         New function.  Used internally to only display 'gnus converting
21635         files' message when actually necessary.
21637         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21638         methods now autoloaded.
21640 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21642         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21643         identifiers.
21645 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21647         * gnus-picon.el: Fix indentation and closing parenthesis.
21649 2004-09-01  Simon Josefsson  <jas@extundo.com>
21651         * message.el (message-canlock-generate): Require sha1, not
21652         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21653         to require within a function.  Sadly, if sha1.el isn't loaded, the
21654         let binding in m-c-g will hide the defcustom definition, which is
21655         bad.)
21657         * canlock.el: Require sha1, not sha1-el.
21659         * message.el: Don't autoload sha1 (there is a autoload cookie in
21660         sha1.el).
21662         * sha1-el.el: Rename to sha1.el.
21664 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21666         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21668 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21670         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21672 2004-08-30  Kim F. Storm  <storm@cua.dk>
21674         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21676         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21677         Add :group 'nnimap.
21679 2004-08-30  Andreas Schwab  <schwab@suse.de>
21681         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21682         ?* and ?\;.
21684         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21685         and ?\' to symbol instead of whitespace.
21687 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21689         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21691         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21692         instead of re-search-forward.
21694         * gnus-uu.el (gnus-uu-save-article): Ditto.
21695         (gnus-uu-post-encode-uuencode): Ditto.
21697         * html2text.el (html2text-clean-list-items): Ditto.
21698         (html2text-clean-dtdd): Ditto.
21699         (html2text-format-tags): Ditto.
21701         * message.el (message-send-mail-with-sendmail): Fix regexp.
21702         (message-fill-field-general): Use search-forward instead of
21703         re-search-forward.
21704         (unbold-region): Ditto.
21706         * nnrss.el (nnrss-request-article): Ditto.
21708         * nnslashdot.el (nnslashdot-request-article): Ditto.
21710         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21712         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21713         "Unrecognized menu descriptor" error in XEmacs.
21715 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21717         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21718         parent article of a sparse article in the thread hashtb.
21720 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21722         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21723         (nnmail-expand-newtext): Lowercase expanded entries if
21724         nnmail-split-lowercase-expanded is non-nil.
21726 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21728         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21730         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21731         of gnus-tmp-news-method into string under XEmacs.  It will be
21732         passed to gnus-correct-length which takes only a string argument.
21734 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21736         * gnus-util.el (gnus-bind-print-variables): New macro.
21737         (gnus-prin1): Use it.
21738         (gnus-prin1-to-string): Use it.
21739         (gnus-pp): New function.
21740         (gnus-pp-to-string): New function.
21742         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21743         Replace pp-to-string with gnus-pp-to-string.
21744         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21745         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21746         * gnus-msg.el (gnus-debug): Ditto.
21747         * gnus-score.el (gnus-score-save): Ditto.
21748         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21749         gnus-pp-to-string.
21750         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21751         with gnus-pp.
21752         * score-mode.el (gnus-score-pretty-print): Ditto.
21753         * webmail.el (webmail-debug): Ditto.
21755 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21757         * gnus-art.el (article-display-face, article-display-x-face):
21758         Use buffer-read-only.
21760 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21762         * gnus-art.el (article-hide-list-identifiers):
21763         Bind inhibit-read-only as t.
21765 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21767         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21769 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21771         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21772         (gnus-narrow-to-page): Don't assume point-min == 1.
21773         (gnus-article-edit-mode): Derive from message-mode.
21775         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21776         point-min == 1.
21778         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21779         Disable incorrect use of `assert'.
21781         * message.el (message-mode): Set comment-start-skip.
21783 2004-08-22  Sam Steingold  <sds@gnu.org>
21785         * pop3.el (pop3-leave-mail-on-server): New user variable.
21786         (pop3-movemail): Delete mail only when it is nil.
21788 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21790         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21792         * mml.el (mml-preview): Use `pop-to-buffer'.
21794         * message.el (message-goto-mail-followup-to): Insert after "To".
21795         (message-carefully-insert-headers): Add comment.
21797         * gnus.el: Remove unused variable `gnus-article-check-size'.
21799         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21801         * gnus-art.el (gnus-button-alist):
21802         Improve `gnus-button-handle-library' entry.
21804 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21806         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21807         Use downcase, since XEmacs capitalizes error messages differently.
21809 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21811         * nntp.el: Add (require 'gnus) due to reference to
21812         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21814 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21816         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21817         Bind `mm-fill-flowed'.
21819         * mm-decode.el (mm-dissect-singlepart): Check it.
21821 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21823         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21824         'imap' for netrc parsing.
21826 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21828         * mailcap.el (mailcap-mime-data): Mark as risky.
21830 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21832         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21833         may be included in the encoded word.
21834         (rfc2047-encode): Don't append a space if the encoded word
21835         includes close parenthesis.
21837 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21839         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21840         of text within parentheses.
21842 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21844         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21845         (gnus-encrypt-write-file-contents): Make the password key the file
21846         name PLUS the cipher, not just the cipher.  Also remove failed
21847         passwords from the cache.
21849 2004-08-06  Simon Josefsson  <jas@extundo.com>
21851         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21852         Doc fix.
21854 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21856         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21857         LWSP.
21859 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21861         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21862         Try to append in-reply-to: data to the references: header.
21864         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21865         (netrc-parse): Use gnus-encrypt.el functions.
21867         * gnus-encrypt.el: Add new file for encryption support; currently
21868         does only a few GPG ciphers and an internal XOR cipher.
21870         * password.el: Add comments on using password-read-and-add.
21871         (password-read-and-add): Add function to read and add the
21872         password to the cache at once.
21874 2004-07-28  Simon Josefsson  <jas@extundo.com>
21876         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21877         parameter (but don't use it, for now).
21879         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21880         instead of hard coding to nil.
21882 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21884         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21885         as mm-inline-image-xemacs does.
21887 2004-07-26  Simon Josefsson  <jas@extundo.com>
21889         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21890         Revert part of 2004-07-17 change below.
21892 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21894         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21895         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21897 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21899         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21900         quotes that actually start with ">" at the beginning of the
21901         lines.
21903 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21905         * rfc2047.el (rfc2047-encode-region): Fix last change.
21906         (rfc2047-encode-parameter): Remove useless concat.
21908 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21910         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21911         encode special characters; fix some kind of misconfigured headers;
21912         signal a real error if debug-on-quit or debug-on-error is non-nil.
21913         (rfc2047-encode-max-chars): New variable.
21914         (rfc2047-encode-1): Use it.
21915         (rfc2047-encode-parameter): New function.
21917         * mml.el (mml-insert-parameter): Remove an excessive space.
21919 2004-07-17  Simon Josefsson  <jas@extundo.com>
21921         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21922         Kai Grossjohann <kai@emptydomain.de>.
21923         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21924         (gnus-group-make-menu-bar): Ditto.
21926         * gnus-util.el (gnus-group-server): Add.
21928 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21930         * message.el (message-clone-locals): Clone sendmail and smtp
21931         variables.
21933 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21935         * rfc2047.el (rfc2047-encode-region): Fix last change.
21937 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21939         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21940         characters as non-special.
21942 2004-07-09  Simon Josefsson  <jas@extundo.com>
21944         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21945         Users will lose all flag changes made while unplugged with
21946         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21947         good default.  See numerous reports on ding mailing list.
21949 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21951         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21952         add generate-head-function and generate-article-function to the
21953         rfc822-forward entry.
21954         (nndoc-rfc822-forward-generate-article): New function.
21955         (nndoc-rfc822-forward-generate-head): New function.
21957         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21959 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21961         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21962         respect display group parameter and gnus-summary-expunge-below.
21963         (gnus-articles-to-read): Remove unused reference to display group
21964         parameter.
21966 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21968         * nnheader.el (nnheader-uniquify-message-id): New experimental
21969         variable.
21970         (nnheader-nov-read-message-id): Use it.
21972         * spam-report.el (spam-report-gmane): Add interactive.
21974 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21976         * mm-encode.el (mm-content-transfer-encoding-defaults):
21977         Use qp-or-base64 for the application/* types.
21979 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21981         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21983 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21985         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21986         trim value.
21988 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21990         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21991         New macro and function.
21992         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21994 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21996         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21997         after-load-alist.
21999 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22001         * gnus-group.el (gnus-group-get-new-news-this-group):
22002         Don't update info that isn't there.
22004 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22006         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22007         entry.
22009 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22011         * mm-view.el (mm-inline-render-with-function): Use multibyte
22012         buffer; decode html source by charset.
22014         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22016         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22017         Mule-UCS is loaded under XEmacs.
22018         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22020 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22022         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22024 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22026         * mm-util.el (mm-coding-system-p): Return a coding-system.
22027         (mm-mime-mule-charset-alist): Use shift_jis instead of
22028         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22029         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22030         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22031         instead of japanese-shift-jis and iso-latin-1 respectively in
22032         order to share the default value with both Emacs and XEmacs-mule.
22033         (mm-mule-charset-to-mime-charset):
22034         Make mm-coding-system-priorities effective.
22035         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22036         while predicating of candidates upon the priorities.
22038 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22040         * gnus-sum.el (gnus-summary-make-menu-bar):
22041         Add gnus-uu-invert-processable.
22043         * gnus.el: Autoload gnus-uu-invert-processable.
22045 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22047         * mm-util.el (mm-with-multibyte-buffer): New macro.
22049         * rfc2047.el (rfc2047-encode-string): Use it.
22050         (rfc2047-encode-region): Move point to the end of the region after
22051         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22053 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22055         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22056         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22058 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22060         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22061         (gnus-cite-parse): Ignore quoted envelope From_.
22062         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22064 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22066         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22067         invalid addresses.
22069 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22071         * spam.el: Change section markers, revise TODO list.
22072         (spam-backends): Make new master list of all installed backends.
22073         (spam-summary-exit-behavior): Add new variable to determine how
22074         messages moves are done at summary exit.
22075         (spam-move-spam-nonspam-groups-only)
22076         (spam-process-ham-in-nonham-groups)
22077         (spam-process-ham-in-spam-groups): Remove variables, the
22078         spam-summary-exit-behavior variable should be used to manage this
22079         behavior.
22080         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22081         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22082         and spam-old-spam-articles.
22083         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22084         Add empty variables, placeholders for the backends they represent.
22085         (spam-set-difference): Move, unchanged.
22086         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22087         unless the user has a processor variable.
22088         (spam-classifications, spam-classification-valid-p)
22089         (spam-backend-properties, spam-backend-property-valid-p)
22090         (spam-backend-function-type-valid-p)
22091         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22092         (spam-report-articles-gmane, spam-report-articles-resend):
22093         Remove functions, they are not needed.
22094         (spam-install-backend-super, spam-backend-list)
22095         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22096         (spam-backend-function, spam-backend-ham-registration-function)
22097         (spam-backend-spam-registration-function)
22098         (spam-backend-ham-unregistration-function)
22099         (spam-backend-spam-unregistration-function)
22100         (spam-backend-statistical-p, spam-backend-mover-p)
22101         (spam-install-backend-alias, spam-install-checkonly-backend)
22102         (spam-install-mover-backend, spam-install-nocheck-backend)
22103         (spam-install-backend, spam-install-statistical-backend)
22104         (spam-install-statistical-checkonly-backend): Add backend installation
22105         support.
22106         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22107         (spam-group-processor-p): Use the new backend code and respect the
22108         summary exit behavior.
22109         (spam-mark-spam-as-expired-and-move-routine): Remove.
22110         (spam-summary-prepare): Change to use the new spam-old-articles
22111         variable.
22112         (spam-copy-or-move-routine, spam-copy-spam-routine)
22113         (spam-move-spam-routine, spam-copy-ham-routine)
22114         (spam-move-ham-routine): Add code to copy/move ham or spam.
22115         (spam-fetch-field-fast): Improve doc and code, plus allow the
22116         'number request.
22117         (spam-list-of-checks, spam-list-of-statistical-checks):
22118         Remove variables.
22119         (spam-split, spam-find-spam): Use the new backend code.
22120         (spam-registration-functions): Remove variable.
22121         (spam-unregister-routine): Add convenience wrapper.
22122         (spam-log-undo-registration, spam-register-routine)
22123         (spam-log-processing-to-registry)
22124         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22125         where possible.
22126         (spam-check-gmane-xref, spam-check-regex-headers)
22127         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22128         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22129         (spam-check-bogofilter-headers, spam-check-spamoracle)
22130         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22131         (spam-check-crm114-headers): Use the spam-split-group that
22132         spam-split prepares, no need to determine it every time.
22134         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22135         to the nnheader-parse-naked-head call.
22137         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22139         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22140         the nnheader-nov-read-message-id call.
22142 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22144         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22145         gnus-activate-group twice.  Suggested by Markus Peter
22146         <warp@spin.de>.
22148 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22150         * gnus-art.el (gnus-article-time-format): Exchange the order of
22151         day and month in the default value; fix customization type.
22152         (article-date-ut): Use add-text-properties.
22153         (article-make-date-line): Use message-make-date instead of
22154         current-time-string.
22156         * message.el (message-fetch-field): Don't use set-text-properties.
22157         (message-make-date): Simplify.
22159 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22161         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22162         (rfc2047-encode-region): Treat text within parentheses as special;
22163         show the original text when error has occurred.
22165         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22166         already-computed method to gnus-activate-group.
22168         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22169         same select-methods identical Lisp objects.
22171         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22172         object when modifying the info.
22174 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22176         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22177         gnus-opened-servers since it has never been opened with the new
22178         configuration yet.
22180 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22182         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22183         arg to nnheader-generate-fake-message-id.
22185 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22187         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22188         number and build a fake message ID localized to a group and
22189         article number (so it's repeatable from that point on).
22190         (nnheader-fake-message-id-p): Change regex to accommodate new fake
22191         ID format.
22193         * gnus-sum.el (gnus-get-newsgroup-headers):
22194         Call nnheader-generate-fake-message-id with the article number.
22196 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22198         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22199         end-of-buffer.
22201 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22203         * message.el (message-ignored-supersedes-headers): Add Approved.
22205 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22207         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22208         goto-char.
22209         (rfc2047-encode): Fold the line before encoding.
22211 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22213         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22214         folding -- not all headers can be folded, and this should be done
22215         by the message composition mode.  Probably.  I think.
22217 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22219         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22220         fast.
22222         * gnus-ems.el (gnus-remove-image): Don't use
22223         message-text-with-property; remove only the image found first.
22225 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22227         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22229 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22231         * message.el (message-text-with-property): Make it fast and accept
22232         optional arguments.
22233         (message-strip-forbidden-properties): Use it.
22234         (message-fix-before-sending): Follow the m-t-w-p change.
22236         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22238 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22240         * gnus-art.el (article-hide-headers): Don't change the buffer
22241         mistakenly when performing mml-preview even if
22242         gnus-single-article-buffer is nil.
22244 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22246         * message.el (message-expand-name-databases): New user option.
22247         (message-expand-name): Use it.
22249 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22251         * spam.el (spam-report-articles-resend)
22252         (spam-report-resend-register-routine): Allow ham reporting.
22253         (spam-report-resend-register-ham-routine): Add wrapper.
22254         (spam-registration-functions): Add ham resending functions.
22255         (spam-list-of-processors): Add ham resend processor.
22257         * gnus.el (ham-resend-to): Add new group parameter.
22258         (spam-process): Add ham resend option.
22260         * spam-report.el (spam-report-resend): Allow reporting ham.
22261         (spam-report-resend-ham): Add wrapper.
22263 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22265         * message.el (message-cite-articles-with-x-no-archive):
22266         New variable.
22267         (message-cite-original): Use it.
22269 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22271         * message.el (message-cite-original): Respect X-No-Archive.
22273 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22275         * gnus-art.el (article-hide-headers): Refer to the values for
22276         gnus-ignored-headers and gnus-visible-headers in the summary
22277         buffer since a user may have set them as group parameters.
22279 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22281         * assistant.el (assistant-node-name): Add convenience function.
22282         (assistant-render-text, assistant-render-node): Add error handling,
22283         plus handle multiple next nodes.
22284         (assistant-find-next-node): Comment out for now.
22285         (assistant-find-next-nodes): Add function, returns list of next
22286         nodes.
22288 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22290         * mail-source.el (mail-source-directory): Fix doc-string.
22292 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22294         * assistant.el (assistant-render-text, assistant-eval): Add :set
22295         widget type, which is different because it takes and returns a
22296         list.  Much hilarity ensues.
22298 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22300         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22302         * gnus-group.el (gnus-group-get-new-news-this-group):
22303         Add doc-string.
22305         * gnus-start.el (gnus-activate-group): Add doc-string.
22307 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22309         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22311 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22313         * assistant.el (assistant-render-text): Try to add a :set
22314         widget, more to come.
22316         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22317         strings.
22318         (spam-report-articles-resend)
22319         (spam-register-routine): Do registration iff any articles warrant
22320         it.
22321         (spam-summary-prepare-exit): Change log message for nil group
22322         destinations.
22324 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22326         * spam.el (spam-report-resend-register-routine):
22327         Allow spam-report-resend-to to be a group parameter or a global value.
22329 2004-05-26  Simon Josefsson  <jas@extundo.com>
22331         * starttls.el: Merge with my GnuTLS based starttls.el.
22332         (starttls-gnutls-program, starttls-use-gnutls)
22333         (starttls-extra-arguments, starttls-process-connection-type)
22334         (starttls-connect, starttls-failure, starttls-success):
22335         New variables.
22336         (starttls-program, starttls-extra-args): Doc fix.
22337         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22338         New functions.
22339         (starttls-negotiate, starttls-open-stream):
22340         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22341         function if it is set.
22343 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22345         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22346         structured fields.
22348 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22350         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22352 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22354         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22355         Add variable.
22356         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22357         assigning the spam-mark to new messages.
22359 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22361         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22363 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22365         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22366         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22367         default.
22369 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22371         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22372         correct data.
22374 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22376         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22377         (spam-group-processor-p): Fix function.
22378         (spam-group-processor-multiple-p)
22379         (spam-group-spam-processor-report-gmane-p)
22380         (spam-group-spam-processor-report-resend-p)
22381         (spam-group-spam-processor-bogofilter-p)
22382         (spam-group-spam-processor-blacklist-p)
22383         (spam-group-spam-processor-ifile-p)
22384         (spam-group-ham-processor-ifile-p)
22385         (spam-group-spam-processor-spamoracle-p)
22386         (spam-group-spam-processor-crm114-p)
22387         (spam-group-ham-processor-bogofilter-p)
22388         (spam-group-spam-processor-stat-p)
22389         (spam-group-ham-processor-stat-p)
22390         (spam-group-ham-processor-whitelist-p)
22391         (spam-group-ham-processor-BBDB-p)
22392         (spam-group-ham-processor-spamoracle-p)
22393         (spam-group-ham-processor-copy-p): Remove functions with some
22394         prejudice against unneeded code.
22395         (spam-report-articles-resend)
22396         (spam-report-resend-register-routine): Allow the group/topic
22397         spam-resend-to value to override spam-report-resend-to.
22398         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22399         properly now.
22401         * gnus.el (spam-resend-to): Add group/topic parameter.
22402         (spam-process): Move the OBSOLETE processors to the end of the
22403         choices.
22405 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22407         * spam-report.el (spam-report-resend-to, spam-report-resend):
22408         Start with resend-to set to nil, and then ask the user if necessary.
22409         (spam-report-resend): spam-report-resend takes a list of articles, not
22410         separate article numbers.
22412 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22414         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22415         addition to emacs-w3m.
22417 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22419         * assistant.el (assistant-authinfo-data): New function.
22420         (assistant-eval): Eval for entire assistant.
22422         * netrc.el (netrc-services-file): New variable.
22423         (netrc-parse-services): New function.
22424         (netrc-find-service-name): New function.
22425         (netrc-find-service-number): New function.
22426         (netrc-port-equal): New function.
22427         (netrc-machine): Use it.
22429         * nnimap.el (nnimap-open-connection): Use netrc.
22431         * gnus-util.el (gnus-netrc-get): Remove aliases.
22433         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22435         * assistant.el (wid-edit): Fix compilation.
22437         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22439 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22441         * gnus-util.el (gnus-set-file-modes): New function.  (small
22442         patch).
22444 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22446         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22448         * assistant.el (assistant-render-node): Fix up rendering and
22449         read-only text.
22450         (assistant-render-node): Reset.
22451         (assistant-make-read-only): Not sticky.
22453 2004-05-20  Danny Siu  <dsiu@adobe.com>
22455         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22456         centered even when gnus-auto-center-summary is t.
22458 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22460         * dns.el (dns-get-txt-answer): New function.
22461         (dns-read-txt): Ditto.
22462         (query-dns): Use it.
22464 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22466         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22467         active for foreign groups even if the group level is higher than
22468         the specified value.
22470 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22472         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22473         non-active groups.
22475         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22477 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22479         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22481 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22483         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22484         (spam-crm114-header, spam-crm114-spam-switch)
22485         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22486         (spam-crm114-positive-spam-header)
22487         (spam-crm114-database-directory, spam-list-of-processors)
22488         (spam-group-spam-processor-crm114-p)
22489         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22490         (spam-generic-score, spam-list-of-checks)
22491         (spam-list-of-statistical-checks, spam-registration-functions)
22492         (spam-check-crm114-headers, spam-crm114-score)
22493         (spam-check-crm114, spam-crm114-register-with-crm114)
22494         (spam-crm114-register-spam-routine)
22495         (spam-crm114-unregister-spam-routine)
22496         (spam-crm114-register-ham-routine)
22497         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22499 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22501         * gnus.el: Add spam-use-crm114.
22503         * spam.el (spam-list-of-processors, spam-registration-functions):
22504         Add spam-use-resend.
22505         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22506         (spam-report-articles-gmane): Add doc fix.
22507         (spam-report-articles-resend, spam-report-resend-register-routine):
22508         Add wrappers around spam-report-resend-to.
22510         * spam-report.el (spam-report-resend-to, spam-report-resend):
22511         Add support for resending spam.
22512         (spam-report-gmane): Fix line length >80.
22514         * gnus.el (spam-process): Add spam-use-resend.
22516 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22518         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22519         number of processed spam messages.
22520         (spam-ham-copy-or-move-routine): Return the number of processed
22521         ham messages.
22522         (spam-summary-prepare-exit): Use the above values to decide
22523         whether status messages shouled be displayed.
22525 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22527         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22528         `rfc2047-encoding-function-alist' in order to avoid conflicting
22529         with the old version.
22530         (rfc2047-encode-region): Concatenate words containing non-ASCII
22531         characters in structured fields; don't encode space-delimited
22532         ASCII words even in unstructured fields; don't break words at
22533         char-category boundaries.
22534         (rfc2047-encode-1): New function.
22535         (rfc2047-encode): Use it; encode text so that it occupies the
22536         maximum width within 76-column; work correctly on Q encoding for
22537         iso-2022-* charsets.
22538         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22539         sure not to break a line just after the header name.
22540         (rfc2047-b-encode-region): Remove.
22541         (rfc2047-b-encode-string): New function.
22542         (rfc2047-q-encode-region): Remove.
22543         (rfc2047-q-encode-string): New function.
22545         * mm-util.el (mm-replace-in-string): New function.
22547 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22549         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22550         Really get it right.
22551         (gnus-inews-make-draft): Really.
22553 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22555         * nnmh.el (nnmh-request-list-1): Don't check the link count
22556         before descending.  (small patch)
22558 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22560         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22561         stuff.
22563         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22564         Match on real group name.
22566         * gnus-art.el (gnus-signature-limit): Doc fix.
22568         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22570 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22572         * gnus-draft.el (gnus-draft-send):
22573         Bind rfc2047-encode-encoded-words.
22575         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22576         (rfc2047-encodable-p): Say that =? needs encoding.
22577         (rfc2047-encode-encoded-words): New variable.
22579         * gnus-group.el (gnus-group-select-group): Doc fix.
22581         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22583         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22584         to nil.
22586         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22588         * nnheader.el (nnheader-get-lines-and-char): New function.
22590 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22592         * gnus-msg.el (gnus-summary-followup-with-original):
22593         Document yanking of region when active.
22595 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22597         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22598         groups if the group level is higher than the specified value.
22600 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22602         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22603         (gnus-group-jump-to-group): Add prefix argument using
22604         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22605         non-active group.
22607         * compface.el (uncompface): Be verbose when changing
22608         `uncompface-use-external'.
22610         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22611         handle manual section.
22613 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22615         * gnus-art.el (gnus-button-alist): Revert previous change.
22617 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22619         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22621 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22623         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22624         whether backend can accept message.
22626         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22628 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22630         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22631         Avoid creating directory when nntp-marks-is-evil is true.
22632         Reported by Reiner Steib.
22634 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22636         * gnus-picon.el (gnus-picon-insert-glyph):
22637         Add optional `nostring' argument.
22639 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22641         * gnus-picon.el (gnus-picon-style): New variable.
22642         (gnus-picon-transform-address): Support `gnus-picon-style'.
22644 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22646         * message.el (message-fill-field): Return point.
22647         (message-generate-headers): Go to end of field.
22649         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22650         stuff for non-living groups.
22652 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22654         * gnus-art.el (gnus-article-followup-with-original)
22655         (gnus-article-reply-with-original): gnus-mark-active-p ->
22656         gnus-region-active-p.
22658 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22660         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22661         only when there is spam or ham to be processed.
22663 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22665         * mail-source.el (mail-source-delete-crash-box): Refactor.
22666         (mail-source-fetch): Use it.
22667         (mail-source-fetch-file): Ditto.
22668         (mail-source-fetch-directory): Run PostScript in loop.
22669         (mail-source-fetch-pop): Delete.
22670         (mail-source-fetch-maildir): Ditto.
22671         (mail-source-fetch-imap): Ditto.
22673         * imap.el (imap-authenticators): Comment out sasl.
22675         * message.el (message-skip-to-next-address): New function.
22676         (message-fill-header-address): Refactor.
22677         (message-fill-address): Use it.
22678         (message-delete-address): Use it.
22679         (message-fill-header-general): Refactor.
22680         (message-fill-field-address): Rename.
22681         (message-narrow-to-field): Find the start of the header.
22682         (message-header-format-alist): Don't pre-fill.
22683         (message-fill-header): Remove.
22684         (message-insert-header): New function.
22685         (message-shorten-references): Use it.
22687         * rfc2047.el (rfc2047-field-value): Strip props.
22689         * mail-parse.el (mail-header-make-address): New alias.
22691         * ietf-drums.el (ietf-drums-make-address): New function.
22693         * imap.el: Add compiler directives.
22695         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22697         * gnus-art.el (article-decode-idna-rhs): Don't use
22698         message-idna-inside-rhs-p.
22700 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22702         * message.el (message-idna-inside-rhs-p): Remove.
22703         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22705         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22706         false positives.
22708 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22710         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22712 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22714         * nneething.el (nneething-file-name): Don't create spurious
22715         files.
22717         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22718         (gnus-inews-do-gcc): Remove sleep.
22720         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22721         part under point.
22723         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22724         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22726 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22728         * spam.el (spam-summary-prepare-exit): Fix (length).
22730 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22732         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22733         as expired without moving it" message when there are spam
22734         messages left.
22736 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22738         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22739         header is not nil.
22741 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22743         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22744         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22745         (nntp-marks-changed-p): New arg SERVER.
22746         (nntp-request-update-info): Adjust caller.
22748 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22750         * nntp.el (nntp-save-marks): Pass missing arg.
22752 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22754         * nntp.el: Support marks.
22755         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22756         (nntp-marks-modtime, nntp-marks-directory): New variables.
22757         (nntp-request-set-mark, nntp-request-update-info)
22758         (nntp-possibly-create-directory, nntp-marks-changed-p)
22759         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22760         New functions.
22762 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22764         * gnus-score.el (gnus-score-insert-help):
22765         Use gnus-select-lowest-window.
22767         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22768         appt-select-lowest-window and rename to gnus-select-lowest-window.
22770         * gnus.el: do.
22772 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22774         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22775         encodings of MIME-encoded words, in order to improve
22776         interoperability with several broken MUAs.
22778 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22780         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22781         tags, only when charsets are not specified in headers.
22782         (mm-inline-text-html-render-with-w3m): Ditto.
22784 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22786         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22787         instead of MIME-decoded from fields when checking
22788         `gnus-article-address-banner-alist'.
22790 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22792         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22793         description rather than subject.
22795 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22797         * gnus.el (gnus-version-number): Bump.
22799 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22801         * gnus.el: No Gnus v0.2 is released.
22803 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22805         * gnus-agent.el (gnus-agent-read-agentview):
22806         Inline gnus-uncompress-range.
22808 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22810         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22811         `exec-installed-p'.
22813 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22815         * gnus.el (spam-process, spam-autodetect-methods):
22816         Add bsfilter and bsfilter-headers.
22818         * spam.el (spam-bsfilter): New customize group.
22819         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22820         (spam-bsfilter-header, spam-bsfilter-probability-header)
22821         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22822         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22823         (spam-bsfilter-database-directory): New options.
22824         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22825         (spam-list-of-statistical-checks, spam-registration-functions):
22826         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22827         (spam-bsfilter-score): New command.
22828         (spam-check-bsfilter-headers, spam-check-bsfilter)
22829         (spam-bsfilter-register-with-bsfilter)
22830         (spam-bsfilter-register-spam-routine)
22831         (spam-bsfilter-unregister-spam-routine)
22832         (spam-bsfilter-register-ham-routine)
22833         (spam-bsfilter-unregister-ham-routine): New functions.
22834         (spam-generic-score): Support bsfilter; Accept an optional argument
22835         to recalcurate spam score even if scoring header has already been
22836         added.
22837         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22838         optional argument to recalcurate spam score even if scoring header
22839         has already been added.
22841 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22843         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22844         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22845         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22846         link is missing.
22848 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22850         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22851         (html2text-get-attr): Rewrite.
22853         * message.el (message-setup-1): Remove redundant put-text-property
22854         on mail-header-separator.
22856 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22858         * gnus-registry.el (gnus-registry-cache-whitespace)
22859         (gnus-registry-action, gnus-registry-spool-action)
22860         (gnus-registry-split-fancy-with-parent): Change message levels
22861         from 5 to 3 or 7, as needed.
22863         * spam.el (spam-summary-prepare-exit)
22864         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22865         (spam-split, spam-find-spam, spam-log-undo-registration)
22866         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22867         level from 5 to 6.
22869 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22871         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22872         2004-03-04 change).
22874 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22876         * sieve-manage.el (sieve-manage-open):
22877         * nnweb.el (nnweb-insert-html):
22878         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22879         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22880         * nnspool.el (nnspool-request-group):
22881         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22882         * nnml.el (nnml-request-update-info):
22883         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22884         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22885         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22886         (nnimap-request-set-mark):
22887         * nnfolder.el (nnfolder-request-update-info):
22888         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22889         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22890         * gnus-uu.el (gnus-uu-find-articles-matching):
22891         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22892         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22893         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22894         * gnus-nocem.el (gnus-nocem-scan-groups):
22895         * gnus-int.el (gnus-start-news-server):
22896         * gnus-group.el (gnus-group-make-kiboze-group)
22897         (gnus-group-browse-foreign-server):
22898         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22899         Use mapc when appropriate.
22901 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22902             Adam Sjøgren  <asjo@koldfront.dk>
22903             Wes Hardaker  <wes@hardakers.net>
22904             Michael Shields  <shields@msrl.com>
22906         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22907         may need for spam sorting and scoring.
22908         (spam-user-format-function-S): Add user format function suitable for
22909         general use.
22910         (spam-article-sort-by-spam-status): Add sorting function for summary
22911         sorting.
22912         (spam-extra-header-to-number): Add function to get a score from a
22913         header.
22914         (spam-summary-score): Add function to get a numeric score from the
22915         headers.
22916         (spam-generic-score): Fix function doc, was in wrong place.
22917         (spam-initialize): Take symbols when it's run, and install the
22918         extra headers that spam-necessary-extra-headers thinks we need.
22920 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22922         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22923         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22925 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22927         * gnus-sum.el (gnus-set-global-variables)
22928         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22929         (gnus-article-get-xrefs, gnus-summary-best-group)
22930         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22931         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22932         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22933         Use with-current-buffer.
22935 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22937         * spam.el (spam-summary-prepare-exit): Simplify logic.
22938         (spam-fetch-article-header): Read the article header if it's not
22939         available.
22940         (spam-list-articles): Simplify logic.
22941         (spam-filelist-register-routine): Fix bug with unregister-list.
22943         * gnus-registry.el: Fix comments at beginning.
22945 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22947         * message.el (message-cater-to-broken-inn): Remove.
22948         (message-shorten-references): Make sure the total folded length of
22949         References is shorter than 998 characters to cater to a bug in INN
22950         2.3.  Also, don't pretend that references aren't folded -- this
22951         hasn't worked for a while.
22953 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22955         * gnus-agent.el (gnus-agentize):
22956         gnus-agent-send-mail-real-function no longer set to current value
22957         of message-send-mail-function but rather a lambda that calls
22958         message-send-mail-function.  The change makes the agent real-time
22959         responsive to user changes to message-send-mail-function.
22961 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22963         * legacy-gnus-agent.el
22964         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22965         help from Florian Weimer <fw@deneb.enyo.de>
22967 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22969         * nnmail.el (nnmail-cache-insert): Revert last change.
22971 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22973         * nnmail.el (nnmail-cache-insert): Always check whether
22974         nnmail-cache-ignore-groups matches a group name.
22976 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22978         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22979         (spam-find-spam, spam-log-processing-to-registry)
22980         (spam-log-registered-p, spam-log-unregistration-needed-p)
22981         (spam-log-undo-registration): Use gnus-message instead of
22982         gnus-error, none of these errors are fatal.
22984         * gnus-registry.el (gnus-registry-clean-empty-function)
22985         (gnus-registry-clean-empty): Remove only empty entries without
22986         extra data.
22988 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22990         * spam-stat.el (spam-stat-buffer-change-to-spam)
22991         (spam-stat-buffer-change-to-non-spam): Change (error) to
22992         (gnus-message 8) invocation.
22994 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22996         * nntp.el (nntp-via-netcat-command): New variable.
22997         (nntp-via-netcat-switches): New variable.
22998         (nntp-open-via-rlogin-and-netcat): New function.
22999         (nntp-open-connection-function): Doc fix.
23000         (nntp-telnet-command): Doc fix.
23001         (nntp-end-of-line): Doc fix.
23002         (nntp-via-rlogin-command): Doc fix.
23003         (nntp-via-user-name): Doc fix.
23004         (nntp-via-address): Doc fix.
23006 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23008         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23009         error in Emacs 21.1.
23011 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23013         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23015 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23017         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23018         (gnus-agent-with-refreshed-group): New macro.
23019         (gnus-agent-rename-group): New function.
23020         (gnus-agent-delete-group): New function.
23021         (gnus-agent-save-group-info): Use gnus-command-method when
23022         `method' parameter is nil.  Don't write nil entries into the
23023         active file.
23024         (gnus-agent-get-group-info): New function.
23025         (gnus-agent-fetch-articles):
23026         Use gnus-agent-update-files-total-fetched-for to increment disk space
23027         used.
23028         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23029         Use gnus-agent-update-view-total-fetched-for to increment disk space
23030         used.
23031         (gnus-agent-get-local): Add optional parameters to avoid calling
23032         gnus-group-real-name and gnus-find-method-for-group.
23033         (gnus-agent-set-local): Delete stored entry if either min, or max,
23034         are nil.
23035         (gnus-agent-fetch-session): Reworded error/quit messages.
23036         On quit, use gnus-agent-regenerate-group to record existence of any
23037         articles fetched to disk before the quit occurred.
23038         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23039         gnus-agent-update-view-total-fetched-for, and
23040         gnus-agent-update-files-total-fetched-for to decrement disk space
23041         used.
23042         (gnus-agent-retrieve-headers):
23043         Use gnus-agent-update-view-total-fetched-for to increment disk space
23044         used.
23045         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23046         with gnus-agent-update-files-total-fetched-for to decrement disk
23047         space and fresh group buffer.
23048         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23049         (gnus-agent-need-update-total-fetched-for): New variable.
23050         (gnus-agent-update-files-total-fetched-for): New function.
23051         (gnus-agent-update-view-total-fetched-for): New function.
23052         (gnus-agent-total-fetched-for): New function.
23054         * gnus-cache.el (gnus-cache-save-buffers):
23055         Use gnus-cache-update-overview-total-fetched-for to change disk space
23056         used by this group.
23057         (gnus-cache-possibly-enter-article):
23058         Use gnus-cache-update-file-total-fetched-for to increment disk space
23059         used by this group.
23060         (gnus-cache-possibly-remove-article):
23061         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23062         used by this group.
23063         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23064         (gnus-cache-rename-group): New function.
23065         (gnus-cache-delete-group): New function.
23066         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23067         (gnus-cache-need-update-total-fetched-for): New variable.
23068         (gnus-cache-with-refreshed-group): New macro.
23069         (gnus-cache-update-file-total-fetched-for): New function.
23070         (gnus-cache-update-overview-total-fetched-for): New function.
23071         (gnus-cache-rename-group-total-fetched-for): New function.
23072         (gnus-cache-delete-group-total-fetched-for): New function.
23073         (gnus-cache-total-fetched-for): New function.
23075         * gnus-group.el: Require gnus-sum and autoload functions to
23076         resolve warnings when gnus-group.el compiled alone.
23077         (gnus-group-line-format): Documented new %F.
23078         (size of Fetched data) group line format; identifies disk space
23079         used by agent and cache.
23080         (gnus-group-line-format-alist): Defined new F format.
23081         (gnus-total-fetched-for): New function.
23082         (gnus-group-delete-group): No longer update
23083         gnus-cache-active-altered as gnus-request-delete-group now keeps
23084         the cache in sync.
23085         (gnus-group-list-active): Let the agent store a server's active
23086         list if currently plugged.
23088         * gnus-int.el (gnus-request-delete-group):
23089         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23090         local disk in sync with the server.
23091         (gnus-request-rename-group):
23092         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23093         local disk in sync with the server.
23095         * gnus-start.el (gnus-get-unread-articles):
23096         Cosmetic simplification to logic.
23098         * gnus-util.el (gnus-rename-file): New function.
23100 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23102         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23104 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23106         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23107         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23109 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23111         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23112         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23114 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23116         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23118 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23120         * spam.el (spam-set-difference): Add function to replace
23121         gnus-set-difference in spam.el.
23122         (spam-summary-prepare-exit): Use spam-set-difference.
23124 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23126         * gnus-registry.el (gnus-registry-cache-file): Update to use
23127         gnus-dribble-directory OR gnus-home-directory OR ~.
23128         (gnus-registry-split-fancy-with-parent): Fix doc.
23130 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23132         * message.el (message-exchange-point-and-mark):
23133         Use message-mark-active-p.  Suggested by Jesper Harder
23134         <harder@ifa.au.dk>.
23136 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23138         * message.el (message-exchange-point-and-mark): Don't activate
23139         region if it was inactive.  Suggested by Hiroshi Fujishima
23140         <pooh@nature.tsukuba.ac.jp>.
23142 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23144         * gnus-art.el (article-display-face): Display Faces in the same
23145         order as X-Faces.
23147 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23149         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23151 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23153         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23154         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23155         (gnus-article-mime-hierarchy): Remove.
23156         (gnus-article-mime-hierarchy-next): Remove.
23157         (gnus-article-mode): Revert 2004-03-19 change.
23158         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23159         (gnus-insert-mime-button): Revert 2004-03-19 change.
23160         (gnus-mime-accumulate-hierarchy): Remove.
23161         (gnus-mime-enter-multipart): Remove.
23162         (gnus-mime-leave-multipart): Remove.
23163         (gnus-mime-display-part): Revert 2004-03-19 change.
23164         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23166         * mml.el (mml-preview): Revert 2004-03-19 change.
23168 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23170         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23172 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23174         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23175         t while entering a file name using the mm-with-multibyte macro.
23176         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23178         * mm-util.el (mm-with-multibyte): New macro.
23180 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23182         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23183         New user option.
23184         (gnus-mime-multipart-functions): Doc and customization fix.
23185         (gnus-article-mime-hierarchy): New variable.
23186         (gnus-article-mime-hierarchy-next): New variable.
23187         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23188         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23189         gnus-article-mime-hierarchy-next to nil.
23190         (gnus-insert-mime-button): Show hierarchy numbers.
23191         (gnus-mime-accumulate-hierarchy): New function.
23192         (gnus-mime-enter-multipart): New function.
23193         (gnus-mime-leave-multipart): New function.
23194         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23195         (gnus-mime-display-alternative): Show hierarchy numbers.
23197         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23198         gnus-article-mime-hierarchy-next to nil.
23200 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23202         * dns.el: Don't require gnus-xmas.
23204 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23206         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23207         inline PGP.
23208         (mml-menu): Disable mml-quote-region if mark is inactive.
23210 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23212         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23213         when the group's active is not available.
23215 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23217         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23218         error.
23220 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23222         * imap.el (imap-store-password): New variable.
23223         (imap-interactive-login): Use it.
23224         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23226 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23228         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23229         window-start and hscroll to summary window.
23231 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23233         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23234         conversion message to newsrc-dribble when an actual conversion is
23235         performed.
23237 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23239         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23241 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23243         * mm-decode.el (mm-complicated-handles): New function reviving
23244         former definition of mm-multiple-handles.
23246         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23247         (gnus-mime-delete-part): Use it.
23249 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23251         * gnus-agent.el (gnus-agent-read-local):
23252         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23253         avoid the implicit assumption that they will always be equal.
23254         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23255         coding-system-for-write, as the with-temp-file macro first prints
23256         to a buffer then saves the buffer.
23258 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23260         * gnus-art.el (gnus-article-edit-part): New function.
23261         (gnus-mime-save-part-and-strip): Use it; do query instead of
23262         signaling an error; don't use mm-multiple-handles.
23263         (gnus-mime-delete-part): Ditto.
23265 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23267         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23268         old file versions.
23269         (gnus-group-prepare-hook): Remove function that converted list
23270         form of gnus-agent-expire-days to group properties.
23272         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23273         (gnus-request-accept-article): Re-indented.
23275         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23276         converters to handle old agent file formats.  Add logic for a
23277         "backup before upgrading warning".
23278         (gnus-convert-mark-converter-prompt): Developers can mark
23279         functions as needing (default), or not needing,
23280         gnus-convert-old-newsrc's "backup before upgrading warning".
23281         (gnus-convert-converter-needs-prompt): Tests whether the user
23282         should be protected from potentially irreversable changes by the
23283         function.
23285         * legacy-gnus-agent.el: New.  Provides converters that are only
23286         loaded when gnus-convert-old-newsrc needs to call them.
23288 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23290         * mail-source.el (mail-source-touch-pop): Doc fix.
23292         * message.el (message-smtpmail-send-it): Doc fix.
23294 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23296         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23298         * nnmail.el (nnmail-split-fancy): do.
23300         * gnus-kill.el (gnus-kill, gnus-execute): do.
23302 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23304         * gnus-sum.el (gnus-widget-reversible-match)
23305         (gnus-widget-reversible-to-internal)
23306         (gnus-widget-reversible-to-external): New functions.
23307         (gnus-widget-reversible): New widget.
23308         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23310 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23312         * gnus-sum.el (gnus-thread-sort-functions)
23313         (gnus-article-sort-functions): Document `(not F)' items.
23315 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23317         * spam.el (spam-use-gmane-xref): Add new backend.
23318         (spam-gmane-xref-spam-group): Add variable to control the name of the
23319         Gmane spam group.
23320         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23321         (spam-regex-headers-spam, spam-regex-headers-ham)
23322         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23323         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23324         backends and checks.
23325         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23327         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23328         an autodetect method.
23330 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23332         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23333         articles are being added to a group.
23334         (gnus-request-replace-article): Inform the agent that articles
23335         need to be uncached as the cached contents are no longer valid.
23337 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23339         * binhex.el: Don't autoload executable-find.
23341         * canlock.el: Don't autoload mail-fetch-field.
23343         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23345         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23346         rmail-dont-reply-to and rmail-output.
23348         * gnus-score.el: Don't autoload ffap-string-at-point.
23350         * gnus-setup.el: Don't autoload sc-cite-original.
23352         * imap.el: Don't autoload base64-decode-string,
23353         base64-encode-string and md5.
23355         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23356         and rmail-msg-restore-non-pruned-header.
23358         * mm-decode.el: Don't autoload executable-find.
23360         * mm-url.el: Don't autoload executable-find.
23362         * mm-view.el: Don't autoload diff-mode.
23364         * nndb.el: Don't autoload news-reply-mode, news-setup,
23365         cancel-timer and telnet.
23367         * password.el: Don't autoload run-at-time for Emacs.
23369         * sha1-el.el: Don't autoload executable-find.
23371         * sieve-mode.el: Don't autoload c-mode.
23373         * uudecode.el: Don't autoload executable-find.
23375 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23377         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23378         (gnus-agent-possibly-alter-active): Avoid null in numeric
23379         comparison.
23380         (gnus-agent-set-local): Refuse to save null in local object table.
23381         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23382         list of articles that will be marked as unread.
23384 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23386         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23388 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23390         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23391         language tags.
23393 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23395         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23396         Don't bind "obarray".
23398         * gnus-sum.el (gnus-thread-sort-functions):
23399         Add `gnus-thread-sort-by-most-recent-number' and
23400         `gnus-thread-sort-by-most-recent-date'.
23401         Reported by Kai Grossjohann <kai@emptydomain.de>.
23403 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23405         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23407 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23409         * gnus-cus.el (gnus-agent-customize-category):
23410         Remove ignore-errors macro reference that required cl to be loaded at
23411         run-time.
23413         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23414         single-interval range of the form (min . max).  Previously the
23415         range had to look like ((min . max)).  Likewise, return
23416         (min . max) rather than ((min . max)).
23417         (gnus-range-map): Use gnus-range-normalize to accept
23418         single-interval range.
23420         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23421         the cache, but not the agent, now appear with their usual face.
23423 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23425         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23426         w3m-safe-url-regexp variable buffer-local.
23428         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23430 2004-02-27  Simon Josefsson  <jas@extundo.com>
23432         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23433         gnus-group-real-prefix.
23434         (gnus-summary-move-article): Use it, instead of
23435         gnus-group-real-prefix.
23437 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23439         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23440         w3m-safe-url-regexp variable buffer-local and set it as the value
23441         of mm-w3m-safe-url-regexp.
23443         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23445         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23446         parsing gnus-posting-styles when the message is not for replying.
23448         * nnrss.el (nnrss-opml-export):
23449         Use mm-set-buffer-file-coding-system instead of
23450         set-buffer-file-coding-system.
23452 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23454         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23455         of checkdoc.el).
23456         * nnrss.el: do.
23457         * gnus-mlspl.el: do.
23458         * gnus-ml.el: do.
23459         * gnus-srvr.el: do.
23461         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23463 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23465         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23466         Corrections to custom-manual links.
23468         * gnus-art.el (gnus-article): Ditto.
23470         * mm-decode.el (mime-display, mime-security): Ditto.
23472 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23474         * flow-fill.el: Typo.
23476 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23478         * spam-wash.el: New file.
23480 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23482         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23484 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23486         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23487         to be run with new-articles as LIST1, not LIST2.
23488         (spam-registration-functions): Add spam-use-ham-copy as a nil
23489         registration backend.
23491 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23493         * spam-stat.el (spam-stat-washing-hook): New option.
23494         (spam-stat-buffer-words): Use it.
23495         (spam-stat-process-directory, spam-stat-test-directory):
23496         Use insert-file-contents-literally.
23497         (spam-stat-coding-system): New variable.
23498         (spam-stat-load, spam-stat-save): Use it.
23500 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23502         * spam-report.el (spam-report-plug-agent):
23503         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23505 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23507         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23508         Allow / in mailto URLs.
23510 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23512         * spam-report.el (spam-report-process-queue): Fix interactive use.
23513         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23514         (spam-report-unplug-agent): Doc fixes.
23515         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23516         (spam-report-agentize, spam-report-deagentize):
23517         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23519         * message.el (message-setup-fill-variables): Add mml tags to
23520         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23521         <ajk@iu.edu>.
23522         (message-mode): Don't modify paragraph-separate there.
23524 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23526         * compface.el (uncompface-use-external): Default to undecided.
23527         (uncompface-use-external-threshold): New variable.
23528         (uncompface-float-time): New macro.
23529         (uncompface): Determine whether to use the external decoder if
23530         uncompface-use-external is undecided.
23532 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23534         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23535         after images.
23537         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23539 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23541         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23543         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23545         * gnus-sum.el (gnus-summary-limit-to-age)
23546         (gnus-summary-limit-children): do.
23548         * gnus-int.el (gnus-request-scan): do.
23550         * gnus-group.el (gnus-group-suspend): do.
23552         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23554         * gnus-cite.el (gnus-cite-parse-attributions): do.
23556         * gnus-agent.el (gnus-summary-set-agent-mark)
23557         (gnus-agent-regenerate-group): do.
23559         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23561         * binhex.el (binhex-decode-region-internal): do.
23563 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23565         * gnus-fun.el (gnus-face-properties-alist): New user option.
23566         (gnus-display-x-face-in-from): Use it.
23568         * gnus-art.el (article-display-face): Ditto.
23570         * compface.el (uncompface-use-external): Default to nil.
23572 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23574         * nntp.el (nntp-erase-buffer): New function.
23575         (nntp-retrieve-data, nntp-send-command)
23576         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23577         (nntp-possibly-change-group): Use it.
23579         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23580         Use with-current-buffer.
23582 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23584         * compface.el: Merge the ELisp-based uncompface program.
23585         (compface): New customization group.
23586         (uncompface-use-external): New user option.
23587         (uncompface): Call uncompface-internal if uncompface-use-external
23588         is nil.
23589         (uncompface-internal): New function.  Note that there are also
23590         some other functions and variables added for this function.
23592 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23594         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23595         if necessary.
23597 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23599         * spam-report.el (spam-report-unplug-agent)
23600         (spam-report-plug-agent, spam-report-deagentize)
23601         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23602         Add support for the Agent in spam-report: when unplugged, report to a
23603         file; when plugged, submit all the requests.
23605         * spam.el (spam-register-routine): Fix message about
23606         registration.
23608 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23610         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23611         dependencies.
23612         (rfc2047-encode): Use it.
23614         * gnus-art.el (gnus-button-marker-list): Move before first
23615         reference.
23617         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23618         (imap-parse-body): Fix format string mismatch.
23620         * gnus-score.el (gnus-summary-increase-score): do.
23622         * nnrss.el (nnrss-close): New function.
23624 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23626         * nnrss.el (nnrss-make-filename): New function.
23627         (nnrss-request-delete-group, nnrss-read-server-data)
23628         (nnrss-save-server-data, nnrss-read-group-data)
23629         (nnrss-save-group-data): Use it.
23630         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23631         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23632         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23634 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23636         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23638 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23640         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23641         files.
23643         * message.el (message-generate-headers-first): Don't quote nil
23644         and t in docstrings.
23646         * imap.el (imap-id): do.
23648         * gnus-agent.el (gnus-agent-consider-all-articles)
23649         (gnus-agent-queue-mail): do.
23651 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23653         * spam-report.el (spam-report-process-queue): New function.
23654         Process requests from `spam-report-requests-file'.
23655         (spam-report-process-queue): Doc fix.
23657 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23659         * spam.el (spam-register-routine)
23660         (spam-log-processing-to-registry, spam-log-registered-p)
23661         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23662         Change "check" to "spam-check" for semi-clarity.
23664 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23666         * pop3.el: Require nnheader.
23668         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23670         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23672         * gnus-picon.el: Require cl.
23674         * gnus-fun.el: Require gnus-ems and gnus-util.
23676         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23678         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23680         * gnus-art.el (gnus-article-edit-mode): Define before first
23681         reference.
23683 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23685         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23686         (gnus-uu-post-encoded): Use point-at-bol.
23688         * gnus-topic.el (gnus-group-active-topic-p): do.
23690         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23692         * gnus-group.el (gnus-group-kill-region): do.
23694         * gnus-art.el (article-date-ut): do.
23696         * message.el (message-fetch-field): Remove redundant
23697         case-fold-search binding.
23698         (message-narrow-to-field): Simplify.
23700 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23702         * spam.el (spam-directory): Derive from `gnus-directory'.
23704         * spam-report.el (spam-report-url-to-file)
23705         (spam-report-requests-file): New function and variable for offline
23706         reporting.
23707         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23708         and user defined function.
23709         (spam-report-url-ping-mm-url): Remove doubled slash.
23711 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23713         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23715 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23717         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23718         Fix format string mismatch.
23720         * sieve.el (sieve-deactivate-all): do.
23722         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23724         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23726         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23728         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23730 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23732         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23733         the list of checks.
23735 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23737         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23738         padding.
23740 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23742         * mm-view.el (mm-fill-flowed): New variable.
23743         (mm-inline-text): Use it.
23745 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23747         * spam.el (spam-spamassassin-register-ham-routine)
23748         (spam-spamassassin-register-spam-routine): Fix function names.
23750 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23752         * gnus.el (gnus-tmp-grouplens): Remove.
23753         (gnus-summary-line-format): Remove grouplens.
23755         * gnus-group.el (gnus-group-line-format): Ditto.
23757         * gnus-spec.el (gnus-format-specs): Ditto.
23758         (gnus-update-format-specifications): Flush the group format spec
23759         cache if there's the grouplens stuff.
23760         (gnus-parse-simple-format): Replace %l with the empty string.
23762 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23764         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23765         omission.
23767 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23769         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23770         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23772 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23774         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23775         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23776         New macros and functions.
23777         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23778         Handle > NLINK_MAX messages.
23779         * nnmaildir.el (nnmaildir-request-set-mark):
23780         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23782 2004-01-25  Alex Schroeder  <alex@gnu.org>
23784         * spam-stat.el (spam-stat-process-directory-age): New option.
23785         (spam-stat-process-directory): Use it.
23787 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23789         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23790         (spam-stat-save): Accept prefix argument.
23792 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23794         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23795         links" error.
23797 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23799         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23800         compatibility with old .newsrc.eld files.
23802         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23804         * gnus-start.el (gnus-1): do.
23806         * gnus-group.el (gnus-group-line-format-alist): do.
23808         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23810         * gnus-gl.el: Remove.
23812 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23814         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23815         marks consisting of a single range {for example, (3 . 5)} rather
23816         than a list of a single range { ((3 . 5)) }.
23818 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23820         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23821         Use with-current-buffer.
23822         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23823         avoid consing a string.
23825         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23826         Remove obsolete entries for big5 and gb2312.
23828 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23830         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23831         uncompressed list.
23833 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23835         * spam-stat.el (spam-stat-strip-xref): New function.
23836         (spam-stat-process-directory): Use it.
23838         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23839         here -- it's done in message-fetch-field.
23841 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23843         * gnus-agent.el (gnus-agent-queue-mail)
23844         (gnus-agent-prompt-send-queue): New variables.
23845         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23846         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23847         "nndraft:queue" along to gnus-draft-send.
23848         Use gnus-agent-prompt-send-queue.
23849         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23850         is "nndraft:queue".  Suggested by Gaute Strokkenes
23851         <gs234@srcf.ucam.org>
23853         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23854         (agent-enable-undownloaded-faces): Add.
23855         (gnus-agent-cat-groups): Use eval-and-compile, not
23856         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23857         method of gnus-agent-cat-groups even when the buffer has been
23858         evalled.
23859         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23860         delete gnus-agent-save-active-1.
23861         (gnus-agent-save-groups): Delete.  Identical to
23862         gnus-agent-save-active.
23863         (gnus-agent-write-active): No longer adjust agent's copy of active
23864         file as agent's adjustments are now stored in their own
23865         file.  Remove optional parameter.
23866         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23867         servers.  Add use of min/max range limits from server's local
23868         file.
23869         (gnus-agent-save-alist): Remove unused optional argument.
23870         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23871         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23872         (gnus-agent-set-local): A per-server file that keeps min/max range
23873         limits for articles known to the agent.  Provides a fast mechanism
23874         for altering many active ranges.
23875         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23876         active file (local makes it unnecessary).
23877         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23879         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23880         (agent-enable-undownloaded-faces): Add.
23882         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23883         disable it when sending to "nndraft:queue".
23884         (gnus-group-send-queue): Add safety check to avoid sending queue
23885         when unplugged.
23887         * gnus-group.el (gnus-group-catchup): Use new
23888         gnus-sequence-of-unread-articles, not
23889         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23890         numbers of articles.  Use gnus-range-map to avoid having to
23891         uncompress the unread list.
23892         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23893         Fix invalid ange-ftp reference.
23895         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23896         (gnus-sorted-range-intersection): Intersection of two ranges
23897         without requiring that they first be uncompressed.
23899         * gnus-start.el (gnus-activate-group): Unless blocked by the
23900         caller, possibly expand the active range to include both cached
23901         and agentized articles.
23902         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23903         multiple version-dependent converters.
23904         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23905         gnus-agent-save-active.
23906         (gnus-save-newsrc-file): Save dirty agent range limits.
23908         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23909         gnus-agent-possibly-alter-active.
23910         (gnus-adjust-marked-articles): Faster handling of simple lists.
23912 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23914         * spam-stat.el (spam-stat-test-directory): New optional argument
23915         displays a list of files detected.  Suggested by Andrew Cohen
23916         <cohen@andy.bu.edu>.
23917         (spam-stat-buffer-words-with-scores): Don't narrow and change
23918         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23920 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23922         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23923         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23924         (spam-spamassassin-arguments)
23925         (spam-spamassassin-spam-flag-header)
23926         (spam-spamassassin-positive-spam-flag-header)
23927         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23928         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23929         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23930         (spam-list-of-processors, spam-list-of-checks)
23931         (spam-list-of-statistical-checks, spam-registration-functions)
23932         (spam-check-spamassassin-headers, spam-check-spamassassin)
23933         (spam-spamassassin-score)
23934         (spam-spamassassin-register-with-sa-learn)
23935         (spam-spamassassin-register-spam-routine)
23936         (spam-spamassassin-register-ham-routine)
23937         (spam-assassin-register-spam-routine)
23938         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23939         (spam-bogofilter-score): Fix to show article before scoring.
23941 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23943         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23944         default scoring function.
23945         (spam-generic-score): Call spam-spamassassin-score if
23946         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23947         spam-bogofilter-score otherwise.
23949         * gnus.el (spam-process, spam-autodetect-methods):
23950         Add spamassassin and spamassassin-headers.
23952 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23954         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23955         Suppress unnecessary messages.
23957 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23959         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23960         make-hash-table.
23962 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23964         * canlock.el (base64-encode-string): Don't autoload it.
23966 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23968         * run-at-time.el: Remove useless (require 'itimer),
23969         eval-and-compile and (featurep 'xemacs).
23971 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23973         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23974         GROUP is a virtual group.
23976 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23978         * gnus.el: Autoload `message-y-or-n-p'.
23980 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23982         * pgg-parse.el: Remove unnecessary (require 'custom).
23984         * pgg-def.el: do.
23986         * nnmail.el: do.
23988         * gnus-undo.el: do.
23990         * gnus-picon.el: do.
23992         * gnus-util.el: do.
23994 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23996         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23998 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24000         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24001         handle, as well as a list.
24003         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24004         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24005         (mm-w3m-cid-retrieve): Simplify.
24007 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24009         * message.el (message-kill-to-signature): Allow prefix arg to
24010         specify number of lines to keep before signature.
24012 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24014         * message.el (message-kill-to-signature): Change docstring.
24016 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24018         * canlock.el: Always require sha1-el.
24019         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24021         * message.el: Autoload sha1 only when compiling.
24023 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24025         * message.el (message-canlock-generate): Require sha1-el.
24027 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24029         * message.el (message-expand-name): Silence the byte compiler.
24031 2004-01-13  Simon Josefsson  <jas@extundo.com>
24033         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24034         Invoke gnus-score-mode.
24035         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24037         * gnus-range.el (gnus-compress-sequence): Doc fix.
24038         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24040 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24042         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24044 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24046         * spam.el (spam-get-article-as-string): Update to use
24047         gnus-request-article-this-buffer, much simpler.
24048         (spam-get-article-as-buffer): Remove.
24050 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24052         * message.el (message-expand-name): Use EUDC if the user uses that.
24054 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24056         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24057         character for the encoding to avoid consing a string.
24059         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24060         unnecessarily.
24062         * mm-util.el (mm-replace-chars-in-string): Remove.
24064         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24065         of mm-replace-chars-in-string.
24067 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24069         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24071         * mm-util.el (mm-subst-char-in-string): Support inplace.
24073         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24074         a new string in every iteration.  Use shy groups.
24076 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24078         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24079         * gnus-soup.el (gnus-soup-group-brew):
24080         * gnus-msg.el (gnus-put-message):
24081         * gnus-move.el (gnus-group-move-group-to-server):
24082         * gnus-kill.el (gnus-batch-score):
24083         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24084         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24085         (gnus-group-update-group, gnus-group-read-group)
24086         (gnus-group-make-group, gnus-group-make-help-group)
24087         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24088         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24089         (gnus-group-sort-by-unread, gnus-group-catchup)
24090         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24091         (gnus-group-yank-group, gnus-group-set-info)
24092         (gnus-group-list-groups):
24093         * gnus.el (gnus-generate-new-group-name):
24094         * gnus-delay.el (gnus-delay-send-queue):
24095         * nnvirtual.el (nnvirtual-catchup-group):
24096         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24097         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24098         (gnus-group-prepare-topics, gnus-topic-check-topology):
24099         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24100         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24101         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24102         (gnus-group-make-articles-read):
24103         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24104         (gnus-group-change-level, gnus-kill-newsgroup)
24105         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24106         (gnus-get-unread-articles, gnus-make-articles-unread)
24107         (gnus-make-ascending-articles-unread): Use accessor
24108         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24109         to get group information for improved readability.
24111 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24113         * gnus-art.el (article-decode-mime-words, article-babel)
24114         (gnus-article-highlight-signature, gnus-article-add-buttons)
24115         (gnus-signature-toggle): Use gnus-with-article-buffer.
24117         * gnus-art.el (gnus-article-highlight-headers)
24118         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24120         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24121         (gnus-article-set-globals, gnus-request-article-this-buffer)
24122         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24123         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24124         (gnus-mime-display-alternative): Use with-current-buffer.
24126 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24128         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24129         also under 80 char limit, and call gnus-error if needed.
24130         (spam-fetch-article-header): Fix - it was a
24131         buffer-local variable (gnus-newsgroup-data).
24132         (spam-find-spam): Use spam-generate-fake-headers, forget about
24133         spam-insert-fake-headers.
24134         (spam-insert-fake-headers): Remove.
24136 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24138         * deuglify.el (gnus-article-outlook-unwrap-lines)
24139         (gnus-outlook-rearrange-article)
24140         (gnus-outlook-repair-attribution-outlook)
24141         (gnus-outlook-repair-attribution-block)
24142         (gnus-outlook-repair-attribution-other): Remove redundant
24143         save-excursion.
24145 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24147         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24148         (spam-fetch-field-subject-fast)
24149         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24150         (spam-fetch-article-header): Add functions to deal with Gnus
24151         internals for fast retrieval of article header data.
24152         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24154 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24156         * pop3.el (pop3-md5): Remove.
24157         (pop3-apop): Replace pop3-md5 with md5.
24159         * mm-bodies.el: base64 is always built-in.
24161         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24162         Use with-current-buffer.
24164 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24166         * canlock.el (canlock-insert-header): Remove excessive grouping in
24167         regexp.
24169         * gnus-sum.el (gnus-summary-read-document): Ditto.
24171         * gnus-uu.el (gnus-uu-part-number): Ditto.
24173         * html2text.el (html2text-remove-tags): Ditto.
24174         (html2text-format-tags): Ditto.
24175         (html2text-format-single-elements): Ditto.
24177         * mml.el (mml-parse-1): Ditto.
24179 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24181         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24183         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24185         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24187         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24189 2003-11-15  Simon Josefsson  <jas@extundo.com>
24191         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24192         (pgg-gpg-lookup-key): Use regexp match instead of
24193         split-string (split-string is different between emacs 21.2 and
24194         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24196 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24198         * gnus-art.el (gnus-mime-view-all-parts)
24199         (gnus-article-part-wrapper, gnus-article-view-part):
24200         Use with-current-buffer.
24202 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24204         * spam.el (spam-disable-spam-split-during-ham-respool)
24205         (spam-spamoracle-database, spam-cache-lookups)
24206         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24207         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24208         (spam-group-ham-marks, spam-group-spam-marks)
24209         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24210         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24211         also add spam-use-blackholes to the statistical checks.
24212         (spam-fetch-field-fast): Add interface to fetching fields, may
24213         become a macro.
24214         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24215         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24216         (spam-insert-fake-headers): Fake an article when needed.
24217         (spam-find-spam): Fake article when possible.
24218         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24219         (spam-check-bogofilter-headers): Use message-fetch-field instead
24220         of nnmail-fetch-field.
24222 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24224         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24226 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24228         * spam.el (spam-split): Do not require spam-use-CHECK to be
24229         enabled if that check is passed to spam-split explicitly; also
24230         fix so 'spam doesn't get converted to spam-split-group when
24231         spam-split-symbolic-return is t.
24232         (spam-find-spam): Find registrations of the article and use those
24233         instead of re-running spam-split to find the spam/ham
24234         classification of the article.
24235         (spam-log-processing-to-registry, spam-log-registered-p)
24236         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24237         Use gnus-error instead of gnus-message.
24238         (spam-log-registration-type): Add function to determine the
24239         classification of a message based on registry entries; will
24240         return nil if both 'spam and 'ham are found.
24241         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24242         a reasonably fast local cache without the loading errors.
24243         (spam-cache-lookups): Set to t by default.
24244         (spam-find-spam): Don't try to guess spam-cache-lookups.
24245         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24246         spam-caches entry.
24247         (spam-filelist-build-cache, spam-filelist-check-cache):
24248         Fix caching of whitelist/blacklist entries.
24249         (spam-check-whitelist, spam-check-blacklist):
24250         Invoke spam-from-listed-p with a type, not a cache variable.
24251         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24253 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24255         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24257         * nnmail.el (nnmail-split-fancy): do.
24259         * mml.el (mml-parse): do.
24261         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24262         (gnus-score-adaptive): do.
24264 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24266         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24267         (gnus-mime-button-map): Don't set keymap parent.
24268         (gnus-button-ctan-directory-regexp): Use shy grouping.
24269         (gnus-prev-page-map): Don't set keymap parent.
24270         (gnus-prev-page-map): Remove duplicated one.
24271         (gnus-next-page-map): Don't set keymap parent.
24272         (gnus-mime-security-button-map): Ditto.
24274         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24275         version number.
24277         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24279 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24281         * canlock.el (canlock-sha1-function): Remove.
24282         (canlock-sha1-function-for-verify): Remove.
24283         (canlock-openssl-program): Remove.
24284         (canlock-openssl-args): Remove.
24285         (canlock-ignore-errors): Remove.
24286         (canlock-sha1-with-openssl): Remove.
24287         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24288         (canlock-verify): Don't use canlock-ignore-errors.
24290         * sha1-el.el (sha1-string-external): Make it can return a string
24291         in binary form.
24292         (sha1-region-external): Ditto.
24293         (sha1-string-internal): Ditto.
24294         (sha1-region-internal): Ditto.
24295         (sha1-region): Ditto.
24296         (sha1-string): Ditto.
24297         (sha1): Ditto.
24299 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24301         * spam.el (spam-report-articles-gmane): New command.
24303 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24305         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24307         * run-at-time.el (run-at-time-saved): Remove.
24308         (run-at-time): Doc fix.
24310 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24312         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24313         (gnus-summary-limit-map): Add it.
24314         (gnus-summary-make-menu-bar): do.
24316 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24318         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24319         Make attempt at some caching support (done for BBDB only now).
24320         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24321         addresses to be checked.
24322         (spam-clear-cache-BBDB): Add function, to be invoked by
24323         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24324         (spam-check-BBDB): Check and use the caches, if
24325         spam-cache-lookups is on, remove superfluous (provide).
24327 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24329         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24331 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24333         * run-at-time.el (run-at-time-saved): Move to after the definition
24334         of `run-at-time'.
24336 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24338         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24339         mm-w3m-local-map-property.
24341         * mm-view.el (mm-w3m-mode-map): Remove.
24342         (mm-w3m-local-map-property): Remove.
24343         (mm-inline-text-html-render-with-w3m): Don't use
24344         mm-w3m-local-map-property.
24346 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24348         * run-at-time.el: New file.
24350         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24351         of gnus-set-text-properties.
24353         * gnus-uu.el (gnus-uu-save-article): Ditto.
24355         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24357         * gnus-cite.el (gnus-cite-parse): Ditto.
24359         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24360         of gnus-.
24362         * gnus.el: Change calls to nnheader-run-at-time and
24363         password-run-at-time throughout to use run-at-time directly.
24365         * password.el: Remove definition of run-at-time.
24367 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24369         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24370         in prompt.
24372 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24374         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24375         XEmacs version.
24377         * dns.el (dns-make-network-process): Use `open-network-stream'
24378         instead of `gnus-xmas-open-network-stream'.
24380         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24382 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24384         * gnus-art.el (gnus-mime-display-alternative)
24385         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24386         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24387         Don't use gnus-local-map-property.
24389         * gnus-util.el (gnus-local-map-property): Remove.
24391         * mm-view.el (mm-view-pkcs7-decrypt):
24392         Replace gnus-completing-read-maybe-default with completing-read.
24394         * gnus-util.el (gnus-completing-read): do.
24395         (gnus-completing-read-maybe-default): Remove.
24397 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24399         * password.el: Only autoload `run-at-time' if not XEmacs.
24400         Only autoload the itimer functions if XEmacs.
24402 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24404         * gnus-art.el (gnus-read-string): Remove.
24405         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24406         read-string.
24408 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24410         * netrc.el: Autoload password-read.
24411         (netrc): Add configuration group.
24412         (netrc-encoding-method, netrc-openssl-path):
24413         Add variables for encoding and decoding of files with symmetric
24414         ciphers.
24415         (netrc-encode): Add assistant function to encode a file with
24416         netrc-encoding-method.
24417         (netrc-parse): Add interactive parameter, added optional
24418         decoding if netrc-encoding-method is non-nil but otherwise
24419         behavior is standard.
24420         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24421         Do s/encode/encrypt/ everywhere.
24423         * spam.el: Remove executable-find autoload.
24425 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24427         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24429         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24431 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24433         * gnus-art.el (gnus-treat-ansi-sequences)
24434         (article-treat-ansi-sequences): New variable and function.
24435         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24437         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24438         Use it.
24440 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24442         * mm-util.el (mm-quote-arg): Remove.
24444         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24445         shell-quote-argument.
24447         * gnus-uu.el (gnus-uu-command): do.
24449         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24451         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24452         with make-char.
24454         * mm-util.el (mm-make-char): Remove.
24456         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24457         add-minor-mode.
24459         * gnus-undo.el (gnus-undo-mode): do.
24461         * gnus-topic.el (gnus-topic-mode): do.
24463         * gnus-sum.el (gnus-dead-summary-mode): do.
24465         * gnus-start.el (gnus-slave-mode): do.
24467         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24469         * gnus-ml.el (gnus-mailing-list-mode): do.
24471         * gnus-gl.el (gnus-grouplens-mode): do.
24473         * gnus-draft.el (gnus-draft-mode): do.
24475         * gnus-dired.el (gnus-dired-mode): do.
24477         * gnus-ems.el (gnus-add-minor-mode): Remove.
24479         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24480         Replace gnus-char-width with char-width.
24482         * gnus-ems.el (gnus-char-width): Remove.
24484         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24485         Replace gnus-char-width with char-width.
24487         * gnus-ems.el (gnus-char-width): Remove.
24489         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24490         definition.
24491         Remove Emacs 20 hash table compatibility code.
24493         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24494         20 compatibility code.
24496         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24498         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24500         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24501         Replace with point-at-{eol,bol}.
24503         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24505         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24507         * flow-fill.el (fill-flowed-point-at-bol)
24508         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24510         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24511         Replace with point-at-{eol,bol} throughout all files.
24513 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24515         * ntlm.el (ntlm-string-as-unibyte): New macro.
24516         (ntlm-build-auth-response): Use it.
24518         Remove Emacs 20 stuff:
24519         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24520         of delq and copy-sequence.
24521         * gnus-art.el (popup-menu): Remove the compiler macro.
24522         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24523         Emacs 20.
24525 2004-01-05  Simon Josefsson  <jas@extundo.com>
24527         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24528         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24529         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24530         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24531         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24532         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24533         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24534         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24535         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24536         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24537         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24538         string-xor into ntlm-string-xor.
24539         Suggested by Jesper Harder <harder@myrealbox.com>.
24541         * ntlm.el: Don't include poem.
24543         * md4.el (print-int32, print-string-hexa): Remove.
24544         Suggested by Jesper Harder <harder@myrealbox.com>.
24546         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24548         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24549         probably breaks emacs with DL patch, but do we care? Is anyone
24550         still using the DL stuff?)
24552         * sieve-manage.el: Use the password package.
24553         (sieve-manage-read-passwd): Remove.
24554         (sieve-manage-interactive-login): Use password.  Re-add
24555         condition-case around loop.
24557         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24558         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24559         Use the password package.
24561 2003-02-19  Simon Josefsson  <jas@extundo.com>
24563         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24564         token.
24566 2002-08-07  Simon Josefsson  <jas@extundo.com>
24568         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24569         (sieve-manage-authenticators):
24570         (sieve-manage-authenticator-alist): Add some SASL mechs.
24571         (sieve-sasl-auth): New function.
24572         (sieve-manage-cram-md5-auth):
24573         (sieve-manage-plain-auth): Rewrite using SASL library.
24574         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24575         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24576         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24577         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24579 2004-01-05  Simon Josefsson  <jas@extundo.com>
24581         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24582         New files.
24584 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24586         * gnus-group.el (gnus-no-groups-message): Update.
24588         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24590 2003-11-09  Simon Josefsson  <jas@extundo.com>
24592         * imap.el: Support for ID IMAP extension (RFC 2971).
24593         (imap-local-variables): Add imap-id.
24594         (imap-id): New variable.
24595         (imap-id): New function.
24596         (imap-parse-response): Parse untagged ID response.
24597         * nnimap.el (nnimap-id): New variable.
24598         (nnimap-open-connection): Use it.
24600 2003-12-28  Simon Josefsson  <jas@extundo.com>
24602         * gnus-score.el (gnus-score-edit-all-score): New.
24603         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24605 2004-01-04  Simon Josefsson  <jas@extundo.com>
24607         * password.el: Add.
24609 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24611         * dns.el (dns-query-types): Fix typo.
24612         (dns-query-types): New function.
24613         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24614         PTR and SOA replies, see RFC 1035.
24616 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24618         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24620         * Move to Changelog.2.
24622 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24624         * gnus.el (gnus-version-number): Bump version.
24626 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24628         * gnus.el: No Gnus v0.1 is released.
24630 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24632         * gnus.el: No Gnus v0.0 is released.
24634 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24636         * gnus.el (gnus-version-number): Bump.
24637         (gnus-version): No.
24639 See ChangeLog.2 for earlier changes.
24641   Copyright (C) 2004-2013 Free Software Foundation, Inc.
24643   This file is part of GNU Emacs.
24645   GNU Emacs is free software: you can redistribute it and/or modify
24646   it under the terms of the GNU General Public License as published by
24647   the Free Software Foundation, either version 3 of the License, or
24648   (at your option) any later version.
24650   GNU Emacs is distributed in the hope that it will be useful,
24651   but WITHOUT ANY WARRANTY; without even the implied warranty of
24652   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24653   GNU General Public License for more details.
24655   You should have received a copy of the GNU General Public License
24656   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24658 ;; Local Variables:
24659 ;; coding: utf-8
24660 ;; fill-column: 79
24661 ;; add-log-time-zone-rule: t
24662 ;; End: