shr.el (shr-tag-a): Use url-link as widget type.
[emacs.git] / lisp / gnus / ChangeLog
blob7a8a9e171d0e1425e98bc5a1e16db7d3382fc33d
1 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4         programs.
6 2010-10-14  Julien Danjou  <julien@danjou.info>
8         * shr.el (shr-tag-a): Use url-link as widget type.
10         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
11         `gnus-group-get-icon'.
13 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
16         This should make server editing work better.
18         * shr.el (shr-find-fill-point): Don't inloop on indented text.
20         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
21         (nnimap-parse-flags): Fix regexp.
23         * shr.el (shr-find-fill-point): Use a filling algorithm that should
24         probably work for CJVK text, too.
26         * nnimap.el (nnimap-extend-tls-programs): Removed.
27         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
29 2010-10-13  Julien Danjou  <julien@danjou.info>
31         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
32         responses.
34 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
38         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
39         anything in Emacs.
41         * shr.el (shr-current-column): Remove buggy and unnecessary function.
43 2010-10-13  Julien Danjou  <julien@danjou.info>
45         * shr.el (shr-width): Make shr-width a defcustom with default to
46         fill-column.
47         (shr-tag-img): Use shr-width rather than fill-column.
49 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
51         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
53         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
54         position when (X-)Faces exist.
55         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
56         avatars when called interactively.
58 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
60         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
61         gnus-article-x-face-too-ugly is bound.
63 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
67         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
68         mailbox that doesn't exist.
70 2010-10-12  Julien Danjou  <julien@danjou.info>
72         * shr.el (shr-tag-img): Encode URL properly when retrieving.
73         (shr-get-image-data): Encode URL properly when fetching from cache.
74         (shr-tag-img): Use aligned-to spaces to align correctly images.
76         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
77         before inserting the Gravatar.
79         * shr.el (shr-tag-img): Add align attribute support for <img>.
81 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83         * gnus-gravatar.el (gnus-art): Required.
85         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
86         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
87         Remove long obsoleted functions.
89 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
91         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
93         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
94         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
95         mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
96         mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
97         nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
98         rfc1843.el, sieve-manage.el, smime.el, spam.el:
99         Fix comment for declare-function.
101 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103         * nnimap.el (nnimap-request-rename-group): Select group read-only
104         before renaming it.
106         * shr.el (shr-insert): Fix up the white space only regexp.
108         * nnimap.el (nnimap-transform-split-mail): Not all articles have
109         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
111         * shr.el (shr-current-column): New function.
112         (shr-find-fill-point): New function.
114 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
116         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
117         numbers.
119 2010-10-11  Julien Danjou  <julien@danjou.info>
121         * shr.el (shr-hr-line): Add.
122         (shr-tag-hr): Use shr-hr-line to specify which character to use to
123         display hr lines.
124         (shr-max-columns): Do not change state to nil if we just inserting
125         spaces.
127 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129         * gnus-topic.el (gnus-topic-read-group): If after the last group,
130         select the last group.
132 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
134         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
136 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
139         for Gnus.
140         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
141         (nnimap-update-qresync-info): Mark \Seen articles as read.
143         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
144         non-variable, too.
146         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
147         available.
148         (nnimap-update-info): Rely more on the current active than the param
149         active to avoid marking articles as read too much.
151         * auth-source.el (auth-source-create): Use (user-login-name) for the
152         user name default.
154         * nnimap.el (nnimap-update-info): If the server doesn't return any
155         useful info, just use the previous info.
156         (nnimap-update-info): Prefer old info over start-article.
157         (nnimap-update-qresync-info): Finish implementing QRESYNC.
159 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
161         * nnir.el (autoload): Clean up autoloads.
162         (nnir-imap-default-search-key): Renamed from
163         nnir-imap-search-field. Use key rather than value.
164         (nnir-imap-search-other): New variable.
165         (nnir-read-parm): Use it.
166         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
167         (gnus-summary-nnir-goto-thread): Modify to work with imap.
169 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
172         the process, too.
174 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
177         Allbery.
179         * shr.el: Rework the way things are indented by <li> slightly.
181         * gnus.el (gnus-group-set-parameter): Fix typo.
183         * nnimap.el: Start implementing QRESYNC support.
185 2010-10-09  Julien Danjou  <julien@danjou.info>
187         * nnir.el (nnir-engines): Fix too many arguments.
189 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
192         group is the "last", so that the backends like nnfolder actually save
193         their folders.
195         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
196         try to use that for the tls stream.
197         (nnimap-retrieve-group-data-early): Rework the marks code to heed
198         UIDVALIDITY and find out which groups are read-only and not.
199         (nnimap-get-flags): Use the same marks parsing code as the rest of
200         nnimap.
202 2010-10-09  Julien Danjou  <julien@danjou.info>
204         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
206         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
207         retrieving gravatars.
209         * shr.el (shr-table-corner): Add.
210         (shr-table-line): Add.
211         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
213 2010-10-08  Julien Danjou  <julien@danjou.info>
215         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
217 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
219         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
221         * gnus-sum.el (gnus-mark-article-as-unread)
222         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
223         (gnus-summary-set-bookmark): Use it.
225         * gnus-msg.el (gnus-setup-message): Use it.
227         * gnus-demon.el (gnus-demon-remove-handler): Use it.
229         * gnus.el (gnus-group-remove-parameter): Use it.
231         * gnus-group.el (gnus-group-make-web-group): Use it.
233         * gnus-demon.el (gnus-demon-remove-handler): Use it.
235         * nnregistry.el: Update docs to mention manual.
237         * gnus-registry.el: Update docs to mention nnregistry.el.
238         (gnus-registry-initialize): Don't install nnregistry refer method
239         automatically.
240         (gnus-registry-install-nnregistry): Remove it.
242 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244         * shr.el (shr-insert): Don't insert double spaces.
246 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
248         * gnus-gravatar.el (gnus-treat-from-gravatar)
249         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
250         called interactively.
252         * gnus-art.el (gnus-mime-view-part-externally)
253         (gnus-mime-view-part-internally): Make predicate function passed to
254         gnus-mime-view-part-as-type assume argument is a mime type, not a list
255         of a mime type.
257         * shr.el (shr-table-widths): Don't use cl function `reduce'.
259 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261         * shr.el (require): Require cl when compiling.
262         (shr-tag-hr): New function.
264         * nnimap.el (nnimap-update-info): Remove double setting of high.
265         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
266         makes nnimap work properly on Courier again.
268         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
269         the variable for backwards compatability.
271         * mm-decode.el (mm-save-part): If given a non-directory result, expand
272         the file name before using to avoid setting mm-default-directory to
273         nil.
275         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
276         bidning gnus-agent variables.
278         * shr.el (shr-render-td): Use a cache for the table rendering function
279         to avoid getting an exponential rendering behaviour in nested tables.
280         (shr-insert): Rework the line-breaking algorithm.
281         (shr-insert): Don't leave trailing spaces.
282         (shr-insert-table): Also insert empty TDs.
283         (shr-tag-blockquote): Ensure paragraphs after </ul>.
285 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
287         * gnus-sum.el (gnus-number): Rename from `number'.
288         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
289         (gnus-summary-limit-children): Update uses correspondingly.
291 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
293         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
294         (gnus-gravatar-transform-address): Don't show avatars of people of
295         which mail addresses match gnus-gravatar-too-ugly.
297 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299         * shr.el (shr-table-widths): Expand TD elements to fill available
300         space.
302 2010-10-07  Julien Danjou  <julien@danjou.info>
304         * nnimap.el (nnimap-request-rename-group): Add this method.
306 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
309         name from XEmacs' function-arglist.
311         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
312         gravatar under XEmacs.
314 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
316         * auth-source.el: Update docs with TODO items.
318         * gnus-sync.el: Update docs to explain state and plans.
320         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
321         Hooks for mark updates.
322         (gnus-request-set-mark, gnus-request-update-mark): Use them.
324         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
325         hooks with arguments, which is needed for mark update hooks.
327 2010-10-06  Julien Danjou  <julien@danjou.info>
329         * gnus.el (gnus-expand-group-parameter): Only return and act on what
330         was matched.
332         * sieve-manage.el: Update example in `Commentary'.
334         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
336         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
337         not 2000.
338         (sieve-manage-authenticate): Re-add function.
340 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342         * shr.el (shr-insert): Get 'space transition right.
343         (shr-render-td): Only delete space at the end of the TD.
345         * nnimap.el (nnimap-open-connection): Prepare to support
346         open-gnutls-stream.
348         * shr.el: Rearrange function order to be more logical.
350 2010-10-06  Julien Danjou  <julien@danjou.info>
352         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
353         (nnrss-discover-feed): Remove 404 URL in docstring.
355         * nnir.el: Fix Swish-E URL.
356         Fix Namazu URL.
358         * message.el (message-change-subject): Remove 404 URL in a comment.
360 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
362         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
363         called interactively.
365         * gnus-util.el (gnus-remove-if): Allow hash table.
366         (gnus-remove-if-not): New function.
368         * gnus-art.el (gnus-mime-view-part-as-type)
369         * gnus-score.el (gnus-summary-score-effect)
370         * gnus-sum.el (gnus-read-move-group-name):
371         Replace remove-if-not with gnus-remove-if-not.
373         * gnus-group.el (gnus-group-completing-read):
374         Regard collection as a hash table if it is not a list.
376 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378         * shr.el (shr-render-td): Allow blank/missing <TD>s.
380         * shr.el: Document the table-rendering algorithm.
382         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
383         invalid URLs.
385         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
386         line-broken.
387         (shr-tag-img): Ignore image fetching errors.
388         (shr-overlays-in-region): Compute overlay positions correctly.
390         * mm-decode.el (mm-shr): Require shr.
392         * gnus-art.el (gnus-blocked-images): Move variable here.
394         * shr.el (shr-insert-table): Bind free variable.
396         * mm-decode.el (mm-shr): Bind shr-content-function.
398         * shr.el (shr-content-function): New variable.
400         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
401         added for symmetry.
403         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
405         * gnus-group.el (gnus-group-make-group): Doc fix.
407         * nnimap.el (nnimap-request-newgroups): Return success.
409         * shr.el (shr-find-elements): New function.
410         (shr-tag-table): Put all the images after the table.
411         (shr-tag-table): Really inhibit images inside the table.
412         (shr-collect-overlays): Copy over overlays from the TD elements to the
413         main document.
415         * mm-decode.el (mm-shr): Bind shr-blocked-images to
416         gnus-blocked-images.
418 2010-10-05  Julien Danjou  <julien@danjou.info>
420         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
422         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
423         (gnus-html-maximum-image-size): Add this function.
424         (gnus-html-put-image): Use gnus-html-maximum-image-size.
426         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
427         server-value of the capability is nil.
429 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431         * shr.el (shr-tag-em): Add <EM> tag.
433 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
435         * sieve-manage.el (sieve-manage-default-stream): Make default stream
436         customizable.
438         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
439         handing broken links to browse-url.
441 2010-10-05  Julien Danjou  <julien@danjou.info>
443         * gnus-util.el (gnus-emacs-completing-read)
444         (gnus-iswitchb-completing-read): Use autoload rather than require.
446 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
448         * gnus-util.el (gnus-completing-read-function): Exclude
449         gnus-icompleting-read and gnus-ido-completing-read from candidates for
450         XEmacs since iswitchb.el is very old and ido.el is unavailable in
451         XEmacs.
453         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
454         not to use `delete-dups' that is unavailable in XEmacs 21.4.
456         * gnus-html.el: Don't require help-fns under XEmacs.
457         (gnus-html-schedule-image-fetching): Work for XEmacs.
459         * mm-decode.el (mm-shr): Decode contents by charset.
461 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
464         unknown.
466         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
467         (shr-get-image-data): Ensure against the cache file missing.
469         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
470         for data.
472         * spam-report.el (spam-report-url-ping-plain): Don't query about
473         killing the process.
475         * shr.el (shr-render-td): Protect against too-wide text.
477 2010-10-04  Julien Danjou  <julien@danjou.info>
479         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
480         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
482         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
483         retrieved.
485 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487         * shr.el (browse-url): Required.
488         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
489         lines.
490         (shr-show-alt-text, shr-browse-image): New commands.
491         (shr-browse-url, shr-copy-url): New commands.
493         * gnus-sum.el (gnus-widen-article-window): New variable.
494         (gnus-summary-select-article-buffer): Use it.
496         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
497         without @ signs.
499 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
501         * nnir.el (nnir-run-imap): Remove spurious space in search string.
503 2010-10-04  Julien Danjou  <julien@danjou.info>
505         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
506         for XEmacs.
508 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
512         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
513         (nnimap-close-server): Implement.
515         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
516         (shr-insert): Tweak line breaking.
517         (shr-insert): Handle <pre> better.
518         (shr-tag-li): Get <li> indentation right.
519         (shr-tag-li): Get <li> indentation even righter.
520         (shr-tag-blockquote): Ensure paragraph start.
521         (shr-make-table): Tweak table generation.
522         (shr-make-table): Fix typo.
524         * shr.el: Implement table rendering.
526 2010-10-04  Julien Danjou  <julien@danjou.info>
528         * gnus-html.el (gnus-html-put-image): Fix resize image code.
530 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532         * shr.el (shr-insert): Use string anchors instead of line anchors.
534 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536         * shr.el: Add headings.
537         (shr-ensure-paragraph): Actually work.
538         (shr-tag-li): Make <ul> prettier.
539         (shr-insert): Get white space at the beginning/end of elements right.
540         (shr-tag-p): Collapse subsequent <p>s.
541         (shr-ensure-paragraph): Don't insert double line feeds after blank
542         lines.
543         (shr-insert): \t is also space.
544         (shr-tag-s): Fix "s" tag name function.
545         (shr-tag-s): Fix face prop name.
547 2010-10-03  Julien Danjou  <julien@danjou.info>
549         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
551         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
552         gnus-window-inside-pixel-edges.
554         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
555         gnus-ems.
557         * mm-view.el (mm-inline-image-emacs): Support image resizing.
559         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
560         function.
562         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
563         resize choice.
565 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
568         beginning of the buffer.
570         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
571         article buffer again.
573         * shr.el (shr-tag-p): Don't insert newlines at the start of the
574         buffer.
576         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
577         when it's at the start of the buffer.
579         * shr.el (shr-tag-blockquote): Convert name.
580         (shr-rescale-image): Use the right image-size variant.
582         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
583         buffer isn't shown, then select the current article first instead of
584         bugging out.
585         (gnus-summary-select-article-buffer): Show both the article and summary
586         buffers again.
588         * shr.el (shr-fontize-cont): Protect against regions with no text.
589         Rename tag functions to shr-tag-* for enhanced security.
590         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
592 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
594         * shr.el (shr-insert):
595         * pop3.el (pop3-movemail):
596         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
597         loaded.
599 2010-10-03  Glenn Morris  <rgm@gnu.org>
601         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
603         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
605         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
607         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
609         * gnus-util.el (gnus-make-local-hook): Simplify.
611 2010-10-02  Julien Danjou  <julien@danjou.info>
613         * gnus-util.el (gnus-iswitchb-completing-read): New function.
614         (gnus-ido-completing-read): New function.
615         (gnus-emacs-completing-read): New function.
616         (gnus-completing-read): Use gnus-completing-read-function.
617         Add gnus-completing-read-function.
619 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621         * shr.el (shr-insert-document): Autoload.
622         (shr-img): Be silent.
623         (shr-insert): Add a newline after every picture before text.
624         (shr-add-font): Use overlays for combining faces.
625         (shr-insert): Pass upwards the text start point.
627         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
628         possible.
629         (mm-shr): New function.
631 2010-10-02  Julien Danjou  <julien@danjou.info>
633         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
634         should go backward.
636 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
638         * shr.el (shr): Fix typo in provide call.
640 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642         * shr.el: New file.
644         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
646         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
647         completing read.
649 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
652         we're being queried about.  Suggested by Dan Jacobson.
654         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
655         by Jason Eisner.
657         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
658         table, too.  Suggested by Stefan Wiens.
659         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
660         the table unnecessary.  Suggested by Stefan Wiens.
662         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
663         longer needed, and probably doesn't work either, as pointed out by
664         Stefan Wiens.
665         (gnus-summary-exit): Remove call to the clearing function.
666         (gnus-summary-exit-no-update): Ditto.
668         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
669         instead of gnus-eval-in-buffer-window to avoid popping up frames.
670         Reported by Stefan Monnier.
671         (gnus-summary-save-in-rmail): Ditto.
673         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
674         article buffer, instead of both the article buffer and the summary
675         buffer.  Sort of suggested by Dan Jacobson.
677         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
679         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
680         Suggested by Dan Jacobson.
682         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
683         documentation clearer.
685         * message.el (message-shorten-references): Comment on the number "21".
686         Suggested by Stefan Monnier.
688         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
689         Suggested by Dan Jacobson.
691         * gnus.el (gnus-large-newsgroup): Mention
692         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
694         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
695         externalize attachments.  Bug reported by Steve Wen.
697         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
698         really message anything to the user.
700         * nnmail.el (nnmail-article-group): Allow using the fancy split method
701         directly.
703         * nnimap.el (nnimap-request-group): Low higher than high to signal no
704         messages in empty groups.
706 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
708         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
709         non-UIDNEXT group.
711 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
714         not the value from the collection.
716         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
717         values.  This sometimes happens on some groups that have no info.
718         (nnimap-request-newgroups): New function.
720 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
722         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
723         check into `gnus-registry-initialize'.
724         (gnus-registry-initialize): Ditto.
725         Fix and extend header docs.
727 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
730         regexp backtrace overflows.
732         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
733         for starttls that tls.el implements; i.e. openssl.
735 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
737         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
738         (gravatar-create-image): New function that's an alias to
739         gnus-xmas-create-image, gnus-create-image, or create-image.
740         (gravatar-data->image): Use it.
742 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
744         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
745         install the nnregistry refer method.
746         (gnus-registry-install-hooks): Use it.
747         (gnus-registry-unfollowed-groups): Add nnmairix to the default
748         unfollowed groups.
750 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
752         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
753         expanding threads.
755 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757         * nnir.el: Use the server names without suffixes (bug #7009).
759         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
760         unencrypted to STARTTLS, if possible.
762 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
764         * message.el (message-ignored-supersedes-headers): Strip Injection-*
765         headers before superseding.
767 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769         * nnrss.el (nnrss-use-local): Add documentation.
771         * nnimap.el (nnimap-extend-tls-programs): New function.
772         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
773         (nnimap-wait-for-connection): Accept the greeting from the stupid
774         output from openssl s_client -starttls, too.
776         * nnimap.el (nnimap-find-article-by-message-id): Really return the
777         article number.
778         (nnimap-split-fancy): New variable.
779         (nnimap-split-incoming-mail): Use it.
781         * nntp.el (nntp-server-list-active-group): Document.
783         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
784         SELECT to get the message-id.
786         * mail-source.el (mail-sources): Removed webmail support.
787         (defvar): Ditto.
788         (mail-source-fetcher-alist): Ditto.
789         (mail-source-fetch-webmail): Removed.
791         * webmail.el: Removed -- doesn't seem relevant any more.
793         * gnus.el: Fix up make-obsolete-variable declarations throughout.
795         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
796         the \r.
798 2010-09-30  Julien Danjou  <julien@danjou.info>
800         * gnus-agent.el (gnus-agent-add-group): Fix call to
801         gnus-completing-read.
803 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805         * nndoc.el (nndoc-retrieve-groups): New function.
807         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
808         `default', use nnmail-split-methods.
809         (nnimap-request-article): Downcase the NILs so that they are nil.
811         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
812         symbol.
814         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
815         code, since if the user has requested network, that's what they ought
816         to get.
817         (nnimap-request-set-mark): Erase the buffer before issuing commands.
818         (nnimap-split-rule): Mark as obsolete.
820         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
821         variable.
823         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
824         correct slot, too.
826 2010-09-29  Julien Danjou  <julien@danjou.info>
828         * gnus.el (gnus-local-domain): Declare variable obsolete.
830         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
831         computing.
832         (gnus-ido-completing-read): Require ido.
834 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836         * gnus-registry.el: Don't prompt on load, which makes it impossible to
837         build Gnus.
839         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
840         when interpreting the structures.
841         (nnimap-request-accept-article): Add \r\n to the lines to make this
842         work with Cyrus.
844         * nndraft.el (nndraft-request-expire-articles): Use the group name
845         instead if "nndraft".  Fix found by Nils Ackermann.
847 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
849         * nnregistry.el: Added.
851 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * nnmail.el (group, group-art-list, group-art):
854         Remove unneeded directives.
856 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
858         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
859         (mm-mime-charset)
860         * rfc2047.el (rfc2047-syntax-table)
861         * utf7.el (utf7-utf-16-coding-system): Comment fix.
863         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
864         rather than `insert-file-contents' and `eval-region'.
866 2010-09-29  Julien Danjou  <julien@danjou.info>
868         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
869         replacement of `gnus-gravatar-relief' to mimic
870         `gnus-faces-properties-alist'.
871         Add :version property.
873 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
875         * mail-source.el (mail-source-report-new-mail)
876         * message.el (message-default-mail-headers)
877         * mm-decode.el (mm-valid-image-format-p): Comment fix.
879         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
881 2010-09-28  Julien Danjou  <julien@danjou.info>
883         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
884         mail-address contains the same string as real-name.
886         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
887         non-blank in header, otherwise it'll get stripped.
889         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
890         real-name, and then for mail address rather than doing : or , search.
892 2010-09-27  Julien Danjou  <julien@danjou.info>
894         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
895         (gnus-server-goto-server): Use gnus-completing-read.
897         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
899         * mm-util.el (defalias): Use gnus-completing-read.
900         (mm-codepage-setup): Use gnus-completing-read.
902         * smime.el (smime-sign-buffer): Use gnus-completing-read.
903         (smime-decrypt-buffer): Use gnus-completing-read.
905         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
907         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
908         (mml-minibuffer-read-disposition): Use gnus-completing-read.
909         (mml-insert-multipart): Use gnus-completing-read.
911         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
913         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
915         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
917         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
919         * gnus.el (gnus-read-method): Use gnus-completing-read.
921         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
923         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
924         (gnus-mime-action-on-part): Use gnus-completing-read.
925         (gnus-article-encrypt-body): Use gnus-completing-read.
927         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
928         (gnus-topic-move-matching): Use gnus-completing-read.
929         (gnus-topic-copy-matching): Use gnus-completing-read.
930         (gnus-topic-sort-topics): Use gnus-completing-read.
931         (gnus-topic-move): Use gnus-completing-read.
933         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
934         (gnus-agent-add-group): Use gnus-completing-read.
936         * nnmairix.el (nnmairix-create-server-and-default-group): Use
937         gnus-completing-read.
938         (nnmairix-update-groups): Use gnus-completing-read.
939         (nnmairix-get-server): Use gnus-completing-read.
940         (nnmairix-backend-to-server): Use gnus-completing-read.
941         (nnmairix-goto-original-article): Use gnus-completing-read.
942         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
944         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
946         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
947         (gnus-group-make-useful-group): Use gnus-completing-read.
948         (gnus-group-make-web-group): Use gnus-completing-read.
949         (gnus-group-add-to-virtual): Use gnus-completing-read.
950         (gnus-group-browse-foreign-server): Use gnus-completing-read.
952         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
953         (gnus-summary-limit-to-extra): Use gnus-completing-read.
954         (gnus-summary-execute-command): Use gnus-completing-read.
955         (gnus-summary-respool-article): Use gnus-completing-read.
956         (gnus-read-move-group-name): Use gnus-completing-read.
958         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
959         (gnus-summary-score-effect): Use gnus-completing-read.
961         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
963         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
964         right completing-read function.
965         (gnus-use-ido): New variable
966         (gnus-completing-read-with-default): Remove.
968 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
970         * nnimap.el (auth-source-forget-user-or-password)
971         (auth-source-user-or-password): Autoload.
973         * message.el (message-from-style, message-interactive)
974         (message-signature): Remove comment.
975         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
976         always.
977         (message-sendmail-envelope-from): Comment fix.
978         (message-yank-prefix): Default to mail-yank-prefix always.
979         (message-indentation-spaces): Default to mail-indentation-spaces always.
980         (message-signature-file): Default to mail-signature-file always.
982 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
985         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
986         new articles.
988         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
989         parts.
990         (nnimap-request-article): Work with the t setting, too.
992         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
993         that you don't get flashes of other buffers.
994         (gnus-summary-show-complete-article): Intern before setting.
996 2010-09-27  David Engster  <dengste@eml.cc>
998         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
999         well as HEADERS.
1000         (nnmairix-retrieve-headers): Provide new argument for the above.
1002 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004         * gnus-sum.el (gnus-summary-move-article): Don't alter
1005         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1006         group.
1008         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1010         * message.el (message-cite-prefix-regexp): Revert my last edit.
1012         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1013         variable instead of the Gnus variable.
1015         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1017         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1018         again.
1020         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1021         since some servers don't like it.
1022         (nnimap-open-connection): Forget credentials if the server says the
1023         password was wrong.
1024         (nnimap-parse-line): Protect against invalid data.
1026         * gnus-sum.el (gnus-summary-move-article): Add comment.
1027         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1028         nothing alters it while scanning for new messages.
1030         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1031         which may or may not help.
1032         (nnimap-open-connection): If we're doing a stream connection, and then
1033         discover we're on a STARTTLS-capable server, then open a STARTTLS
1034         connection instead.
1036 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038         * nnimap.el (utf7): Required.
1040         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1041         prefix.
1043 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1045         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1047 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049         * nnimap.el (nnimap-request-accept-article): Message the error on
1050         error.
1052 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1054         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1056 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058         * nndoc.el (nndoc-request-list): Return success always.
1060         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1061         `fetch-old' -- we only want to fetch the articles we've requested.  The
1062         rest are in the agent, probably.
1063         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1064         disappeared server" to something low.  It's not important.
1066         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1067         arrived before the FETCH data.
1069         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1070         target here, because we don't know the Gnus name of the group.
1072         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1073         for the correct group.
1075         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1077         * gnus.el (gnus): Give a final warning after startup.
1079         * gnus-util.el (gnus-action-message-log): New variable.
1080         (gnus-message): Use it.
1081         (gnus-final-warning): New function.
1083         * nnimap.el (nnimap-open-connection): Record the greeting.
1084         (nnimap): Add greeting.
1086 2010-09-26  Julien Danjou  <julien@danjou.info>
1088         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1089         arguments.
1090         (gnus-html-wash-images): Fix spec computing to include start/end.
1092         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1094 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1097         deletion.
1098         (nnimap-retrieve-headers): Don't select the group, because that's
1099         already done by nnimap-possibly-change-group.
1101         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1102         (gnus-picon-transform-address): Use it.
1104         * mail-source.el (mail-source-value): Revert previous patch.
1106         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1107         on failure.
1108         (nnimap-open-connection): Look up both virtual and physical server name
1109         credentials.
1111         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1113 2009-02-08  Dave Love  <fx@gnu.org>
1115         * gnus-win.el (gnus-window-to-buffer-helper,
1116         gnus-all-windows-visible-p): Function needn't be a symbol.
1118         * mail-source.el (mail-source-value): Function needn't be a symbol.
1120 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122         * message.el (message-cite-prefix-regexp): Remove } from the cite
1123         prefix.
1125         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1126         highlight again, so that the highlight is correct.
1128         * gnus-picon.el (gnus-picon): Remove again.
1129         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1131         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1132         doing the header highlightling, so that the background colour of the
1133         picon is correct.
1135         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1136         (gnus-picon): Ditto.
1137         (gnus-picon): Reinstate.  The background colour for picons is white.
1138         (gnus-picon-insert-glyph): Make the background white.
1140         * nnml.el (nnml-open-nov): Don't return dead buffers.
1142         * auth-source.el (auth-source-create): Query the user for whether to
1143         store the credentials.
1145         * auth-source.el (auth-source-user-or-password): Use the existing auth
1146         sources, if any, for creation.
1148         * gnus.el (gnus-group-fast-parameter): Return the last matching
1149         parameter instead of the first matching parameter.
1151 2010-09-26  Julien Danjou  <julien@danjou.info>
1153         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1155 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157         * mml2015.el (mml2015-use): Remove gpg support.
1159         * mml1991.el (mml1991-function-alist): Remove gpg function.
1160         (mml1991-gpg-sign): Removed.
1162 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1164         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1165         (gnus-browse-unsubscribe-current-group): Document it.
1166         (gnus-browse-unsubscribe-group): Use it.
1168 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1171         address to the To list for easier response.
1173         * gnus.el (gnus-play-startup-jingle): Removed.
1174         (gnus-splash): Don't play jingle.
1175         (gnus): Silence gnus-load message.
1177         * gnus-art.el (gnus-treat-play-sounds): Removed.
1179         * gnus.el (gnus-play-jingle): Remove audio support.
1181         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1183         * earcon.el: Removed -- no users.
1185         * gnus-audio.el: Removed -- no users of this package.
1187         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1189         * gnus-start.el (gnus-setup-news): Remove nocem support.
1191         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1193         * gnus.el (gnus-use-nocem): Removed.
1195         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1196         Removed.
1198         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1199         uses NoCeM any more.
1201         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1202         (gnus-button-ctan-handler): Ditto.
1203         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1204         (gnus-button-ctan-directory-regexp): Ditto.
1205         (gnus-button-handle-ctan): Ditto.
1206         (gnus-button-tex-level): Ditto.
1207         (gnus-button-alist): Removed CTAN stuff.
1209 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1212         nnimap-streaming test.
1214         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1215         servers twice.
1217         * nnimap.el (nnimap-open-connection): Add more error reporting when
1218         nnimap fails early.
1220         * nnheader.el (nnheader-get-report-string): New function.
1221         (nnheader-get-report): Use it.
1223         * gnus-int.el (gnus-check-server): Say what the error was when opening
1224         failed.
1226         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1227         using streaming.
1229 2010-09-25  Julien Danjou  <julien@danjou.info>
1231         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1232         gnus-window-inside-pixel-edges.
1234 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1238         * mm-decode.el (mm-save-part): Allow saving to other directories the
1239         normal Emacs way.
1241         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1242         by Jay Berkenbilt.
1244         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1245         there isn't a single byte.
1247         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1248         just do it.  It doesn't really seem to matter what the user responds
1249         here, I think, so it's just a confusing question.
1251         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1252         non-streaming case.
1254         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1255         (gnus-article-encrypt-body): Use it.
1257         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1258         keystroke.
1260         * nnimap.el (nnimap-find-wanted-parts-1): Use
1261         gnus-fetch-partial-articles.
1263         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1265         * nnimap.el (nnimap-insert-partial-structure): New function.
1266         (nnimap-get-partial-article): New function.
1267         (nnimap-request-article): Use it.
1268         (nnimap-wait-for-response): Return whether the wait was successful.
1269         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1270         retrieval wasn't successful.
1271         (nnimap-retrieve-group-data-early): Allow throttling servers.
1272         (nnimap-streaming): New variable.
1273         (nnimap-fetch-partial-articles): Removed.
1275         * mm-decode.el (mm-with-part): Protect against killed buffers.
1277         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1278         for prettier summary display.
1280 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1282         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1283         directly.
1285 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1288         apparently third-party libraries depend on it.
1290         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1291         before starting negotiation.
1293         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1294         privacy reasons.
1295         (gnus-treat-mail-gravatar): Ditto.
1297         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1298         buffer when inserting images.  Inserting text into the headers, for
1299         instance, can make them invalid.
1301 2010-09-25  Julien Danjou  <julien@danjou.info>
1303         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1304         variables.
1306         * nnheader.el: Remove useless variables news-reply-yank-from and
1307         news-reply-yank-message-id.
1309         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1310         variables.
1312         * mml1991.el: Remove useless mml1991-verbose.
1314         * gnus.el: Remove useless variable gnus-use-generic-from.
1315         Remove obsolete variable gnus-topic-indentation.
1317         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1319         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1321         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1323         * gnus-group.el: Remove useless gnus-group-icon-cache.
1324         Remove useless gnus-ephemeral-group-server.
1326         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1328         * mml2015.el: Remove useless mml2015-verbose.
1330         * mml-smime.el: Remove useless mml-smime-verbose.
1332         * gnus.el: Remove useless gnus-local-domain.
1334         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1335         gnus-gravatar-size.
1337         * gnus-art.el: Remove useless gnus-treat-translate.
1339 2010-09-24  Julien Danjou  <julien@danjou.info>
1341         * gnus-sum.el: Add support for Gravatars.
1343         * gnus-art.el: Add support for Gravatars.
1345         * gnus-gravatar.el: Add this file.
1347         * gravatar.el: Add this file.
1349 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1353         * gnus-group.el (gnus-group-fetch-faq): Removed.
1355         * gnus.el (gnus-group-faq-directory): Removed.
1357         * gnus-group.el (gnus-group-fetch-charter): Removed.
1359         * gnus.el (gnus-group-charter-alist): Removed.
1361         * gnus-group.el (gnus-group-archive-directory): Removed.
1362         (gnus-group-recent-archive-directory): Ditto.
1363         (gnus-group-make-archive-group): Removed.
1365         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1367         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1368         use the same article number for all the cached articles.
1370         * nnimap.el (nnimap-command): Register the last command time so
1371         that we can use it for idling NOOPs.
1372         (nnimap-open-connection): Start the keeplive timer.
1373         (nnimap-make-process-buffer): Store all the process buffers.
1374         (nnimap-keepalive): New function.
1376         * starttls.el: (starttls-open-stream): Add autoload cookie.
1378 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1380         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1381         handling.
1383 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1386         its data structures.
1388         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1389         instead of the cl.el copy-list.
1390         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1391         equalp.
1393 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1395         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1396         and tool-bar-local-item-from-menu.
1398         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1399         mode-line-highlight face for Emacs.
1401         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1402         loading gnus-sum.elc; fix comment for canlock-verify.
1403         (gnus-article-jump-to-part): Use read-number.
1404         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1405         Emacs pre-21 compatible code for help-echo.
1406         (gnus-article-next-page-1): No need to adjust the number of lines.
1407         (gnus-article-describe-bindings): Always use help-buffer.
1409         * gnus-audio.el (gnus-audio-inline-sound)
1410         * gnus-cus.el (gnus-custom-mode)
1411         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1413         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1415         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1416         compatible code.
1418 2010-09-24  Glenn Morris  <rgm@gnu.org>
1420         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1421         visiting the fcc file in rmail-mode.
1423 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1425         * nnir.el: Silence the byte compiler.
1427         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1428         alias to browse-url-url-encode-chars if any.
1429         (gnus-html-encode-url): Use it.
1431 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433         * gnus-start.el (gnus-use-backend-marks): New variable.
1434         (gnus-get-unread-articles-in-group): Use it.
1436         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1437         makeover.
1439 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1441         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1443 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1446         Removed.
1447         (gnus-setup-news-hook): Removed
1448         gnus-fixup-nnimap-unread-after-getting-new-news.
1450         * gnus-int.el (gnus-request-update-info): Protect against backends not
1451         having the function.
1453         * nnimap.el (nnimap-stream): Mention starttls.
1454         (nnimap-open-connection): Add starttls support.
1456 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1458         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1460 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1463         BODYSTRUCTUREs.
1464         (nnimap-transform-headers): Unfold quoted {42} headers.
1466         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1467         the info.
1468         (gnus-get-unread-articles): Only call updatep on backends that support
1469         it.
1471         * nnweb.el (nnweb-request-update-info): NOOP.
1473         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1475         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1476         since it only deals with marks.
1478         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1479         gnus-request-marks, and make a new gnus-request-update-info.
1481         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1482         the active instead of the high number, which is usually too low.
1484 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1486         * encrypt.el: Removed.
1488 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1491         server in symbolic form.
1493         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1494         0.9.
1496 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1499         (nnimap-update-info): Fix up code slightly.
1501         * gnus-int.el (gnus-open-server): Add tracing for performance
1502         debugging.
1504         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1505         (gnus-group-insert-group-line): Pass the real group name so that it
1506         gets the right data.
1508         * gnus-start.el (gnus-get-unread-articles): Don't have
1509         `gnus-get-unread-articles-in-group' update info, since that can be
1510         really slow and doesn't seem to be needed?
1512 2010-09-22  Julien Danjou  <julien@danjou.info>
1514         * gnus-group.el (gnus-group-insert-group-line): Call
1515         gnus-group-highlight-line.
1516         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1517         default hook list.
1518         (gnus-group-update-eval-form): Add new function.
1519         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1520         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1525         immediate, then expire all articles.
1526         (nnimap-update-info): Fix off-by-one errors.
1527         (nnimap-flags-to-marks): Would return no marks lists for group with no
1528         flags.  Instead return the other data.
1530 2010-09-22  Julien Danjou  <julien@danjou.info>
1532         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1533         Only return an icon.
1534         (gnus-group-insert-group-line): Compute icon to return.
1536         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1537         variable.
1538         (gnus-html-image-fetched): Only cache if
1539         gnus-html-image-automatic-caching is set.
1540         (gnus-html-image-fetched): Check for errors.
1542 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1545         once per method on `g'.  This ensures that backends like nnfolder don't
1546         open all their folders.
1548         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1549         (nnimap-request-list): Nix out group in the correct buffer.
1550         (nnimap-parse-flags): Implement by using `read' instead of
1551         hand-parsing.
1552         (nnimap-flags-to-marks): Pass on permanent-flags.
1553         (nnimap-make-process-buffer): Record the server name.
1554         (nnimap-parse-flags): Fix typo.
1555         (nnimap-request-scan): Run split on the server in general, not just a
1556         single group.
1558         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1559         parameter, and propagate this downwards.
1561         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1562         since EXAMINE changes it on the server.
1564         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1565         this command might take a while.
1567 2010-09-22  Julien Danjou  <julien@danjou.info>
1569         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1570         harmful if you have 2 images side-by-side, they can't be properly
1571         update on text deletion.  Using text-property is safer here.
1572         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1573         data.
1575 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577         * nnimap.el (nnimap-expunge-inbox): Removed.
1578         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1579         (nnimap-expunge): Flip default to t.
1581         * gnus.el (gnus-method-to-server): Don't push things to the cache
1582         unless it's unique.
1583         (gnus-server-to-method): Ditto.
1585 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1587         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1589 2010-09-22  Julien Danjou  <julien@danjou.info>
1591         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1592         get the start of data.
1593         (gnus-html-encode-url): Add this function to encode special chars in
1594         URL.
1595         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1596         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1598         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1599         default.
1600         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1602         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1603         images alt-text.
1604         (gnus-html-put-image): Put alt-text as help-echo.
1606 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1608         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1609         * mm-util.el (mm-decompress-buffer)
1610         * nnir.el (nnir-run-find-grep)
1611         * pop3.el (pop3-list): Use 3rd arg of split-string.
1613 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1616         outside the active range.  Suggested by Dan Christensen.
1618         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1619         slightly later to avoid double-getting it.
1621         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1622         previous patch.
1624         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1626 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1628         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1630 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632         * gnus-int.el (gnus-open-server): Give a better error message in the
1633         "go offline" case.
1635         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1636         marks for nnimap, which is seldom the right thing to do.
1638         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1639         (gnus-same-method-different-name): New function.
1641         * nnimap.el (parse-time): Require.
1643         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1644         method in the presence of many similar methods.
1646         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1648         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1649         nnml-inhibit-expiry.
1651         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1652         find out whether methods are equal.
1654         * nnimap.el (nnimap-find-expired-articles): New function.
1655         (nnimap-process-expiry-targets): New function.
1656         (nnimap-request-move-article): Request the article before looking at
1657         what the Message-ID is.  Fix found by Andrew Cohen.
1658         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1660         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1661         for oldness in addition to being a predicate.
1663         * nnimap.el (nnimap-request-group): When we have zero articles, return
1664         the right data to Gnus.
1665         (nnimap-request-expire-articles): Only delete articles immediately if
1666         the target is 'delete.
1668         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1669         method, this would bug out.
1671         * gnus-group.el (gnus-group-expunge-group): Renamed from
1672         gnus-group-nnimap-expunge, and implemented as a normal interface
1673         function.
1675         * gnus-int.el (gnus-request-expunge-group): New function.
1677         * nnimap.el (nnimap-request-create-group): Implement.
1678         (nnimap-request-expunge-group): New function.
1680 2010-09-21  Julien Danjou  <julien@danjou.info>
1682         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1683         (gnus-html-cache-expired): Add new function.
1684         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1685         wethever we should display image for fetch it.
1686         Compute alt-text earlier to pass it to the fetching function too.
1687         (gnus-html-schedule-image-fetching): Change function argument to only
1688         get one image at a time, not a list.
1689         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1690         cache.
1691         (gnus-html-get-image-data): New function to retrieve image data from
1692         cache.
1693         (gnus-html-put-image): Change buffer argument to use image data rather
1694         than file, and place image above region rather than inserting a new
1695         one. Do not take alt-text as argument, since it's useless now: we place
1696         the image above alt-text.
1697         (gnus-html-prune-cache): Remove.
1698         (gnus-html-show-images): Start to fetch image when we find one, do not
1699         push into a temporary list.
1700         (gnus-html-prefetch-images): Only fetch image if they have expired.
1701         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1702         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1704 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1706         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1708 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1711         spec inser "*" if the group isn't active instead of 0.
1713         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1714         opening the server.
1715         (nnimap-request-delete-group): Implement group deletion.
1716         (nnimap-transform-headers): Return the size of the entire message in
1717         the Bytes header, not just the size of the first part.
1718         (nnimap-request-move-article): When moving an article from nnimap,
1719         request the article first so the accepting form has an article to
1720         accept.  Reported by Dan Christensen.
1721         (nnimap-command): Make sure that the error message doesn't error out.
1723 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1725         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1726         we haven't requested anything.
1728 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1731         "".  Fix found by Andrew Cohen.
1733         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1734         instead of -encode-string.
1736 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1738         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1740         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1741         by mm-subst-char-in-string.
1743 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1746         waiting for the connection string.
1748         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1749         arriving.
1751         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1752         bogus characters.  This allows selecting certain Gmail groups.
1754         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1755         (nnimap-fetch-partial-articles): New variable.
1756         (nnimap-open-connection): When looking for credentials, also use the
1757         nnimap-server-port.
1758         (nnimap-request-article): Return the group/article number, so that Gnus
1759         `^' works as expected.
1760         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1761         them.
1763         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1764         comments.
1765         (gnus-methods-sloppily-equal): New function.
1766         (gnus): When using the development version of Gnus, load the gnus-load
1767         file.
1769         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1770         `gnus-open-server' on each method before trying to scan them etc.  This
1771         ensures that all the backend parameters are set correctly.
1773         * nnimap.el (nnimap-authenticator): New variable.
1774         (nnimap-open-connection): Allow anonymous login.
1775         (nnimap-transform-headers): The chars header is called Chars not
1776         Bytes.
1777         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1778         drops.
1780         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1781         patch, found by Knut Anders Hatlen.
1783 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1785         * gnus-agent.el (gnus-agent-batch-confirmation)
1786         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1787         to gnus-message.
1788         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1789         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1790         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1791         * gnus-int.el (gnus-open-server): Likewise.
1792         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1793         (gnus-score-check-syntax): Likewise.
1794         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1795         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1796         Likewise.
1797         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1799 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1802         calling conventions so that prefetch doesn't bug out.
1804 2010-09-19  Julien Danjou  <julien@danjou.info>
1806         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1807         rather than `subst-char-in-region' in order to be able to replace ASCII
1808         char by UTF-8 ones.
1810         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1811         than curl.
1812         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1813         the right URL and ALT text on images.
1814         (gnus-html-wash-tags): Fix tag case.
1815         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1816         (gnus-article-html): Add -o display_ins_del=2 option.
1817         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1819 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1822         the extra mail headers, which sometimes seem to happen for unknown
1823         reasons.
1825         * mail-parse.el (mail-header-encode-parameter): Define as
1826         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1827         (or most, perhaps?) mail readers don't understand the latter, but do
1828         understand the former.
1830         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1831         to nil, so that no methods are automatically agentized.  I think this
1832         is probably what most users want.
1834         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1835         from url-retrieve, for instance about invalid URLs.
1837         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1838         groups that have no articles.
1839         (nnimap-request-article): Check that we really got an article when we
1840         requested one.
1842         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1843         doesn't exist.
1845         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1846         nntp buffer so the agent can save it.
1847         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1848         that CRLF doesn't get translated to \n.
1849         (nnimap-open-connection): Don't make 'shell commands only send \n.
1851 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1854         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1855         Update var name.
1856         (nnml-generate-nov-file): Use dolist.
1857         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1858         Use with-current-buffer.
1860 2010-09-18  Julien Danjou  <julien@danjou.info>
1862         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1863         parallel.
1865 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1868         the range update right.
1869         (nnimap-request-group): Don't make `M-g' bug out on group with no
1870         marks.
1871         (nnoo): Required, so that other packages can require nnimap.
1872         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1873         command we're looking for.  This helps when the server sends more
1874         responses after we've gotten everything we expected.
1875         (nnimap): Add a `newlinep' field to keep track of end-of-line
1876         conventions.
1877         Don't send CRLF to things that don't want it.
1878         (nnimap-request-accept-article): Ditto.
1880 2010-09-18  Julien Danjou  <julien@danjou.info>
1882         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1883         than curl to retrieve images.
1885 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1888         the marks.
1889         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1890         (nnimap-wait-for-connection): New function.
1891         (nnimap-open-connection): If we have PREAUTH, don't query for login
1892         credentials.
1893         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1894         when doing a partial update.
1896 2010-09-18  Julien Danjou  <julien@danjou.info>
1898         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1899         tags.
1901 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903         * nnimap.el (nnimap-credentials): New function.
1904         (nnimap-open-connection): Use the new function to look for credentials
1905         also on the numeric equivalents of "imap" and "imaps".
1907         * gnus-start.el (gnus-activate-group): Send the info to
1908         gnus-request-group.
1910         * nnimap.el (nnimap-request-group): Have the "check" version of the
1911         function parse flags and update the info, so that a `M-g' get a total
1912         resync of all flags from the group.
1914         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1915         to allow backends to alter the info on group selection.  Also alter all
1916         the backend -request-group functions to take the parameter.
1918         * nnimap.el (nnimap-store-info): New function.
1919         (nnimap-update-info): Store the info for later usage.
1920         (nnimap-request-group): Use the stored info for the dont-check case, so
1921         that we don't retrieve all marks when we enter a group.
1923         * nnimap.el: Use deffoo instead of defun for interface functions.
1925         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1926         update the group info.  This makes the nndraft groups, for instance, go
1927         back to their old behaviour.
1929         * gnus-sum.el (gnus-select-newsgroup): Indent.
1931         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1932         in.
1933         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1934         nothing.
1936         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1937         from methods that are denied.
1939         * gnus-int.el (gnus-method-denied-p): New function.
1941         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1942         store the password instead of netrc.
1943         (nnimap-open-connection): Don't error out when we can't make a
1944         connections.
1946         * auth-source.el (auth-source-create): In the password prompt, say what
1947         we're querying for.  Also prompt for user name if that hasn't been
1948         given.
1950         * nnimap.el (nnimap-with-process-buffer): Removed.
1952 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1955         method when we're reading from the agent.
1957         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1959         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1960         that's probably most useful for users.
1962         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1963         "failed" all the time.
1965         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1966         ...)) with (with-current-buffer ... ).
1968         * nntp.el (nntp-open-server): Return whether the open was successful or
1969         not.
1971         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1972         select an unread unseen article first.
1974         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1975         /etc/services, supply some sensible port defaults.
1977 2010-09-17  Julien Danjou  <julien@danjou.info>
1979         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1981 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1983         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1984         doesn't have any parameters.
1986 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1989         only upcased checks.
1991         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1993         * nnimap.el (nnimap-open-shell-stream): New function.
1994         (nnimap-open-connection): Use it.
1995         (nnimap-transform-headers): Get the number of lines in each message.
1996         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1997         number of lines.
1998         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1999         problem.
2001         * utf7.el (utf7-encode): Autoload.
2003         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2004         to allow the mail splitting to not return a default group.  This is
2005         useful for nnimap, which will leave unmatched mail in the inbox.
2007         * nnimap.el: Rewritten.
2009         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2010         nnimap usage.
2012         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2013         if the move is internal, so that nnimap can do fast internal moves.
2015         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2016         data.
2017         (gnus-read-active-for-groups): Support finishing the early retrieval of
2018         data.
2020         * gnus-range.el (gnus-range-nconcat): New function.
2022         * gnus-int.el (gnus-finish-retrieve-group-infos)
2023         (gnus-retrieve-group-data-early): New functions.
2025 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2027         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2028         (nnrss-retrieve-groups):
2029         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2030         (pop3-quit): Use with-current-buffer.
2032 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2034         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2035         instead of nnheader-accept-process-output.
2037         * gnus-html.el (gnus-html-schedule-image-fetching)
2038         (gnus-html-prefetch-images): Replace process-kill-without-query by
2039         gnus-set-process-query-on-exit-flag.
2041 2010-09-16  Romain Francoise  <romain@orebokech.com>
2043         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2045 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2048         parameter to unintern is mandatory-ish in Emacs 24.
2050         * gnus-html.el (gnus-html-schedule-image-fetching)
2051         (gnus-html-prefetch-images): Check for curl before using it.
2053         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2054         depend on curl, which isn't essential.
2056         * imap.el: Revert back to version
2057         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2058         seem problematic.
2060 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2062         * gnus-registry.el (gnus-registry-install-shortcuts):
2063         Explicitly pass `obarray' to `unintern' to avoid a warning.
2065 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2068         change.
2070         * nnrss.el (nnrss-request-list): Removed this function and related
2071         functions, including the moreover stuff.
2073 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075         * nnrss.el (nnrss-retrieve-groups): New function.
2077 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2079         * .dir-locals.el: Add no-byte-compile cookie.
2081 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2083         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2084         for back end that doesn't support request-scan.
2086 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2089         then do request scans from the backends.
2091         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2092         avoid running a hook per line, since this takes a lot of time,
2093         profiling shows.
2094         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2095         directly if gnus-visual-p is true.
2097 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2099         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2100         groups; replace mapcar with dolist which is a bit faster; pass groups
2101         info to gnus-read-active-file-1.
2102         (gnus-read-active-file-1): Scan only specified groups if the new
2103         optional arg `infos' is given.
2105 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2109         * pop3.el (pop3-movemail): Removed.
2110         (pop3-streaming-movemail): Renamed to pop3-movemail.
2112         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2113         don't restrict end-tag searches to the end of the line.
2115 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2117         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2118         articles of every unchecked group to t, which means unknown since the
2119         server has never been opened.
2121 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123         * gnus-html.el (gnus-html-show-alt-text): New command.
2124         (gnus-html-browse-image): Ditto.
2125         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2126         to browse the image directly.
2127         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2128         better.
2130         * gnus-async.el (gnus-async-article-callback): Call
2131         `gnus-html-prefetch-images' unconditionally.
2133         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2134         before feeding URLs to curl.
2136 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2138         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2139         internal images as deletable by `W D D'.
2141         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2142         (gnus-async-article-callback): Fix typo.
2144 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2147         current line to work around bugs in the output from w3m.
2149         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2150         for groups that want that.
2152         * nntp.el (nntp-wait-for-string): Supply a timeout for
2153         accept-process-output to ensure progress.
2155         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2156         level to get unread articles from, then use that for foreign groups,
2157         too.
2159         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2160         confuses the rest of the function.
2162         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2163         for the methods that support -retrieve-groups, too.
2165         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2167 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2169         * pop3.el: Require cl when compiling.
2170         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2172 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2175         that aren't going to be activated.
2176         (gnus-get-unread-articles): Fix up the last commit.
2178         * gnus-html.el (gnus-article-html): Allow calling without specifying
2179         the handle.  In that case, dissect the buffer first.
2181         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2183         * nnimap.el (nnimap-open-connection): Revert the change that would look
2184         into authinfo for imaps instead of imap.
2186         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2187         say that you don't want to call gnus-request-group with don-check, but
2188         do check the reponse.  This is for virtual groups only.
2189         (gnus-get-unread-articles): Count the archive groups as secondary, so
2190         that they're activated the same way as before.
2192         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2193         case-insensitively.
2194         (nnimap-debug): Removed.
2196         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2197         mail from a file, and the file doesn't exist.
2199         * pop3.el (pop3-streaming-movemail): Return t for success.
2201         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2202         .authinfo if we're using ssl connection.
2204         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2205         already have if we're in a main Gnus `g' run.
2207         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2209 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2211         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2213         * nnmh.el (nnmh-request-list-1): Bind `file'.
2215         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2216         alias to set-process-query-on-exit-flag or process-kill-without-query.
2217         (pop3-open-server): Use it.
2219 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2222         box to the Incoming file.  Fixes mistake in previous checkin.
2224         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2225         request loop (for debugging purposes) removed.
2227         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2228         culprit is more visible.
2229         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2230         (nnml-add-incremental-nov): New functions to do "incremental" nov
2231         updates, where we just append to the end of the existing nov files
2232         without reading/writing them in full.
2234         * mail-source.el (mail-source-delete-crash-box): Really only check the
2235         incoming files once in a while.
2237         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2239         * mail-source.el (mail-source-delete-crash-box): Only check the
2240         incoming files for deletion once per day to save a lot of file
2241         accesses.
2243         * pop3.el (pop3-logon): Fix up unbound variable typo.
2245         * mail-source.el (pop3-streaming-movemail): Autoload.
2247         * pop3.el (pop3-streaming-movemail): Respect
2248         pop3-leave-mail-on-server.
2250         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2251         retrieval.
2253         * pop3.el (pop3-process-filter): Removed unused function.
2254         (pop3-streaming-movemail, pop3-send-streaming-command)
2255         (pop3-wait-for-messages, pop3-write-to-file)
2256         (pop3-number-of-responses): New functions for streaming pop3
2257         retrieval.
2259         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2260         come from no known methods.
2261         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2262         list.
2264         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2265         message sizes.
2266         (pop3-movemail): Use erase-buffer instead of looping and deleting
2267         regions, which seems rather odd.
2269         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2270         file once per `g' run.
2272         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2273         directories.  This makes the draft queue directory work.
2275         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2276         data from the backends, so that we only request the list of groups from
2277         each method once.  This should speed things up considerably.
2279         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2280         detect that it's not implemented.
2282         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2283         we actually do recurse down into the tree, but don't stat all leaf
2284         nodes.
2286         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2287         then say so instead of bugging out.
2289         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2290         files exist before trying to read them.
2292         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2293         around <pre_int>.
2295         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2297         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2299 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301         * mm-util.el (mm-image-load-path): Just return the image directories,
2302         not all directories in the path in addition to the image directories.
2303         (mm-image-load-path): Maintain a cache of the image directories so that
2304         the `g' command in Gnus doesn't have to stat dozens of directories each
2305         time.
2307         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2308         (gnus-html-wash-tags): Add a new `i' command to insert images.
2309         (gnus-html-insert-image): New command and keystroke.
2310         (gnus-html-redisplay-with-images): New command and keystroke.
2311         (gnus-html-show-images): Renamed command.
2312         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2313         spacers.
2314         (gnus-html-wash-tags): Decode entities at the end, so that entities
2315         inside the tags don't mess up the rest of the "parsing".
2317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2318         so that nnimap methods aren't agentized by default.  There's apparently
2319         many problems related to agent/imap behaviour.
2321         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2323         * gnus-html.el: Doc fix.
2325 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2327         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2328         glyph-width and glyph-height instead of display-graphic-p and
2329         image-size; make avoidance of displaying small images work for XEmacs.
2331         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2332         for XEmacs.
2334         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2335         of symbol that holds plist data.
2336         (gnus-process-plist): Remove plist of process after getting it.
2338 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340         * message.el (message-generate-hashcash): Change default to
2341         'opportunistic if hashcash is installed.
2343         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2344         (gnus-html-put-image): Only call image-size once, since it's somewhat
2345         time-consuming on remote X servers.
2347 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2349         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2350         decoded contents.
2351         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2353 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2356         group line format, since it isn't very interesting.
2358         * gnus-agent.el (gnus-agent-short-article),
2359         (gnus-agent-long-article): Increase values for these two variables,
2360         since most people are likely to have more network connection and
2361         storage than before.
2363         * gnus.el (gnus-refer-article-method): Change default to 'current.
2364         When referring an article, the common behaviour is to refer it from the
2365         current select method, not the native select method.  The chances of
2366         the native select method having the message in question is rather slim
2367         these days.
2369         * gnus-sum.el (gnus-auto-select-subject): Change default to
2370         `unseen-or-unread'.  I think it's likely that most people want to
2371         select an unseen article over a previously seen, but unread one.
2373         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2374         means that in the article buffer none of the minor mode elements will
2375         be shown, usually, and this is not desirable in most cases.
2377         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2378         that commands like `d' (and the like) go to the next line in the
2379         buffer, instead of the next unread article.  I think this is the
2380         behaviour that is most natural for most users.
2381         (gnus-single-article-buffer): Change default to nil, so that people can
2382         have as many article buffers open as they have summary buffer.  I think
2383         this is the most natural way for the groups to behave.
2385         * message.el (message-generate-new-buffers): Change default to
2386         `unsent', so that all new message buffers start their names with the
2387         string "*unsent", and it's easier to find the buffers if you move from
2388         them.
2390 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2393         small.  They're probably tracking images.
2394         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2395         (gnus-html-rescale-image): Yet another try at getting the image sizing
2396         right.
2398         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2399         nntp-marks-file-name is nil.
2401 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2403         * gnus-html.el (gnus-html-wash-tags)
2404         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2405         Better logging.
2407 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2411         * gnus-html.el (gnus-html-wash-tags): Check the value of
2412         gnus-blocked-images in the summary buffer.
2414 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2416         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2418 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2421         like "a", it seems like.
2422         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2423         since it needs to be picked from the correct buffer.
2425         * nnwfm.el: Removed.
2427         * nnlistserv.el: Removed.
2429 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2431         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2432         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2434 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436         * nnkiboze.el: Removed.
2438         * nndb.el: Removed.
2440         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2441         alt text.
2442         (gnus-html-rescale-image): Try to get the rescaling logic right for
2443         images that are just wide and not tall.
2445         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2446         overshadow variable bindings.
2448 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2450         * gnus-html.el (gnus-html-wash-tags)
2451         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2452         extra logging.
2454 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2457         (gnus-max-image-proportion): New variable.
2458         (gnus-html-rescale-image): New function.
2459         (gnus-html-put-image): Rescale images.
2461 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         Fix up some byte-compiler warnings.
2464         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2465         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2466         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2467         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2468         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2469         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2470         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2472 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2474         * gnus-html.el (gnus-article-html): Decode contents by charset.
2476 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2478         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2479         (gnus-html-frame-width, gnus-blocked-images)
2480         * message.el (message-prune-recipient-rules): Add custom version.
2481         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2483         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2484         functions.
2486         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2487         gnus-process-get.
2489 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2491         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2492         instead of lsub directly.
2494 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496         * nnwarchive.el: Removed.
2498         * gnus-soup.el: Removed.
2500         * nnsoup.el: Removed.
2502         * nnultimate.el: Removed.
2504         * gnus-html.el (gnus-blocked-images): New variable.
2506         * message.el (message-prune-recipients): New function.
2507         (message-prune-recipient-rules): New variable.
2509         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2510         guess whether a long line is natural text or not.
2512         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2513         gnus-process-plist and friends for compatibility.
2515 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * gnus-html.el: Require packages that define macros used in this file.
2518         (gnus-article-mouse-face): Declare to silence byte-compiler.
2519         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2520         process-get.
2521         (gnus-html-put-image): Use plist-get to avoid getf.
2522         (gnus-html-prefetch-images): Use with-current-buffer.
2524 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2526         * gnus-ems.el: Provide compatibility functions for
2527         gnus-set-process-plist.
2529         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2530         * gnus.el (gnus-valid-select-methods)
2531         * message.el (message-send-mail-partially-limit)
2532         * mm-decode.el (mm-text-html-renderer)
2533         * mml.el (mml-insert-mime-headers-always)
2534         * smiley.el (smiley-regexp-alist): Bump custom version.
2536 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538         * gnus-html.el: require mm-url.
2539         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2540         with the url to `url'.
2541         (gnus-html-wash-tags): Support cid: URLs/images.
2543 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2546         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2547         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2549         * gnus-move.el: Removed file, since it doesn't really work.
2551         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2552         UTF-8.  This seems to fix problems with some German web feeds.
2554         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2555         at the top so that the proper colours are applied.
2557         * gnus-art.el (gnus-article-view-part): Doc fix.
2559         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2560         XEmacs-compatible.
2561         (gnus-html-put-image): Don't do images on non-graphic displays.
2563         * nnslashdot.el: Removed this unused backend.
2565         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2566         actions.
2567         (gnus-undo-register-1): Revert last change.
2569         * gnus-group.el (gnus-group-completing-read): Protect against not
2570         having completion-styles bound.
2572         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2573         make broken recipients happier.
2575         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2577         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2578         point parameter.
2580         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2581         completion-styles for group selection.
2583 2009-02-04  Andreas Schwab  <schwab@suse.de>
2585         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2586         headers and regexp-quote the match if necessary.
2588 2009-03-24  Miles Bader  <miles@gnu.org>
2590         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2591         the blinking smiley.
2593 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2595         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2596         blink smiley.
2598 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2601         where the dribbel file lives exists.
2603         * message.el (message-send-mail-partially-limit): Change the default to
2604         nil, since most people don't want this.
2606         * mm-url.el (mm-url-decode-entities): Also decode entities like
2607         &#x3212.
2609 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2611         * gnus-sum.el (gnus-summary-idna-message):
2612         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2613         Hyperlink urls in docstrings with URL `...'.
2615 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2617         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2618         functions.
2620 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2623         say what the mouseover text should be.
2625         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2626         version of the mm-w3m-safe-url-regexp variable to only download images
2627         in the groups where we want that to happen.
2629         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2631         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2632         easier debugging.
2633         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2634         big pictures in the article buffer.
2636         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2637         gnus-article-html.
2638         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2639         w3m.
2641         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2643 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2646         which doesn't exist.
2648         * message.el (message-inhibit-ecomplete): New variable to allow some
2649         function to inhibit ecomplete address storage.
2650         (message-resend): Disable ecomplete message storage when resending
2651         messages.
2653         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2655 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2657         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2658         Save excursion while copying, moving, and deleting articles in order to
2659         prevent the cursor from jumping to unforeseen place.
2661 2010-08-17  Glenn Morris  <rgm@gnu.org>
2663         * gnus-sync.el: Require gnus components whose functions are used.
2665         * gnus-art.el (bookmark-make-record-function):
2666         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2667         Declare for compiler.
2669         * mm-url.el (mml-compute-boundary): Autoload.
2671 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2673         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2675 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2677         Typo fix "hoo4a" -> "hook".
2679         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2681 2010-08-14  Glenn Morris  <rgm@gnu.org>
2683         * gnus-sync.el (gnus-sync): Fix defgroup version.
2685 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2687         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2689         * gnus-sync.el: Fix docs.
2690         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2691         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2693 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2695         Optimizations for gnus-sync.el.
2697         * gnus-sync.el: Add docs about gnus-sync-backend
2698         possibilities.
2699         (gnus-sync-save): Remove unnecessary message.
2700         (gnus-sync-read): Optimize and show what groups were skipped.
2702 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2704         Minor bug fixes for gnus-sync.el.
2706         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2707         read the sync on get-new-news.
2709         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2710         quiet.
2712         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2714 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2716         Make saving and restoring of hidden threads work with overlays.
2717         Patch applied by Ted Zlatanov.
2719         * gnus-sum.el (gnus-hidden-threads-configuration)
2720         (gnus-restore-hidden-threads-configuration): Update to deal with text
2721         properties, rather than searching for a magic character.
2723 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2725         New gnus-sync.el library for synchronization of marks.
2727         * gnus-sync.el: New library for synchronization of marks.
2729         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2730         renamed from `gnus-registry-grep-in-list'.
2732         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2734         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2736 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2738         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2739         determining charset of text fails.
2741 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2743         * nnmail.el (nnmail-get-new-mail-1): Revert.
2745         * nnml.el (nnml-active-number): Make sure names of newly created groups
2746         in nnml-group-alist are encoded.
2748 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2750         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2751         containing non-ASCII characters in active file for nnml back end.
2753 2010-07-24  David Engster  <dengste@eml.cc>
2755         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2756         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2758 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2760         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2761         tag (Bug#6654).
2763 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2765         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2766         the article buffer, not the summary buffer.
2768 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2770         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2771         Emacs 23 as well.
2773 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2775         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2776         Patch applied by Karl Fogel.
2778         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2779         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2781 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2783         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2784         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2785         C-w still not working correctly from Article buffers; Thierry's
2786         patch to fix that will be applied after this.
2788         * gnus-art.el (bookmark-make-record-function): New local variable.
2790         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2791         article buffer.
2792         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2794 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2796         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2797         on changes in bookmark.el.
2799 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2801         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2802         the *other* type of HTML form submission.
2804 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2806         * auth-source.el (auth-source-pick): If choice does not contain a
2807         questioned keyword, set the check to t.
2809 2010-06-12  Romain Francoise  <romain@orebokech.com>
2811         * gnus-util.el (gnus-date-get-time): Move up before first use.
2813 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2815         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2816         (gnus-article-edit-part): Bind it to make last part that is substituted
2817         or deleted visible.
2818         (gnus-mime-display-single): Buttonize part of which id equals to
2819         gnus-mime-buttonized-part-id.
2821 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2823         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2824         (gnus-dd-mmm): Use gnus-date-get-time.
2825         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2826         simplify logic.
2827         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2828         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2830 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2832         * auth-source.el (top): Autoload `secrets-list-collections',
2833         `secrets-create-item', `secrets-delete-item'.
2834         (auth-sources): Fix tag string.
2835         (auth-get-source, auth-source-retrieve, auth-source-create)
2836         (auth-source-delete): New defuns.
2837         (auth-source-pick): Rewrite in order to avoid 2 passes.
2838         (auth-source-forget-user-or-password): New parameter USERNAME.
2839         (auth-source-user-or-password): New parameters CREATE-MISSING and
2840         DELETE-EXISTING.  Retrieve password interactively, if needed.
2842 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2844         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2845         deleting unused directories when gnus-expert-user is t.
2847 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2849         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2850         for each temp file when gnus-article-browse-delete-temp is ask.
2852 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2854         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2856 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2858         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2859         article unless decoding article to be saved.
2861 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2863         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2864         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2865         generated within the mm-with-unibyte-current-buffer macro.
2867 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2869         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2870         to nil when we're in a mml-preview buffer and no group is selected.
2872 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2874         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2875         when catching the `C-g'.  Reported by "Leo".
2877 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2879         * message.el (message-forward-make-body-plain)
2880         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2881         multibyte-string-p.
2883 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2885         * message.el (message-forward-make-body-mml): Assume original message
2886         is multibyte string; error on unibyte.
2887         (message-forward-make-body-plain): Ditto; don't add excessive newline
2888         in body end.
2890 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2892         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2893         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2895 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2897         * mm-extern.el (mm-extern-url): Don't use
2898         mm-with-unibyte-current-buffer.
2899         (mm-extern-cache-contents): Use with-current-buffer instead of
2900         save-excursion + set-buffer.
2902 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2904         * mm-util.el (mm-emacs-mule): Remove.
2906 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2908         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2909         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2910         change.
2912 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2914         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2915         bind the default value of enable-multibyte-characters to nil.
2917 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2919         * message.el (message-forward-make-body-plain)
2920         (message-forward-make-body-mml):
2921         Don't use mm-with-unibyte-current-buffer.
2923 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2925         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2926         (Bug#5592).
2928 2010-05-07  Julien Danjou  <julien@danjou.info>
2930         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2931         it to mm-pipe-part.
2933         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2934         it is given.
2936 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2938         * nnweb.el (nnweb-gmane-search)
2939         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2940         XEmacs.
2942         * gnus-art.el (gnus-article-browse-html-parts)
2943         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2944         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2945         make-temp-file.
2947         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2948         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2949         compiling.
2951         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2952         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2953         XEmacs when compiling.
2955         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2956         gnus-pick-mode-off-hook for XEmacs when compiling.
2957         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2958         gnus-binary-mode-off-hook for XEmacs when compiling.
2960         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2961         nil if char-charset is not available.
2963         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
2964         macro.
2966         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2967         instead of encode-coding-string.
2969         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2970         'xemacs) instead of mm-emacs-mule to switch function definitions.
2971         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2973 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2975         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2977 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2979         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2980         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2982 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2984         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2985         alias `jka-compr-delete-temp-file' no longer exists.
2987 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         Use define-minor-mode in Gnus where applicable.
2990         * mml.el (mml-mode): Use define-minor-mode.
2991         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2992         (gnus-undo-mode): Use define-minor-mode.
2993         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2994         (gnus-dead-summary-mode): Use define-minor-mode.
2995         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2996         Initialize in declaration.
2997         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2998         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2999         (gnus-mailing-list-mode): Use define-minor-mode.
3000         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3001         (gnus-draft-mode): Use define-minor-mode.
3002         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3003         (gnus-dired-mode): Use define-minor-mode.
3005 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3007         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3008         handles on recursive mml-to-mime translation and check them for
3009         boundary delimiter collisions.  Reported by Greg Troxel.
3011 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3013         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3015 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * mm-util.el (mm-find-buffer-file-coding-system):
3018         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3020 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3022         * message.el (message-generate-headers): Record insertion of optional
3023         headers as well.  Otherwise the check to prevent repeated insertion of
3024         optional headers is a no-op.
3026 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3028         * smime.el: Don't mention CVS.
3030         * nnrss.el (nnrss-fetch): Don't mention CVS.
3032         * nnir.el: Don't mention CVS.
3034 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3036         * gnus-sum.el (gnus-summary-bookmark-make-record):
3037         Add `location' field.
3039 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3042         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3043         Use with-current-buffer to silence the byte-compiler.
3044         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3045         bother to require `gnus'.
3046         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3048 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3050         * gnus-sum.el (gnus-summary-bookmark-make-record)
3051         (gnus-summary-bookmark-jump): New functions.
3052         (gnus-summary-mode): Setup bookmark support.
3054 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3056         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3057         if set.
3059 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3061         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3062         gnus-article-browse-html-save-cid-image; make it work recursively for
3063         forwarded messages as well.
3064         (gnus-article-browse-html-parts): Work when prefix arg is given.
3065         (gnus-article-browse-html-article): Doc fix.
3067 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3069         * message.el (message-default-mail-headers):
3070         (message-default-headers): Carry the value mail-default-headers over
3071         into message-default-mail-headers, rather than message-default-headers.
3073 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3075         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3076         charset.
3078         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3079         charset into the <meta> tag when the article is encoded to utf-8.
3081 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3083         * gnus-art.el (gnus-article-browse-delete-temp-files):
3084         Delete directories as well.
3085         (gnus-article-browse-html-parts): Work for images that do not specify
3086         file names; delete temp directory when quitting; insert header at the
3087         right place; use file: scheme for image files.
3089 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3091         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3092         (gnus-article-browse-html-parts): Use it to make temporary cid image
3093         files in addition to html file so that browser may display them.
3095 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3097         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3099 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3101         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3103 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3105         * auth-source.el (auth-sources): Change default to be simpler.
3106         Explain about Secret Service API sources.  Improve Customize options.
3107         (auth-source-pick): Change to accept any number of search parameters.
3108         Implement fallbacks iteratively, not recursively.  Add scoring on the
3109         second pass and sort by score.  Call Secret Service API when needed.
3110         (auth-source-user-or-password): Use it.  Call Secret Service API
3111         directly when needed to get the user name and the password.
3113 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3115         * message.el (message-interactive): Doc fix.
3116         (message-qmail-inject-args): Reflow.
3117         (message-kill-to-signature): Fix typo in docstring.
3119         * smiley.el (smiley-buffer): Fix typo in docstring.
3121 2010-03-24  Glenn Morris  <rgm@gnu.org>
3123         * mail-source.el (gnus-message): Declare.
3124         (mail-source-delete-old-incoming): Require gnus-util.
3126 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3128         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3130         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3132         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3133         password-cache's default if it is not bound.
3134         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3135         password-cache-expiry's default if it is not bound.
3137         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3138         available in Emacs 21.
3140 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3142         * auth-source.el (auth-sources): Fix up definition so extra parameters
3143         are always inline.
3145 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3147         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3148         wasn't updated after mismatch.  Clear cached mailbox info correctly
3149         when uidvalidity changes.
3150         (nnimap-group-prefixed-name): New function to avoid some code
3151         duplication.
3152         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3153         (nnimap-request-group): Use it.
3154         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3155         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3156         with many imap folders.  This is done by caching the group status from
3157         the imap server persistently in a group parameter `imap-status'.  (This
3158         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3159         but not persistently, so every Gnus startup was still very slow.)
3161 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3163         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3164         secrets.el dependency.
3165         (auth-sources): Add optional user name.  Add secrets.el configuration
3166         choice (unused right now).
3168 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3170         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3171         `gnus-registry-install-shortcuts' fill in the functions.
3173         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3174         warnings.
3175         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3176         (gnus-registry-install-shortcuts): Populate and use it in a
3177         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3179 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3181         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3182         In-place substitutions for the group name encoding/decoding.
3183         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3184         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3185         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3186         (nnimap-update-unseen, nnimap-request-list)
3187         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3188         (nnimap-request-set-mark, nnimap-split-to-groups)
3189         (nnimap-split-articles, nnimap-request-newgroups)
3190         (nnimap-request-create-group, nnimap-request-accept-article)
3191         (nnimap-request-delete-group, nnimap-request-rename-group)
3192         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3193         `encoded-mbx' for consistency.
3194         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3195         variable `imap-current-mailbox'.
3197         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3198         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3200 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3202         * pop3.el (pop3-display-message-size-flag): Display message size byte
3203         counts during POP3 download.
3204         (pop3-movemail): Use it.
3205         (pop3-list): Implement listing of available messages.
3207 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3209         * nnir.el (nnir-get-article-nov-override-function): New function to
3210         override the normal NOV retrieval.
3211         (nnir-retrieve-headers): Use it.
3213 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3215         * auth-source.el (netrc-machine-user-or-password): Autoload.
3217 2010-03-19  Glenn Morris  <rgm@gnu.org>
3219         Stop message.el from loading about 40 libraries it doesn't always need.
3220         The general approach is to autoload rather than require, and to
3221         require in the specific functions rather than the file.  (Bug#5642)
3223         * gmm-utils.el: Don't require wid-edit.
3224         (widget-create-child-value, widget-convert, widget-default-get):
3225         Autoload.
3227         * gnus-util.el: Don't require time-date, netrc.
3228         (message-fetch-field, gnus-group-name-decode): Declare rather than
3229         autoloading.
3230         (gnus-fetch-field): Require message.
3231         (gnus-decode-newsgroups): Require gnus-group.
3233         * ietf-drums.el: Don't require time-date.
3235         * message.el: Don't require hashcash, canlock, ecomplete.
3236         Do require mail-utils.  Require nnheader only when compiling.
3237         (smtpmail-default-smtp-server): Remove declaration.
3238         (message-send-mail-function): Check smtpmail-default-smtp-server
3239         is bound rather than requiring smtpmail.
3240         (message-auto-save-directory, message-insert-signature): Use
3241         expand-file-name rather than nnheader-concat.
3242         (nnheader-insert-file-contents): Autoload.
3243         (hashcash-wait-async): Declare.
3244         (message-send-mail): Only call gnus-setup-posting-charset if
3245         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3246         (message-send-mail-with-sendmail): Require sendmail.
3247         (canlock-password, canlock-password-for-verify): Declare.
3248         (message-canlock-password): Require canlock.
3249         (nnheader-get-report): Autoload.
3250         (gnus-setup-posting-charset): Declare.
3251         (message-send-news): Require gnus-msg.
3252         (message-make-references, message-make-in-reply-to): Use mail-header-id
3253         rather than the alias mail-header-message-id.
3254         (ecomplete-add-item, ecomplete-save): Declare.
3255         (message-put-addresses-in-ecomplete): Require ecomplete.
3256         (ecomplete-display-matches): Autoload.
3258         * mm-decode.el: Don't require mailcap, gnus-util.
3259         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3260         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3261         Autoload.
3262         (mailcap-mime-extensions): Declare.
3264         * mm-encode.el: Don't require mailcap.
3265         (mailcap-extension-to-mime): Autoload.
3267         * mml-sec.el: Don't require password-cache.
3269         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3270         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3271         (mml-minibuffer-read-type): Require mailcap.
3272         (mml-preview): Require gnus-msg.
3274         * mml1991.el: Require password-cache.
3275         (password-cache-expiry): Remove declaration.
3277         * mml2015.el: Require password-cache.
3278         (password-cache-expiry): Remove declaration.
3280         * nneething.el (mailcap): Require mailcap.
3282         * nnheader.el (declare-function): Add compatibility stub.
3283         (message-remove-header): Declare rather than autoload.
3284         (nnheader-replace-header): Require message.
3286         * nnimap.el (declare-function): Add compatibility stub.
3287         (netrc-parse, netrc-machine-user-or-password): Declare.
3288         (nnimap-open-connection): Require netrc.
3290         * nntp.el (declare-function): Add compatibility stub.
3291         (netrc-parse, netrc-machine, netrc-get): Declare.
3292         (nntp-send-authinfo): Require netrc.
3294         * rfc2047.el: Don't require qp.
3295         (quoted-printable-encode-region, quoted-printable-decode-string):
3296         Autoload.
3298         * sieve-mode.el: Don't require easymenu.
3299         (easy-menu-add-item): Autoload it.
3301         * spam-stat.el (time-to-number-of-days): Autoload it.
3303 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3305         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3306         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3307         value if any backslash escapes).
3309 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3311         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3312         if it is available.  (bug#5647)
3314 2010-02-26  Glenn Morris  <rgm@gnu.org>
3316         * message.el (message-send-mail-function): Change the default, so that
3317         it inherits from a customized send-mail-function.  (Bug#5643)
3319 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3321         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3322         shell-command-to-string signals an error (bug#5299).
3324 2010-02-24  Glenn Morris  <rgm@gnu.org>
3326         * message.el (message-smtpmail-send-it)
3327         (message-send-mail-with-mailclient): Doc fixes.
3329 2010-02-16  Glenn Morris  <rgm@gnu.org>
3331         * message.el (message-default-mail-headers): Change the default value
3332         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3334 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3336         * message.el (message-mail): Just pass yank-action on to message-setup.
3337         (message-setup): Handle (FUN . ARGS) form of yank-action.
3338         (message-with-reply-buffer, message-widen-reply)
3339         (message-yank-original): Handle non-buffer values of
3340         message-reply-buffer (Bug#4080).
3341         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3343 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3345         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3346         Fix typo in docstring.
3348 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3350         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3351         response.
3353 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3355         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3357         * message.el (message-check-news-header-syntax): Protect against a
3358         string that `rfc822-addresses' returns when parsing fails.
3360 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3362         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3363         (gnus-previous-char-property-change): New functions.
3365         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3367 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3369         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3370         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3372 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3374         * message.el (message-exchange-point-and-mark): Rework last change to
3375         avoid using optional arg of exchange-point-and-mark, for backward
3376         compatibility.
3378 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3380         * message.el (message-exchange-point-and-mark): Call
3381         exchange-point-and-mark with an argument rather than setting
3382         mark-active by hand (Bug#5175).
3384 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3386         * nntp.el (nntp-service-to-port): Work for service expressed with
3387         numeric string; replace [:digit:] with [0-9] for XEmacs.
3389 2009-12-17  Glenn Morris  <rgm@gnu.org>
3391         * gnus-group.el (gnus-bug-group-download-format-alist):
3392         Change emacs entry to debbugs.gnu.org.  Bump :version.
3394 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3396         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3398 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3400         * message.el (message-info): Explain why we use `Info-goto-node'.
3402 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * message.el (message-completion-in-region): New compatibility function.
3405         (message-expand-group): Use it.
3407 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3409         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3410         with no unread article should be listed if the 2nd arg `predicate' is
3411         given.
3413 2009-11-29  Juri Linkov  <juri@jurta.org>
3415         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3416         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3417         on `gnus-recenter'.  (Bug#4698, Bug#4981)
3419 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3421         * message.el (message-from-style, message-interactive)
3422         (message-signature): Always set default values from the corresponding
3423         mail-* variables.
3424         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3425         (message-yank-prefix, message-indentation-spaces)
3426         (message-signature-file, message-default-headers): Use boundp rather
3427         than (featurep 'xemacs) to check if the corresponding mail-* variables
3428         exist.
3430 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3432         * message.el (message-send-mail-with-sendmail): Revert last change.
3434 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3436         * message.el (message-from-style, message-interactive)
3437         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3438         (message-yank-prefix, message-indentation-spaces, message-signature)
3439         (message-signature-file, message-default-headers): For GNU Emacs, set
3440         default values from the corresponding mail-* variables.
3441         (message-send-mail-with-sendmail): Use envelope-from only if
3442         mail-specify-envelope-from is non-nil.
3444 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3446         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3447         containing tspecial characters if they have been already quoted.
3449 2009-10-24  Glenn Morris  <rgm@gnu.org>
3451         * gnus-art.el (help-xref-stack-item): Define for compiler.
3453 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3455         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3457 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3459         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3460         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3462 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3464         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3465         (gnus-overlays-in): New alias to overlays-in.
3467         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3468         gnus-overlay-get, and gnus-delete-overlay.
3469         (gnus-summary-show-thread): Make it work as well for systems in which
3470         next-single-char-property-change is not available.
3471         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3473 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3475         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3477 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3479         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3480         and XEmacs that don't have `remove-overlays'.
3482 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3485         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3486         selective display.  Use overlays instead.
3488 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3490         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3492 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3494         * spam-stat.el (spam-stat-load): Fix typo in message.
3496 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3498         * gnus-art.el (gnus-article-encrypt-body):
3499         * message.el (message-check-recipients):
3500         * mm-util.el (mm-codepage-setup):
3501         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3502         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3504 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3506         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3507         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3508         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3509         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3510         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3512 2009-09-18  Glenn Morris  <rgm@gnu.org>
3514         * gnus-diary.el (gnus-diary-check-message):
3515         * message.el (message-insert-formatted-citation-line):
3516         * nnbabyl.el (top-level):
3517         * nndiary.el (nndiary-schedule):
3518         Fix typos in condition-case handlers.
3520 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3522         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3523         configuration that provides the sole article window in a frame;
3524         position point correctly after deleting a part.
3526 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3528         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3529         (spam-resolve-registrations-routine): Use it to unregister articles
3530         that change status.
3532 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3534         * nnrss.el (nnrss-request-article): Remove binding of
3535         default-enable-multibyte-characters that has gotten needless by
3536         the 2007-07-13 change in rfc2047-encode-message-header.
3538         * mml.el (mml-insert-multipart): Error on the message header.
3539         (mml-insert-part): Error on the message header; position point at
3540         the end of a MIME tag.
3542 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3544         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3545         (gnus-float-time): Alias to float-time if it exists.
3547         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3548         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3549         float-time is available; suppress compile warning for time-to-seconds.
3551 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3553         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3554         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3555         Add the optional argument `encoding' that overrides the default.
3557         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3558         mm-encode-buffer.
3560 2009-09-04  Glenn Morris  <rgm@gnu.org>
3562         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3563         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3564         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3565         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3566         * mm-util.el (mm-with-unibyte-current-buffer)
3567         (mm-find-buffer-file-coding-system):
3568         * yenc.el (yenc-decode-region): Use default-value rather than
3569         default-enable-multibyte-characters.
3571 2009-09-03  Glenn Morris  <rgm@gnu.org>
3573         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3574         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3575         than default-enable-multibyte-characters.
3577 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3579         * gnus-art.el (gnus-article-read-summary-keys):
3580         Fix gnus-buffer-configuration's value temporarily used.
3582 2009-09-02  Glenn Morris  <rgm@gnu.org>
3584         * gnus-util.el (gnus-float-time): New function.
3585         * gnus-delay.el (gnus-delay-article):
3586         * gnus-sum.el (gnus-thread-latest-date):
3587         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3588         * nnspool.el (nnspool-request-newgroups):
3589         Use gnus-float-time rather than time-to-seconds.
3590         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3592         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3593         (gnus-header-subject-face, gnus-header-newsgroups-face)
3594         (gnus-header-name-face, gnus-header-content-face):
3595         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3596         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3597         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3598         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3599         (gnus-cite-face-11):
3600         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3601         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3602         (gnus-server-closed-face, gnus-server-denied-face)
3603         (gnus-server-offline-face):
3604         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3605         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3606         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3607         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3608         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3609         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3610         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3611         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3612         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3613         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3614         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3615         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3616         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3617         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3618         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3619         (gnus-summary-high-undownloaded-face)
3620         (gnus-summary-low-undownloaded-face)
3621         (gnus-summary-normal-undownloaded-face)
3622         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3623         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3624         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3625         (gnus-splash-face):
3626         * message.el (message-header-to-face, message-header-cc-face)
3627         (message-header-subject-face, message-header-newsgroups-face)
3628         (message-header-other-face, message-header-name-face)
3629         (message-header-xheader-face, message-separator-face)
3630         (message-cited-text-face, message-mml-face):
3631         * sieve-mode.el (sieve-control-commands-face)
3632         (sieve-action-commands-face, sieve-test-commands-face)
3633         (sieve-tagged-arguments-face):
3634         * spam.el (spam-face):
3635         Mark face aliases with "-face" in the name as obsolete.
3637 2009-09-01  Glenn Morris  <rgm@gnu.org>
3639         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3640         than goto-line.
3642 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3645         Don't move point if the command is invoked inside the message header.
3647 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3650         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3651         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3652         * nnir.el (nnir-swish-e-index-file):
3653         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3654         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3655         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3656         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3657         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3658         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3660 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3662         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3663         Don't save excursion.
3665 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * nnheader.el (nnheader-find-file-noselect):
3668         * mm-util.el (mm-insert-file-contents):
3669         Use (default-value 'major-mode) instead of default-major-mode.
3671 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3673         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3675 2009-08-25  Glenn Morris  <rgm@gnu.org>
3677         * nnir.el (top-level): Don't require cl at run-time.
3678         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3679         Replace cl-function substitute with gnus-replace-in-string.
3680         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3681         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3682         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3683         simplified expansions.
3685 2009-08-22  Glenn Morris  <rgm@gnu.org>
3687         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3688         goto-line.
3690 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3692         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3694         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3695         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3696         (gnus-mm-display-part, gnus-mime-display-single)
3697         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3698         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3700         * gnus-sum.el
3701         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3702         (gnus-summary-move-article): Add expirable mark to articles copied or
3703         moved to group that has auto-expire turned on if the option is non-nil.
3705 2009-07-24  Glenn Morris  <rgm@gnu.org>
3707         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3708         Fix typo.  (Bug#3903)
3710 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3712         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3713         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3714         that should not be used for draft articles.
3715         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3716         that has no concern in minor mode keys.
3717         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3718         Abolish.
3720 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3722         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3723         article without making inquiry to a user for unknown encoding.
3725         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3726         (nnmaildir--scan): Assume i-node and device number that file-attributes
3727         returns might be cons-cell.
3729 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3731         * auth-source.el: Remove docs now in auth.texi.  Don't use
3732         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3733         `auth-source-hide-passwords' and use them.
3735 2009-07-15  Glenn Morris  <rgm@gnu.org>
3737         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3739 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3741         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3742         excessive whitespace from the default values of title and description.
3744 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3746         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3747         mail-fetch-field to fetch Content-Description header in order to
3748         exclude newlines.
3750 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3752         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3753         to deleted part.
3755 2009-05-30  David Engster  <dengste@eml.cc>
3757         * nnmairix.el: Remove old documentation in the commentary block.
3758         (nnmairix-request-group): Do not update active file for nnml back ends.
3759         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3760         end so that overview files are ignored.
3761         (nnmairix-update-groups): Make updating the groups more robust by using
3762         marks.
3763         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3764         with dollar characters in message-id.
3766 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3768         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3769         2008-12-25 in dns.el.
3771 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3774         could happen if the text is only composed of spaces and/or tabs.
3776 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3778         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3779         when sending a queued message to avoid extra mml tags.
3781 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3783         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3785 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3787         * gnus-dired.el: Remove autoload for gnus-setup-message.
3788         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3789         displaying Gnus logo; always use compose-mail.
3791 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3793         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3795 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3797         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3798         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3799         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3800         available.
3801         (gnus-nocem-epg-verify): New function.
3803 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3805         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3807 2009-02-15  Glenn Morris  <rgm@gnu.org>
3809         * gnus-util.el (rmail-insert-rmail-file-header)
3810         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3811         autoloads.
3812         (rmail-default-rmail-file): Remove unnecessary declaration.
3813         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3815 2009-02-14  Glenn Morris  <rgm@gnu.org>
3817         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3818         variable (only used in gnus-util, which declares it anyway).
3819         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3820         which was only needed by gnus-art (changed to not use it any more).
3821         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3822         only used in gnus-util, which autoloads it itself.
3823         (rmail-update-summary): Fix autoload.
3825         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3826         rather than rmail-output-to-rmail-file.
3828 2009-02-07  Glenn Morris  <rgm@gnu.org>
3830         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3831         autoload of function that no longer exists.
3832         (rmail-toggle-header): Declare.
3833         (message-forward-rmail-make-body): Handle mbox Rmail.
3835 2009-01-31  Glenn Morris  <rgm@gnu.org>
3837         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3838         2009-01-09 change.
3840 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
3842         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3843         (auth-source-forget-all-cached): New convenience function.
3844         (auth-source-user-or-password): Accept list of modes or a single mode.
3846         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3847         auth-source modes.
3849         * nnimap.el (nnimap-open-connection): Use list of
3850         auth-source modes.
3852         * nntp.el (nntp-send-authinfo): Use list of
3853         auth-source modes.
3855 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3857         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3858         now.
3860 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3862         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3863         coding system in XEmacs; add a workaround for XEmacs.
3865 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3867         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3868         of current-language-environment.
3870 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3872         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3873         available at runtime.
3875 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3877         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3879 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3881         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3882         the greatest positive fixnum value doesn't work under an XEmacs with
3883         bignum support; use the most-positive-fixnum constant instead,
3884         available since Emacs 21.1 with cl and XEmacs 21.1.
3886 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3888         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3889         XEmacs gets not to work.
3891 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3893         * mm-util.el (mm-coding-system-priorities): Allow the value like
3894         "Japanese (UTF-8)" of current-language-environment.
3896 2009-01-09  Glenn Morris  <rgm@gnu.org>
3898         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3899         with last-command-event.
3901 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3903         * message.el (message-fix-before-sending): Amend comment.
3905 2009-01-07  David Engster  <dengste@eml.cc>
3907         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3908         simplified server definitions by converting it via
3909         gnus-server-to-method.
3911 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3913         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3914         parameter's operands.
3916 2009-01-06  David Engster  <dengste@eml.cc>
3918         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3919         primary select method (for gnus-group-mark-article-as-read).
3921 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3923         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3924         `(gnus)Face', not `(gnus)X-Face'.
3926 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3928         * mm-util.el (mm-ucs-to-char): New function.
3930         * mm-url.el (mm-url-decode-entities): Use it.
3932 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3934         * message.el (message-fix-before-sending): Add `eight-bit' to
3935         illegible-text check.
3937 2009-01-03  Michael Olson  <mwolson@gnu.org>
3939         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3940         `headers' is nil.  This can occur if the IMAP server does not have
3941         permissions to read messages from a folder, but can write new messages
3942         to the folder.
3943         (nnimap-request-article-part): Do not insert `data' if it is nil.
3945 2009-01-01  Dave Love  <fx@gnu.org>
3947         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3949         * nnimap.el: Fix author email.
3950         (nnimap-split-rule): Add FIXME comment.
3951         (nnimap-debug): Fix doc string.
3953 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3955         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3956         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3957         to check if those variables exist (first appeared in Emacs 18.50).
3959 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3961         * mm-util.el (mm-line-number-at-pos): New function.
3963         * spam-report.el (spam-report-process-queue): Use it.
3965 2008-12-24  David Engster  <dengste@eml.cc>
3967         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3968         parameters that haven't existed as variables as buffer-local variables.
3970 2008-12-23  Dave Love  <fx@gnu.org>
3972         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3973         cadar.
3975         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3976         imap-starttls-p.
3977         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3979 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3981         * spam-report.el (spam-report-gmane-max-requests): New constant.
3982         (spam-report-gmane-wait): New variable.
3983         (spam-report-gmane-ham, spam-report-gmane-spam)
3984         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3985         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3986         the server.
3988         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3989         Add explanations.
3991         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3992         nnheader-accept-process-output and nnheader-read-timeout if available.
3993         (pop3-movemail): Use it.
3995         * message.el (message-check-news-body-syntax): Fix signature check if
3996         there's an attachment.
3998 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4000         * mm-util.el: Add comments to the mm- emulating functions.
4002 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4004         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4005         by Stephen Berman <stephen.berman@gmx.net>.
4007 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4009         * mm-util.el (mm-substring-no-properties): New function.
4010         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4011         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4012         (mm-string-to-multibyte): Doc fix.
4014         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4016 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4018         * mml.el (mml-attach-file): Strip text properties from file name.
4019         (Bug#1574)
4021 2008-12-16  Glenn Morris  <rgm@gnu.org>
4023         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4025 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4027         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4028         knows since the charset specified might be a bogus alias that
4029         mm-charset-synonym-alist provides.
4031 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4033         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4034         "ISO_8859-1".
4036         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4038 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4040         * mm-util.el (mm-charset-eval-alist):
4041         Define it before mm-charset-to-coding-system.
4042         (mm-charset-to-coding-system): Add optional argument `silent';
4043         define it before mm-charset-override-alist.
4044         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4045         default value if it can be used in Emacs currently running;
4046         silence mm-charset-to-coding-system.
4048 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4050         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4051         `allow-override' which says whether to use `mm-charset-override-alist'.
4052         (rfc2047-decode-encoded-words): Use it.
4054         * mm-util.el (mm-charset-override-alist): Fix custom type;
4055         add `(gb2312 . gbk)' to choices.
4057 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4059         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4060         fast.
4062         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4064 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4066         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4067         on links.
4069         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4071 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4073         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4074         users' addresses that don't have domain parts.
4075         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4076         rather than message-narrow-to-head since there will be the message
4077         header separator.
4079 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4082         since the result is inserted in a unibyte buffer anyway.
4083         (nnimap-demule-use-string-to-multibyte): Remove.
4084         (nnimap-demule): Alias it to mm-string-to-multibyte.
4086 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4088         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4089         variable for debugging bug#464 and bug#1174.
4090         (nnimap-demule): Use it.
4092 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4094         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4095         score calculation correctly.
4097 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4099         * message.el (message-send-mail): Just set the buffer to unibyte
4100         rather than use mm-with-unibyte-current-buffer which does a lot more.
4101         (message-send-mail-partially): Don't bother with
4102         mm-with-unibyte-current-buffer since it's already been made unibyte by
4103         message-send-mail.
4105 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4107         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4109 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4111         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4113 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4115         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4116         require itself and to remove `with-no-warnings'.
4118 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4120         * starttls.el (starttls-any-program-available): Get the name of the
4121         available TLS layer program.
4122         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4123         well as the host name in the "opening" message.
4125         * auth-source.el (auth-source-cache, auth-source-do-cache)
4126         (auth-source-user-or-password): Cache passwords and logins by default,
4127         allow override with `auth-source-do-cache'.
4128         (auth-source-forget-user-or-password): Allow users to remove cache
4129         entries if needed.
4131 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4133         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4134         condition-case to only the forward-sexp call.
4136 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4138         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4139         quotes contained.  Make it more robust regardless by an extra
4140         condition-case wrapper.
4142 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4144         * nnml.el (nnml-request-expire-articles): Check if the function set to
4145         `nnmail-expiry-target' returns the symbol `delete'.
4147         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4149         * nnmail.el (nnmail-expiry-target): Fix custom type.
4151 2008-10-02  Glenn Morris  <rgm@gnu.org>
4153         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4154         Silence compiler warning.
4156 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4158         * mml.el (mml-menu): Don't assume mml2015 is bound.
4160 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4162         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4163         exists.
4165 2008-09-27  Glenn Morris  <rgm@gnu.org>
4167         * gnus-util.el (mail-header-remove-comments): Autoload it.
4169 2008-09-27  Andreas Schwab  <schwab@suse.de>
4171         * gnus-util.el (gnus-split-references): Strip comments.
4172         (gnus-parent-id): Likewise.
4174 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4176         * message.el (message-confirm-send): Fix version.
4178 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4180         * message.el (message-idna-to-ascii-rhs-1): Use
4181         mail-extract-address-components rather than mail-header-parse-addresses
4182         that is an alias by default to ietf-drums-parse-addresses that does not
4183         support non-ASCII names in headers' contents.
4185 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4187         * message.el (message-confirm-send): Fixed variable documentation to
4188         avoid the "y/n" wording.
4190 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4192         * message.el (message-set-auto-save-file-name): Save to a different
4193         filename so multiple messages (especially drafts) can be recovered.
4195 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4197         * message.el (message-confirm-send): Add appropriate version.
4199 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4201         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4202         defvar.
4204 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4206         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4207         (mm-pkcs7-enveloped-magic): Ditto.
4209 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4211         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4212         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4214 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4216         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4217         default, it's better.
4219 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4221         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4222         summary line gnus-number property and ignore them (with a warning
4223         message).
4225 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4227         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4228         macro caddr in the interactive form since it won't be expanded.
4230 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4232         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4233         `charset'; fix name of function called recursively.
4234         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4236 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4238         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4239         (gnus-mime-set-charset-parameters): New function.
4240         (gnus-mime-view-part-as-charset): Use it to correctly display part
4241         specifying wrong charset.
4243 2008-09-08  David Engster  <dengste@eml.cc>
4245         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4246         in completing-read for back end server.
4248 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4250         * message.el (message-confirm-send): New variable to confirm sending a
4251         message.
4252         (message-send): Use it.
4254 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4256         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4258 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4260         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4262 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4264         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4265         prevent tracking too many groups.
4266         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4267         Use it.
4269 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4271         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4272         moving point to the bottom of the window in order to avoid recentering.
4274 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4276         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4277         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4278         (gnus-article-beginning-of-window): Fix calculation.
4280 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * gnus-msg.el (gnus-summary-supersede-article)
4283         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4284         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4285         message header.
4287 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4289         * message.el:
4290         * gnus-start.el:
4291         * gnus-registry.el: Remove VMS support.
4293 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4295         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4296         macro.
4297         (rfc2104-hash): Use it.
4299 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4301         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4302         (gnus-summary-sort-by-most-recent-date): New commands.
4303         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4304         and menu entries.
4306 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4308         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4309         don't redisplay article for raw contents; remove plural articles stuff.
4311         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4312         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4313         on gnus-summary-save-article; display results properly.
4315 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4317         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4319 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4321         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4322         gnus-save-all-headers.
4324 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4326         * gnus-util.el (ns-focus-frame): Remove declaration.
4327         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4328         like x.
4330 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4332         * rfc2104.el (rfc2104-zero): Delete defconst.
4333         (rfc2104-hex-alist): Likewise.
4334         (rfc2104-hex-to-int): Delete func.
4335         (rfc2104-hexstring-to-bitstring): Likewise.
4336         (rfc2104-nybbles): New defconst.
4337         (rfc2104-hash): Rewrite for speed.
4339 2008-07-16  Glenn Morris  <rgm@gnu.org>
4341         * gnus-util.el (ns-focus-frame): Declare for compiler.
4343 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4345         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4346         set as a group parameter.
4347         (gnus-summary-save-in-pipe): Work when it is called independently.
4348         (gnus-summary-pipe-to-muttprint): Don't modify
4349         gnus-summary-pipe-output-default-command.
4351 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * message.el (message-send-mail-with-sendmail):
4354         Display the error message.
4356 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4358         * gnus-art.el (gnus-default-article-saver):
4359         Add gnus-summary-save-in-pipe to choices.
4360         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4361         gnus-summary-pipe-output-default-command as the default command.
4362         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4363         instead of gnus-last-shell-command.
4365         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4366         New user option.
4367         (gnus-summary-muttprint-program): Mention the value will be changed.
4368         (gnus-summary-save-article): Force showing of all headers.
4369         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4371 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4373         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4375 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4377         * nnimap.el (nnimap-id):
4378         * sieve-manage.el (sieve-manage-open): Doc fixes.
4380 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4382         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4383         if available.
4385 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4389         * nnkiboze.el (nnkiboze-generate-group):
4390         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4392         * nnmairix.el: Require CL.
4394 2008-06-15  David Engster  <dengste@eml.cc>
4396         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4398 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4400         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4401         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4402         runtime choice under XEmacs.
4404         * gnus-sum.el (gnus-summary-set-display-table):
4405         Use `gnus-put-display-table', `gnus-get-display-table',
4406         `gnus-set-display-table' for the display table, instead of `aset'.
4408 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4410         * nnmairix.el: Add autoloads.
4412 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4414         * nnmairix.el (nnmairix-delete-recreate-group)
4415         (nnmairix-update-and-clear-marks): Fix error messages.
4417 2008-06-14  David Engster  <dengste@eml.cc>
4419         * nnmairix.el: Upgrade to version 0.6.
4420         (nnmairix-group-toggle-propmarks-this-group)
4421         (nnmairix-group-toggle-readmarks-this-group)
4422         (nnmairix-group-delete-recreate-this-group)
4423         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4424         (nnmairix-remove-tick-mark-original-article): New commands.
4425         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4426         (nnmairix-propagate-marks-to-nnmairix-groups)
4427         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4428         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4429         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4430         functions needed for marks propagation and manipulation of read marks.
4431         (nnmairix-update-groups): New function.
4432         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4433         (nnmairix-determine-original-group-from-registry)
4434         (nnmairix-determine-original-group-from-path)
4435         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4436         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4437         New helper functions.
4438         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4439         keystrokes for new commands.
4440         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4441         (nnmairix-request-group): Check allow-fast group parameter.
4442         (nnmairix-request-create-group): Set allow-fast group parameter if
4443         nnmairix-allowfast-default is set.
4444         (nnmairix-close-group): Propagate marks upon closing if needed.
4445         (nnmairix-group-toggle-threads-this-group): Use new.
4446         nnmairix-group-toggle-parameter helper function.
4447         (nnmairix-search): Better check for empty search result.
4448         (nnmairix-goto-original-article): Use new helper functions for
4449         determining original article.
4450         (nnmairix-show-original-article): Make sure message-id is in brackets.
4451         (nnmairix-call-mairix-binary): Change variable name.
4452         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4453         helper function.
4454         (nnmairix-widget-toggle-activate): Fix doc string.
4456 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4458         * nnir.el: Require edmacro when compiling with XEmacs.
4459         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4460         available in Emacs 21.
4462 2008-06-11  Glenn Morris  <rgm@gnu.org>
4464         * gnus-util.el (x-focus-frame):
4465         * gnus.el (image-size):
4466         * mm-decode.el (image-size): Declare.
4468         * gnus-picon.el (declare-function): Add compat definition.
4469         (image-size): Declare.
4471         * gnus-group.el (tool-bar-map):
4472         * gnus-sum.el (tool-bar-map): Define for compiler.
4474         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4476         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4478         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4479         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4480         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4481         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4482         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4483         * sieve-manage.el, spam-report.el, spam.el:
4484         Remove unnecessary eval-and-compile of autoloads.
4486 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4488         * auth-source.el: Precise Tramp doc.
4490 2008-06-07  Glenn Morris  <rgm@gnu.org>
4492         * nnmairix.el: Remove unnecessary eval-when-compile.
4494 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
4496         * nnir.el: New file.
4498 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * gnus-util.el (gnus-read-shell-command): New function.
4501         * mm-decode.el (mm-pipe-part):
4502         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4504 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4506         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4508 2008-06-03  Glenn Morris  <rgm@gnu.org>
4510         * pop3.el (nnheader-accept-process-output): Autoload it.
4512 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4514         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4515         are not 2-digit hexadecimal characters that follow `%'s.
4517 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4519         * message.el (message-bogus-recipient-p): Fix type in doc string.
4520         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4521         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4522         Improve custom options.
4523         (message-bogus-recipient-p): Adjust accordingly.
4525 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4527         * nnmairix.el: Require edmacro when compiling with XEmacs.
4529 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4531         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4532         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4534 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4536         * auth-source.el: Add more docs.
4538 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4541         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4542         retrieval faster in some cases, but might make CPU usage larger.  If
4543         this has any bad side effects, we might revert this change.
4545         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4546         seems to make mail retrieval much, much faster.
4547         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4548         unconditionally.
4550         * gnus-draft.el (gnus-group-send-queue): Bind
4551         message-send-mail-partially-limit to nil to avoid being prompted.
4553 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4555         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4557         * message.el (message-bogus-address-regexp): Fix and improve custom
4558         type.
4559         (message-setup-hook): Add message-check-recipients as custom option.
4561 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4563         * message.el (message-cite-function): Remove bogus autoload which crept
4564         in during merge from v5-10.
4566 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4568         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4570         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4572         * auth-source.el: Preliminary Tramp docs.
4573         (auth-sources): Change the default auth-sources to use
4574         EPA .gpg files.
4576 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4578         * nntp.el: Autoload `auth-source-user-or-password'.
4579         (nntp-send-authinfo): Use it.
4581         * nnimap.el: Autoload `auth-source-user-or-password'.
4582         (nnimap-open-connection): Use it.
4584         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4585         for the gnus-message function.
4586         (auth-source-user-or-password): Use it.
4588 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4591         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4592         (rfc2104-hash): Use it.
4594 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4596         * gnus-art.el (gnus-article-toggle-truncate-lines):
4597         Don't use `iff' in docstring.
4599 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4601         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4603         * gnus-util.el (gnus-extract-address-component-name)
4604         (gnus-extract-address-component-email): Convenience functions around
4605         `gnus-extract-address-components'.
4607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4608         Use `gnus-extract-address-component-email' to fix bug of comparing full
4609         sender name to `user-mail-address'.
4611 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4613         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4614         catch/throw to optimize.
4615         (gnus-registry-find-keywords): Just use member to find a keyword.
4617 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4619         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4620         is current before calling gnus-server-prepare.
4621         (gnus-server-setup-buffer, gnus-server-update-server)
4622         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4624 2008-05-04  Juri Linkov  <juri@jurta.org>
4626         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4627         (mailcap-file-default-commands): Use mailcap-replace-in-string
4628         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4629         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4631 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4633         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4635 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4638         hooks.
4639         (gnus-update-read-articles): Speed up non-marks-using users.
4640         (gnus-use-marks): Define gnus-use-marks.
4641         (gnus-propagate-marks): Rename variable to something more sensible.
4643 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4645         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4646         (gmm-image-load-path-for-library): Fix typos in docstrings.
4647         (gmm-message): Reflow docstring.
4649 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4651         * mail-source.el (mail-source-set-1, mail-source-bind):
4652         Move auth-source code out of the macro to clean it up and fix bugs.
4654 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4656         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4657         by sender if it's equal to user-mail-address, it's likely to be
4658         useless.
4660         * mail-source.el (mail-source-bind): Don't use user or password if they
4661         are not bound.  Unintern them if they are nil.  Don't use server unless
4662         it's bound, and default it to empty string otherwise.
4664 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4666         * mail-source.el: Load auth-source.el.
4667         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4668         get user name or password, if auth-sources is set up.
4670         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4671         strategy of splitting with parent.
4672         (gnus-registry-split-fancy-with-parent)
4673         (gnus-registry-post-process-groups): Use it and fix prior
4674         bug (returning a list as the split result).
4676         * auth-source.el (auth-sources): Remove server parameter.
4677         (auth-source-pick, auth-source-user-or-password)
4678         (auth-source-user-or-password-imap)
4679         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4680         (auth-source-user-or-password-sftp)
4681         (auth-source-user-or-password-smtp): Remove server parameter.
4683 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4685         * smime.el (smime-sign-region, smime-encrypt-region)
4686         (smime-decrypt-region):
4687         Remove redundant calls to `generate-new-buffer-name'.
4689 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4691         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4692         Don't use QP for message/rfc822.
4693         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4695 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4697         * sieve-manage.el (sieve-string-bytes): Remove.
4698         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4699         correct byte-length only if the process's coding-system is the same as
4700         the one used internally by Emacs to represent strings.
4702 2008-04-22  Juri Linkov  <juri@jurta.org>
4704         * mailcap.el (mailcap-file-default-commands): New function.
4706 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4708         * message.el (message-signature-separator, message-cite-function):
4709         Change custom version.
4711 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4713         * mm-decode.el (mm-display-external): Make temp file read-only.
4715 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4717         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4718         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4719         `C-c C-f d'.
4721 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4723         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4725 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4727         * auth-source.el: Added docs.
4728         (auth-sources): Modify format to support server.
4729         (auth-source-pick, auth-source-user-or-password)
4730         (auth-source-user-or-password-imap)
4731         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4732         (auth-source-user-or-password-sftp)
4733         (auth-source-user-or-password-smtp): Add server parameter.
4735 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4737         * gnus-registry.el: Initialize the registry when gnus-registry-install
4738         is t.
4740 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4742         * compface.el (uncompface): Make buffer unibyte.
4744 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * mail-source.el (mail-source-value):
4747         Prefer fboundp to functionp so it works with macros as well.
4749 2008-04-05  Glenn Morris  <rgm@gnu.org>
4751         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4753 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4756         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4758         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4759         multibyteness after rather than before erasing it.
4761         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4762         mm-with-multibyte.
4763         (gnus-request-article-this-buffer): Make sure the proper decoding is
4764         used if gnus-original-article-buffer happens to be unibyte.
4766         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4767         default-enable-multibyte-characters.
4769         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4770         default-enable-multibyte-characters.
4772         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4774         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4776 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4778         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4779         Fix last change in case the element is not even a symbol.
4781 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4783         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4784         imap-enable-exchange-bug-workaround.
4785         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4787 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4789         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4790         a 100 byte status-checks into a 2-3MB transfer for each group.
4791         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4792         to enable bug workaround or not.
4793         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4795 2008-03-31  Glenn Morris  <rgm@gnu.org>
4797         * message.el (mml2015-use): Declare for compiler.
4798         (message-info): Require mml2015 when appropriate.
4800 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4803         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4804         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4805         (nntp-service-to-port): New function.
4806         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4807         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4808         (nntp-open-netcat-stream): New function.
4809         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4811 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4813         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4815 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4817         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4819 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4821         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4823 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4825         * message.el (message-signature-separator): Change default.
4826         Improve custom type.
4827         (message-cite-function): Change default to
4828         message-cite-original-without-signature.
4830         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4831         toggle.
4833         * message.el (message-check-news-body-syntax): Fix signature check.
4834         (message-setup-1): Mark buffer as unmodified _after_ running
4835         message-setup-hook and handling message-alternative-emails.
4836         (message-shorten-references): Be more strict when building list of
4837         valid references to comply with GNKSA.
4839         * gnus-group.el (gnus-read-ephemeral-bug-group)
4840         (gnus-read-ephemeral-debian-bug-group)
4841         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4843         * message.el (message-info): Don't use booleanp which isn't supported
4844         in Emacs 21 and XEmacs.
4846 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4848         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4849         gnus-group-gmane-group-download-format.
4850         (gnus-group-read-ephemeral-gmane-group): Rename from
4851         gnus-group-read-ephemeral-gmane-group.
4852         (gnus-read-ephemeral-gmane-group-url): Rename from
4853         gnus-group-read-ephemeral-gmane-group-url.
4854         (gnus-bug-group-download-format-alist): New variable.
4855         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4856         (gnus-read-ephemeral-emacs-bug-group): New commands.
4858 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4860         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4861         (gnus-visible-headers): Improve custom type.
4863 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4865         * mml.el (mml-menu): Add workarounds for XEmacs.
4867         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4868         X-Boundary header.
4870         * message.el (message-simplify-recipients): Fix previous commit.
4872 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * mm-util.el (mm-set-buffer-multibyte): New function.
4875         * mm-decode.el (mm-copy-to-buffer): Use it.
4877         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4878         Prefer fboundp to functionp so it works with macros as well.
4880 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * message.el (message-alter-recipients-discard-bogus-full-name):
4883         New function.
4884         (message-alter-recipients-function): New variable.
4885         (message-get-reply-headers): Use it.
4886         (message-replace-header): New helper function.
4887         (message-recipients-without-full-name): New variable.
4888         (message-simplify-recipients): New command.
4890         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4892         * message.el (message-info): Handle EasyPG manual.
4894         * mml.el (mml-menu): Add entry for EasyPG.
4896 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4898         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4899         parameter.
4901         * message.el (message-disassociate-draft): Specify drafts group name
4902         fully.
4904 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4906         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4907         unnecessary duplicates from the match list.
4909 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4911         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4912         args of `how-many' of which the XEmacs version doesn't take; declare
4913         Info-index-next as function.
4915 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4917         * gnus-score.el (gnus-score-headers): Fix handling of
4918         gnus-inhibit-slow-scoring.
4920         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4921         string.
4922         (gnus-button-url-regexp): Improve handling of parenthesis.
4923         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4924         (gnus-button-handle-info-keystrokes): Handle index entries.
4926 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4928         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4929         Incoming* files.
4931 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4933         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4934         (auth-source-pick): Use it.
4936 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4938         * auth-source.el (auth-source-protocols)
4939         (auth-source-protocols-customize, auth-source-choices): Added and
4940         modified variable customizations and defaults.
4941         (auth-source-pick, auth-source-user-or-password)
4942         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4943         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4944         (auth-source-user-or-password-sftp)
4945         (auth-source-user-or-password-smtp): Use new variables and provide an
4946         interface to netrc.el.
4948 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4950         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4951         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4952         Make sure the nntp port to specify is a string.
4954 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * nntp.el: Use with-current-buffer.
4957         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4958         dubious mm-with-unibyte-current-buffer.
4959         (nntp-with-open-group-function): New function extracted from
4960         nntp-with-open-group macro.
4961         (nntp-with-open-group): Use the function, so it's easier to debug.
4962         Add indentation and debugging info.
4963         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4964         the use of the netcat alternatives.
4966         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4967         Avoid mm-string-as-multibyte as well.
4969         * nnweb.el (nnweb-insert-html):
4970         Remove use of nnheader-string-as-multibyte.
4972         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4973         (nnheader-string-as-multibyte): Remove.
4975         * mm-view.el: Use inhibit-read-only.
4976         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4977         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4978         or unibyte-string.
4980         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4981         (mm-uu-yenc-extract): Use with-current-buffer.
4983         * gnus-soup.el (gnus-soup-send-packet): Don't use
4984         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4986         * nnmh.el: Use with-current-buffer.
4987         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4988         mm-string-as-multibyte on the output of mm-encode-coding-string.
4990         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4991         (nnimap-request-move-article): Use with-current-buffer.
4993         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4994         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4995         conversion uses string-make-unibyte rather than string-as-unibyte.
4997         * gnus-msg.el: Use with-current-buffer.
4999         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5001 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5003         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5004         string for caching if it is 'PIN.
5006 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5008         * mail-source.el (mail-source-delete-old-incoming-confirm):
5009         Change default to nil.
5010         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5012 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5014         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5015         (gnus-article-goto-prev-page): Work for articles having ^L's.
5017         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5019         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5021 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5023         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5024         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5025         (gnus-bookmark-jump): Adjust some variable names.
5027 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5029         * auth-source.el: New package.
5030         (auth-source-choices): Add customization entry point variable.
5032         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5033         bug.
5035 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5037         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5038         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5039         (gnus-registry-install-shortcuts): Rename from
5040         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5041         the `gnus-registry-mark-map' keymap dynamically from
5042         `gnus-registry-marks'.  The generated functions update the summary line
5043         when a registry mark is added or deleted, and will call
5044         `gnus-registry-install-p' (see the comments in the code).
5045         (gnus-registry-user-format-function-M): Use concat intelligently.
5047         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5048         the registry mark functions.
5050 2008-03-05  Glenn Morris  <rgm@gnu.org>
5052         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5053         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5054         gnus-art.
5055         (top-level): No need to load own source when compiling.
5057 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5059         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5060         Suggested by <chris.anderton@zetnet.co.uk>.
5062 2008-03-04  Glenn Morris  <rgm@gnu.org>
5064         * gnus-sum.el (top-level): No need to require gnus when compiling,
5065         since unconditionally required near start of file.
5066         (gnus-summary-display-while-building): Move definition before use.
5068 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5070         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5071         formatting function.
5073 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5075         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5076         with plists.
5077         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5078         Use new format.
5080 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5082         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5083         `where-is-internal' that returns a range of key sequences.
5085 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5089         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5090         (gnus-summary-jump-to-group): Consider windows on other displayed
5091         frames as well.  Similar changes might be needed elsewhere, but that's
5092         the one I've bumped into during my use.
5094         * nndoc.el (nndoc-oe-dbx-type-p):
5095         * gnus-msg.el (gnus-debug):
5096         * gnus-group.el (gnus-update-group-mark-positions):
5097         Use mm-string-to-multibyte.
5099 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5101         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5102         doesn't handle NotDashEscaped.
5104         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5105         (mml-dnd-attach-options): Fix typo in custom choice.
5107         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5108         nndoc-article-type to mbox.
5109         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5111         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5112         to nil, instead of html2text.
5114         * imap.el (imap-debug): Add `imap-ping-server'.
5116         * gnus-bookmark.el: Add FIXMEs.
5118         * message.el (message-form-letter-separator)
5119         (message-send-form-letter-delay): New variables.
5120         (message-send-form-letter): Use them.  New command to send form
5121         letters.  Requested by Uwe Siart.
5122         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5124 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5126         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5127         empty author.
5129 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5131         * gnus-registry.el (gnus-registry-marks): Add variable for
5132         customization of marks and their appearance.
5133         (gnus-registry-read-mark): Use it.
5134         (gnus-registry-do-marks): Add utility function to loop through
5135         `gnus-registry-marks'.
5136         (gnus-registry-install-shortcuts-and-menus): Add function to install
5137         shortcuts and menus.
5138         (gnus-registry-initialize): Use it.
5139         (gnus-registry-default-mark): Clarify documentation.
5141 2008-02-29  Glenn Morris  <rgm@gnu.org>
5143         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5144         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5145         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5146         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5147         Change defcustom :version from 23.0 to 23.1.
5149 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5151         * gnus-registry.el (gnus-registry-follow-group-p)
5152         (gnus-registry-post-process-groups): Add functions to aid registry
5153         splitting and improve logging.  Clarify behavior in function
5154         documentation.
5155         (gnus-registry-split-fancy-with-parent): Use them.
5157 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * gnus-art.el: Use with-current-buffer.
5161 2008-02-27  David Engster  <dengste@eml.cc>
5163         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5164         Express real group name in the response.
5166 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5168         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5169         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5170         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5171         autoload gnus-registry-fetch-group when compiling.
5172         (nnmairix-request-group-with-article-number-correction): Remove
5173         unreferenced argument passed to nnmairix-call-backend.
5175 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5177         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5178         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5179         Wilde.
5181 2008-02-27  Glenn Morris  <rgm@gnu.org>
5183         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5184         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5185         variables to defconsts.  Convert comments to doc-strings.
5186         (nnmairix-last-server, nnmairix-current-server): Convert from free
5187         variables to defvars.  Convert comments to doc-strings.
5188         (gnus-registry-fetch-group): Autoload.
5189         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5190         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5191         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5192         caddr.
5193         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5194         nnmairix-request-group-with-article-number-correction call.
5195         (nnmairix-fast, nnmairix-group): New, less general names, for free
5196         variables passed from nnmairix-request-group to
5197         nnmairix-request-group-with-article-number-correction.  Declare.
5198         (nnmairix-request-group-with-article-number-correction):
5199         Use nnmairix-fast, nnmairix-group rather than fast, group.
5201 2008-02-26  David Engster  <dengste@eml.cc>
5203         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5204         version 0.5.
5206 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5208         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5209         instead of making an extra function call.  Don't add the current group
5210         to articles only when they have the group.  Use
5211         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5212         Reported by David <de_bb@arcor.de>.
5214 2008-02-24  Miles Bader  <miles@gnu.org>
5216         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5217         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5218         (mm-find-mime-charset-region):
5219         * mm-bodies.el (mm-encode-body):
5220         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5222 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5224         * mail-source.el (mail-source-delete-incoming): Change default.
5225         Supplement doc string.
5227         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5229 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5231         * nnmail.el (nnmail-message-id-cache-file): Derive from
5232         `gnus-home-directory'.
5234 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5236         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5237         Document negative prefix.
5239         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5241 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243         * message.el (message-unsent-separator): Add the Exim bounce
5244         separator.
5246 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5248         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5249         list.
5250         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5251         recipient/signer list.
5253 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5255         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5256         fbound (Emacs 23 unicode), signal an error.
5258 2008-02-08  Glenn Morris  <rgm@gnu.org>
5260         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5262 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5264         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5265         ports to the calls to `netrc-machine-user-or-password' in addition to
5266         "imap" and "imaps".
5268 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5270         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5271         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5272         <hanche@math.ntnu.no>.
5274 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5276         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5278 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5280         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5282         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5284 2008-02-01  Miles Bader  <miles@gnu.org>
5286         * mml.el (mml-parse-1): Remove apparently vestigial use of
5287         `mm-hack-charsets'.
5288         * mm-bodies.el (mm-encode-body): Likewise.
5290 2008-02-01  Kenichi Handa  <handa@m17n.org>
5292         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5293         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5294         (rfc2104-hash): Convert the result of concat to unibyte string.
5296 2008-02-01  Dave Love  <fx@gnu.org>
5298         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5299         coding-system-for-read.
5300         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5302         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5303         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5304         (mm-find-mime-charset-region): Remove hack-charsets stuff.
5306 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5308         * mail-source.el (mail-sources): Add `group' choice.
5310         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5311         parameter `in-group' to control into which group the articles go.
5312         Add treatment of `group' mail-source.
5314 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5316         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5317         * message.el (message-beginning-of-line): Use featurep instead of bound
5318         tests in order to resolve conditionals at compile time.
5320 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5322         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5324         * mm-decode.el (mm-dissect-buffer): Decode description.
5326         * mml.el (mml-to-mime): Encode message header first.
5328 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5330         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5331         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5333 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5335         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5337 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5339         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5340         prefix keys.
5341         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5342         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5343         gnus-xmas.el.
5345 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5347         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5348         Add new variables for article mark management.
5349         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5350         list of extra data entries which, when present, will indicate that the
5351         article ID should not be trimmed from the registry.
5352         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5353         functions.
5354         (gnus-registry-read-mark): New function to read a mark name from the
5355         user.
5356         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5357         (gnus-registry-set-article-mark-internal): New functions to add and
5358         remove marks.
5359         (gnus-registry-get-article-marks): New function to show the marks for
5360         an article, or retrieve them for further use.
5362 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5364         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5365         keys when no argument is given.
5367 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5369         * gnus-sum.el (gnus-article-sort-by-random)
5370         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5371         jidanni@jidanni.org.
5373 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5375         * gnus-art.el (gnus-article-describe-bindings): New function.
5376         (gnus-article-read-summary-keys): Use it.
5377         (gnus-article-mode-map): Bind `C-h b' to it.
5379 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5381         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5382         XEmacs.
5383         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5384         against non-character events.
5386 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5388         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5389         command.
5390         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5391         instead of END.  Change name of the temp file.
5392         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5393         customizable.
5395 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5397         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5398         bind `S W' to gnus-article-wide-reply-with-original; set default
5399         binding to gnus-article-read-summary-send-keys.
5400         (gnus-article-read-summary-keys): Fix the order of keys; display
5401         continuation keys correctly in the echo area; describe bindings
5402         correctly when keys end with `C-h'.
5403         (gnus-article-read-summary-send-keys): New function.
5404         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5405         for gnus-article-read-summary-send-keys; display continuation keys
5406         correctly in the echo area.
5407         (gnus-article-reply-with-original): Ignore prefix argument.
5408         (gnus-article-wide-reply-with-original): New function.
5410 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5412         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5413         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5415 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5417         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5418         (gnus-group-read-ephemeral-gmane-group): New command.
5420 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5424 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5426         * message.el (message-send-mail-function): Increase custom version.
5428         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5429         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5431 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5433         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5434         html parts correctly; support forwarded messages.
5435         (gnus-article-browse-html-article): Remove work buffers.
5437         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5438         compiling.
5439         (netrc-bound-and-true-p): New macro.
5440         (netrc-parse): Use it instead of bound-and-true-p that is not available
5441         in XEmacs 21.4.
5443 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5445         * gnus-registry.el (gnus-registry-mark-article)
5446         (gnus-registry-article-marks): Add functionality to mark articles
5447         through the Gnus registry.
5449         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5450         (netrc-parse): Use encrypt-file-alist to determine if
5451         encrypt-find-model or encrypt-insert-file-contents should be used.
5453 2007-12-19  Glenn Morris  <rgm@gnu.org>
5455         * mml.el (message-options-set, message-narrow-to-head)
5456         (message-in-body-p, message-mail-p, message-encode-message-body):
5457         Autoload.
5458         (message-remove-header, message-narrow-to-headers-or-head)
5459         (message-subscribed-p, message-make-mail-followup-to)
5460         (message-position-on-field, message-news-p)
5461         (message-options-set-recipient, message-generate-headers)
5462         (message-sort-headers): Declare as functions.
5464 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5466         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5467         convention in doc string.
5469 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5471         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5472         title to html parts.
5473         (gnus-article-browse-html-article): Pass message header to it.
5475         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5477 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5479         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5480         or password compatible with XEmacs.
5482 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5484         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5485         format document.
5486         (gnus-mime-delete-part): Don't write description line if empty.
5487         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5489 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5491         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5492         (gnus-summary-mark-read-and-unread-as-read)
5493         (gnus-summary-mark-current-read-and-unread-as-read)
5494         (gnus-summary-mark-unread-as-ticked): Doc fix.
5495         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5497 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5499         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5500         Christoph Conrad <christoph.conrad@gmx.de>.
5502 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5504         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5505         yes-or-no-p.
5507 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5509         * mm-decode.el (mm-add-meta-html-tag): New function.
5510         (mm-save-part-to-file, mm-pipe-part): Use it.
5512         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5513         gnus-y-or-n-p instead of y-or-n-p.
5514         (gnus-article-browse-html-parts): Work with message/external-body; use
5515         mm-add-meta-html-tag.
5517 2007-12-11  Glenn Morris  <rgm@gnu.org>
5519         * gnus-cache.el: Require gnus-sum not just when compiling.
5521         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5523         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5524         definitions before use.
5526         * mm-decode.el: Require gnus-util.
5527         (mm-remove-part): Only call delete-annotation on XEmacs.
5529         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5531         * nnmail.el: Require gnus-int.
5533         * spam.el: Move `require's before `eval-when-compile's.
5535         * gnus-ems.el (gnus-alive-p):
5536         * gnus-fun.el (message-goto-eoh):
5537         * gnus-util.el (gnus-group-name-decode):
5538         * mail-source.el (gnus-compress-sequence):
5539         * message.el (Info-goto-node, format-spec):
5540         * mm-bodies.el (message-options-get):
5541         * mm-decode.el (mm-view-pkcs7):
5542         * mm-util.el (gmm-write-region):
5543         * mml-smime.el (mml-compute-boundary)
5544         (gnus-completing-read-with-default):
5545         * mml.el (widget-button-press, gnus-make-hashtable):
5546         * mml1991.el (mm-decode-content-transfer-encoding)
5547         (mm-encode-content-transfer-encoding)
5548         (message-options-get, message-options-set):
5549         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5550         * nnfolder.el (gnus-request-group):
5551         * nnheader.el (ietf-drums-unfold-fws):
5552         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5553         * smime.el (gnus-run-mode-hooks):
5554         * spam-stat.el (gnus-message): Autoload.
5556         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5557         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5558         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5559         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5560         Add declare-function compatibility definition.
5562         * gnus-cache.el (nnvirtual-find-group-art):
5563         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5564         (gnus-add-image, gnus-add-wash-type):
5565         * gnus-group.el (nnkiboze-score-file):
5566         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5567         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5568         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5569         (message-tokenize-header, gnus-get-buffer-create)
5570         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5571         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5572         * gnus.el (gnus-group-decoded-name):
5573         * mail-source.el (imap-capability):
5574         * mm-bodies.el (message-options-set):
5575         * mm-decode.el (gnus-configure-windows):
5576         * mm-extern.el (message-goto-body):
5577         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5578         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5579         (epg-sub-key-validity, message-options-set):
5580         * mml.el (widget-event-point, gnus-configure-windows):
5581         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5582         * mml2015.el (epg-check-configuration, epg-configuration)
5583         (message-options-set):
5584         * nndb.el (nndb-request-article):
5585         * nnfolder.el (gnus-request-create-group):
5586         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5587         * nnmaildir.el (gnus-group-mark-article-read):
5588         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5589         * rfc1843.el (message-fetch-field):
5590         * spam.el (gnus-extract-address-components):
5591         Declare as functions.
5593 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5595         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5597 2007-12-09  Glenn Morris  <rgm@gnu.org>
5599         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5601         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5602         * message.el, mm-view.el, sieve-manage.el, smime.el:
5603         Add declare-function compatibility definition.
5605         * gnus-art.el (w3-region, w3m-region, Info-menu):
5606         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5607         * gnus-sum.el (gnus-get-predicate):
5608         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5609         * message.el (mail-abbrev-in-expansion-header-p):
5610         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5611         (w3m-detect-meta-charset, w3m-region):
5612         * sieve-manage.el (password-read, password-cache-add)
5613         (password-cache-remove):
5614         * smime.el (password-read-and-add): Declare as functions.
5616 2007-12-08  David Kastrup  <dak@gnu.org>
5618         * gnus-sum.el (gnus-summary-simplify-subject-query):
5619         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5620         `message'.
5622 2007-12-07  Glenn Morris  <rgm@gnu.org>
5624         * gnus-art.el (article-make-date-line): Revert previous change.
5626 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5628         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5630 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5632         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5633         Call gnus-add-to-range ranges only once with a prepared article-list.
5635 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5637         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5638         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5639         group names with backslashes.  Reported by Tassilo Horn
5640         <tassilo@member.fsf.org>.
5642 2007-12-06  Deepak Goel  <deego3@gmail.com>
5644         * gnus-art.el (article-make-date-line):
5645         * gnus-start.el (gnus-load):
5646         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5648 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5650         * gnus-art.el (gnus-use-idna)
5651         * gnus-start.el (gnus-site-init-file)
5652         * message.el (message-use-idna)
5653         * mm-uu.el (mm-uu-hide-markers)
5654         * smiley.el (smiley-style): Revert changes that suppress warnings.
5656 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5658         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5659         specify charset to html source.  Reported by Christoph Conrad
5660         <christoph.conrad@gmx.de>.
5662 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5664         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5665         idna-program in order to suppress byte compile warning issued by XEmacs
5666         that came to byte compile the default value section of defcustom forms
5667         recently.
5669         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5670         value of installation-directory.
5672         * message.el (message-use-idna): Don't directly refer to the value of
5673         idna-program.
5675         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5677         * smiley.el (smiley-style): Don't directly call face-attribute.
5679 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5681         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5683         * gnus-dired.el: Reduce Gnus dependencies.
5684         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5685         require.  Use autoloads instead.
5686         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5687         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5688         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5689         (gnus-dired-mode): Adjust doc string.
5690         (gnus-dired-mail-mode): New variable.
5691         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5692         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5693         (gnus-dired-mail-buffers): New function.  Return mail or message
5694         composition buffers.
5695         (gnus-dired-attach): Use it.
5696         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5697         NO-DECODE.
5698         (gnus-dired-print): Use `gnus-print-buffer' depending on
5699         `gnus-dired-mail-mode'.
5701 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5703         * rfc2047.el (rfc2047-encoded-word-regexp)
5704         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5705         explaining what regexp patterns are for.
5707 2007-12-04  Glenn Morris  <rgm@gnu.org>
5709         * password.el: Move to ../password-cache.el.
5711         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5712         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5713         * mml-smime.el (password-read, password-cache-add)
5714         (password-cache-remove):
5715         No need to autoload, since mml-sec requires password.
5717         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5718         * message.el (gnus-extract-address-components):
5719         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5721         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5722         password.
5724 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5726         * mailcap.el: Reduce dependencies.
5727         (mail-header-parse-content-type): Autoload.
5728         (mailcap-delete-duplicates): New alias.
5729         (mailcap-mime-info): Add optional argument NO-DECODE.
5730         (mailcap-mime-types): Use mailcap-delete-duplicates.
5732         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5734 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5737         function.
5739         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5740         (gnus-uu-yenc-article): New function.
5742         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5744         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5745         buffer.
5747 2007-12-02  Glenn Morris  <rgm@gnu.org>
5749         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5750         Move to ../net.
5752         * binhex.el, uudecode.el: Move to ../mail.
5754         * encrypt.el: Remove file.
5756 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5758         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5759         matches on patches.
5761         * gnus-art.el (gnus-article-browse-html-article): Mention
5762         `mm-text-html-renderer' in the doc string.
5764         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5765         string.  Add comments.
5767         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5768         if rhs is ASCII.
5770 2007-12-01  Glenn Morris  <rgm@gnu.org>
5772         * dig.el, dns.el: Move to ../net.
5773         * format-spec.el, hex-util.el, sha1.el: Move to ../.
5775         * mail-source.el (top-level): Require format-spec before
5776         eval-when-compile.
5778 2007-11-30  Glenn Morris  <rgm@gnu.org>
5780         * encrypt.el: Require password, rather than autoloading password-read.
5782 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5784         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5785         caller can indicate whether the cache should be disregarded for this
5786         call.  This way the result of the call is reproducible at all times and
5787         can be considered a canonical server name for the supplied method.
5788         (gnus-agent-method-p): Canonicalize server names by pushing their
5789         method through `gnus-method-to-server' using the no-cache argument.
5791         * gnus-srvr.el (gnus-server-insert-server-line): Call
5792         `gnus-method-to-server' with `no-cache' argument.
5794         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5795         gnus-agent-possibly-synchronize-flags as this should be called when the
5796         server is actually being opened.
5797         (gnus-agent-possibly-synchronize-flags)
5798         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5799         flags file of an agentized server to the latter function.
5801         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5802         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5803         after a connection has been established successfully.
5805 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5807         * gnus-art.el (article-display-face): Force to display face if called
5808         interactively; check if gnus-article-x-face-too-ugly matches author.
5809         (article-display-x-face): Display face even if From header is missing
5810         as article-display-face does.
5812 2007-11-28  Richard Stallman  <rms@gnu.org>
5814         * md4.el: Move to ../.
5815         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5817 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5819         * mail-source.el (mail-sources): Default to fetch from file for
5820         compatibility with default of nnmail-spool-file.
5822 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5824         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5825         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5826         to look for encoded word that should be encoded again.
5827         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5828         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5829         encoding pattern.
5830         (rfc2047-decode-region): Switch strict regexp and loose one according
5831         to rfc2047-allow-irregular-q-encoded-words.
5833 2007-11-26  Simon Josefsson  <simon@josefsson.org>
5835         * imap.el: Move to ../net directory.
5837 2007-11-25  Romain Francoise  <romain@orebokech.com>
5839         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5841 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5843         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5844         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5846         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5847         `nnmail-spool-file'.
5849         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5850         `nnmail-spool-file'.
5852         * gnus-move.el (gnus-change-server): Ditto.
5854         * gnus-kill.el (gnus-batch-score): Ditto.
5856         * gnus-cache.el (gnus-jog-cache): Ditto.
5858         * gnus-msg.el (gnus-summary-reply):
5859         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5861 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5863         * gnus-cache.el (gnus-cache-generate-nov-databases):
5864         Use nnml-generate-nov-databases-directory instead of
5865         nnml-generate-nov-databases-1.
5867 2007-11-24  Glenn Morris  <rgm@gnu.org>
5869         * message.el (message-tool-bar-retro): Update for rename
5870         mail_send.xpm->mail-send.xpm.
5872 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5874         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5875         `smime-ldap-search' for Emacs 22 and up.
5877 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5879         * hashcash.el: Move to ../mail directory.
5881         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
5883         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5884         `smime-ldap-search' for Emacs 22 and up.
5886 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5888         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5890         * message.el (message-send-mail-function): Fix error convention.
5891         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5892         (message-widen-reply, message-send-mail, message-talkative-question)
5893         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5894         (message-clone-locals, message-send-news): Use with-current-buffer.
5895         (message-insert-or-toggle-importance): Remove unused var `valid'.
5896         (message-make-references): Remove unused var `new-references'.
5897         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5899 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5901         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5902         (spam-split-symbolic-return-positive): Reflow docstring.
5903         (spam-backends, spam-summary-exit-behavior)
5904         (spam-mark-ham-unread-before-move-from-spam-group)
5905         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5906         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5907         (spam-clear-cache, spam-backend-check, spam-install-backend)
5908         (spam-install-statistical-backend, spam-list-of-processors)
5909         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5910         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5911         (spam-check-crm114, spam-initialize, spam-unload-hook):
5912         Fix typos in docstrings.
5914 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5916         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5917         been checked if they have never been read and those group levels are
5918         higher than the one that a user specified.
5920 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5922         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5923         foreign groups unless a group level is specified by a user.
5924         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5926 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5928         * message.el (message-send-mail-function): Require sendmail.
5930 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5932         * message.el (message-send-mail-function): Check for smtpmail too.
5934         * utf7.el (utf7-encode, utf7-decode): Use coding system
5935         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5937         * message.el (message-send-mail-function): New function.
5938         (message-send-mail-function): Set default using
5939         message-send-mail-function.  Adjust doc string.
5940         (message-send-mail-with-mailclient): New function.
5942 2007-11-17  Richard Stallman  <rms@gnu.org>
5944         * assistant.el: Remove file.
5946 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5948         * smime.el (from):
5949         * rfc2047.el (message-posting-charset):
5950         * qp.el (mm-use-ultra-safe-encoding):
5951         * pop3.el (parse-time-months):
5952         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5953         * nnml.el (files):
5954         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5955         (jka-compr-compression-info-list, ange-ftp-path-format)
5956         (efs-path-regexp):
5957         * nndiary.el (files):
5958         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5959         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5960         (epg-digest-algorithm-alist, inhibit-redisplay)
5961         (password-cache-expiry):
5962         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5963         (pgg-output-buffer, password-cache-expiry):
5964         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5965         (efs-path-regexp):
5966         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5967         (inhibit-redisplay):
5968         * mm-uu.el (file-name, start-point, end-point, entry)
5969         (gnus-newsgroup-name, gnus-newsgroup-charset):
5970         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5971         (latin-unity-ucs-list):
5972         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5973         (mm-uu-binhex-decode-function):
5974         * message.el (gnus-message-group-art, gnus-list-identifiers)
5975         (rmail-enable-mime-composing, gnus-local-organization)
5976         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5977         (gnus-read-active-file, facemenu-add-face-function)
5978         (facemenu-remove-face-function, gnus-article-decoded-p)
5979         (tool-bar-mode):
5980         * mail-source.el (display-time-mail-function):
5981         * gnus-util.el (nnmail-pathname-coding-system)
5982         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5983         (gnus-original-article-buffer, gnus-user-agent)
5984         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5985         (xemacs-codename, sxemacs-codename, emacs-program-version):
5986         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5987         * gnus-start.el (gnus-agent-covered-methods)
5988         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5989         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5990         (gnus-newsgroup-headers, gnus-group-list-mode)
5991         (gnus-group-mark-positions, gnus-newsgroup-data)
5992         (gnus-newsgroup-unreads, nnoo-state-alist)
5993         (gnus-current-select-method, mail-sources)
5994         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5995         (nnmail-spool-file, gnus-cache-active-hashtb):
5996         * gnus-mh.el (mh-lib-progs):
5997         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5998         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5999         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6000         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6001         (gnus-group-buffer):
6002         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6003         (font-lock-set-defaults):
6004         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6005         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6006         (gnus-summary-post-menu, total-parts, type, condition, length):
6007         * gnus-agent.el (gnus-agent-read-agentview):
6008         * flow-fill.el (show-trailing-whitespace):
6009         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6010         eval-and-compile wrappers for byte compiler pacifiers.
6012         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6013         (mm-display-inline-fontify): Check for featurep 'xemacs not
6014         extent-list.
6016         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6017         itimer-list.
6018         (mm-create-image-xemacs): Only do something for XEmacs.
6019         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6021         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6023         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6024         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6026 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6028         * nnimap.el (nnimap-split-download-body):
6029         * gnus-demon.el (gnus-demon):
6030         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6032 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6034         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6035         macros.
6036         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6037         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6038         copy data from unibyte buffer to multibyte current buffer.
6039         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6040         to copy data from unibyte current buffer to multibyte buffer.
6041         (nntp-make-process-buffer): Make process buffer unibyte.
6043         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6045 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6047         * pop3.el (pop3-open-server): Accept and process data more robustly at
6048         connexion start to avoid spurious "POP SSL connexion failed" errors.
6050 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6052         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6053         read group names.
6055 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6057         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6059 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6062         (nnmail-save-active): Use a unibyte buffer when saving active file,
6063         which may contain non-ASCII group names.
6065         * nnml.el (nnml-request-group): Decode group names in messages.
6067 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6069         * message.el (message-citation-line-function)
6070         (message-insert-formatted-citation-line): Fix spelling of
6071         `message-insert-formated-citation-line'.
6073 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6075         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6077 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6079         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6080         nnmail-pathname-coding-system.
6082         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6083         that a user enters; decode group names in messages.
6085         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6087 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6089         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6091         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6093         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6094         risky local variable.
6096         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6098 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6100         * encrypt.el: Improve documentation to fix function name typo.
6101         Reported by Daiki Ueno <ueno@unixuser.org>.
6103 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6105         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6106         even if the point is not in the last page of an article.
6107         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6108         back to the previous page.
6110 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6112         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6114 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6116         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6118 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6120         * message.el (message-check-news-body-syntax): Avoid
6121         mm-string-as-multibyte.
6122         (message-hide-headers): Don't assume (point-min)==1.
6124 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6126         * message.el (message-remove-blank-cited-lines): Fix if remove is
6127         given.
6128         (message-bogus-address-regexp): New variable.
6129         (message-bogus-recipient-p): New function.
6130         (message-check-recipients): New command.
6131         (message-syntax-checks): Add `bogus-recipient'.
6132         (message-fix-before-sending): Add `bogus-recipient'.
6134         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6135         (gnus-treat-body-boundary): Don't test window-system.
6137 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6139         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6141 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6143         * gnus.el: Bump version to Gnus v5.13.
6145 2007-10-28  Miles Bader  <miles@gnu.org>
6147         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6148         at compile-time too.
6150 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6152         * gnus-msg.el (gnus-message-setup-hook): Add
6153         `message-remove-blank-cited-lines' to options.
6155 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6157         * message.el (message-remove-blank-cited-lines): New function.
6158         Suggested by Karl Plästerer.
6160 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6162         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6163         mapc.
6165         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6166         (top-level): Use mapc to set functions to be traced for debugging.
6168         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6169         called for effect with while loop.
6171         * message.el (message-talkative-question): Replace mapcar called for
6172         effect with mapc.
6174         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6175         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6176         called for effect with dolist.
6178         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6180         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6181         gnus-extra-headers and nnmail-extra-headers.
6183         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6184         called for effect with dolist.
6185         (top-level): Use mapc to set functions to be traced for debugging.
6187         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6188         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6189         dolist.
6191         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6192         Replace mapcar called for effect with mapc.
6193         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6194         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6195         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6196         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6198         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6199         remove-if that's a cl function.
6201         * webmail.el (webmail-debug): Replace mapcar called for effect with
6202         dolist.
6204 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6206         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6207         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6208         with while loop.
6210         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6211         functions from article-* functions.
6212         (gnus-multi-decode-header): Replace mapcar called for effect with
6213         dolist.
6215         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6216         (gnus-bookmark-show-details): Replace mapcar called for effect with
6217         while loop.
6219         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6220         called for effect with while loop.
6222         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6223         with dolist.
6225         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6226         mapcar called for effect with dolist.
6228         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6230         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6231         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6232         Replace mapcar called for effect with dolist.
6233         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6234         mapc.
6236         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6237         Replace mapcar called for effect with dolist.
6238         (gnus-topic-list): Replace mapcar called for effect with mapc.
6240         * gnus.el: Use mapc instead of mapcar to add autoloads.
6242 2007-10-23  Richard Stallman  <rms@gnu.org>
6244         * gnus-group.el (gnus-group-highlight): Mark as risky.
6246 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6248         * gnus.el (gnus-server-to-method): Return method found first in
6249         gnus-newsrc-alist.
6251         * gnus-art.el (gnus-article-highlight-signature)
6252         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6253         button overlay without the front stickiness.
6255 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6257         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6258         overview buffer needed a catch to receive its throw.
6259         (gnus-agent-flush-cache): Declared as interactive to make this function
6260         easier to use.
6262 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6264         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6265         `next-line'.
6267 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6269         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6270         exclude address matching message-dont-reply-to-names.
6272 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6274         * gnus-util.el (gnus-string<): New function.
6276         * gnus-sum.el (gnus-article-sort-by-author)
6277         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6279 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6281         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6282         the frame-focus tag is set in gnus-buffer-configuration.
6284 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6286         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6287         the front stickiness.
6289 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6291         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6292         url pattern; remove duplicate one.
6293         (gnus-article-extend-url-button): New function.
6294         (gnus-article-add-buttons): Use it.
6295         (gnus-button-push): Use concatenated url that it makes.
6297 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6299         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6300         (sieve-manage-open): Use `mapc' instead of `mapcar'.
6302 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6305         Don't hardcode point-min==1.
6307 2007-09-30  David Kastrup  <dak@gnu.org>
6309         * gnus-art.el (gnus-article-reply-with-original)
6310         (gnus-article-followup-with-original): When `transient-mark-mode' is
6311         off, refrain from active-region behavior for followups.
6313 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6315         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6316         Fix comment about "iso8859-1".
6318 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6320         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6321         ones returned from the verify-function.
6323         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6324         mml2015-extract-cleartext-signature if extraction failed.
6326 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6328         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6329         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6330         failed.
6332 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6334         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6336 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6338         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6339         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6340         thread for both the null and zero (kill/expire thread) universal prefix
6341         cases.
6342         (gnus-summary-expire-thread): Add new function to expire a thread,
6343         using gnus-summary-kill-thread.
6344         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6345         shortcuts for gnus-summary-expire-thread.
6346         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6347         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6349 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6351         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6352         extras value, so an extras entry can be deleted.
6353         (gnus-registry-delete-extra-entry): Use it.
6354         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6355         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6356         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6357         storage through the gnus-registry, and provide an appropriate API for
6358         it.
6360 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6362         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6363         Suggested by Leo <sdl.web@gmail.com>.
6365         * gnus.el: Do.
6367 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6369         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6370         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6372         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6374         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6375         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6379         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6380         newline.
6381         (nnmbox-request-accept-article): Don't change article in source buffer;
6382         narrow to header to use message-fetch-field rather than
6383         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6384         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6385         as delimiters; make sure article ends with newline.
6386         (nnmbox-delete-mail): Correct last position of article to be deleted;
6387         ignore X-Gnus-Newsgroup header in article body.
6388         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6389         positions; make sure article ends with newline.
6391         * message.el (message-display-abbrev): Don't infloop when a user
6392         inserts SPC in the beginning of header.
6394 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6396         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6397         list of groups not followed by default.  Fix type to be regexp.
6398         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6400 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6402         * hmac-def.el (define-hmac-function): Switch from old-style to
6403         new-style backquotes.
6405         * md4.el (md4-make-step): Likewise.
6407 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6409         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6410         raw-text coding system when saving .newsrc file, which may contain
6411         non-ASCII group names.
6413 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6415         * gnus-cus.el (gnus-score-extra): New widget.
6416         (gnus-score-extra-convert): New function.
6417         (gnus-score-customize): Use it for Extra.
6419 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6421         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6422         (mml2015-mailcrypt-clear-verify): Use it.
6423         (mml2015-gpg-clear-verify): Use it.
6424         (mml2015-pgg-clear-verify): Use it.
6425         (mml2015-epg-clear-verify): Replace the current part with the output
6426         from GnuPG; don't extract the plaintext by itself.
6428         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6429         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6430         mml2015-clear-verify-function; don't touch the armor headers or
6431         dash-escaped text here.
6433 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6435         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6436         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6437         parts, or application/octet-stream as a last resort.
6438         (gnus-mime-view-part-as-type): Don't toggle display.
6439         (gnus-mime-view-part-as-charset): Don't turn off display before
6440         querying charset.
6442         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6443         stuff to undisplayer function in Emacs.
6444         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6446         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6447         text/calendar parts.
6449 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6451         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6452         decoding text/calendar parts.
6454         * message.el (message-forward-make-body-mime): Always mark body as
6455         having no illegible text; remove signed-or-encrypted argument.
6456         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6458         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6459         (mml-generate-mime-1): Don't encode body if it is specified to be in
6460         raw form; don't make buffer be unibyte when inserting multibyte string.
6462 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * sha1.el: Fix up comment style.
6465         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6466         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6468         * hex-util.el: Fix up comment style.
6469         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6471         * gnus-salt.el: Use with-current-buffer.
6472         (gnus-pick-setup-message): Fix long-standing typo.
6474 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6476         * imap.el (imap-logout-timeout): New variable.
6477         (imap-logout, imap-logout-wait): New functions.
6478         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6480         * nnimap.el (nnimap-logout-timeout): New server variable.
6481         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6482         nnimap-logout-timeout.
6484         * gnus-art.el (gnus-article-summary-command-nosave)
6485         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6487 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6489         * gnus.el (gnus-maximum-newsgroup): New variable.
6491         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6492         according to gnus-maximum-newsgroup.
6494         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6495         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6496         Limit the range of articles according to gnus-maximum-newsgroup.
6498 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6500         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6501         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6502         Don't perform gnus-configure-windows here; reuse existing sticky
6503         article buffer.
6505         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6506         it doesn't exist in gnus-article-mode.
6508 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6510         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6511         (gnus-agent-decoded-group-name): New function.
6512         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6513         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6515 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6517         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6518         Add binding for gnus-sticky-article.
6519         (gnus-summary-exit): Don't kill sticky article buffers.
6521         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6522         article buffer.
6523         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6524         (gnus-kill-sticky-article-buffers): New commands.
6526 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6528         * nntp.el (nntp-xref-number-is-evil): New server variable.
6529         (nntp-find-group-and-number): If it is non-nil, don't trust article
6530         numbers in the Xref header.
6532 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6534         * gnus-agent.el (gnus-agent-read-group): New function.
6535         (gnus-agent-flush-group, gnus-agent-expire-group)
6536         (gnus-agent-regenerate-group): Use it.
6537         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6538         nnmail-pathname-coding-system.
6540 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6542         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6544         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6545         that are unread as unread, and also as selected so that information of
6546         marks having been changed by a user may be updated when exiting group.
6548 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6550         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6552 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6554         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6555         calculated ignoring signature parts to gnus-treat-article.
6557 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6559         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6560         a point here in order to keep the window start.
6561         (gnus-insert-mime-security-button): Make a button overlay without the
6562         front stickiness.
6563         (gnus-mime-display-security): Goto the end of a button.
6565         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6567 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6569         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6570         group-name-at-point.
6571         (gnus-group-completing-read): New function that offers decoded
6572         non-ASCII group names for completion.
6573         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6574         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6575         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6576         (gnus-group-fetch-control): Use it.
6577         (gnus-fetch-group): Use group-name-at-point for the initial value
6578         rather than the default value; use gnus-alive-p.
6580         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6581         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6582         (gnus-summary-post-news): Use gnus-group-completing-read.
6584         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6585         (gnus-read-move-group-name): Decode group name for completion.
6587 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6589         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6590         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6591         Yamaoka slightly modified the code).
6593 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6595         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6596         (nnmail-split-incoming): Bind it.
6598         * nnml.el (nnml-group-name-charset): New function.
6599         (nnml-decoded-group-name): Use it; don't decode group name if
6600         nnmail-group-names-not-encoded-p is non-nil.
6601         (nnml-encoded-group-name): New function.
6602         (nnml-group-pathname): Inline nnml-decoded-group-name.
6603         (nnml-request-expire-articles): Decode group name in message.
6604         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6605         nnmail-pathname-coding-system.
6606         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6607         not decoded ones according to nnmail-group-names-not-encoded-p.
6608         (nnml-generate-active-info): Use nnml-encoded-group-name.
6610 2007-08-08  Glenn Morris  <rgm@gnu.org>
6612         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6613         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6614         doc-strings and comments.
6616 2007-07-25  Glenn Morris  <rgm@gnu.org>
6618         * Relicense all FSF files to GPLv3 or later.
6620 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6622         * gnus-sum.el (gnus-summary-move-article): Make
6623         gnus-summary-respool-article work.
6625 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6627         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6628         string.
6630 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6632         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6633         that should be ignored when comparing distant RSS articles with local
6634         ones.
6635         (nnrss-make-hash-index): New function.  Create a hash index according
6636         to the ignored fields.
6637         (nnrss-check-group): Use it.
6639 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6641         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6643         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6645         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6646         the new optional argument ENCODED is non-nil.
6647         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6648         coding system for encoding group name.
6649         (gnus-group-make-rss-group): Pass un-encoded group name to
6650         gnus-group-make-group.
6651         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6652         encoded.
6654         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6655         Encode group name to which articles are moved or copied.
6656         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6657         coding system for encoding Newsgroup, Followup-To and Xref headers.
6659         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6660         marks; use nnheader-file-coding-system to write a file.
6661         (nnagent-retrieve-headers): Bind file-name-coding-system to
6662         nnmail-pathname-coding-system.
6664         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6666         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6667         (nnml-request-article, nnml-request-create-group)
6668         (nnml-request-rename-group, nnml-find-id)
6669         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6670         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6671         (nnml-save-marks): Use nnml-group-pathname instead of
6672         nnmail-group-pathname.
6674         (nnml-request-create-group, nnml-request-expire-articles)
6675         (nnml-request-move-article, nnml-request-delete-group)
6676         (nnml-deletable-article-p, nnml-possibly-create-directory)
6677         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6678         (nnml-open-marks): Bind file-name-coding-system to
6679         nnmail-pathname-coding-system.
6681         (nnml-request-article): Pass server argument to nnml-find-group-number.
6682         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6683         server argument to nnml-possibly-create-directory.
6684         (nnml-request-accept-article): Pass server argument to
6685         nnml-active-number and nnml-save-mail.
6686         (nnml-find-group-number): Pass server argument to nnml-find-id.
6687         (nnml-request-update-info): Pass server argument to
6688         nnml-marks-changed-p.
6690         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6691         (nnml-save-mail, nnml-active-number): Add server argument.
6693         (nnml-request-delete-group): Warn if group is missing.
6694         (nnml-get-nov-buffer): Decode group name.
6695         (nnml-generate-active-info): Encode group name.
6696         (nnml-open-marks): Decode group name in messages.
6698 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6700         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6701         if it is not specified.
6702         (gnus-article-pipe-part, gnus-article-save-part)
6703         (gnus-article-interactively-view-part, gnus-article-copy-part)
6704         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6705         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6706         (gnus-article-replace-part, gnus-article-delete-part)
6707         (gnus-article-view-part-as-type): Pass raw prefix argument to
6708         gnus-article-part-wrapper.
6710 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6712         * gnus-agent.el (gnus-agent-save-active): Bind
6713         nnheader-file-coding-system to gnus-agent-file-coding-system.
6715         * gnus-cache.el (gnus-cache-save-buffers)
6716         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6717         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6718         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6719         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6720         (gnus-cache-generate-active, gnus-cache-rename-group)
6721         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6722         (gnus-cache-update-overview-total-fetched-for): Bind
6723         file-name-coding-system to nnmail-pathname-coding-system.
6724         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6725         variables.
6726         (gnus-cache-decoded-group-name): New function.
6727         (gnus-cache-file-name): Use it.
6728         (gnus-cache-generate-active): Use non-decoded group name for active.
6730         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6731         right place.
6732         (gnus-write-active-file): Don't break non-ASCII group names.
6734         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6735         nnmail-pathname-coding-system.
6737         * gnus-uu.el (gnus-uu-decode-save): Typo.
6739 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6741         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6743 2007-07-14  David Kastrup  <dak@gnu.org>
6745         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6746         finishing actions if we did not edit the article.
6748 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6750         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6751         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6752         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6753         (gnus-agent-flush-group, gnus-agent-flush-cache)
6754         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6755         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6756         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6757         (gnus-agent-regenerate-group)
6758         (gnus-agent-update-files-total-fetched-for)
6759         (gnus-agent-update-view-total-fetched-for): Bind
6760         file-name-coding-system to nnmail-pathname-coding-system.
6761         (gnus-agent-group-pathname): Don't encode file names by
6762         nnmail-pathname-coding-system.
6763         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6764         coding-system-for-write instead of buffer-file-coding-system to
6765         gnus-agent-file-coding-system.
6767         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6768         Decode group name.
6770         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6772         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6773         (gnus-read-newsrc-el-file): Make group names unibyte.
6775         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6776         nnmail-pathname-coding-system.
6778         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6779         (nnrss-request-delete-group): Bind file-name-coding-system to
6780         nnmail-pathname-coding-system.
6781         (nnrss-read-server-data, nnrss-read-group-data): Bind
6782         file-name-coding-system correctly.
6783         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6785         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6786         (nntp-server-to-method-cache): New variable.
6787         (nntp-group-pathname): New function that decodes non-ASCII group names.
6788         (nntp-possibly-create-directory, nntp-marks-changed-p)
6789         (nntp-save-marks, nntp-open-marks): Use it.
6790         (nntp-possibly-create-directory, nntp-open-marks):
6791         Bind file-name-coding-system to nnmail-pathname-coding-system.
6792         (nntp-open-marks): Decode group names when bootstrapping marks.
6794         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6795         Newsgroups and Folowup-To headers.
6797 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6799         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6800         (gnus-server-closed-face, gnus-server-denied-face)
6801         (gnus-server-offline-face): Remove variable.
6802         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6804         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6805         of modifying message-stack directly for XEmacs.
6807         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6808         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6809         if the coding-system argument is nil for XEmacs.
6811         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6812         mm-charset-override-alist.
6814         * rfc2047.el: Don't require base64; require rfc2045 for the function
6815         rfc2045-encode-string.
6816         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6817         to quote the parameter value.
6819 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6821         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6822         form in gnus-group-name-charset-method-alist.
6824         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6825         overrides the default layout edit-form.
6827         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6829         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6831 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6833         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6834         as unfetched articles.
6836 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6838         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6840 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6842         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6843         original back end that keeps marks in the local system.
6845 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6847         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6848         arg of pop-to-buffer for XEmacs.
6849         (gnus-article-read-summary-keys): Ditto; don't restore window
6850         configuration if summary command ends up with neither article buffer
6851         nor summary buffer; describe bindings if summary keys end with C-h.
6853 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * message.el (message-fix-before-sending): Skip raw message part to be
6856         forwarded while checking illegible text.
6857         (message-forward-make-body-mime, message-forward-make-body): Mark
6858         signed or encrypted raw message as having no illegible text.
6860 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6862         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6863         (gnus-message-with-timestamp-1): New macro.
6864         (gnus-message-with-timestamp): New function.
6865         (gnus-message): Use them.
6867         * nnheader.el (nnheader-message): Use them.
6869 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6871         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6872         .newsrc.eld file.
6874 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6876         * gnus-agent.el (gnus-agent-fetch-headers)
6877         (gnus-agent-retrieve-headers): Bind
6878         gnus-decode-encoded-address-function to identity.
6880         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6881         available also when the server returns simply a dot.
6883         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6885 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6887         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6889 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6891         * gnus-ems.el (gnus-x-splash): Make it work.
6893         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6894         from being used.
6896 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6898         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6899         the front stickiness.
6900         (gnus-article-summary-command-nosave): Correct the order of the
6901         arguments passed to pop-to-buffer.
6902         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6903         summary command ends up with the article buffer.
6905         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6906         the same faces.
6908 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6910         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6912 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6914         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6915         * gnus-sum.el (gnus-summary-highlight):
6916         * mail-source.el (mail-source-delete-old-incoming-confirm):
6917         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6919 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6921         * gnus-art.el (gnus-mime-view-part-externally)
6922         (gnus-mime-view-part-internally): Fix predicate function passed to
6923         completing-read.
6925         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6927         * gnus.el (gnus-update-message-archive-method): Add :version.
6929 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6931         * gnus.el (gnus-update-message-archive-method): New variable.
6933         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6934         according to gnus-message-archive-method if
6935         gnus-update-message-archive-method is non-nil.
6937 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6939         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6940         by Loic Dachary <loic@dachary.org>.
6941         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6943 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6945         * message.el (message-pop-to-buffer): Add switch-function argument.
6946         (message-mail): Pass switch-function argument to it.
6948 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6950         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6951         Improve doc string.
6953 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6955         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6956         (gnus-header-content)
6957         * gnus-cite.el (gnus-cite-10)
6958         * gnus-srvr.el (gnus-server-closed)
6959         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6960         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6961         (gnus-group-mail-3-empty, gnus-group-mail-low)
6962         (gnus-group-mail-low-empty, gnus-splash)
6963         * message.el (message-header-to, message-header-cc)
6964         (message-header-subject, message-header-other, message-header-name)
6965         (message-header-xheader, message-separator, message-cited-text)
6966         (message-mml): Lighten colors of faces used for dark background.
6968 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6970         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6971         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6973 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6975         * message.el (message-narrow-to-headers-or-head):
6976         Ignore mail-header-separator in the body.
6978 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6980         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6981         same as window size.
6983 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6985         * message.el (message-font-lock-keywords): Use message-header-xheader
6986         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6987         ahead of the anything pattern, to get it recognised.
6989 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6991         * gnus-sum.el (gnus-articles-to-read)
6992         (gnus-summary-insert-old-articles): Don't truncate group name for
6993         `read-string'.
6995         * gnus-util.el (gnus-limit-string): Delete this function.
6997         * gnus-sum.el (gnus-simplify-subject-fully): Use
6998         `truncate-string-to-width' instead.
7000 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7002         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7003         if, on summary exit, the next group has to be selected.
7004         (gnus-summary-exit): Use it.
7006 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7008         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7009         non-break space.
7011 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7013         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7014         Check if group is not a directory.
7015         (nnfolder-request-expire-articles): Don't delete articles if the target
7016         group is not available.
7018         * nnml.el (nnml-request-create-group): Properly check if group is not a
7019         file.
7020         (nnml-request-expire-articles): Don't delete articles if the target
7021         group is not available.
7023         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7024         Don't quote characters that are within parentheses.
7026 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7028         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7029         (gnus-handle-ephemeral-exit): Select article according to it.
7031 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7033         * message.el (message-insert-formated-citation-line): Remove newline.
7034         (message-citation-line-format): Add final \n here so that the user can
7035         avoid a blank line.
7037 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7039         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7040         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7041         Update lanl/arXiv support.
7043 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7045         * gnus.el: Bump version number.
7047 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049         * gnus.el (gnus-version-number): Bump version.
7051 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7053         * gnus.el: No Gnus v0.6 is released.
7055 2007-04-27  Didier Verna  <didier@xemacs.org>
7057         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7058         * gmm-utils.el (gmm-regexp-concat): here.
7059         * message.el: Don't require 'gnus-util.
7060         (message-dont-reply-to-names): Handle name change above.
7061         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7063 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7065         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7066         since the initial value varies according to the system.
7068 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7070         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7072 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7074         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7076 2007-04-24  Didier Verna  <didier@xemacs.org>
7078         Improve the type of gnus-ignored-from-addresses.
7079         * gnus-util.el (gnus-orify-regexp): New function.
7080         * message.el (gnus-util): Require it.
7081         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7082         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7085 2007-04-24  Didier Verna  <didier@xemacs.org>
7087         * gnus-sum.el:
7088         * gnus-utils.el: Fix some trailing whitespaces.
7090 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7092         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7093         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7094         article's Message-ID; refer parent article in summary buffer.
7096         * message.el (message-bounce): Call mime-to-mml.
7098 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7100         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7102 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7104         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7105         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7106         displayed of multipart/alternative part if it is invoked from summary
7107         buffer.
7109         * mm-view.el (mm-inline-text-html-render-with-w3m)
7110         (mm-inline-text-html-render-with-w3m-standalone)
7111         (mm-inline-render-with-function): Use mail-parse-charset by default.
7113 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7115         * parse-time.el (parse-time-string-chars): Check if CHAR
7116         is less than the length of parse-time-syntax.
7118 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7120         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7121         from gnus-newsgroup-processable.
7123 2007-04-16  Didier Verna  <didier@xemacs.org>
7125         * gnus-msg.el (gnus-configure-posting-styles): Handle
7126         message-signature-directory properly with :file syntax.  Reported by
7127         "Leo".
7129 2007-04-11  Didier Verna  <didier@xemacs.org>
7131         New user option: message-signature-directory.
7132         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7133         * message.el (message-insert-signature): Ditto.
7134         * message.el (message-signature-file): Doc update.
7135         * message.el (message-signature-directory): New.
7137 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7139         * gnus-msg.el (gnus-inews-yank-articles): Use
7140         message-exchange-point-and-mark instead of exchange-point-and-mark.
7142 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7144         * message.el (message-yank-original): Make sure cited text ends with
7145         newline; don't exchange point and mark.
7147 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7149         * tls.el (open-tls-stream): Properly handle case where there
7150         is no associated buffer.
7152 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7154         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7155         message-yank-original, make sure (< mark TEXT point).
7157 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7159         * message.el (message-fill-column): New variable.
7160         (message-mode): Use it.  Add comment on a possible new hook.
7162         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7163         (nnmail-get-new-mail): Reformat.
7165         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7167         * gmm-utils.el: Fix Commentary.
7168         (gmm-tool-bar-from-list): Fix typo in doc string.
7170 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7172         * message.el (message-yank-original): Don't switch point and mark
7173         unnecessarily to put point and mark as documented.
7175 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7178         from the message heads.
7180 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7182         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7183         article buffer does not have a window.  This may not be the best
7184         solution but is certainly better than setting the start of the null,
7185         that is the current, window.
7187 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7189         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7190         (gnus-draft-setup): Run it.
7192         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7193         gnus-score-fast-scoring.  Allow regexp.
7194         (gnus-score-headers): Use it.
7196         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7197         XEmacs.
7199         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7200         string.
7201         (gnus-button-alist): Also catch `<f1> k ...'.
7202         (gnus-treat-display-x-face): Fix doc string.
7204 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7206         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7207         evaluation of gnus-extended-version to ensure correct generation of the
7208         User-Agent header when message-generate-headers-first is used.
7210 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7212         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7213         hashcash-path is nil.  Don't call callback with incorrect number of
7214         parameters if val is 0.
7216 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7218         * message.el (message-required-news-headers):
7219         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7221 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7223         * message.el (message-generate-new-buffers): Change the meaning of the
7224         nil value; add `standard' to the choices; treat t as `unique'; improve
7225         doc string.
7226         (gnus-select-frame-set-input-focus): Autoload.
7227         (message-buffer-name): Search for the existing message buffer if
7228         message-generate-new-buffers is nil or `standard'; treat the value t of
7229         message-generate-new-buffers as `unique'.
7230         (message-pop-to-buffer): Raise the frame already displaying the message
7231         buffer; clear the echo area after querying.
7232         (message-setup): Pass the `continue' argument to compose-mail.
7233         (message-mail): Prefer `switch-function' if it is given; search for the
7234         existing message buffer if the `continue' argument is non-nil; pass
7235         continue and switch-function arguments to compose-mail by way of
7236         message-setup.
7237         (message-mail-other-window): Adjust argument of message-setup.
7238         (message-mail-other-frame): Ditto.
7240 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7242         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7243         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7244         to turn font-lock on when turning gnus-message-citation-mode on.
7246 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7248         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7249         (mml-smime-function-alist): New variable; add epg as the backend.
7250         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7251         mml-smime- functions instead.
7252         * mm-view.el: Require smime.
7254 2007-03-05  Didier Verna  <didier@xemacs.org>
7256         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7257         instead of just inheritance for posting styles.
7258         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7260 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7262         * tls.el (tls-certtool-program): Fix custom type.
7264 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7266         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7267         and point-at-eol instead of line-(beginning|end)-position.
7269         * assistant.el (assistant-parse-buffer): Ditto.
7271 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7273         * mml2015.el (mml2015-epg-find-usable-key): New function.
7274         (mml2015-epg-sign): Use it.
7275         (mml2015-epg-encrypt): Use it.
7277 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7279         * message.el (message-make-in-reply-to): Quote name containing
7280         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7281         if there are special characters.  Reported by NAKAJI Hiroyuki
7282         <nakaji@jp.freebsd.org>.
7284 2007-02-27  Didier Verna  <didier@xemacs.org>
7286         Include the group parameters as well as the topic ones in the
7287         inheritance filter process.
7288         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7289         argument GROUP-PARAMS-LIST.
7290         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7292 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7294         * nntp.el (nntp-never-echoes-commands)
7295         (nntp-open-connection-functions-never-echo-commands): New variables.
7296         (nntp-send-command): Use them.
7298 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7300         * mml2015.el (mml2015-epg-verify): Simplified.
7302 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7304         * mml.el (mml-content-disposition-alist): New user option.
7305         (mml-content-disposition): New function.
7306         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7307         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7309 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7311         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7312         verification.
7314 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7316         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7317         articles posted in the last 24 hours.
7319 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7321         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7323 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7325         * nntp.el (nntp-send-command): Don't wait for echoes when
7326         nntp-open-ssl-stream is used.
7328 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7330         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7331         (gnus-message-add-citation-keywords)
7332         (gnus-message-remove-citation-keywords): Remove.
7333         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7334         directly, make the variables in font-lock-defaults buffer-local, add
7335         gnus-message-citation-keywords to them and then update the value of
7336         font-lock-keywords.
7338 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7340         * message.el (message-cite-original-1): Don't call
7341         gnus-article-highlight-citation.
7343         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7344         citations; fix line count.
7346 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7348         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7349         (gnus-message-add-citation-keywords)
7350         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7351         versions of font-lock-add-keywords and font-lock-remove-keywords to
7352         work with XEmacs correctly.
7354 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7356         * gnus-cite.el (gnus-cite-face-list): Set the values of
7357         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7358         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7359         (gnus-message-cite-prefix-regexp): New variable.
7360         (gnus-message-search-citation-line): Use it; protect against long
7361         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7362         the 0th match data for Emacs.
7363         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7364         (gnus-message-add-citation-keywords): Append keywords rather than
7365         prepending; emulate font-lock-add-keywords if it is not available.
7366         (gnus-message-remove-citation-keywords): Emulate
7367         font-lock-remove-keywords if it is not available.
7369         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7371         * message.el (message-cite-prefix-regexp): Set the value of
7372         gnus-message-cite-prefix-regexp.
7374 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7376         * nnweb.el (nnweb-google-parse-1): Update parser.
7378 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7380         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7382 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7384         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7385         regexp.
7387 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7389         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7390         string-to-multibyte.
7391         (uudecode-decode-region-internal): Use it.
7393 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7395         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7396         custom choice.
7398         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7400 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7402         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7404         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7405         `write-region' to respect `mm-inhibit-file-name-handlers'.
7407 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7409         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7410         Use gnus-home-directory instead of "~/" or "$HOME".
7412 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7414         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7415         to mention filename.
7416         Add comments at beginning regarding usage.
7417         (encrypt-write-file-contents): Change interactive so a string is
7418         acceptable.  If the file has no associated model, show an error instead
7419         of a nonsense prompt.
7421 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7423         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7424         Thanks to Yoshihiko Yamada for kind notification of this typo.
7426 2007-01-12  Kenichi Handa  <handa@m17n.org>
7428         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7429         multibyte buffer.
7431 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7433         * gnus-score.el (gnus-score-fast-scoring): New variable.
7434         (gnus-score-headers): Use it.
7436         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7438         * message.el (message-cite-original-1): Call
7439         gnus-article-highlight-citation if requested.
7440         (message-make-from): Allow name and address as optional arguments.
7442         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7444         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7445         bugs to doc string.
7446         (gnus-button-alist): Add mid\\|message-id.
7447         (gnus-button-fetch-group): Extend for use in
7448         `browse-url-browser-function'.
7449         (gnus-button-url-regexp): Try to catch paired parentheses like in
7450         Wikipedia URLs.
7452         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7453         Suggested by Simon Krahnke <overlord@gmx.li>.
7455 2007-01-13  Romain Francoise  <romain@orebokech.com>
7457         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7458         Update copyright.
7460 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7462         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7464 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7466         * gnus-registry.el (gnus-registry-unfollowed-groups)
7467         (gnus-registry-split-fancy-with-parent): Fix documentation.
7469 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7472         from nnweb groups.
7474 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7477         Xref urls.  Erase buffer before requesting head.
7479         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7481 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7483         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7484         customizable.
7486 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7488         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7489         no signing key is found.
7490         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7491         no encrypting and/or signing key is found.
7493 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7495         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7497 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7499         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7500         headers read from disk with the ones newly found in the current search.
7501         This should no longer cause problems, because the article numbers in
7502         Gmane's `nov.php' output are ignored since the previous change.
7504 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7506         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7508 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7512 2007-01-01  Romain Francoise  <romain@orebokech.com>
7514         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7516 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7518         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7519         `define-minor-mode' macro definition expanded properly.
7520         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7521         exclude it there.
7523         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7524         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7525         `fboundp' test.
7526         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7527         This is OK to autoload in (S)XEmacs now.
7529 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7532         keystroke.
7533         (gnus-summary-limit-to-singletons): Fix typo.
7535         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7536         else fails.
7538 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7540         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7541         docstring.
7543         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7544         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7545         (gnus-summary-insert-dormant-articles): Fix typo in message.
7547 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7549         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7550         nil for XEmacs.
7551         (gnus-message-citation-mode): Don't autoload in XEmacs.
7553         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7555 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7557         * nnimap.el (nnimap-expunge-search-string): Mention
7558         nnimap-search-uids-not-since-is-evil in docstring.
7560 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7562         * spam.el: Revert to make-obsolete-variable because
7563         define-obsolete-variable-alias is not supported in Emacs 21.
7565         * spam.el (spam-ifile-path, spam-ifile-database-path)
7566         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7567         make-obsolete-variable.
7568         (spam-bsfilter-path, spam-bsfilter-program)
7569         (spam-spamassassin-path, spam-spamassassin-program)
7570         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7571         use "path" inappropriately.
7572         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7573         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7574         variable names.
7576 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7578         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7579         summary buffer.
7581         * password.el (password-cache-remove): Use clear-string to burn
7582         password, if available.
7584 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7586         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7588         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7590         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7591         (gnus-message-highlight-citation): Move defcustom here from
7592         gnus-cite.el.
7593         (gnus-message-citation-mode): Autoload.
7595         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7596         checks to make it compile with XEmacs.
7597         (gnus-message-citation-mode): New minor mode.
7598         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7599         (gnus-message-highlight-citation): New variables.
7600         (gnus-message-search-citation-line)
7601         (gnus-message-add-citation-keywords)
7602         (gnus-message-remove-citation-keywords)
7603         (turn-on-gnus-message-citation-mode)
7604         (turn-off-gnus-message-citation-mode): New functions.
7606 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7608         * gnus-cite.el: Enable highlighting of different citation levels in
7609         message-mode.
7611 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7613         * message.el (message-make-fqdn): Fix comment.
7614         (message-bogus-system-names): Add ".local".
7616         * spam.el (spam-ifile-path, spam-ifile-program)
7617         (spam-ifile-database-path, spam-ifile-database)
7618         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7619         Don't use "path" inappropriately.
7620         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7621         strings.
7622         (spam-check-ifile, spam-ifile-register-with-ifile)
7623         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7624         new variable names.
7626         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7627         (gnus-treat-display-smileys): Simplify using
7628         gnus-image-type-available-p.
7630         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7631         available.
7633 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7635         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7636         one after turning on the buffer's multibyteness instead of decoding
7637         them directly in the unibyte buffer that causes unexpected conversion
7638         in Emacs 23 (unicode).
7640 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7642         * message.el (message-generate-hashcash): Fix custom type.
7644 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7646         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7648 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7650         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7651         disconnect icons.  Add help text.
7653 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7655         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7656         negated to be consistent with the others we handle.
7658 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7661         version of gnus-summary-buffer to something, so that we can use two
7662         article buffers at the same time.
7664 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7666         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7667         trigger all the extra headers.
7668         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7669         sorting.
7671 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7673         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7674         solid groups.
7676 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7678         * legacy-gnus-agent.el: Add Copyright notice.
7680 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7682         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7684 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7688         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7689         to make it work reliably in CVS Emacs.
7690         (gnus-summary-limit-strange-charsets-predicate)
7691         (gnus-summary-limit-to-predicate): New functions.
7693 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7695         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7696         specifying array size.
7697         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7698         array if it is too small.
7699         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7700         (gnus-sort-threads-loop): New function.
7702 2006-12-06  Chris Moore  <dooglus@gmail.com>
7704         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7705         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7707 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7709         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7710         options.
7712 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7714         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7715         DOS-ing the recipient.
7717         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7718         the headers when creating the mapping to avoid mismappings.
7719         (nnweb-gmane-create-mapping): Always nix out old mapping.
7721 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7723         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7724         and mm-verify-option to never.
7726 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7728         * message.el (message-signed-or-encrypted-p): New function.
7729         (message-forward-make-body): Use it.
7731         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7732         Replace encode-coding-string with mm-encode-coding-string.
7734 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7736         * nneething.el (nneething-decode-file-name): Replace
7737         decode-coding-string with mm-decode-coding-string.
7739         * gnus-int.el (gnus-open-server): Say failed server's name.
7741 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7743         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7744         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7746         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7747         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7748         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7749         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7750         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7751         (gnus-subscribe-newsgroup, gnus-1):
7752         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7753         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7754         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7755         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7757 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7760         keystroke.
7761         (gnus-summary-limit-to-bodies): Implement headersp.
7763 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7767 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7771 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773         * message.el (message-generate-hashcash): Expand range of values to
7774         include `opportunistic'.
7775         (message-send-mail): Use it.
7777 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7779         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7780         and comment it.
7782         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7784 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7786         * gnus-util.el (gnus-extract-address-components): Improve comment.
7788 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7790         * gnus-util.el (gnus-extract-address-components): Work with address in
7791         which the name portion contains @.
7793 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7795         * gnus.el (gnus-start): Move custom group up.
7796         (gnus-select-method): Don't autoload, but make it available for
7797         `customize-variable'.
7798         (gnus-getenv-nntpserver): Don't autoload.
7800 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7802         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7804 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7806         * message.el (message-sendmail-extra-arguments): New variable.
7807         (message-send-mail-with-sendmail): Use it.
7809 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7811         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7812         mm-with-unibyte-current-buffer to make string unibyte.
7814         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7815         mm-string-as-multibyte.
7817 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7819         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7820         Reported by Werner Koch <wk@gnupg.org>.
7822 2006-11-14  Daiki Ueno  <ueno@p360>
7824         * mml2015.el: Autoload epa-select-keys when compiling.
7826 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7828         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7829         message-options.
7830         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7832 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7834         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7835         EasyPG (< 0.0.6).
7836         (mml2015-always-trust): New user option.
7837         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7838         prompt.
7840 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7842         * nntp.el (nntp-authinfo-force): New variable.
7843         (nntp-send-authinfo): Use it.
7845 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7847         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7848         decode encoded words.  Improve prompt.  Add comment about forwarding.
7849         (message-replacement-char): Move up.
7851 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7853         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7854         instead of gnus-intersection because arguments of gnus-sorted-nunion
7855         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7857 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7859         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7860         (message-simplify-subject-functions): Enable
7861         message-strip-subject-encoded-words by default.
7863 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7865         * message.el (message-strip-subject-encoded-words): New function.
7866         (message-simplify-subject-functions): New variable.
7867         (message-simplify-subject): Use it.  Fix typo in doc string.
7868         Support message-strip-subject-encoded-words.
7870 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7872         * gnus-diary.el (gnus-diary-delay-format-function):
7873         * nndiary.el (nndiary-reminders):
7874         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7876 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7878         * gnus-art.el (article-hide-boring-headers): Fetch date from
7879         gnus-original-article-buffer to avoid problems with localized date
7880         strings.
7882 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7884         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7886 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7888         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7889         New variables.
7890         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7891         (mm-charset-synonym-alist): Move some entries to
7892         mm-codepage-iso-8859-list.
7893         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7894         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7896 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7898         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7900 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7902         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7903         with Emacs 21 and XEmacs.
7905 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7907         * spam.el (spam-parse-address): New function for better parsing,
7908         catching errors, etc.
7909         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7911 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7913         * mm-view.el: Add interactive arg to html2text autoload.
7915 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7917         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7919 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7921         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7922         variables.
7923         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7924         (mm-charset-synonym-alist): Move some entries to
7925         mm-codepage-iso-8859-list.
7927         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7929 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7931         * message.el (message-citation-line-format)
7932         (message-insert-formated-citation-line): Fix implementation of %E, %N
7933         and %n according to the doc string.
7935 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7937         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7938         car-safe to avoid bad parses.
7940 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7942         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7943         names.
7945         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7947 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7949         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7950         header.
7952         * message.el (message-draft-headers): Add Date.
7953         (message-headers-to-generate): Fix typo in docstring.
7955         * nndraft.el (nndraft-required-headers): New variable.
7956         (nndraft-generate-headers): Use it.
7958         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7960 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7962         * gnus-registry.el (gnus-registry-wash-for-keywords)
7963         (gnus-registry-find-keywords): New functions to allow easy searching of
7964         articles that are in the registry.
7966 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7968         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7969         ietf-drums-parse-address instead of gnus-extract-address-components.
7970         Reported by Damien Elmes <damien@repose.cx>.
7972 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7974         * gnus.el (gnus-mime): Remove unused custom group.
7976 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7978         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7979         "blank line" when searching for end of armor headers.
7981 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7983         * gmm-utils.el (gmm-write-region): Fix variable name.
7985 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7987         * gmm-utils.el (gmm-write-region): New function based on compatibility
7988         code from `mm-make-temp-file'.
7990         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7992         * nnmaildir.el (nnmaildir--update-nov)
7993         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7994         Use `gmm-write-region'.
7996 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7998         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7999         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8001         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8003         * message.el (message-replacement-char): New variable.
8004         (message-fix-before-sending): Use it.
8005         (message-simplify-subject): New function to remove duplicate code.
8006         (message-reply, message-followup): Use it.
8008         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8009         gnus-summary-limit-to-articles.
8011 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8013         * gnus-util.el (gnus-with-local-quit): New macro.
8015         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8017 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8019         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8020         ignore non-string data.
8022 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8024         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8025         non-string data (needs to be done in the registry too).
8027 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8029         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8030         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8031         (gnus-registry-split-fancy-with-parent)
8032         (gnus-registry-fetch-simplified-message-subject-fast)
8033         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8034         Remove text properties on ingress into the registry and when it's saved.
8035         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8036         registry from entries with no groups.
8038 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8040         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8041         function to remove string properties.
8043 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8045         * gmm-utils.el (gmm): Adjust custom version.
8047         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8048         custom version.
8050         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8052 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8054         * gnus-art.el (gnus-insert-prev-page-button)
8055         (gnus-insert-next-page-button): Simplify.  Reformat.
8057 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8059         * gnus-art.el (gnus-insert-prev-page-button)
8060         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8062 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8064         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8066 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8068         * gnus-art.el (gnus-insert-mime-button)
8069         (gnus-insert-mime-security-button):
8070         Apply gnus-article-button-face to MIME and security buttons.
8072 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8074         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8075         readable.
8077 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8079         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8080         `browse-url-of-file' instead of `browse-url'.
8082 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8084         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8085         regexp.  Articles containing quotation were cut prematurely.
8087 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8089         * message.el (message-cite-original-1): Use nobody by default for the
8090         value of From header.
8091         (message-reply): Ditto.
8093 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8095         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8096         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8097         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8099 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8101         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8102         mails in the doc string.  Add some URLs in comment.
8103         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8105 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8107         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8108         backslashes handling and the way to find boundaries of quoted strings.
8110 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8112         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8113         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8114         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8115         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8117 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8119         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8120         doc string.
8121         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8123 2006-09-06  Simon Josefsson  <jas@extundo.com>
8125         * mml2015.el (mml2015-use): Doc fix, mention epg.
8127 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8129         * mml2015.el (mml2015-use): Default to epg, if available.
8131 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8133         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8134         message-sender.
8135         (mml1991-epg-encrypt): Ditto.
8136         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8137         message-sender.
8138         (mml2015-epg-encrypt): Ditto.
8140 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8142         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8143         several common directories.
8145 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8147         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8148         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8150 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8152         * gnus-art.el (article-decode-encoded-words): Make it fast.
8154 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8156         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8158         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8159         in quoted string into `\'.
8161 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8164         Use standard-syntax-table.
8166 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8168         * gnus-art.el (gnus-decode-address-function): New variable.
8169         (article-decode-encoded-words): Use it to decode headers which are
8170         assumed to contain addresses.
8171         (gnus-mime-delete-part): Remove useless `or'.
8173         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8174         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8175         (gnus-nov-parse-line): Use it to decode From header.
8176         (gnus-get-newsgroup-headers): Ditto.
8177         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8179         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8180         (mail-decode-encoded-address-string): New alias.
8182         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8183         New function.
8184         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8185         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8186         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8187         (rfc2047-decode-string): Ditto.
8188         (rfc2047-decode-address-region): New function.
8189         (rfc2047-decode-address-string): New function.
8191 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8193         * message.el (message-caesar-buffer-body): Allow rotating headers.
8195         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8197         * message.el (message-insert-formated-citation-line): Fix %f.
8198         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8200 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8202         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8203         (gnus-bookmark-mouse-available-p): New macro.
8204         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8205         (gnus-bookmark-bmenu-show-infos): Use it.
8206         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8207         (gnus-bookmark-bmenu-hide-infos): Ditto.
8208         (gnus-bookmark-remove-properties): New function.
8209         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8210         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8211         (gnus-bookmark-write-file): Bind coding-system-for-write.
8212         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8213         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8214         group before selecting it.
8215         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8216         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8217         quit-window if it is not available; use gnus-mouse-2 and bind it to
8218         gnus-bookmark-bmenu-select-by-mouse.
8219         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8220         (gnus-bookmark-bmenu-select-by-mouse): New function.
8222 2006-08-13  Romain Francoise  <romain@orebokech.com>
8224         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8225         space.
8227 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8229         * compface.el (uncompface): Use binary rather than raw-text-unix.
8231 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8233         * compface.el (uncompface): Make sure the eol conversion doesn't take
8234         place when communicating with the external programs.  Reported by
8235         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8237 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8239         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8241 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8243         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8244         Make it more robust by parsing author and date independently.
8246 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8248         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8250 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8252         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8253         first matching secret key.
8254         (mml2015-epg-encrypt): Ditto.
8256         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8257         first matching secret key.
8258         (mml1991-epg-encrypt): Ditto.
8260         * mml2015.el (mml2015-encrypt-to-self): New user option.
8261         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8262         mml2015-epg-encrypt-to-self is set.
8264         * mml1991.el (mml1991-encrypt-to-self): New variable.
8265         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8266         mml1991-epg-encrypt-to-self is set.
8268         * mml2015.el (mml2015-signers): New user option.
8269         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8270         (mml2015-epg-encrypt): Allow to select signing keys.
8272         * mml1991.el (mml1991-signers): New variable.
8273         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8274         (mml1991-epg-encrypt): Allow to select signing keys.
8276 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8278         * nnheader.el (nnheader-insert-head): Make it work even if the file
8279         uses CRLF for the line-break code.
8281 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8283         * mml2015.el: Require mml-sec instead of password.
8284         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8285         (mml2015-cache-passphrase): Inherit the default value from
8286         mml-secure-cache-passphrase.
8287         (mml2015-passphrase-cache-expiry): Inherit the default value from
8288         mml-secure-passphrase-cache-expiry.
8290         * mml1991.el: Require mml-sec instead of password.
8291         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8292         (mml1991-cache-passphrase): Inherit the default value from
8293         mml-secure-cache-passphrase.
8294         (mml1991-passphrase-cache-expiry): Inherit the default value from
8295         mml-secure-passphrase-cache-expiry.
8297         * mml-sec.el: Require password.
8298         (mml-secure-verbose): New user option.
8299         (mml-secure-cache-passphrase): New user option.
8300         (mml-secure-passphrase-cache-expiry): New user option.
8302 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8304         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8305         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8306         andreas@altroot.de (Andreas Vögele).
8308         FIXME: Use `tiny change'?
8310 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8312         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8313         workaround for the url package included with Emacs.
8315         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8317 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8319         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8320         correctly.  This fixes a bug caused by the 2006-05-12 change.
8322 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8324         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8325         some information about the error when saying that the `bogus' mail
8326         group will be used.
8328 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8330         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8331         string.
8333 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8335         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8337 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8339         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8341 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8343         * mml1991.el (mml1991-function-alist): Add epg.
8344         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8345         (mml1991-epg-encrypt): New functions.
8347 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8349         * mml2015.el (mml2015-verbose): New variable.
8350         (mml2015-cache-passphrase): Ditto.
8351         (mml2015-passphrase-cache-expiry): Ditto.
8352         (mml2015-function-alist): Add epg.
8353         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8354         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8355         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8356         functions.
8358 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8360         * message.el (message-cite-original-1): Preserve region when removing
8361         quoted text due to X-No-Archive in order to avoid bogus attribution
8362         when citing multiple messages.
8364 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8366         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8367         Kenneth Jacker <khj@be.cs.appstate.edu>.
8369 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8371         * gnus-diary.el (gnus-user-format-function-d)
8372         (gnus-user-format-function-D): Autoload.
8374         * imap.el (Commentary): Fix typo.
8376         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8377         2006-04-22 contribution.
8379 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8381         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8382         It didn't really fix the bogosity I'm seeing with solid web groups.
8384 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8386         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8387         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8388         created using server names.  If we use the feature without declaring
8389         it, Gnus does not properly manage server and group state.
8391         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8392         bound.
8394 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8396         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8397         looking up the method using GROUP's prefix before inventing a new one.
8398         It is used on killed/unknown groups in various places where returning
8399         an all-new method isn't expected by the caller.
8401         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8402         and match semantics of gnus-group-real-prefix.
8404 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8406         * nnmail.el (nnmail-broken-references-mailers): New variable.
8407         (nnmail-ignore-broken-references): New function generalizing
8408         nnmail-fix-eudora-headers.
8409         (nnmail-fix-eudora-headers): Now obsolete.
8411         * gnus-art.el (gnus-button-handle-custom): Support
8412         `customize-apropos*'.
8414 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8418         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8419         articles.
8421 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8423         * message.el (message-cite-reply-above): New variable.
8424         (message-yank-original): Use it.
8426 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8428         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8430 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8432         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8433         as read.
8435         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8437 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8439         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8440         (gnus-bookmark-default-file): Use gnus-directory.
8441         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8442         Remove "*" in doc string.
8443         (gnus-bookmark-write-file): Simplify.
8444         (gnus-bookmark-maybe-sort-alist): Use `when'.
8445         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8446         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8447         FIXME about Emacs 21 and XEmacs compatibility.
8448         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8449         compatibility.
8450         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8451         compatibility.
8452         (gnus-bookmark-menu-heading): Fix version.
8454 2006-06-19  Bastien Guerry  <bzg@altern.org>
8456         * gnus-bookmark.el: New file.
8458 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8460         * message.el (message-syntax-checks): Doc fix.
8462 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8464         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8465         unsubscribed groups as if they were killed ones.  It causes duplicate
8466         entries in gnus-newsrc-alist.
8468 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8470         * message.el (message-syntax-checks): Doc fix.
8471         (message-send-mail): Add check for continuation headers.
8472         (message-check-news-header-syntax): Fix regexp used to check for
8473         continuation headers.
8475 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8477         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8479 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8481         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8483 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8485         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8486         default-truncate-lines.
8488 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8490         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8491         to fill the utf-8 entry.
8493 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8495         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8497 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8499         * gnus-agent.el (directory-files-and-attributes): Move all the way
8500         forward (the third and final move).
8501         (gnus-agent-read-agentview): Trap reconstruction errors due to
8502         nonexistent directory.  Handle by returning nil.
8504 2006-05-30  Didier Verna  <didier@xemacs.org>
8506         * message.el (message-dont-reply-to-names): Update the custom type.
8507         * message.el (message-dont-reply-to-names): New defsubst: potentially
8508         convert a list of regexps into a single one.
8509         * message.el (message-get-reply-headers): Use it.
8510         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8512 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8514         * gnus-agent.el (directory-files-and-attributes): Move forward.
8516 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8518         * gnus-ml.el (gnus-mailing-list-subscribe)
8519         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8520         (gnus-mailing-list-message): Fix doc strings.
8522 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8524         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8525         of doing it manually.
8527 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8529         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8530         comment.
8532 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8534         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8535         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8536         (gnus-agent-read-local): All symbols allocated in my-obarray.
8537         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8538         (gnus-agent-regenerate-group): Check numeric names to see if they are
8539         messages or groups.
8540         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8541         better way of do this...)
8543         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8544         'dummy.group' (there should be a better way of do this...)
8546 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8548         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8549         (gnus-saved-headers): Ditto.
8550         (gnus-default-article-saver): Mention functions may have properties.
8551         (gnus-article-save): Override gnus-save-all-headers and
8552         gnus-saved-headers by :headers property which saver function may have.
8553         (gnus-summary-save-in-file): Add :headers property.
8554         (gnus-summary-write-to-file): Ditto.
8556         * gnus-sum.el (gnus-summary-save-article): Bind
8557         gnus-prompt-before-saving to t when saving many articles in a file;
8558         always show all headers.
8560 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8562         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8563         marks.
8565         * message.el (message-indent-citation): Add optional arguments to allow
8566         using it outside of message buffers.
8568         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8569         (gnus-article-treat-unfold-headers): Use it.
8570         (gnus-article-truncate-lines): New variable.
8571         (gnus-article-mode): Use it.
8572         (gnus-article-toggle-truncate-lines): New function.
8574         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8575         gnus-article-toggle-truncate-lines.
8577         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8578         coding system in XEmacs, use binary.
8580 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8582         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8583         after-load-alist.
8585         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8586         this function should save decoded articles.
8587         (gnus-summary-write-to-file): Use property to specify this function
8588         should save decoded articles and specify gnus-summary-save-in-file
8589         should be used to save articles other than the first one when saving
8590         many articles.
8591         (gnus-summary-save-body-in-file): Use property to specify this
8592         function should save decoded articles.
8593         (gnus-summary-write-body-to-file): Use property to specify this
8594         function should save decoded articles and specify
8595         gnus-summary-save-body-in-file should be used to save articles other
8596         than the first one when saving many articles.
8598         * gnus-sum.el (gnus-summary-save-article): Simplify.
8600 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8602         * gnus-art.el (gnus-default-article-saver): Add
8603         gnus-summary-write-body-to-file.
8604         (gnus-article-save-coding-system): Don't use coding system object
8605         in XEmacs.
8606         (gnus-read-save-file-name): Add optional `dir-var' argument which
8607         specifies directory in which files are saved; work even if optional
8608         `variable' argument is not specified.
8609         (gnus-summary-write-to-file): Read file name.
8610         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8611         (gnus-summary-write-body-to-file): New function.
8613         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8614         (gnus-summary-local-variables): Add it.
8615         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8616         (gnus-summary-save-article): Remove optional `decode' argument;
8617         determine whether to decode articles by the value of
8618         gnus-default-article-saver; when saving many files using
8619         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8620         it first and use gnus-summary-save-in-file or
8621         gnus-summary-save-body-in-file thereafter unless
8622         gnus-prompt-before-saving is always; move point to article which
8623         will be saved.
8624         (gnus-summary-save-article-file): Revert.
8625         (gnus-summary-write-article-file): Revert.
8626         (gnus-summary-save-article-body-file): Revert.
8627         (gnus-summary-write-article-body-file): New function.
8629 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8631         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8633 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8635         * gnus-art.el (gnus-default-article-saver): Doc fix.
8636         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8637         from gnus-summary-save-article-coding-system, and default to a
8638         certain coding system.
8639         (gnus-output-to-file): Add coding cookie and encode text according
8640         to gnus-article-save-coding-system; don't use mm-append-to-file.
8642         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8643         gnus-art.el and rename to gnus-article-save-coding-system.
8644         (gnus-summary-save-article): Require gnus-art; don't show all
8645         headers if it decodes articles; don't add coding cookie here;
8646         don't bind mm-text-coding-system-for-write.
8647         (gnus-summary-save-article-file): Save decoded articles.
8648         (gnus-summary-write-article-file): When saving many files, use
8649         gnus-summary-write-to-file first and gnus-summary-save-in-file
8650         thereafter unless gnus-prompt-before-saving is always.
8651         (gnus-summary-save-article-body-file): Save decoded articles.
8653 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8655         * nnrss.el (nnrss-check-group): Bind hash-index.
8657 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8659         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8660         its hash index.  Store this hash in `nnrss-group-data'.
8661         (nnrss-read-group-data): Update accordingly.
8663 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8665         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8666         entry.
8668         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8669         gnus-article-browse-html-article.
8671 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8673         * gnus-sum.el (gnus-summary-mime-map): Add
8674         gnus-article-browse-html-article.
8675 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8677         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8678         suitable coding systems in customize.
8680 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8682         * mail-source.el (mail-sources): Fix custom type.
8684 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8686         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8687         (gnus-summary-expire-articles-now): Shorten prompt.
8689         * gmm-utils.el (wid-edit): Require.
8690         (defun-gmm): Renamed from `gmm-defun-compat'.
8691         (gmm-image-search-load-path): Use it.
8692         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8694 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8696         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8697         variable.
8698         (gnus-summary-save-article): Add optional `decode' argument.  If
8699         it is set and gnus-summary-save-article-coding-system is non-nil,
8700         save decoded article.
8701         (gnus-summary-write-article-file): Save decoded article if
8702         gnus-summary-save-article-coding-system is non-nil.
8704         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8705         type.
8707 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8709         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8711 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8713         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8714         first to test gnus-single-article-buffer which may be buffer-local.
8716         * gnus-sum.el (gnus-summary-setup-buffer): Make
8717         gnus-single-article-buffer buffer-local and nil in ephemeral
8718         group; make gnus-article-buffer, gnus-article-current, and
8719         gnus-original-article-buffer always buffer-local.
8720         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8721         group.
8722         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8724 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8726         * nnml.el (nnml-request-compact-group): Compressed files might not
8727         have .gz extension.
8729 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8732         (mm-copy-to-buffer): Use with-current-buffer.
8733         (mm-display-part): Simplify.
8734         (mm-inlinable-p): Add optional arg `type'.
8736 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8739         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8740         Try harder to show the attachment internally or externally using
8741         gnus-mime-view-part-as-type.
8743 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8745         * message.el (message-from-style, message-signature-separator)
8746         (message-user-organization-file, message-send-mail-function)
8747         (message-citation-line-function, message-yank-prefix)
8748         (message-indent-citation-function, message-signature)
8749         (message-signature-file, message-signature-insert-empty-line):
8750         Remove autoloads.
8752         * gnus-art.el (gnus-buttonized-mime-types): Remove
8753         "multipart/signed".  Revert 2006-04-26 change.
8755 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757         * gnus.el (gnus-version-number): Bump version.
8759 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8761         * gnus.el: No Gnus v0.5 is released.
8763 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8765         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8766         fetching articles by message-id.
8768 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770         * message.el (hashcash): Require hashcash as normal.
8772         * ecomplete.el (ecomplete-highlight-match-line): Use
8773         point-at-eol.
8774         (ecomplete-highlight-match-line): Use `highlight', because that
8775         face exists in both Emacs and XEmacs.
8777         * message.el (message-display-abbrev): Use point-at-bol.
8779         * mail-source.el: Don't require timer/timer-funcs.
8781         * gnus-async.el: Ditto.
8783         * password.el: Ditto.
8785         * mm-url.el: Ditto.
8787         * mm-util.el: Require timer/timer-funcs.
8789 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8791         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8792         Close.
8794 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8796         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8797         unibyte after clear-decrypt function runs.
8799         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8800         returns as a unibyte string.
8802 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8804         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8805         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8806         (mml1991-pgg-encrypt): Ditto.
8808 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8810         * message.el (message-user-organization-file): Check several
8811         locations of the organization file.
8813         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8814         Add gnus-article-view-part-as-type.
8816         * gnus-art.el (gnus-article-view-part-as-type): New function.
8818         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8819         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8821         * mml.el: Simplify autoload.
8822         (mml-mode): defvar dnd-protocol-alist instead of using
8823         symbol-value.
8824         (mml-default-directory): New variable.
8825         (mml-minibuffer-read-file): Use it.
8826         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8828         * message.el (message-citation-line-format): New variable.
8829         (message-insert-formated-citation-line): New function.
8830         (message-citation-line-function): Add
8831         `message-insert-formated-citation-line' to custom type.
8833         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8834         to doc string.
8836         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8837         depending on mm-verify-option.
8839 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8841         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8842         binding pgg-* variables; reimplement the section which prevents
8843         MIME header from being signed.
8844         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8845         pgg-text-mode; remove a blank line at the top of body.
8847         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8848         lines at the top of body; use gnus-newsgroup-charset if there's no
8849         Charset header.
8851 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8853         * message.el (message-self-insert-commands): Doc fix.
8855         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8856         (mm-uu-pgp-encrypted-test): Ditto.
8857         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8858         between header and body; return application/pgp-encrypted handle
8859         if decryption failed; decode decrypted body by charset.
8861         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8862         element match to application/pgp-*.
8864 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8866         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8867         HTML.
8869 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871         * mail-source.el (mail-source-call-script): Message the error
8872         string.
8874 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876         * gnus-util.el (gnus-byte-compile): Use it.
8878 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8880         * gnus-util.el (kill-empty-logs): New function.
8882 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884         * message.el (message-mail-alias-type): Doc fix.
8885         (message-mail-alias-type-p): New function.
8886         (message-send): Use it.
8887         (message-mode): Ditto.
8888         (message-strip-forbidden-properties): Ditto.
8890         * ecomplete.el (ecomplete-database-file-coding-system): New
8891         variable.
8892         (ecomplete-save): Use it.
8893         (ecomplete-setup): Use it.
8895 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8897         * message.el (message-self-insert-commands): New variable.
8898         (message-strip-forbidden-properties): Use it.
8900 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8903         that doesn't make XEmacs choke.
8905 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8907         * gnus-util.el (gnus-replace-in-string):
8908         Prefer replace-regexp-in-string over of replace-in-string.
8910 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8912         * gnus-util.el (gnus-select-frame-set-input-focus):
8913         Use select-frame-set-input-focus if it is available in XEmacs; use
8914         definition defined in Emacs 22 for old Emacsen.
8916 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8918         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8920 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8922         * gnus-registry.el (gnus-registry-cache-save): Remove text
8923         properties when saving via the temp buffer.
8925 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8927         * message.el (message-generate-hashcash): Honor custom type.
8929 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931         * message.el (message-generate-hashcash): Default to non-nil when
8932         hashcash is found.
8934         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8935         (gnus-refer-thread-limit): Increase default to 500.
8937         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8939         * flow-fill.el (fill-flowed): Allow delete-space.
8941 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8943         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8944         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8945         Remove autoloads.
8947 2006-04-18  Simon Josefsson  <jas@extundo.com>
8949         * message.el (message-generate-hashcash): Default to.
8951 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8953         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8954         concatenating segments rather than before concatenating them.
8956 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8958         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8960         * imap.el (imap-quote-specials): New function.
8961         (imap-login-auth): Quote specials.
8963 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8967         * message.el (message-forward-make-body-plain): Allow
8968         message-forward-ignored-headers to be a list.
8969         (message-remove-ignored-headers): Factor out into function.
8970         (message-forward-make-body-mml): Use it.
8971         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8972         (rfc2231-parse-string): Allow concatanation of parameters that
8973         aren't contiguous.  The test case is
8974           (mail-header-parse-content-type "message/external-body;
8975             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8976             access-type=LOCAL-FILE;
8977             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8979 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * nntp.el (nntp-accept-process-output): Return the value of
8982         `nnheader-accept-process-output'.
8984 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8987         (gnus-button-alist): Recognize more diff formats.
8988         (gnus-button-patch): Strip directory.
8990 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8992         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8993         Emacs 22 when setting focus.
8995 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997         * gnus-art.el (gnus-article-treat-types): Do treatment of
8998         text/x-verbatim parts.
8999         (gnus-button-patch): New command.
9001         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9002         addresses that contain invalid characters.
9004 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006         * message.el (message-put-addresses-in-ecomplete): Use
9007         gnus-replace-in-string.
9008         (message-is-yours-p): Use the more correct
9009         mail-header-parse-address instead of
9010         mail-extract-address-components.
9011         (message-put-addresses-in-ecomplete): Fix typo.
9013         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9014         keystroke.
9016         * gnus-art.el (gnus-treatment-function-alist): Change order of
9017         newsgroups/generic header folding to avoid double-folding.
9019         * message.el (message-hidden-headers): Add X-Draft-From.
9021         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9022         command.
9023         (gnus-summary-repeat-search-article-backward): New command.
9025         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9026         groups in the parent topic.
9028 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9030         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9031         (spam-extra-header-to-number): Return the CRM114 number as a
9032         number instead of a string.
9034 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036         * gnus-art.el (gnus-face-properties-alist): Moved here from
9037         gnus-fun.
9039         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9041 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043         * message.el (message-strip-forbidden-properties): Only display on
9044         self-insert-command.
9046         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9047         reindent.
9048         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9050 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9052         * smiley.el (smiley-style): Fix typo.
9054 2006-03-23  Kenichi Handa  <handa@m17n.org>
9056         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9057         instead of set-buffer-multibyte.
9059 2006-03-23  Kenichi Handa  <handa@m17n.org>
9061         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9062         buffer and then decode the buffer text if necessary.
9063         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9064         first, and after mm-encode-body, change the buffer to unibyte.
9066 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068         * hashcash.el (hashcash-insert-payment-async-2): Use
9069         message-goto-eoh instead of doing it manually.
9070         (mail-add-payment): Use message-narrow-to-header instead of trying
9071         to do the same itself.
9073         * message.el (message-hidden-headers): Add Face.
9075         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9076         reparenting code.
9077         (gnus-summary-reparent-children): Refactored out code.
9078         (gnus-summary-thread-map): New keystroke.
9079         (gnus-summary-reparent-children): Make into command.
9081         * smiley.el (smiley-style): Default to `medium' if using a large
9082         font.
9084         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9085         does it itself.
9087         * message.el (message-point-in-header-p): Simplify definition.
9089 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091         * nnagent.el (nnagent-request-set-mark): Silence log file
9092         writing.
9093         (nnagent-request-set-mark): Use write-region instead of
9094         append-to-file.
9096         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9097         strange select method.
9099         * ecomplete.el (ecomplete-display-matches): Get highlightling
9100         right.
9101         (ecomplete-display-matches): Use literals.
9102         (ecomplete-display-matches): Disable message logging.
9104         * message.el (message-display-abbrev): Small optimization.
9106         * ecomplete.el (ecomplete-display-matches): Allow automatic
9107         display.
9109         * message.el (message-strip-forbidden-properties): Display
9110         abbrevs.
9111         (message-display-abbrev): Get automatic display right.
9113         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9114         keystrokes.
9116 2006-04-13  Romain Francoise  <romain@orebokech.com>
9118         TODO: Backport to v5-10!
9120         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9121         Moved here (and renamed) from gnus-registry.el.
9123         * gnus-registry.el: Require gnus-util.
9124         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9126 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128         * gnus-group.el (gnus-group-catchup-current): Change
9129         if-then-else-if-then-else into cond.
9130         (gnus-group-catchup): Indent.
9131         (group-name-at-point): New function.
9132         (gnus-fetch-group): Provide default from thing at point.
9134 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136         * message.el (message-display-abbrev): Fix regexp.
9138         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9139         choosing.
9140         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9141         dead variables.
9143         * message.el (message-newline-and-indent): Remove debugging.
9144         (message-display-abbrev): Use new implementation.
9146 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9148         * gnus-art.el (gnus-article-mode): Set
9149         cursor-in-non-selected-windows to nil.
9151         * smiley.el: Revert previous change.
9152         (smiley-data-directory): defvar it before using it in the
9153         defcustom of `smiley-style'.
9155 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157         * message.el (message-newline-and-indent): New function.
9159         * ecomplete.el: Implement more bits.
9161         * message.el (message-put-addresses-in-ecomplete): Clean up the
9162         string.
9164         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9166         * gnus-sum.el (gnus-summary-save-parts): Bind
9167         gnus-summary-save-parts-counter and use it to make unique file
9168         names.
9170         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9172         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9173         parameter to say whether to actually parse the individual
9174         addresses.
9176         * message.el (message-put-addresses-in-ecomplete): New function.
9177         (ecomplete): Require.
9178         (message-mail-alias-type): Add ecomplete as an option.
9180 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9182         * flow-fill.el (fill-flowed): Remove trailing space from blank
9183         quoted lines.
9185 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187         * smiley.el (smiley-style): Move definition later to avoid a
9188         compilation warning.
9190 2006-04-12  Kenichi Handa  <handa@m17n.org>
9192         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9193         buffer and then decode the buffer text if necessary.
9194         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9195         first, and after mm-encode-body, change the buffer to unibyte.
9196         Use mm-disable-multibyte instead of set-buffer-multibyte.
9198 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9200         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9201         Content-Type header instead of Content-Disposition header.
9202         (gnus-mime-inline-part): Ditto.
9203         (gnus-mime-view-part-as-charset): Ignore charset that the part
9204         specifies.
9206         * mm-decode.el (mm-display-part): Work with external parts and
9207         usual parts similarly.
9209         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9210         instead of gnus-display-mime.
9212         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9213         instead of with-temp-buffer.
9215         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9216         tag to summarized topics part in order to encode non-ASCII text.
9218 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9220         * smiley.el (smiley-style): New variable.
9221         (smiley-directory): New function.
9222         (smiley-data-directory): Derive from `smiley-style' using
9223         `smiley-directory'.
9224         (smiley-regexp-alist): Add new entries.
9226         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9227         (gnus-article-browse-delete-temp): Add :version.
9229 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9231         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9232         the sieve region.
9234 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236         * gnus.el (gnus-version-number): Bump version.
9238 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9240         * gnus.el: No Gnus v0.4 is released.
9242 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9245         layout.
9247         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9248         unknown charset.
9250         * message.el (message-header-synonyms): Add Original-To to the
9251         default.
9253         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9254         optional parameter.
9256 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9258         * gnus-fun.el (gnus): Require it for gnus-directory.
9260 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9262         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9264 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9266         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9268 2006-04-05  Simon Josefsson  <jas@extundo.com>
9270         * password.el (password-reset): New function.
9272 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9274         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9275         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9277 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9279         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9280         Some whitespace was matched into the url, which broke browsing hits
9281         > 100 when mm-url-use-external was nil.
9283 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9285         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9286         gnus-extra-headers for 'Newsgroups.
9288         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9289         bound.
9291 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9293         * pgg-gpg.el: Clean up process buffers every time gpg processes
9294         complete.
9296 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9298         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9299         doc string.
9301 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9303         * pgg-gpg.el (pgg-gpg-process-filter)
9304         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9306         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9307         lines, temporary fix.
9309 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9311         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9313 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9315         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9316         default-enable-multibyte-characters.  This reverts the change from
9317         revision 6.17 which is no longer necessary because the passphrase
9318         is sent separately now.  GnuPG messages are unreadable under
9319         multibyte locales with default-enable-multibyte-characters set to
9320         nil.
9322 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9324         * message.el (message-tool-bar-gnome): Move "spell".
9326 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9328         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9329         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9330         instead.
9332 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9334         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9335         newsgroups handling for NNTP overviews which don't include
9336         Newsgroups.
9338 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9340         * message.el (message-resend): Bind message-generate-hashcash to nil.
9342 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9345         when searching for already-paid recipients.
9347 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9349         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9350         passphrases when it is not needed.
9351         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9352         passphrase stuff from gpg, should only be necessary when you use
9353         gpg with a smartcard.
9355 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9357         * mml.el (mml-insert-mime): Ignore cached contents of
9358         message/external-body part.
9360         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9361         (mm-insert-part): Ditto.
9363 2006-03-23  Simon Josefsson  <jas@extundo.com>
9365         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9366         Reiner.
9367         (pgg-gpg-use-agent-p): Use it again.
9369 2006-03-23  Simon Josefsson  <jas@extundo.com>
9371         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9372         older emacsen.
9373         (pgg-gpg-use-agent-p): Don't use it.
9375 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9377         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9378         if we can.
9380 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9382         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9383         (pgg-gpg-update-agent): New function.
9384         (pgg-gpg-use-agent-p): New function.
9385         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9386         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9387         (pgg-gpg-sign-region): Use it.
9389 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9391         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9392         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9394 2006-03-21  Simon Josefsson  <jas@extundo.com>
9396         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9397         <wilde@sha-bang.de>.
9398         (pgg-gpg-use-agent): New variable.
9399         (pgg-gpg-process-region): Use it.
9400         (pgg-gpg-encrypt-region): Likewise.
9401         (pgg-gpg-encrypt-symmetric-region): Likewise.
9402         (pgg-gpg-decrypt-region): Likewise.
9403         (pgg-gpg-sign-region): Likewise.
9404         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9406 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9408         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9410         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9411         Add comment on version.
9413 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9415         * smiley.el: Add missing test smiley.
9417 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9419         * mm-decode.el (mm-with-part): New macro.
9420         (mm-get-part): Use it; work with message/external-body as well.
9421         (mm-save-part): Treat name and filename equally.
9423         * mm-extern.el (mm-extern-cache-contents): New function.
9424         (mm-inline-external-body): Use it; force the part to be displayed;
9425         move undisplayer added to the cached handle to the parent.
9427         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9428         (gnus-mime-view-part-as-type): Work with message/external-body.
9430         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9432 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9434         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9435         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9436         Emacs.]
9438 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9440         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9441         path rather than symbol.  Always return list of directories.
9442         Guarantee that image directory comes first.  [Sync with image.el,
9443         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9445         * message.el (message-make-tool-bar): Adjust to new API of
9446         `gmm-image-load-path-for-library'.
9448         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9450         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9452 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9454         * gnus-art.el (gnus-article-only-boring-p):
9455         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9456         intangible text.
9457         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9459 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9461         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9462         `defun' instead of `gmm-defun-compat'.
9464 2006-03-14  Simon Josefsson  <jas@extundo.com>
9466         * message.el (message-unique-id): Don't use message-number-base36
9467         if (user-uid) is a float.
9468         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9470 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9472         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9474         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9475         empty line between a part and a message part.
9477 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9479         * smiley.el: Add more test smileys.
9480         (smiley-data-directory, smiley-regexp-alist)
9481         (gnus-smiley-file-types): Fix doc strings.
9482         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9483         adding new elements.
9484         (smiley-mouse-map): Unused code.  Make it a comment.
9486 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9488         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9489         scan latest NoCeM messages instead of old ones.
9490         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9491         delimiters that are recently used.
9492         (gnus-nocem-load-cache): Add autoload cookie.
9494         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9496         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9497         level which is larger than gnus-use-nocem is specified.
9499         * gnus-group.el (gnus-group-get-new-news): Ditto.
9501 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9503         * gnus-util.el (gnus-tool-bar-update): New function.
9505         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9506         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9508         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9510         * gnus-group.el (gnus-group-redraw-when-idle)
9511         (gnus-group-redraw-check): Remove.
9512         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9514 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9516         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9517         if optional last element is specified in splits (FIELD VALUE...).
9519 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9521         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9522         to gmm-image-load-path-for-library.  Call with no-error argument.
9523         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9525         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9527         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9529         * gmm-utils.el (gmm-image-load-path): Remove alias.
9531 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9533         * gmm-utils.el (gmm-image-load-path): Add alias.
9535         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9536         nnml-generate-nov-databases-1.
9537         (nnml-generate-nov-databases): Use it.
9538         (nnml-generate-nov-databases-directory): Document no-active
9539         argument.
9541         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9542         directory if path is t.  Add no-error.
9544         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9545         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9547         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9548         resetting gnus-article-browse-html-temp-list.
9550         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9551         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
9552         Add example to docstring.  Rename local variables.  Move error
9553         checks to default case in cond and simplify.
9555 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9557         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9558         handle is multipart when calling it recursively.
9559         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9561 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9563         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9564         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9566 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9568         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9569         is loaded.
9571         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9572         loaded.
9574 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9576         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9577         to "Emacs 23 (unicode)" in doc string.
9579         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9580         "Emacs 23 (unicode)" in comment.
9582 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9584         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9586         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9587         characters 160 through 255 in Emacs 23.
9589 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9591         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9592         gnus-article-browse-html-temp.
9593         (gnus-article-browse-delete-temp): Make it customizable.  Add
9594         `file'.  Adjust doc string.
9595         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9596         query for each file.  Adjust doc string.
9597         (gnus-article-browse-html-parts): Add
9598         `gnus-article-browse-delete-temp-files' to
9599         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9601 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9603         * gnus-art.el (gnus-article-browse-html-temp)
9604         (gnus-article-browse-delete-temp): New variables.
9605         (gnus-article-browse-delete-temp-files): New function.
9606         (gnus-article-browse-html-parts): Use it.
9608 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9610         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9612         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9613         string.
9615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9616         gnus-summary-insert-new-articles when unplugged.  Remove
9617         gnus-summary-search-article-forward.
9619         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9620         display-visual-class instead of display-color-cells.
9622 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9624         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9625         message/* containing non-ASCII text properly.
9627 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9629         * message.el: Require gmm-utils, remove autoloads.
9630         (message-tool-bar): Set default based on
9631         gmm-tool-bar-style.
9632         (message-tool-bar-gnome): Add gmm-customize-mode.
9634         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9635         gmm-tool-bar-style.
9636         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9638         * gnus-group.el (gnus-group-tool-bar): Set default based on
9639         gmm-tool-bar-style.
9640         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9642         * gmm-utils.el (gmm-image-directory): Rename variable from
9643         gmm-image-load-path.
9644         (gmm-image-load-path): Use gmm-image-directory.
9645         (gmm-customize-mode): New function.
9646         (gmm-tool-bar-style): New variable.
9648         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9649         gnus-group-redraw-line-number.
9650         (gnus-group-redraw-check): Simplify.
9651         (gnus-group-tool-bar-update): Remove redraw check.
9652         (gnus-group-make-tool-bar): Add redraw check.
9654 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9656         * gnus-art.el (gnus-button): Add missing parentheses.
9658 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9660         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9662 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9664         * gnus-art.el (gnus-button): New face.
9665         (gnus-article-button-face): Use it.
9667         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9668         gnus-summary-next-page.  Re-order.
9670         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9671         next-node are now included.
9672         (gnus-group-redraw-line-number): New internal variable.
9673         (gnus-group-redraw-check): Helper function for updating the tool
9674         bar.
9675         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9677         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9679         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9680         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9681         Use it to match format of Spamassassin 3.0 and later.  Reported by
9682         IRIE Tetsuya <irie@t.email.ne.jp>.
9683         (spam-check-bogofilter)
9684         (spam-bogofilter-register-with-bogofilter): Fix args of
9685         `gnus-error' calls.
9687 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9689         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9690         unnecessary interaction when sending queued mails.  Reported by
9691         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9693 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9695         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9696         first or last are nil.
9698 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9700         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9702 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9706 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708         * dns.el (query-dns): Protect more against buggy tcp output.
9710 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9712         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9713         nov.php.
9715 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9717         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9718         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9719         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9720         output on the server side.
9721         (nnweb-google-create-mapping): Update regexps and add some
9722         progress indication.
9724 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9726         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9727         gnus-agent-toggle-plugged.  Re-order icons.
9728         (gnus-group-tool-bar-gnome): Add
9729         gnus-group-{prev,next}-unread-group.
9730         (gnus-group-tool-bar-gnome): Re-order icons.
9732         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9733         gnus-summary-insert-new-articles.
9735         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9736         comments.
9738         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9739         also available in Emacs 21.3.
9741         * message.el (message-fix-before-sending): Change "Emacs 22" to
9742         "Emacs 23 (unicode)" in comment.
9744         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9745         "Emacs 23 (unicode)" in comment.
9747         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9748         comment.
9749         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9751         * mm-view.el (mm-fill-flowed): Add :version.
9753 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9755         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9756         and load-path.
9758 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9760         * message.el: Autoload gmm-image-load-path.
9761         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9762         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9763         consitency.
9765         * gmm-utils.el (gmm-image-load-path): Also search in
9766         "../etc/images".  Don't set gmm-image-load-path if we don't find
9767         the image.
9769 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9771         * gmm-utils.el (gmm-image-load-path): Don't make
9772         `gmm-image-load-path' include subdirectories which the second arg
9773         `image' might specify.
9775         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9776         subdirectory to icon file names.
9778         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9780 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9782         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9783         gmm-image-load-path calls.
9785         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9787         * message.el (message-make-tool-bar): Ditto.
9789         * mml.el (mml-preview): Added comment concerning tool bar icons.
9791         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9792         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9795         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9797         * message.el (message-tool-bar-gnome): Use new icon names.
9798         (message-make-tool-bar): Use `gmm-image-load-path'.
9800         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9801         functions from MH-E.
9802         (gmm-image-load-path): New variable from MH-E.
9803         (gmm-image-load-path): New function from MH-E.  Added arguments
9804         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9805         *-image-load-path-called-flag.
9807 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9809         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9811 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9813         * nnimap.el (nnimap-request-move-article): Change folder back to
9814         source group before deleting.
9816 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9818         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9820         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9821         mm-url.
9823         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9825 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9827         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9828         coding system which mm-charset-to-coding-system returns for a
9829         given charset is valid.
9831 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9833         * html2text.el (html2text-remove-tag-list):
9834         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9836 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9838         * gnus-cus.el: Revert 2005-10-17 change.
9840 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9842         * gnus-art.el (article-strip-banner): Call
9843         article-really-strip-banner only when the regexp match is made.
9845 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9847         * gnus-art.el (article-strip-banner): Use
9848         gnus-extract-address-components instead of
9849         mail-header-parse-addresses to make it work with non-ASCII text;
9850         remove mail-encode-encoded-word-string.
9852         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9853         values which are surrounded with \"...\"; make it never cause a
9854         Lisp error; give up parsing of parameters if it failed in
9855         extracting type.
9857 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9859         * smime.el (smime-cert-by-ldap-1): Fix bug where
9860         `smime-ldap-search' returns results without userCertificates.
9862 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9864         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9866 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9868         * spam.el (spam-check-spamassassin-headers): Adapt format for
9869         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9870         <ari@mbf.ocn.ne.jp>.
9871         (spam-list-of-processors): Add spam-use-gmane.
9873 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9875         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9876         make-temp-file; make it work with XEmacs as well.
9878         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9879         mm-make-temp-file.
9881         * mm-decode.el (mm-display-external): Use the 3rd arg of
9882         mm-make-temp-file.
9883         (mm-create-image-xemacs): Ditto.
9885 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9888         with message-narrow-to-headers.
9889         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9890         (gnus-draft-check-draft-articles): New function.
9891         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9893 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9895         * gnus-art.el (gnus-article-browse-html-parts):
9896         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9897         Don't use suffix argument for mm-make-temp-file for Emacs 21
9898         compatibility.  Remove useless `format'.
9900 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9902         * nnweb.el (nnweb-google-wash-article): Update regexps.
9903         (nnweb-group-alist): Use defvoo instead of defvar.
9905 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9907         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9908         re-loading nn* modules.
9910 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9912         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9913         for `tool-bar-mode' and don't check it's default-value.
9915         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9917         * message.el (message-make-tool-bar): Ditto.
9919         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9920         `substring'.  Shorten tmp-file name.
9922         * gnus.el: Remove bogus comment.
9924 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9926         * gnus-art.el (gnus-article-browse-html-parts): New function.
9927         (gnus-article-browse-html-article): New function for viewing html
9928         articles with a browser.
9930 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9932         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9933         (mml2015-pgg-encrypt): Ditto.
9935         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9936         (mml1991-pgg-encrypt): Ditto.
9938 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9941         message-make-date instead of current-time-string.
9943         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9944         to gnus-decoded which mm-uu might set.
9946 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9948         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9949         don't decode quoted parameters; remove misimported Emacs code.
9950         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9951         (rfc2231-decode-encoded-string): Don't use split-string which
9952         behaves differently according to Emacs version; use
9953         mm-decode-coding-region to convert charset to coding-system.
9954         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9955         (rfc2231-encode-string): Remove misimported Emacs code.
9957 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9959         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9960         when calling mail-header-parse-content-type.
9961         (article-de-quoted-unreadable): Ditto.
9962         (article-de-base64-unreadable): Ditto.
9963         (article-wash-html): Ditto.
9965         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9966         calling mail-header-parse-content-type and
9967         mail-header-parse-content-disposition.
9968         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9969         mail-header-parse-content-type.
9971         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9972         insert charset and format parameters; encode description after
9973         inserting it to buffer.
9974         (mml-insert-parameter): Fold lines properly even if a parameter is
9975         segmented into two or more lines; change the max column to 76.
9977         * rfc1843.el (rfc1843-decode-article-body): Don't use
9978         ignore-errors when calling mail-header-parse-content-type.
9980         * rfc2231.el (rfc2231-parse-string): Return at least type if
9981         possible; don't cause an error even if it fails in parsing of
9982         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9983         (rfc2231-encode-string): Don't break lines at the beginning, leave
9984         it to mml-insert-parameter.
9986         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9987         calling mail-header-parse-content-type.
9989 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9991         * spam-report.el (spam-report-gmane-use-article-number):
9992         Improve doc string.
9993         (spam-report-gmane-internal): Check if a suitable header was found
9994         in the article.
9996 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9998         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9999         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10001 2006-02-05  Romain Francoise  <romain@orebokech.com>
10003         Update copyright notices of all files in the gnus directory.
10005 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10007         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10009 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10011         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10012         segmented lines of parameter value to cope with Thunderbird 1.5
10013         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10014         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10015         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10017 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10019         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10020         parts.
10022 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10024         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10025         there's only one active file for all servers.
10026         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10027         solid groups.  Gnus might have used a FAST request to select the group.
10028         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10029         and nnweb-search redundantly in the active file.
10030         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10031         (nnweb-request-create-group): Don't use ARGS.
10032         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10033         initialisations.  Let nnoo do the work.
10035 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10037         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10038         Say the part has been decoded.
10040         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10042 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10044         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10045         mailcap-viewer-test-cache when there's no 'test clause, since that
10046         will invert the meaning of a "nil" test previously determined by
10047         mailcap-mailcap-entry-passes-test.
10049 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10051         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10052         compiling.
10054         * gnus-sum.el: Ditto.
10056         * message.el: Don't bind tool-bar-map when compiling.
10058 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10060         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10062 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10064         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10065         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10066         current Google Groups.
10068 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10070         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10071         and tool-bar-mode.
10073         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10074         and tool-bar-mode.
10076         * message.el (message-tool-bar-update): Simplify.
10077         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10079         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10080         gnus-summary-buffer.
10081         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10082         gnus-summary-reply.
10084         * gmm-utils.el (gmm): Add :version.
10086 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10088         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10089         autoload.
10091 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10093         * gmm-utils.el (gmm-verbose): Add :group.
10095 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10097         * message.el: Change some comments WRT tool-bars.
10099         * gnus-sum.el (gnus-summary-tool-bar)
10100         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10101         (gnus-summary-tool-bar-zap-list): New variables.
10102         (gnus-summary-make-tool-bar): Complete rewrite using
10103         `gmm-tool-bar-from-list'.
10105         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10106         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10107         variables.
10108         (gnus-group-make-tool-bar): Complete rewrite using
10109         `gmm-tool-bar-from-list'.
10110         (gnus-group-tool-bar-update): New function.
10112         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10114 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10116         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10117         is dissected into a single part of which the type is the same as
10118         the given one; decode charset.
10120 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10122         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10123         into alists as symbol not string, since that's what
10124         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10125         look for.
10127 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10129         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10130         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10132         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10134 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10136         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10137         (gnus-mime-security-button-menu): New definition.
10138         (gnus-mime-security-button-map): Use them.
10139         (gnus-mime-security-button-menu): New function.
10140         (gnus-insert-mime-security-button): Addition to help echo.
10141         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10142         (gnus-mime-security-pipe-part): New functions.
10144         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10145         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10147         * mm-decode.el (mm-handle-set-disposition): Remove.
10148         (mm-handle-set-description): Remove.
10150 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10152         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10153         (mm-w3m-standalone-supports-m17n-p): New function.
10154         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10155         w3m usage.
10157         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10158         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10160 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10162         * message.el (message-tool-bar-zap-list): Use
10163         gmm-tool-bar-zap-list as custom type.
10164         (message-tool-bar-update): New function.
10165         (message-tool-bar, message-tool-bar-gnome)
10166         (message-tool-bar-retro): Add message-tool-bar-update.
10167         (message-tool-bar-gnome): Add flyspell-buffer.
10169         * gnus-util.el (gnus-error): Describe `args'.
10171         * gmm-utils.el (gmm-error): Describe `args'.
10172         (gmm-tool-bar-zap-list): New widget.
10173         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10175 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10177         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10178         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10179         the number of recursive calls.
10181         * mm-decode.el (mm-handle-set-disposition): New macro.
10182         (mm-handle-set-description): New macro.
10184 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10187         encoding.
10189 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10191         * message.el (message-tool-bar-zap-list, message-tool-bar)
10192         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10193         (message-tool-bar-local-item-from-menu): Remove.
10194         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10195         (message-make-tool-bar): New function.
10196         (message-mode): Use `message-make-tool-bar'.
10198         * gmm-utils.el: New file.
10199         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10200         (gmm-lazy): New widget copied from `nnmail.el'.
10201         (gmm-tool-bar-from-list): New function for creating customizable
10202         tool bars.
10203         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10204         output.
10205         (gmm): Add :prefix to defgroup.
10207 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10209         * gmm-utils.el (gmm-widget-p): New function.
10211 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10213         * mml.el (mml-attach-file): Describe `description' in doc string.
10214         (mml-menu): Add Emacs MIME manual and PGG manual.
10216 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10218         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10220 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10222         * nntp.el (nntp-end-of-line): Doc fix.
10224 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10226         * imap.el (imap-open): Handle case where buffer is a buffer
10227         object.
10229 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10231         * gnus-delay.el (gnus-delay): Don't autoload.
10232         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10233         to be re-loaded when customizing the `gnus-delay' group.
10235 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10237         * message.el (message-insert-citation-line): Use newlines.
10239 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10241         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10243         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10245 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10247         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10249 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10251         * mm-decode.el (mm-inlined-types): Add application/pgp.
10252         (mm-automatic-display): Ditto.
10254         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10255         part as text.
10257 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10259         * nnrss.el: Update copyright.
10260         (nnrss-opml-import): Query whether to subscribe to each entry.
10262         * gnus-art.el:
10263         * gnus-sum.el:
10264         * mm-uu.el:
10265         * mm-view.el: Update copyright.
10267 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10269         * message.el (message-info): New function.
10270         (message-mode-menu): Add it.
10271         Update copyright.
10273         * ChangeLog: Fix and update copyright.
10275 2006-01-13  Romain Francoise  <romain@orebokech.com>
10277         * message.el (message-forward-subject-name-subject): Prefer the
10278         address to 'nowhere' if the sender has no name.
10279         Fix typo.  Update copyright year.
10281 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10283         * gnus-art.el (article-wash-html): Use
10284         gnus-summary-show-article-charset-alist if a numeric arg is given.
10285         (gnus-article-wash-html-with-w3m-standalone): New function.
10287         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10288         mm-inline-text-html-render-with-w3m-standalone.
10289         (mm-text-html-washer-alist): Map w3m-standalone to
10290         gnus-article-wash-html-with-w3m-standalone.
10291         (mm-inline-text-html-render-with-w3m-standalone): New function.
10293 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10295         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10296         Improve LaTeX.
10298 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10300         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10301         (nnrss-request-article): Render text/plain parts as HTML.
10303         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10304         the buffer.
10306 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10308         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10309         custom definition of `gnus-posting-styles'.
10311         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10312         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10314 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10316         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10317         Use nntp for bug archive.
10319 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10321         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10322         parts.
10323         (nnrss-normalize-date): New function converts ISO 8601 date into
10324         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10325         (nnrss-check-group): Use it.
10327 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10329         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10331         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10332         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10333         (nnrss-insert-w3): Ditto.
10335 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10337         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10338         the articles to be forwarded including the case where neither a
10339         number of articles nor a region is specified.
10341 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10343         * nnrss.el (nnrss-request-article): Fix last change; fill
10344         text/plain parts.
10346 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10348         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10349         in text/plain part.
10350         (nnrss-check-group): Don't add excessive newline to dc:subject.
10352 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10354         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10355         article.
10357 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10359         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10360         (nnml-use-compressed-files, nnml-save-mail): Support other
10361         comression programs such as bzip2.
10363 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365         * dns.el (query-dns): Make sure we check the buffer size before
10366         removing tcp headers.
10368 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10370         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10371         remove MIME buttons associated with multipart/alternative parts.
10372         (gnus-mime-display-alternative): Tag buttons using `article-type'
10373         text property.
10375         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10376         associated with multipart/alternative parts.
10378         * gnus-art.el (gnus-signature-separator): Fix custom type.
10380         * mm-decode.el (mm-inlined-types): Fix custom type.
10381         (mm-keep-viewer-alive-types): Ditto.
10382         (mm-automatic-display): Ditto.
10383         (mm-attachment-override-types): Ditto.
10384         (mm-inline-override-types): Ditto.
10385         (mm-automatic-external-display): Ditto.
10387 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10389         * spam-report.el (spam-report-user-mail-address)
10390         (spam-report-user-agent): New variables.
10391         (spam-report-url-ping-plain): Use spam-report-user-agent.
10393 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10395         * gnus-art.el (gnus-button-handle-custom): Do not just use
10396         `customize-apropos' for any "M-x customize-*" button but the
10397         function called for.  Accept both the function name and its
10398         argument in order to achieve this.
10399         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10400         function name to `gnus-button-handle-custom' in case of "M-x
10401         customize-*" buttons.
10403 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10405         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10406         multipart/alternative and add xref to mm-discouraged-alternatives
10407         in doc string.
10409         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10410         gnus-buttonized-mime-types in doc string.
10412 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10414         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10415         Suggest image/.* in the doc string.
10417 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10419         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10420         message-marks (Debian bug #342521).
10422 2005-12-12  Simon Josefsson  <jas@extundo.com>
10424         * password.el (password-read-from-cache): Add.
10425         (password-read): Use it.
10427 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10430         us-ascii as a MIME charset.
10432         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10433         against the case where the 2nd arg TYPE is nil.
10435 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10437         * pop3.el (pop3-stream-type): Fix custom version.
10439         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10441 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10443         * mm-decode.el (mm-display-external): Add missing cdr.
10445 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10447         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10448         RFC1524) if it is in mailcap or add a suffix according to
10449         mailcap-mime-extensions when generating a temp filename; postpone
10450         deleting a temp file for 2 seconds for some wrappers, shell
10451         scripts, and so on, which might exit right after having started a
10452         viewer command as a background job.
10454 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10456         * nntp.el (nntp-marks-directory): Fix custom group.
10458         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10459         steps when < 10.
10461         * gnus-start.el (gnus-no-server-1): Mention
10462         `gnus-level-default-subscribed' in doc string.
10464 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10466         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10467         parens.
10469 2005-11-26  Dave Love  <fx@gnu.org>
10471         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10472         (tls-program, tls-success): Provide openssl alternative.
10474         * starttls.el: Doc fixes.
10475         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10476         SERVICE to PORT.
10478         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10479         port null or service name.
10480         (starttls-negotiate): Autoload.
10482 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10484         * message.el (message-kill-to-signature): Fix interactive spec.
10486 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10488         * pop3.el (pop3-open-server): Recognize a string as a service name.
10490 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10492         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10494 2005-11-23  Dave Love  <fx@gnu.org>
10496         Add pop3s, pop3/starttls.
10498         * pop3.el (pop3-authentication-scheme): Clarify doc.
10499         (open-tls-stream, starttls-open-stream): Autoload.
10500         (pop3-stream-type): New.
10501         (pop3-open-server): Use it.
10503         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10504         for POP.
10505         (mail-source-keyword-map): Add :stream for POP.
10506         (mail-source-fetch-pop): Use pop3-stream-type.
10508 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10510         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10511         of current-time-string.
10513 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10515         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10516         date header.
10518 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10520         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10521         it can seriously impact performance as it bypasses the agent's
10522         local caches.
10524 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10526         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10527         must be explicitly online rather than "not explicitly offline" for
10528         its flags to be synchronized.
10530         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10531         that gnus-uu-unmark-thread will function correctly.
10533         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10534         1024K is instead displayed as 1M.
10536 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10540 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10542         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10544 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10546         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10547         error message to display actual error condition.
10548         (gnus-agent-save-local): Avoid saving symbols that are bound to
10549         nil as they simply result in a warning message in
10550         gnus-agent-read-local.
10552 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10554         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10555         rather than make-variable-buffer-local for file-precious-flag.
10557 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10559         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10560         for duplicates which are removed.  The invalid sort check then
10561         triggers a rescan after the sort as sorting may have moved
10562         duplicate entries such that they can be cheaply detected.
10564 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10566         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10568 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10570         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10571         internal variable to a custom variable.  Changed default value
10572         from compressed(2) to uncompressed(1).
10573         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10574         support for uncompressed agentview files.  Taken together, reading
10575         the agentview file should now be 6-7 times faster.
10577 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10579         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10580         as a buffer-local variable.  This avoids creating truncated
10581         dribble files as a result of a hang up, eg.
10583 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10585         * gnus-start.el (gnus-start-draft-setup): Enforce
10586         `gnus-draft-mode' for nndraft:drafts at startup.
10588         * gnus.el (gnus-splash): Change custom group.
10589         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10590         allow-list argument.
10592         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10593         string.
10595 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10597         * gnus-art.el (gnus-default-article-saver): Add user-defined
10598         `function' to custom type.
10600 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10602         * imap.el (imap-open): Handle case where buffer is a buffer
10603         object.
10605 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10607         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10608         long lines.
10609         (gnus-cache-delete-group): Wrap doc strings.
10611         * gnus-agent.el (gnus-agent-rename-group)
10612         (gnus-agent-delete-group): Wrap doc strings.
10614 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10616         * gnus-start.el (gnus-1): Add "native" to
10617         gnus-predefined-server-alist.
10619         * gnus.el (gnus-method-to-server): Don't add "native" to the
10620         lists here, because that leads to problems when
10621         gnus-select-method is bound.
10623 2005-11-09  Simon Josefsson  <jas@extundo.com>
10625         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10626         use (not sort-by-date) instead.
10628 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10630         * gnus-delay.el (gnus-delay-group): Don't autoload.
10631         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10632         to be re-loaded when customizing the `gnus-delay' group.
10634 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10636         * message.el: Revert last changes.
10637         (message-insert-citation-line): Use newlines.
10639 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10641         * message.el (message-courtesy-message)
10642         (message-mark-insert-begin, message-mark-insert-end)
10643         (message-elide-ellipsis, message-cancel-message)
10644         (message-add-header, message-change-subject)
10645         (message-cross-post-followup-to-header)
10646         (message-cross-post-insert-note, message-reduce-to-to-cc)
10647         (message-widen-reply, message-delete-not-region)
10648         (message-kill-to-signature, message-insert-signature)
10649         (message-insert-importance-high, message-insert-importance-low)
10650         (message-insert-or-toggle-importance)
10651         (message-insert-disposition-notification-to)
10652         (message-indent-citation, message-yank-original)
10653         (message-cite-original-without-signature, message-cite-original)
10654         (message-insert-citation-line, message-position-on-field)
10655         (message-fix-before-sending, message-send-mail-partially)
10656         (message-send-mail, message-send-mail-with-sendmail)
10657         (message-send-mail-with-qmail, message-send-news)
10658         (message-check-news-header-syntax, message-generate-headers)
10659         (message-insert-courtesy-copy, message-fill-address)
10660         (message-fill-header, message-shorten-references)
10661         (message-setup-1, message-cancel-news)
10662         (message-forward-make-body-plain, message-forward-make-body-mime)
10663         (message-forward-make-body-mml, message-encode-message-body)
10664         (message-forward-make-body-digest-plain)
10665         (message-forward-make-body-digest-mime)
10666         (message-use-alternative-email-as-from): Insert `hard-newline'
10667         instead of ordinary newlines.
10669 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10671         * message.el (message-generate-headers): Downcase the argument
10672         given to message-check-element.
10674 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10676         * nntp.el (nntp-authinfo-rejected): New error condition.
10677         (nntp-wait-for): Use new error condition to signal authentication
10678         error.
10679         (nntp-retrieve-data): Rethrow new error condition to break out of
10680         recursive call to nntp-send-authinfo.
10682 2005-11-08  Romain Francoise  <romain@orebokech.com>
10684         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10685         (gnus-summary-exit-map): Bind to `Z p'.
10686         (gnus-summary-make-menu-bar): Add menu item.
10688 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10690         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10691         (gnus-treat-*): Add `first' in all doc strings.
10693         * gnus-group.el (gnus-group-compact-group): Fix typo.
10695 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10697         * gnus.el (gnus-parameters-case-fold-search): New variable.
10698         (gnus-parameters-get-parameter): Use it.
10700         * gnus-score.el (gnus-home-score-file): Doc fix.
10702 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10704         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10706 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10708         * mm-util.el (mm-special-display-p): New function.
10710         * mml.el (mml-preview): Use it; doc fix.
10712 2005-10-29  Romain Francoise  <romain@orebokech.com>
10714         * message.el (message-fix-before-sending): Fix comment.
10716 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10718         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10720 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10722         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10723         Used in gnus-score.el.
10725 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10727         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10729 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10731         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10732         whitespace removed in revision 7.8.  Use concatenated string to
10733         protect trailing whitespace.
10735 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10737         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10738         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10739         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10740         Courier IMAP ("some version from 2004").  Mostly based on similar
10741         code in the same function.
10743 2005-10-26  Didier Verna  <didier@xemacs.org>
10745         * gnus-group.el (gnus-group-compact-group): Invalidate original
10746         article buffer.
10747         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10748         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10749         NOV database and in article itself.
10750         Invalidate article backlog.
10752 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10754         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10756 2005-10-26  Simon Josefsson  <jas@extundo.com>
10758         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10759         part of 2004-07-25 change.
10761 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10763         * message.el (message-display-completion-list): New function.
10764         (message-expand-group): Use it; make sure the Completions buffer
10765         is modifiable.
10767 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10769         * imap.el (imap-open): Handle case where buffer is a buffer object.
10771 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
10773         * pgg-def.el:
10774         * pgg-gpg.el:
10775         * pgg-parse.el:
10776         * pgg-pgp.el:
10777         * pgg-pgp5.el:
10778         * pgg.el: Move to the parent lisp directory.
10780 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10782         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10783         user-mail-name is an empty string.
10785 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10787         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10788         depending on gnus-score-decay-constant.
10790         * encrypt.el (encrypt-insert-file-contents)
10791         (encrypt-write-file-contents): Don't use `gnus-message'.
10793         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10794         arguments.
10795         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10796         arguments to mm-uu-verbatim-marks-extract.
10797         (mm-uu-hide-markers): New variable.
10798         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10800         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10801         (gnus-convert-image-to-face-command): Use "convert" by default to
10802         allow other input image formats.
10803         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10804         accordingly.
10806 2005-10-23  Simon Josefsson  <jas@extundo.com>
10808         * imap.el (imap-gssapi-program): Align command line parameters
10809         with latest GNU SASL.
10810         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10812 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10815         HTML.
10816         (nnslashdot-request-article): Ditto.
10818 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10820         * mail-source.el (mail-source-fetch-pop): Require pop3.
10821         (mail-source-check-pop): Ditto.
10823 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10825         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10826         errors.
10828 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10830         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10831         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10833         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10835         * mm-bodies.el (mm-decode-string): Call
10836         `mm-charset-to-coding-system' with allow-override argument.
10838 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10840         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10841         (rfc2047-charset-to-coding-system): New function.
10842         (rfc2047-decode-encoded-words): New function.
10843         (rfc2047-decode-region): Use them.
10844         (rfc2047-decode-cte): Remove.
10845         (rfc2047-parse-and-decode): Remove.
10846         (rfc2047-decode): Remove.
10848 2005-10-15  Kenichi Handa  <handa@m17n.org>
10850         * rfc2047.el (rfc2047-decode-cte): New function.
10851         (rfc2047-decode-region): Change the way to decode successive
10852         encoded-words: decode B- or Q-encoding in each encoded-word,
10853         concatenate them, and decode it as charset.
10855 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10857         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10858         widget-move-and-invoke.
10859         (gnus-custom-mode): Use gnus-custom-map.
10861 2005-10-15  Bill Wohler  <wohler@newt.com>
10863         * message.el (message-tool-bar-map): Renamed image file from
10864         mail_send to mail/send.
10866 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10868         * message.el (message-expand-group): Pass the common
10869         prefix substring of completion to `display-completion-list'.
10871 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10873         * mml-sec.el (mml-secure-method): New internal variable.
10874         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10875         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10876         functions using mml-secure-method.
10878         * mml.el (mml-mode-map): Add key bindings for those functions.
10879         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10880         Harder <harder@myrealbox.com>.
10881         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10882         end of message if point is the headers of the message.
10884         * message.el (message-in-body-p): New function.
10886         * assistant.el: Autoload gnus-util and netrc.
10888         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10889         Use `mm-charset-override-alist' only when decoding.
10891         * mm-bodies.el (mm-decode-body): Call
10892         `mm-charset-to-coding-system' with allow-override argument.
10894         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10895         `filename' from Content-Disposition if Content-Type doesn't
10896         provide `name'.
10897         (gnus-mime-view-part-as-type): Set default instead of
10898         initial-input.
10900 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10902         * format-spec.el (format-spec): Propagate text properties of % spec.
10904 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10906         * gnus-art.el (gnus-treat-predicate): Add `first'.
10908 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10910         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10911         (mm-charset-override-alist): New variable.
10912         (mm-charset-to-coding-system): Use it.
10913         (mm-codepage-setup): New helper function.
10914         (mm-charset-eval-alist): New variable.
10915         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10916         about unknown charsets.
10918 2005-10-04  David Hansen  <david.hansen@gmx.net>
10920         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10921         (nnrss-check-group): Ditto.
10923 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10925         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10926         Rename x-gnus-verbatim to x-verbatim.
10927         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10929         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10930         x-verbatim.
10932         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10934         * gnus-util.el (gnus-remove-duplicates): Remove.
10936         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10937         instead of gnus-remove-duplicates.
10939         * message.el (message-remove-duplicates): Remove.
10940         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10941         message-remove-duplicates.
10943         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10944         available, else use implementation from `delete-dups'.
10946         * message.el (message-insert-expires): New function.
10947         (message-mode-map): Add key binding.
10948         (message-mode-field-menu): Add menu entry.
10949         (message-mode): Document it.
10950         (message-make-expires-date): Use `message-make-date'.
10952 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10954         * message.el (message-make-expires-date): New function.
10956 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10958         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10960 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10962         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10963         function rather than the diff-mode.el package.
10964         (mm-display-external): Use with-current-buffer.
10965         (mm-viewer-completion-map, mm-viewer-completion-map):
10966         Move initialization inside declaration.
10968 2005-09-29  Simon Josefsson  <jas@extundo.com>
10970         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10971         autoload mail-check-payment.
10972         (spam-check-hashcash): Define unconditionally, since hashcash.el
10973         is part of Gnus now.  Ignore errors from payment checking.
10975 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10977         * message.el (message-bold-region, message-unbold-region): Rename
10978         from `bold-region' and `unbold-region'.
10980         * message.el: Remove useless autoloads.
10982 2005-09-28  Simon Josefsson  <jas@extundo.com>
10984         * message.el (message-use-idna): Default to t.
10985         (message-use-idna): Test whether encoding works too.  Doc fix.
10987 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10989         * nntp.el (nntp-warn-about-losing-connection): Remove.
10991 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10993         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10994         customizable.  Change default value.
10995         (mm-uu-diff-groups-regexp): Change default value.
10996         (mm-uu-type-alist): Add doc string.
10997         (mm-uu-configure): Add doc string.  Make it interactive.
10998         (mm-uu-tex-groups-regexp): New variable.
10999         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11000         (mm-uu-type-alist): Add LaTeX documents.
11001         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11002         of "text/verbatim".
11003         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11005         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11006         instead of "text/verbatim".
11008         * message.el (message-mark-inserted-region)
11009         (message-mark-insert-file): Use slrn style marks when called with
11010         prefix argument.
11012 2005-09-27  Simon Josefsson  <jas@extundo.com>
11014         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11016 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11018         * message.el (message-remove-duplicates): New function.
11019         Implementation borrowed from `gnus-remove-duplicates'.
11020         (message-idna-to-ascii-rhs): Also encode idna addresses in
11021         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11022         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11023         only ask about the same idna domain once per header and also tell
11024         in what header to replace the idna domain.
11026         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11027         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11028         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11029         a header is decoded and not just the last one.
11031 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11033         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11034         has been decoded.
11036         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11037         (mm-insert-part): Don't modify text if it has been decoded.
11039         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11040         decoded.
11042         * mm-view.el (mm-inline-text): Don't strip text props unless
11043         decoding enriched or richtext parts.
11045 2005-09-25  Romain Francoise  <romain@orebokech.com>
11047         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11048         * gnus-start.el (gnus-subscribe-interactively):
11049         * gnus-uu.el (gnus-uu-grab-articles):
11050         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11051         space.
11053 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11055         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11056         * mm-view.el (mm-view-pkcs7-decrypt):
11057         * gnus-sum.el (gnus-summary-limit-to-extra)
11058         (gnus-summary-respool-article, gnus-read-move-group-name):
11059         * gnus-score.el (gnus-summary-increase-score):
11060         * gnus-util.el (gnus-completing-read-with-default):
11061         * gnus-art.el (gnus-read-save-file-name)
11062         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11063         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11064         * message.el (message-check-news-header-syntax):
11065         Follow convention for reading with the minibuffer.
11067 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11069         * spam-report.el (spam-report-url-ping-plain):
11070         Use gnus-extended-version as User-Agent.
11072         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11073         default value is nil.
11075         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11076         (mm-uu-verbatim-marks-extract): New function.
11077         (mm-uu-extract): New face.
11078         (mm-uu-copy-to-buffer): Use it.
11080         * spam-report.el (spam-report-gmane-ham): Renamed from
11081         `spam-report-gmane-unspam'.
11082         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11083         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11085         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11086         Autoload.
11087         (spam-report-gmane-unregister-routine): Renamed
11088         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11090 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11092         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11093         (spam-report-gmane-unregister-routine): Add support for gmane
11094         unregistration.
11096         * spam-report.el (spam-report-gmane-unspam)
11097         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11098         (spam-report-gmane): Change to take a single article and do unspam
11099         registration.
11101 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11103         * mm-url.el (mm-url-decode-entities): Fix regexp.
11105 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11108         default to nil, to be able to use Gnus at all.  If the default
11109         switches to something else, then the function should be fixed not
11110         be exceedingly slow.
11112 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11114         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11115         fail hard.
11117         * spam-report.el: Add better Keywords line.
11119         * spam.el: Add Maintainer and better Keywords line.
11121 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11123         * gnus-art.el (gnus-article-replace-part)
11124         (gnus-mime-replace-part): New functions.
11125         (gnus-mime-action-alist, gnus-mime-button-commands)
11126         (gnus-mime-save-part-and-strip): Added file argument.
11127         (gnus-article-part-wrapper): Added interactive argument.
11129         * gnus-sum.el (gnus-summary-mime-map): Add
11130         `gnus-article-replace-part'.
11132 2005-09-19  Didier Verna  <didier@xemacs.org>
11134         The nnml compaction feature:
11135         * nnml.el (nnml-request-compact-group): New function.
11136         * nnml.el (nnml-request-compact): New function.
11137         * gnus-int.el (gnus-request-compact-group): New function.
11138         * gnus-int.el (gnus-request-compact): New function.
11139         * gnus-group.el (gnus-group-compact-group): New function.
11140         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11141         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11142         * gnus-srvr.el (gnus-server-compact-server): New function.
11143         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11144         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11146 2005-09-18  Deepak Goel  <deego@gnufans.org>
11148         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11149         format spec.
11151 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11153         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11155 2005-09-15  Romain Francoise  <romain@orebokech.com>
11157         * message.el (message-fill-paragraph): Clarify docstring.
11159 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11161         * gnus-art.el (gnus-mime-display-part): Protect against broken
11162         MIME messages.
11164 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11166         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11167         before parsing header.
11169 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11171         * html2text.el (html2text-replace-list): Add new entities.
11173 2005-09-11  Romain Francoise  <romain@orebokech.com>
11175         * message.el (message-alternative-emails): Improve docstring.
11176         (message-setup-1): Call `message-use-alternative-email-as-from'
11177         after `message-setup-hook' to give it precedence over posting
11178         styles, etc.
11179         (message-use-alternative-email-as-from): Add docstring.  Remove
11180         the original From header if present.
11182         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11183         (nnml-save-mail): Use it.
11185         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11186         articles.  Add new argument `silent'.
11187         (gnus-uu-mark-all): Report the total number of marked articles.
11189 2005-09-10  Romain Francoise  <romain@orebokech.com>
11191         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11192         (gnus-uu-mark-series): Likewise.
11194 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11196         * spam-report.el (spam-report-gmane): Fix generation of spam
11197         report URL.
11199 2005-09-10  Simon Josefsson  <jas@extundo.com>
11201         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11202         t, based on discussion on the ding list with Robert Epprecht
11203         <epprecht@solnet.ch>.
11205 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11207         * spam-report.el (spam-report-gmane): Make it work without
11208         X-Report-Spam header.  Gmane now only provides Archived-At.
11209         This is only used if `spam-report-gmane-use-article-number' is nil.
11210         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11212         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11213         make `gnus-summary-sort-by-recipient' work with threading.
11215         * nnweb.el (nnweb-google-wash-article): Print a message if article
11216         is not available.
11218 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11220         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11221         change.  Decode text/* parts content before displaying.
11223 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11225         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11227 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11229         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11231 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11233         * message.el (message-tab-body-function): Fix mismatched custom type.
11235         * gnus.el (gnus-group-change-level-function): Ditto.
11237         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11239         * gnus-art.el (gnus-signature-limit)
11240         (gnus-article-mime-part-function): Ditto.
11242 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11244         * mml.el (mml-mode): Silence the byte compiler.
11246         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11247         using `(sit-for 0)' before moving the point to the specified part;
11248         skip unbuttonized parts.
11249         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11250         return to the summary window if gnus-auto-select-part is non-nil.
11252 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11254         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11255         variables.
11256         (mml-dnd-attach-file, mml-mode): Use them.
11258         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11259         Make fetching article by MID work again for Google Groups.  Added
11260         FIXME concerning gnus-group-make-web-group.
11262         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11263         Don't depend on Gnus by using mail-extract-address-components if
11264         gnus-extract-address-components is not bound.
11266 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268         * gnus-art.el (gnus-mime-display-security): Don't display the
11269         signature, but only the signed part.
11271 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11275         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11276         list, not listp.
11278 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11280         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11281         when encoding.
11283         * mm-bodies.el (mm-decode-content-transfer-encoding):
11284         De-canonicalize CRLF for all text content types, not just
11285         text/plain.
11287 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11290         valid article; point arrow and cursor at the MIME button.
11292 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11294         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11295         Suggested by Dan Christensen <jdc@uwo.ca>.
11297         * mm-decode.el (mm-save-part): Enable change of prompt.
11299 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11301         * gnus-msg.el (gnus-inews-add-send-actions): Made
11302         `message-post-method' lambda parameter ARG `&optional'.
11304 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11306         * gnus-sum.el (gnus-summary-mime-map): Added
11307         gnus-article-save-part-and-strip, gnus-article-delete-part and
11308         gnus-article-jump-to-part.
11310         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11311         (gnus-article-edit-part): Use it.
11312         (gnus-article-part-wrapper): Added no-handle argument.
11313         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11314         functions.
11316 2005-08-29  Romain Francoise  <romain@orebokech.com>
11318         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11319         docstring.
11320         (gnus-face-from-file): Likewise.
11322 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11324         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11325         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11326         non-nil.
11327         (gnus-auto-select-part): New variable.
11328         (gnus-article-jump-to-part): New function.
11329         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11330         (gnus-mime-delete-part): Allow selecting specified part after
11331         deleting or stripping parts.
11332         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11333         part if argument is bogus.
11335 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11337         * gnus-art.el (w3m-minor-mode-map):
11338         * gnus-spec.el (gnus-newsrc-file-version):
11339         * gnus-util.el (nnmail-active-file-coding-system)
11340         (gnus-original-article-buffer, gnus-user-agent):
11341         * gnus.el (gnus-ham-process-destinations)
11342         (gnus-parameter-ham-marks-alist)
11343         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11344         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11345         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11346         * mm-decode.el (gnus-current-window-configuration):
11347         * mm-extern.el (gnus-article-mime-handles):
11348         * mm-url.el (url-current-object, url-package-name)
11349         (url-package-version):
11350         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11351         (smime-keys, w3m-cid-retrieve-function-alist)
11352         (w3m-current-buffer, w3m-display-inline-images)
11353         (w3m-minor-mode-map):
11354         * mml-smime.el (gnus-extract-address-components):
11355         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11356         (gnus-newsrc-hashtb, message-default-charset)
11357         (message-deletable-headers, message-options)
11358         (message-posting-charset, message-required-mail-headers)
11359         (message-required-news-headers):
11360         * mml1991.el (mc-pgp-always-sign):
11361         * mml2015.el (mc-pgp-always-sign):
11362         * nnheader.el (nnmail-extra-headers):
11363         * rfc1843.el (gnus-decode-encoded-word-function)
11364         (gnus-decode-header-function, gnus-newsgroup-name):
11365         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11367 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11369         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11370         the end of the date treatments.
11372 2005-08-15  Simon Josefsson  <jas@extundo.com>
11374         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11375         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11376         Capello and Romain Francoise.
11377         (pgg-fetch-key-function): Removed, not used?
11378         (pgg-insert-url-with-w3): Require url, to get
11379         url-insert-file-contents regardless of where it is defined.
11381 2005-08-13  Romain Francoise  <romain@orebokech.com>
11383         * message.el (message-cite-original-1): New function.
11384         (message-cite-original): Use it.
11385         (message-cite-original-without-signature): Ditto.
11387 2005-08-08  Romain Francoise  <romain@orebokech.com>
11389         * message.el (message-yank-empty-prefix): New variable.
11390         (message-indent-citation): Use it.
11391         (message-cite-original-without-signature): Respect X-No-Archive.
11393 2005-08-08  Simon Josefsson  <jas@extundo.com>
11395         * pgg.el: Autoload url-insert-file-contents instead of loading
11396         w3/url.
11397         (pgg-insert-url-with-w3): Don't load url here.
11399 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11401         * message.el (message-kill-to-signature): Don't insert newline at
11402         bol.
11403         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11405 2005-08-06  Romain Francoise  <romain@orebokech.com>
11407         * message.el (message-user-fqdn): Fix typo in docstring.
11409 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11411         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11413         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11415 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11417         * mm-bodies.el (mm-encode-body): Use coding system rather than
11418         charset to encode text.
11420         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11421         number of charsets if utf-8 is available (XEmacs).
11423 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11425         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11426         taken from `gnus-button-mid-or-mail-regexp'.
11427         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11428         (gnus-button-alist): Improve regexp for domain part of the MIDs
11429         for news:localpart@domain buttons.
11430         (gnus-button-ctan-directory-regexp): Update.
11432 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11434         * sieve-manage.el (sieve-manage-interactive-login): Use
11435         make-local-variable rather than make-variable-buffer-local.
11436         (sieve-manage-open): Ditto.
11437         (sieve-manage-authenticate): Ditto.
11439         * mml.el (mml-generate-mime-1): Make the content type default to
11440         text/plain if the filename is not specified.
11442 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11444         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11445         instead of insert-buffer.
11447         * message.el (message-yank-original): Ditto; set the mark at the
11448         end of the yanked message.
11450 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11453         lines to scroll rather than to stop it.
11455         * mml.el (mml-generate-default-type): Add doc string.
11456         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11457         default to application/octet-stream when determining the content
11458         type if it is not specified for the part or the mml contents; add
11459         a comment about mml-generate-default-type.
11461 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11463         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11464         make it default to application/octet-stream when determining the
11465         content type if it is not specified for the external contents.
11467 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11469         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11470         segmented parameter but also other parameters might be there.
11472 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11474         * mm-decode.el (mm-display-external): Delete temp file, directory
11475         and buffer immediately if the external process is exited.
11477 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11479         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11480         fewer lines than that of scroll-margin.
11481         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11483 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11485         * gnus-art.el (gnus-article-next-page): Revert.
11486         (gnus-article-beginning-of-window): New macro.
11487         (gnus-article-next-page-1): Use it.
11488         (gnus-article-prev-page): Ditto.
11489         (gnus-article-edit-part): Use insert-buffer-substring instead of
11490         insert-buffer.
11491         (gnus-article-edit-exit): Ditto.
11493         * gnus-util.el (gnus-beginning-of-window): Remove.
11494         (gnus-end-of-window): Remove.
11496 2005-07-25  Simon Josefsson  <jas@extundo.com>
11498         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11499         to have the url package without w3.  Reported by Daiki Ueno
11500         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11502 2005-07-20  Didier Verna  <didier@xemacs.org>
11504         * gnus-diary.el: Remove the description comment (nndiary is now
11505         properly documented in the Gnus manual).
11506         Fix the spelling of "Back End".
11507         * nndiary.el: Ditto.
11508         Fix the copyright notice.
11510 2005-07-18  Romain Francoise  <romain@orebokech.com>
11512         * gnus-sum.el (gnus-summary-to-prefix)
11513         (gnus-summary-newsgroup-prefix): New variables.
11514         (gnus-summary-from-or-to-or-newsgroups): Use them.
11516 2005-07-17  Romain Francoise  <romain@orebokech.com>
11518         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11519         space as it's generally not especially interesting to the user.
11521 2005-07-16  Romain Francoise  <romain@orebokech.com>
11523         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11524         nil to avoid prompting and file modification if one of the
11525         messages at the top of the nnfolder file contains a copyright
11526         notice.
11527         Update copyright notice.
11529         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11530         instead of `current-time-string' as the latter creates a time
11531         string that is not RFC 2822 compliant (it lacks the zone).
11532         Update copyright notice.
11534 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11536         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11537         for text/rtf.  Display default in prompt.  Pass default for M-n.
11539         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11541 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543         * gnus-msg.el (gnus-button-mailto): Remove
11544         save-selected-window-window hackery because it relies on
11545         save-selected-window internals.
11547 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11549         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11550         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11551         (gnus-article-prev-page): Ditto.
11553         * gnus-util.el (gnus-beginning-of-window): New function.
11554         (gnus-end-of-window): New function.
11556 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11558         * gnus-score.el (gnus-score-edit-all-score): Set
11559         gnus-score-edit-exit-function to gnus-score-edit-done and call
11560         gnus-message.
11562 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564         * gnus-msg.el (gnus-button-mailto): Remove
11565         save-selected-window-window hackery because it relies on
11566         save-selected-window internals.
11568 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11570         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11571         add-minor-mode.
11572         (gnus-binary-mode): Ditto.
11574         * gnus-topic.el (gnus-topic-mode): Ditto.
11576 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11578         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11579         (gnus-article-prev-page): Take scroll-margin into consideration.
11581 2005-07-04  Lute Kamstra  <lute@gnu.org>
11583         Update FSF's address in GPL notices.
11585 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11587         * gnus.el (gnus-exit):
11588         * gnus-group.el (gnus-group-icons):
11589         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11591         * gnus-nocem.el (gnus-nocem):
11592         * message.el (message-various, message-buffers, message-sending)
11593         (message-interface, message-forwarding, message-insertion)
11594         (message-headers, message-news, message-mail):
11595         * pgg-gpg.el (pgg-gpg):
11596         * pgg-parse.el (pgg-parse):
11597         * pgg-pgp.el (pgg-pgp):
11598         * pgg-pgp5.el (pgg-pgp5):
11599         * pop3.el (pop3): Finish `defgroup' description with period.
11601 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11603         * gnus-art.el (article-display-face): Improve the efficiency.
11604         (article-display-x-face): Ditto; remove grey x-face stuff.
11606 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11608         * gnus-art.el (article-display-face): Correct the position in
11609         which Faces are inserted.
11611 2005-06-29  Didier Verna  <didier@xemacs.org>
11613         * gnus-art.el (article-display-face): Display faces in correct
11614         order.
11616 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11618         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11619         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11620         (gnus-nocem-check-article): Fetch the Type header.
11621         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11622         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11623         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11624         make sure gnus-nocem-hashtb is initialized.
11625         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11626         (gnus-nocem-unwanted-article-p): Ditto.
11628         * pgg.el (pgg-verify): Return the verification result.
11630 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11633         is ascii.
11635 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11637         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11638         `show-nonbreak-escape'.
11640 2005-06-23  Lute Kamstra  <lute@gnu.org>
11642         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11644         * dig.el (dig-mode):
11645         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11647 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11649         * nnimap.el (nnimap-split-download-body): Fix spellings.
11651 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11653         * gnus-art.el (gnus-article-encrypt-body):
11654         * gnus-cus.el (gnus-score-customize):
11655         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11656         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11658 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11660         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11661         header by looking for magic "MII" at the beginnig.
11663 2005-06-16  Miles Bader  <miles@gnu.org>
11665         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11666         (assistant-field-face): New backward-compatibility alias for renamed
11667         face.
11668         (assistant-render-text): Use renamed assistant-field face.
11670         * spam.el (spam): Remove "-face" suffix from face name.
11671         (spam-face): New backward-compatibility alias for renamed face.
11672         (spam-face, spam-initialize): Use renamed spam face.
11674         * message.el (message-header-to, message-header-cc)
11675         (message-header-subject, message-header-newsgroups)
11676         (message-header-other, message-header-name)
11677         (message-header-xheader, message-separator, message-cited-text)
11678         (message-mml): Remove "-face" suffix from face names.
11679         (message-header-to-face, message-header-cc-face)
11680         (message-header-subject-face, message-header-newsgroups-face)
11681         (message-header-other-face, message-header-name-face)
11682         (message-header-xheader-face, message-separator-face)
11683         (message-cited-text-face, message-mml-face):
11684         New backward-compatibility aliases for renamed faces.
11685         (message-font-lock-keywords): Use renamed message faces.
11687         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11688         (sieve-test-commands, sieve-tagged-arguments):
11689         Remove "-face" suffix from face names.
11690         (sieve-control-commands-face, sieve-action-commands-face)
11691         (sieve-test-commands-face, sieve-tagged-arguments-face):
11692         New backward-compatibility aliases for renamed faces.
11693         (sieve-control-commands-face, sieve-action-commands-face)
11694         (sieve-test-commands-face, sieve-tagged-arguments-face):
11695         Use renamed sieve faces.
11697         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11698         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11699         (gnus-group-news-3-empty, gnus-group-news-4)
11700         (gnus-group-news-4-empty, gnus-group-news-5)
11701         (gnus-group-news-5-empty, gnus-group-news-6)
11702         (gnus-group-news-6-empty, gnus-group-news-low)
11703         (gnus-group-news-low-empty, gnus-group-mail-1)
11704         (gnus-group-mail-1-empty, gnus-group-mail-2)
11705         (gnus-group-mail-2-empty, gnus-group-mail-3)
11706         (gnus-group-mail-3-empty, gnus-group-mail-low)
11707         (gnus-group-mail-low-empty, gnus-summary-selected)
11708         (gnus-summary-cancelled, gnus-summary-high-ticked)
11709         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11710         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11711         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11712         (gnus-summary-low-undownloaded)
11713         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11714         (gnus-summary-low-unread, gnus-summary-normal-unread)
11715         (gnus-summary-high-read, gnus-summary-low-read)
11716         (gnus-summary-normal-read, gnus-splash):
11717         Remove "-face" suffix from face names.
11718         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11719         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11720         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11721         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11722         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11723         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11724         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11725         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11726         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11727         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11728         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11729         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11730         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11731         (gnus-summary-normal-ticked-face)
11732         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11733         (gnus-summary-normal-ancient-face)
11734         (gnus-summary-high-undownloaded-face)
11735         (gnus-summary-low-undownloaded-face)
11736         (gnus-summary-normal-undownloaded-face)
11737         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11738         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11739         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11740         (gnus-splash-face):
11741         New backward-compatibility aliases for renamed faces.
11742         (gnus-group-startup-message): Use renamed gnus faces.
11744         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11745         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11746         (gnus-server-agent): Remove "-face" suffix from face names.
11747         (gnus-server-agent-face, gnus-server-opened-face)
11748         (gnus-server-closed-face, gnus-server-denied-face)
11749         (gnus-server-offline-face):
11750         New backward-compatibility aliases for renamed faces.
11751         (gnus-server-agent-face, gnus-server-opened-face)
11752         (gnus-server-closed-face, gnus-server-denied-face)
11753         (gnus-server-offline-face): Use renamed gnus faces.
11755         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11756         Remove "-face" suffix from face names.
11757         (gnus-picon-xbm-face, gnus-picon-face):
11758         New backward-compatibility aliases for renamed faces.
11760         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11761         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11762         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11763         (gnus-cite-11): Remove "-face" suffix from face names.
11764         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11765         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11766         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11767         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11768         New backward-compatibility aliases for renamed faces.
11769         (gnus-cite-attribution-face, gnus-cite-face-list)
11770         (gnus-article-boring-faces): Use renamed gnus faces.
11772         * gnus-art.el (gnus-signature, gnus-header-from)
11773         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11774         (gnus-header-content): Remove "-face" suffix from face names.
11775         (gnus-signature-face, gnus-header-from-face)
11776         (gnus-header-subject-face, gnus-header-newsgroups-face)
11777         (gnus-header-name-face, gnus-header-content-face):
11778         New backward-compatibility aliases for renamed faces.
11779         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11781         * gnus-sum.el (gnus-summary-selected-face)
11782         (gnus-summary-highlight): Use renamed gnus faces.
11783         * gnus-group.el (gnus-group-highlight): Likewise.
11785 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11787         * gnus-sieve.el (gnus-sieve-article-add-rule):
11788         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11789         * spam-stat.el (spam-stat-buffer-change-to-spam)
11790         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11792         * message.el (message-is-yours-p):
11793         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11795 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11797         * mm-view.el (mm-inline-text): Withdraw the last change.
11799 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11801         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11802         executing enriched-decode.
11804 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11806         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11807         charset of tar files.
11809 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11811         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11813 2005-06-04  Lute Kamstra  <lute@gnu.org>
11815         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11816         information is never recorded.
11818 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11820         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11822 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11824         * pop3.el (pop3-apop): Run md5 in the binary mode.
11826         * starttls.el (starttls-set-process-query-on-exit-flag):
11827         Use eval-and-compile.
11829 2005-05-31  Simon Josefsson  <jas@extundo.com>
11831         * smime.el (smime-replace-in-string): Define.
11832         (smime-cert-by-ldap-1): Use it.
11834 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11836         * gnus-art.el (article-display-x-face): Replace
11837         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11839         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11840         set-process-query-on-exit-flag or process-kill-without-query.
11842         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11843         loop instead of replace-regexp.
11845         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11846         instead of process-kill-without-query if it is available.
11848         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11849         instead of find-file-hooks if it is available.
11851         * mml1991.el: Bind pgg-default-user-id when compiling.
11853         * mml2015.el: Bind pgg-default-user-id when compiling.
11855         * nndraft.el (nndraft-request-associate-buffer):
11856         Use write-contents-functions instead of write-contents-hooks if it is
11857         available.
11859         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11860         instead of find-file-hooks if it is available.
11862         * nntp.el (nntp-open-connection): Replace
11863         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11864         (nntp-open-ssl-stream): Ditto.
11865         (nntp-open-tls-stream): Ditto.
11867         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11868         set-process-query-on-exit-flag or process-kill-without-query.
11869         (starttls-open-stream-gnutls): Use it instead of
11870         process-kill-without-query.
11871         (starttls-open-stream): Ditto.
11873 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11875         * smime.el (smime-cert-by-ldap-1): Don't use
11876         replace-regexp-in-string.
11878 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11880         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11882         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11883         in PEM format.  Adjust to the XEmacs compability.
11885 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11887         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11888         by `string-to-number'.
11889         * gnus-agent.el (gnus-agent-regenerate-group)
11890         (gnus-agent-fetch-articles): Ditto.
11891         * gnus-art.el (gnus-button-fetch-group): Ditto.
11892         * gnus-cache.el (gnus-cache-generate-active)
11893         (gnus-cache-articles-in-group): Ditto.
11894         * gnus-group.el (gnus-group-set-current-level)
11895         (gnus-group-insert-group-line): Ditto.
11896         * gnus-score.el (gnus-score-set-expunge-below)
11897         (gnus-score-set-mark-below, gnus-summary-score-effect)
11898         (gnus-summary-score-entry): Ditto.
11899         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11900         (gnus-soup-pack): Ditto.
11901         * gnus-spec.el (gnus-xmas-format): Ditto.
11902         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11903         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11904         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11905         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11906         * nndb.el (nndb-get-remote-expire-response): Ditto.
11907         * nndiary.el (nndiary-parse-schedule-value)
11908         (nndiary-string-to-number, nndiary-request-replace-article)
11909         (nndiary-request-article): Ditto.
11910         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11911         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11912         * nneething.el (nneething-make-head): Ditto.
11913         * nnfolder.el (nnfolder-request-article)
11914         (nnfolder-retrieve-headers): Ditto.
11915         * nnheader.el (nnheader-file-to-number): Ditto.
11916         * nnkiboze.el (nnkiboze-request-article): Ditto.
11917         * nnmail.el (nnmail-process-unix-mail-format)
11918         (nnmail-process-babyl-mail-format): Ditto.
11919         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11920         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11921         (nnmh-request-create-group, nnmh-request-list-1)
11922         (nnmh-request-group, nnmh-request-article): Ditto.
11923         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11924         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11925         * nnsoup.el (nnsoup-make-active): Ditto.
11926         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11927         * nntp.el (nntp-find-group-and-number)
11928         (nntp-retrieve-headers-with-xover): Ditto.
11929         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11930         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11931         (pgg-format-key-identifier): Ditto.
11932         * pop3.el (pop3-last, pop3-stat): Ditto.
11933         * qp.el (quoted-printable-decode-region): Ditto.
11935         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11936         of concat.
11938 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11940         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11942         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11944         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11946         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11948         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11950         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11952         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11953         (gnus-carpal-mode): Ditto.
11955         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11956         (gnus-browse-mode): Ditto.
11958         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11960         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11962 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11964         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11966 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11968         * gnus-util.el (gnus-run-mode-hooks): New function.
11970         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11972 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11974         * gnus-agent.el (gnus-agent-make-mode-line-string):
11975         Use mode-line-highlight as mouse-face.
11977 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11979         * canlock.el (canlock): Change the parent group to news.
11981         * deuglify.el (gnus-outlook-deuglify): Add :group.
11983         * dig.el (dig): Add :group.
11985         * dns-mode.el (dns-mode): Add :group.
11987         * encrypt.el (encrypt): Add :group.
11989         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11990         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11991         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11992         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11993         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11995         * gnus-diary.el (gnus-diary): Add :group.
11997         * gnus.el (gnus-group-news-1-face): Add :group.
11998         (gnus-group-news-1-empty-face): Ditto.
11999         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12000         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12001         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12002         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12003         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12004         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12005         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12006         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12007         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12008         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12009         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12010         (gnus-summary-high-ticked-face): Ditto.
12011         (gnus-summary-low-ticked-face): Ditto.
12012         (gnus-summary-normal-ticked-face): Ditto.
12013         (gnus-summary-high-ancient-face): Ditto.
12014         (gnus-summary-low-ancient-face): Ditto.
12015         (gnus-summary-normal-ancient-face): Ditto.
12016         (gnus-summary-high-undownloaded-face): Ditto.
12017         (gnus-summary-low-undownloaded-face): Ditto.
12018         (gnus-summary-normal-undownloaded-face): Ditto.
12019         (gnus-summary-high-unread-face): Ditto.
12020         (gnus-summary-low-unread-face): Ditto.
12021         (gnus-summary-normal-unread-face): Ditto.
12022         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12023         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12025         * hashcash.el (hashcash): New custom group.
12026         (hashcash-default-payment): Add :group.
12027         (hashcash-payment-alist): Ditto.
12028         (hashcash-default-accept-payment): Ditto.
12029         (hashcash-accept-resources): Ditto.
12030         (hashcash-path): Ditto.
12031         (hashcash-extra-generate-parameters): Ditto.
12032         (hashcash-double-spend-database): Ditto.
12033         (hashcash-in-news): Ditto.
12035         * message.el (message-minibuffer-local-map): Add :group.
12037         * netrc.el (netrc): Add :group.
12039         * sieve-manage.el (sieve-manage-log): Add :group.
12040         (sieve-manage-default-user): Diito.
12041         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12042         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12043         (sieve-manage-authenticators): Ditto.
12044         (sieve-manage-authenticator-alist): Ditto.
12045         (sieve-manage-default-port): Ditto.
12047         * sieve-mode.el (sieve-control-commands-face): Add :group.
12048         (sieve-action-commands-face): Ditto.
12049         (sieve-test-commands-face): Ditto.
12050         (sieve-tagged-arguments-face): Ditto.
12052         * smime.el (smime): Add :group.
12054         * spam-report.el (spam-report): Add :group.
12056         * spam.el (spam, spam-face): Add :group.
12058 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12061         return \n.\n.\n at the end of articles.  Protect against that.
12062         (nntp-with-open-group): Allow debugging.
12064         * nnheader.el (mail-header-set-extra): Make into a function
12065         because I just could't understand how to quote the list properly.
12067         * dns.el (query-dns-cached): New function.
12069 2005-05-26  Lute Kamstra  <lute@gnu.org>
12071         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12073 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * gnus-art.el: Don't autoload mail-extract-address-components.
12077         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12078         eval-and-compile to evaluate it.
12080         * hashcash.el: Don't autoload executable-find.
12082         * nndb.el: Don't declare the nndb back end two or more times; don't
12083         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12085         * nntp.el: Autoload format-spec instead of format; use
12086         eval-and-compile to evaluate autoload forms.
12088 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12090         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12092 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12094         * gnus.el (gnus-version-number): Bump version.
12096 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12098         * gnus.el: No Gnus v0.3 is released.
12100 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12102         * gnus-art.el (gnus-article-edit-part): Disable undo.
12104 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12106         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12107         gnus-article-date-lapsed-new-header is t if date timer is active;
12108         skip headers in which the original date value is empty.
12109         (gnus-article-save-original-date): Redefine it as a macro.
12110         (gnus-display-mime): Use it.
12112 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12114         * gnus-art.el (article-date-ut): Support converting date in
12115         forwarded parts as well.
12116         (gnus-article-save-original-date): New function.
12117         (gnus-display-mime): Use it.
12119 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12121         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12122         enclosure element of <item>.
12124 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12126         * message.el (message-kill-buffer-query): Renamed from
12127         `message-kill-buffer-query-if-modified'.  Added :version.
12129 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12131         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12132         window layout.
12134 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12136         * mml.el: Autoload dnd when compiling.
12138 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12140         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12141         x-dnd-*.
12143 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12145         * qp.el (quoted-printable-encode-region): Save excursion.
12147 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12149         * message.el (message-kill-buffer-query-if-modified): Add new variable
12150         so the user can kill a modified message buffer quickly.
12151         (message-kill-buffer): Use it.
12153 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12155         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12156         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12158 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12160         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12161         contained in text because xml.el decodes entities) with LFs.
12163 2005-04-11  Lute Kamstra  <lute@gnu.org>
12165         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12166         differently.
12168 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         * mm-util.el (mm-detect-coding-region): Typo.
12172 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12174         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12176 2005-04-06  Deepak Goel  <deego@gnufans.org>
12178         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12179         user-function allow user modifications of the scores.
12180         (spam-stat-score-buffer-user): New function, to allow
12181         user-computed modifications to the score.
12182         (spam-stat-score-buffer-user-functions): List of additional
12183         scoring functions.
12184         (spam-stat-error-holder): Global temporary error holder.
12185         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12186         variable.
12188 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12190         * gnus-registry.el (gnus-registry-clean-empty-function)
12191         (gnus-registry-trim, gnus-registry-fetch-groups)
12192         (gnus-registry-delete-group): Groups that match
12193         `gnus-registry-ignored-groups' are removed from the registry
12194         entries, not just ignored for splitting.  This helps clean up the
12195         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12196         to get all the groups a message ID is in.
12198         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12199         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12200         (spam-stat-score-buffer-user-functions): Add :number custom type.
12202 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12204         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12205         argument in XEmacs.
12207         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12208         (nnrss-request-group): Decode group name first.
12209         (nnrss-request-article): Make a text/plain article if mml-to-mime
12210         failed.
12211         (nnrss-get-encoding): Return a compatible encoding according to
12212         nnrss-compatible-encoding-alist.
12213         (nnrss-find-el): Use consp instead of listp.
12214         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12216 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12219         which Emacs 20 doesn't support.
12220         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12222 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12224         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12225         silence the byte compiler inside the defun.
12227         * gnus-demon.el (parse-time-string): Add autoload.
12229         * gnus-delay.el (parse-time-string): Add autoload.
12231         * gnus-art.el (parse-time-string): Add autoload.
12233         * nnultimate.el (parse-time): Require for `parse-time-string'.
12235 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12237         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12239         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12241         * smime.el (smime-ldap-host-list): Add :version.
12243 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12245         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12246         pass it to `gnus-browse-read-group'.
12247         (gnus-browse-read-group): Add NUMBER argument and pass it to
12248         `gnus-group-read-ephemeral-group'.
12250         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12251         argument and pass it to `gnus-group-read-group'.
12253 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12255         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12256         mm-xemacs-find-mime-charset-1 if we have the mule feature
12257         available at runtime.
12259 2005-03-25  Werner Lemberg  <wl@gnu.org>
12261         * nnmaildir.el: Replace `illegal' with `invalid'.
12263 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12265         * gnus-start.el (gnus-display-time-event-handler):
12266         Check display-time-timer at runtime rather than only at load time
12267         in case display-time-mode is turned off in the mean time.
12269 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12271         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12272         used.
12274         * nneething.el (nneething-map-file-directory): Derive from
12275         `gnus-directory'.
12277         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12278         the To/Cc button.
12280 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12282         * nnmaildir.el (nnmaildir-request-accept-article):
12283         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12285 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12287         * gnus-async.el: Require timer-funcs at compile time when in
12288         XEmacs for `run-with-idle-timer'.
12290 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12292         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12293         autoloaded function.
12295 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12299 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12301         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12303 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12306         gnus-expert-user to default.
12308 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12310         * nnimap.el (nnimap-open-server): Ditto.
12312         * imap.el (imap-authenticate): Fix typo.
12314 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12316         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12317         buffer (since IMAP server might return FETCH response out of
12318         order, and the nntp buffer must be sorted).
12320 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12322         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12323         comparison on string.
12325         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12326         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12327         (gnus-agent-summary-fetch-series): Modified to protect against
12328         gnus-agent-summary-fetch-group clearing processable flags.
12329         (gnus-agent-synchronize-group-flags): Update live group buffer as
12330         synchronization may occur due to the user toggle the plugged
12331         status.
12332         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12333         successfully downloaded.
12334         (gnus-agent-expire-group-1): Avoid using markers when the overview
12335         is in ascending order; greatly improves performance.
12336         (gnus-agent-regenerate-group): Use
12337         gnus-agent-synchronize-group-flags to reset read status in both
12338         gnus and server.
12339         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12341 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12343         * message.el: Don't autoload former message-utils variables.
12344         (message-strip-subject-trailing-was): Change doc string.
12346         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12347         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12348         (nnweb-google-search): Add "hl=en" here.
12349         (nnweb-google-parse-1, nnweb-google-create-mapping):
12350         Don't hardcode URL.
12352 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12354         * message.el (message-get-reply-headers, message-followup):
12355         Mention related variables `message-use-followup-to' and
12356         `message-use-mail-followup-to', in the information buffer.
12358         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12359         of broken groups(-beta).google.com.
12361 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12363         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12364         parameter to invoked gnus-request-move-article; remove the
12365         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12366         all at once instead of once per article.
12367         (gnus-summary-remove-process-mark): Accept a list of articles as
12368         well as a single article for processing.
12370         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12371         parameter.
12373         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12375         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12377         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12378         parameter.
12380         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12381         parameter.
12383         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12384         parameter and remove the gnus-sum-hint-move-is-internal variable.
12386         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12387         parameter.
12389         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12390         parameter.
12392         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12393         parameter.
12395         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12397         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12398         parameter.
12400         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12401         parameter.
12403 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12405         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12406         a more conservative way.
12408 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12410         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12411         buffer, so it moves the window's cursor.
12413 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12415         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12416         `mm-dissect-multipart' and receive the from field as an (optional)
12417         argument from `mm-dissect-multipart'.
12418         (mm-dissect-multipart): Receive the from field as an argument and
12419         pass it on when we call `mm-dissect-buffer' on MIME parts.
12420         Fixes verification/decryption of signed/encrypted MIME parts.
12422 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12424         * gnus-sum.el (gnus-summary-move-article): Set
12425         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12426         whatever it calls (right now, only nnimap-request-move article
12427         respects it).
12429         * nnimap.el (nnimap-request-move-article): When
12430         gnus-sum-hint-move-is-internal is set, don't do the extra
12431         nnimap-request-article.
12433 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12435         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12437         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12438         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12440         * gnus-sum.el (gnus-summary-caesar-message):
12441         Apply `gnus-treat-article' after rotation.
12443         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12444         doc string.
12446 2005-02-22  Simon Josefsson  <jas@extundo.com>
12448         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12449         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12450         <arne@arnested.dk>.
12451         (encrypt): Add password-cache and password-cache-expiry as group
12452         members.
12454 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12456         * smime.el (smime-ldap-host-list): Doc fix.
12457         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12458         cache) password.
12459         (smime-sign-region): Use it.
12460         (smime-decrypt-region): Use it.
12461         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12462         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12463         fails.
12464         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12465         certificate from DER to PEM format rather than calling openssl.
12467         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12469         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12470         for signing/encryption.
12472         * mml.el (mml-parse-1): Use them.
12474 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12476         * nnrss.el (nnrss-verbose): Removed.
12477         (nnrss-request-group): Use `nnheader-message' instead.
12479 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12481         * nnrss.el (nnrss-verbose): New variable.
12482         (nnrss-request-group): Make it say nnrss is requesting a group.
12484 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12486         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12487         Handle news URL with given port correctly.
12489 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12491         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12492         containing special characters.
12494         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12496         * mml.el (mime-to-mml): Ditto.
12498         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12499         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12500         (rfc2047-decode-region): Quote decoded words containing special
12501         characters when rfc2047-quote-decoded-words-containing-tspecials
12502         is non-nil.
12504 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12506         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12508         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12510 2005-02-15  Simon Josefsson  <jas@extundo.com>
12512         * nnimap.el (nnimap-debug): Doc fix.
12514         * imap.el (imap-debug): Doc fix.
12516 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12518         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12520 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12522         * gnus.el (spam-contents): Improve docs for spam-contents
12523         parameter in its variable incarnation.
12525 2005-02-14  Simon Josefsson  <jas@extundo.com>
12527         * smime-ldap.el: Use require instead of load-library for ldap.
12528         (smime-ldap-search): Indent.
12529         (smime-ldap-search-internal): Shorten line.
12531         * smime.el (smime-cert-by-dns): Add doc-string.
12532         (smime-cert-by-ldap-1): Indent.
12534         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12535         mml-smime-get-dns-ldap.
12536         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12538 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12540         * smime.el: Require smime-ldap.
12541         (smime-ldap-host-list): New variable.
12542         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12544         * mml-smime.el (mml-smime-encrypt-query): New function.
12545         (mml-smime-encrypt-query): Use it.
12547         * smime-ldap.el: New file.
12549 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12551         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12553 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12555         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12556         argument in doc string.  Make query for type more clear.
12558 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12560         * gnus.el (gnus-group-startup-message): Search for gnus images in
12561         etc/images/gnus.
12562         * mm-util.el (mm-image-load-path): Likewise.
12563         * smiley.el (smiley-data-directory): Search for smilies in
12564         etc/images/smilies.
12566 2005-02-09  Kim F. Storm  <storm@cua.dk>
12568         Change Emacs release version from 21.4 to 22.1 throughout.
12569         Change Emacs development version from 21.3.50 to 22.0.50.
12571 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12573         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12575         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12576         non-Mule XEmacs as well.
12577         (mm-decompress-buffer): Signal an error intentionally if it does
12578         not decompress compressed data because auto-compression-mode is
12579         disabled.
12581 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12583         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12584         an ID in the registry even if it has no groups.
12586 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12588         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12589         merge it into mm-decompress-buffer.
12590         (gnus-mime-copy-part): Use the MIME part charset, the value which
12591         a user specified or gnus-newsgroup-charset for decoding, like
12592         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12593         save-buffer what was used.  Suggested by Kevin Ryde
12594         <user42@zip.com.au>.
12595         (gnus-mime-inline-part): Allow the name parameter as well as the
12596         filename parameter; force decompressing of compressed data; always
12597         display contents being not decoded as unibyte.
12599         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12600         as well as the filename parameter.
12602         * mm-util.el (mm-decompress-buffer): Merge
12603         gnus-mime-jka-compr-maybe-uncompress.
12604         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12605         of compressed data.
12607 2005-02-08  Simon Josefsson  <jas@extundo.com>
12609         * imap.el (imap-log): Doc fix.
12611 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12613         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12614         the coding cookies; decompress compressed parts.
12616         * mml.el (mml-generate-mime-1): Add the charset parameter according
12617         to the value which a user specified manually or the coding cookie.
12619         * mm-util.el (mm-string-to-multibyte): New function.
12620         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12621         (mm-coding-system-to-mime-charset): New function.
12622         (mm-decompress-buffer): New function.
12623         (mm-find-buffer-file-coding-system): New function.
12625         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12626         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12627         parts.
12629 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12631         * mm-view.el (mm-display-inline-fontify): Decode a part according
12632         to the charset parameter.
12634 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12636         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12637         prefix arg is neither nil nor a number, as info specifies.
12639 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12641         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12642         timestamps.
12644 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12646         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12647         groups error checking and notify user.
12649 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12651         * message.el (message-send-mail-function): Check existence of
12652         sendmail-program first before using default value
12653         `message-send-mail-with-sendmail'.  Otherwise use more generic
12654         `smtpmail-send-it'.
12656 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12658         * nntp.el (nntp-request-update-info): Always return nil.
12660 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12664 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12666         * message.el (message-beginning-of-line): Change the behavior when
12667         invoked between BOL and : so that it first moves backward.
12669 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12671         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12672         article buffer when editing of the article is discarded.
12673         (gnus-article-prepare): Revert.
12675 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12677         * gnus-art.el (gnus-article-prepare):
12678         Remove message-strip-forbidden-properties from the local hook.
12680 2005-01-27  Simon Josefsson  <jas@extundo.com>
12682         * password.el (password-cache-add): Only start one timer per key.
12683         Reported by Derek Atkins <warlord@MIT.EDU>.
12685 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12687         * run-at-time.el: Removed.  It is no longer needed as
12688         timer-funcs.el in the xemacs-base package has a working version of
12689         `run-at-time'.
12691         * password.el: Require timer-funcs instead of run-at-time in
12692         XEmacs.
12693         Remove `password-run-at-time' macro.
12694         (password-cache-add): Use `run-at-time' instead of
12695         `password-run-at-time'.
12697         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12698         for `run-with-idle-timer'.
12700         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12701         for `run-at-time'.
12703         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12704         for `with-timeout'.
12706 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12708         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12709         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12711 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12713         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12714         sensitively.
12716 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12718         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12720 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12722         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12723         which will be inserted according to the multibyteness of a buffer
12724         rather than the type of contents.  Suggested by ARISAWA Akihiro
12725         <ari@mbf.ocn.ne.jp>.
12727         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12728         of string which old xml.el may return rather than a string.
12730 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12732         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12734 2005-01-16  Simon Josefsson  <jas@extundo.com>
12736         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12737         idn/idna.el isn't available.
12738         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12739         <michael@waxrat.com>.
12741         * hashcash.el: Remove non-FSF copyright header.
12743         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12744         (hashcash-generate-payment): Use it.
12745         (hashcash-generate-payment-async): Use it.
12747 2005-01-15  Simon Josefsson  <jas@extundo.com>
12749         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12750         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12752         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12753         gnus-summary-idna-message.
12754         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12755         (gnus-summary-idna-message): New function.
12757 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12759         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12760         gnus-novice-user.
12762 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12764         * nnrss.el (nnrss-request-delete-group): Delete entries in
12765         nnrss-group-alist as well.
12766         (nnrss-save-server-data): Insert newline.
12768 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12770         * gnus.el (gnus-user-agent): Use list of symbols instead of
12771         symbols.  Display full version number for (S)XEmacs.  Optionally
12772         display (S)XEmacs codename.
12774         * gnus-util.el (gnus-emacs-version): Update for new
12775         `gnus-user-agent'.
12777         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12778         Gnus version.
12780 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12782         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12783         which is unreadable in some setups.
12785 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12787         * gnus-spec.el (gnus-update-format-specifications): Flush the
12788         group format spec cache if it doesn't support decoded group names.
12790 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12792         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12793         Allow to apply decay on score files matching a regexp.
12795 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12797         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12798         compatibility in %g and %c.
12800 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12802         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12803         name for only %g and %c.
12804         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12805         of gnus-tmp-group to decoded group name.
12806         (gnus-group-make-rss-group): Exclude `/'s from group names.
12808 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12810         * nnrss.el (nnrss-get-encoding): Fix regexp.
12812 2004-12-27  Simon Josefsson  <jas@extundo.com>
12814         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12815         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12816         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12818 2004-12-17  Kim F. Storm  <storm@cua.dk>
12820         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12822         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12824 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12826         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12828 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12830         * nnrss.el: Require rfc2047 and mml.
12831         (nnrss-file-coding-system): New variable.
12832         (nnrss-format-string): Redefine it as an inline function.
12833         (nnrss-decode-group-name): New function.
12834         (nnrss-string-as-multibyte): Remove.
12835         (nnrss-retrieve-headers): Decode group name; don't use
12836         nnrss-format-string.
12837         (nnrss-request-group): Decode group name.
12838         (nnrss-request-article): Decode group name; allow a Message-ID as
12839         well as an article number; don't use nnrss-format-string; encode a
12840         Message-ID string which may contain non-ASCII characters; use
12841         mml-to-mime to compose a MIME article.
12842         (nnrss-request-expire-articles): Decode group name.
12843         (nnrss-request-delete-group): Decode group name.
12844         (nnrss-fetch): Clarify error message.
12845         (nnrss-read-server-data): Use insert-file-contents instead of load;
12846         bind file-name-coding-system; use multibyte buffer.
12847         (nnrss-save-server-data): Bind coding-system-for-write to the
12848         value of nnrss-file-coding-system; bind file-name-coding-system;
12849         add coding cookie.
12850         (nnrss-read-group-data): Use insert-file-contents instead of load;
12851         bind file-name-coding-system; use multibyte buffer.
12852         (nnrss-save-group-data): Bind coding-system-for-write to the
12853         value of nnrss-file-coding-system; bind file-name-coding-system.
12854         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12855         make it work with non-ASCII text.
12856         (nnrss-find-el): Make it work with old xml.el as well.
12858 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12860         * nnrss.el (nnrss-get-encoding): New function.
12861         (nnrss-fetch): Use unibyte buffer initially; bind
12862         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12863         decode contents according to the encoding attribute.
12864         (nnrss-save-group-data): Add coding cookie.
12865         (nnrss-mime-encode-string): New function.
12866         (nnrss-check-group): Use it to encode subject and author.
12868 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12870         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12871         imaginary variable.
12873 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12875         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12876         correctly even if there are wide characters.
12878 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12880         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12881         downcased symbol names; make a new cache instead of reusing
12882         bbdb-hashtable.
12884 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12886         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12887         concatenating segments rather than before concatenating them.
12888         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12890         * message.el (message-get-reply-headers): Bind `extra'.
12892 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894         * message.el (message-extra-wide-headers): New variable.
12895         (message-get-reply-headers): Use it.
12897 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12899         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12900         (gnus-agent-group-pathname): Ditto.
12902         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12904         * gnus-group.el (gnus-group-make-group): Decode group name.
12905         (gnus-group-make-rss-group): Register the group data after opening
12906         the nnrss group.
12908 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12910         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12911         by expiry now get marked as read.
12913 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12917 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12919         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12920         unify Latin characters in XEmacs.
12921         (mm-find-mime-charset-region): Use it.
12923 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12925         * gnus-util.el (gnus-delete-directory): New function.
12927         * gnus-agent.el (gnus-agent-delete-group): Use it.
12929         * gnus-cache.el (gnus-cache-delete-group): Use it.
12931 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12933         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12934         names.
12936 2004-12-16  Simon Josefsson  <jas@extundo.com>
12938         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12940 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12942         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12944         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12945         (gnus-group-set-current-level): Decode group name.
12947 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12949         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12950         failed.
12952 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12954         * gnus-group.el (gnus-group-delete-group): Decode group name.
12955         (gnus-group-make-rss-group): Encode group name.
12956         (gnus-group-catchup-current): Decode group name.
12957         (gnus-group-kill-group): Decode group name.
12959 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12961         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12963 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12965         * gnus-group.el (gnus-group-make-rss-group):
12966         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12968         * gnus-start.el (gnus-setup-news): Honor user's setting to
12969         gnus-message-archive-method.  Suggested by Lute Kamstra
12970         <lute@gnu.org>.
12972 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12974         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12975         global counterparts of the buffer-local variables.
12977 2004-11-16  Romain Francoise  <romain@orebokech.com>
12979         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12980         counterparts of the buffer-local variables.
12982 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12984         * message.el (message-forbidden-properties): Fixed typo in doc
12985         string.
12987 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12989         * gnus-util.el (gnus-replace-in-string): Added doc string.
12991         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12992         to avoid problems when splitting mails with many recipients.
12994 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12996         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12997         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12999 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13001         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13002         if there is no hashtable in memory or file modification time is
13003         newer than cached timestamp.
13005 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13007         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13008         not-matching option.
13010 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13012         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13013         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13014         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13015         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13016         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13017         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13019 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13021         * message.el (message-forward-make-body-mml): Remove headers
13022         according to message-forward-ignored-headers if a message is decoded.
13024 2004-12-02  Romain Francoise  <romain@orebokech.com>
13026         * message.el (message-forward-make-body-plain): Always remove
13027         headers according to message-forward-ignored-headers.
13029 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13031         * spam.el (spam-summary-prepare-exit): Remove the
13032         gnus-summary-limit pop for now, it has problems with ham marks for
13033         me.
13035 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13037         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13038         correctly.
13040 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13042         * format-spec.el (format-spec): Message the char.
13044 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13046         * gnus-art.el (gnus-split-methods): Reformat comments.
13048         * spam.el (spam-summary-prepare-exit): Remove article limits
13049         before exiting the summary buffer.
13051 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13053         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13054         order to silence the byte compiler.
13056         * spam.el: Fix the way to silence the byte compiler, which
13057         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13058         bbdb-search-simple, spam-BBDB-register-routine,
13059         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13060         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13061         spam-stat-buffer-is-spam, spam-stat-load,
13062         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13063         spam-stat-save and spam-stat-split-fancy.
13065 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13067         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13068         which may confuse users.
13069         (canlock-password-for-verify): Ditto.
13071         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13073         * gnus-art.el (gnus-emphasis-alist): Ditto.
13075         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13077         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13079         * gnus-start.el (gnus-save-killed-list): Ditto.
13081         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13082         (gnus-sum-thread-tree-root): Ditto.
13083         (gnus-sum-thread-tree-false-root): Ditto.
13084         (gnus-sum-thread-tree-single-indent): Ditto.
13086         * message.el (message-courtesy-message): Ditto.
13087         (message-archive-note): Ditto.
13088         (message-subscribed-address-file): Ditto.
13089         (message-user-fqdn): Ditto.
13091         * spam-report.el (spam-report-gmane-regex): Ditto.
13093         * spam.el (spam-blackhole-good-server-regex): Ditto.
13095 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13097         * mml.el (mml-preview): Widen the message buffer before copying
13098         the contents to the preview buffer; sort headers before previewing.
13100         * message.el (message-hidden-headers): Fix the way to avoid a bug
13101         in the `repeat' widget in Emacs 21.3 or earlier.
13103 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13105         * message.el (message-hidden-headers): Default to "^References:".
13106         Improve customization type.  Suggested by Reiner Steib
13107         <Reiner.Steib@gmx.de>.
13109 2004-11-25  Romain Francoise  <romain@orebokech.com>
13111         * message.el (message-strip-forbidden-properties): Remove check for
13112         obsolete `message-hidden' text property, hidden headers are not
13113         accessible in the buffer anymore.
13115 2004-11-22  Romain Francoise  <romain@orebokech.com>
13117         * message.el (message-header-format-alist): Add `From' in list
13118         so that it can be sorted.
13119         (message-fix-before-sending): Widen and sort headers before
13120         sending.
13121         (message-hide-headers): Use narrowing to hide headers by moving
13122         them to the top of the buffer and narrowing to the region
13123         underneath.
13125 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13127         * message.el (message-strip-forbidden-properties): Bind
13128         buffer-read-only (etc) to nil.
13130 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13132         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13133         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13135 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13137         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13139 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13141         * dns.el (query-dns): Use sit-for to time instead of
13142         accept-process-output, since that doesn't seem to work on udp
13143         sockets.
13145 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13147         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13149 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13151         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13152         doc string.  Improve doc string.
13154 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13156         * nntp.el (nntp-request-update-info): Return nil if
13157         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13158         may not call gnus-activate-group which uselessly issues the GROUP
13159         commands for all nntp groups and wastes time.  Reported by Romain
13160         Francoise <romain@orebokech.com>.
13162         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13164 2004-11-15  Simon Josefsson  <jas@extundo.com>
13166         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13167         headers separately.
13168         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13169         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13171 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13173         * gnus-start.el (gnus-convert-old-newsrc):
13174         Assign legacy-gnus-agent to 5.10.7.
13176 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13179         start of the lines.
13181 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13183         * hashcash.el (hashcash-default-payment): Change default to 20.
13184         (hashcash-default-accept-payment): Change default to 20.
13185         (hashcash-process-alist): New variable.
13186         (hashcash-generate-payment-async): Add.
13187         (hashcash-already-paid-p): Add.
13188         (hashcash-insert-payment): Don't generate payments twice.
13189         (hashcash-insert-payment-async): Add.
13190         (hashcash-insert-payment-async-2): Add.
13191         (hashcash-cancel-async): Add.
13192         (hashcash-wait-async): Add.
13193         (hashcash-processes-running-p): Add.
13194         (hashcash-wait-or-cancel): Add.
13195         (mail-add-payment): New optional argument.  Conditionally start
13196         asynchronous calculation.
13197         (mail-add-payment-async): Add.
13199         * message.el (message-send-mail): Wait for asynchronous hashcash
13200         results.  Don't clobber existing X-Hashcash headers.
13201         (message-setup-1): Call mail-add-payment-async when
13202         message-generate-hashcash is non-nil.
13204 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13206         * message.el (message-use-alternative-email-as-from): Examine the
13207         From header as well; use message-make-from in order to include a
13208         user's full name.
13210 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13212         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13213         default; improve customization type.
13214         (gnus-emphasis-custom-with-format): New macro.
13215         (gnus-emphasis-custom-value-to-external): New function.
13216         (gnus-emphasis-custom-value-to-internal): New function.
13218 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220         * dns.el (query-dns): Resolve reverse addresses.
13222 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13224         * gnus-group.el (gnus-group-get-new-news): Use it.
13226         * gnus-start.el (gnus-check-reasonable-setup): New function.
13228 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13230         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13231         "Args out of range" error.  Reported by Arnaud Giersch
13232         <arnaud.giersch@free.fr>.
13234 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13236         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13238 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13240         * spam.el (spam group): Add :version.
13242         * pgg-def.el (pgg group): Add :version.
13244 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13246         * gnus-art.el (gnus-article-edit-article): Don't associate the
13247         article buffer with a draft file.  This is a temporary measure
13248         against the 2004-08-22 change to gnus-article-edit-mode.
13250 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13252         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13253         (html2text-format-tags): Remove unused variable `attr'.
13255 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13257         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13259         * spam-stat.el (spam-stat): Add :version.
13261         * sieve.el (sieve): Add :version.
13263         * sha1.el (sha1): Add :version.
13264         (sha1-use-external): Remove redundant version.
13266         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13267         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13268         (nnmail-split-fancy-match-partial-words)
13269         (nnmail-split-lowercase-expanded): Add :version.
13271         * nndiary.el (nndiary): Add :version.
13273         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13275         * mml-sec.el (mml-default-sign-method)
13276         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13277         Add :version.
13279         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13281         * mm-url.el (mm-url-use-external, mm-url-program)
13282         (mm-url-arguments): Add :version.
13284         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13285         (mm-attachment-file-modes, mm-decrypt-option)
13286         (mm-w3m-safe-url-regexp): Add :version.
13288         * message.el (message-cite-prefix-regexp)
13289         (message-sendmail-envelope-from, message-minibuffer-local-map)
13290         (message-user-fqdn, message-completion-alist): Add :version.
13292         * gnus-win.el (gnus-configure-windows-hook)
13293         (gnus-use-frames-on-any-display): Add :version.
13295         * gnus-art.el (gnus-article-address-banner-alist)
13296         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13297         (gnus-treat-from-picon, gnus-treat-mail-picon)
13298         (gnus-treat-x-pgp-sig): Add :version.
13300         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13301         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13302         (gnus-summary-article-delete-hook)
13303         (gnus-summary-display-while-building): Add :version.
13305         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13306         (gnus-get-top-new-news-hook): Add :version.
13308         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13309         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13311         * gnus-registry.el (gnus-registry): Add :version.
13313         * gnus-spec.el (gnus-use-correct-string-widths)
13314         (gnus-make-format-preserve-properties): Add :version.
13316         * gnus.el (gnus-group-charter-alist)
13317         (gnus-group-fetch-control-use-browse-url)
13318         (gnus-install-group-spam-parameters): Add :version.
13320         * gnus-diary.el (gnus-diary): Add :version.
13322         * gnus-delay.el (gnus-delay): Add :version.
13324         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13325         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13326         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13327         Add :version.
13329         * gnus-agent.el (gnus-agent-max-fetch-size)
13330         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13331         (gnus-agent-prompt-send-queue): Add :version.
13333         * deuglify.el (gnus-outlook-deuglify): Add :version.
13335         * html2text.el: Beautify code.  Improve doc strings.  Some
13336         checkdoc cleanup.
13337         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13339 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13341         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13343 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13345         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13346         when package is loaded.
13348         * spam.el (spam-summary-score-preferred-header): Add global preference
13349         for people who want to override the default SpamAssassin over
13350         Bogofilter preference (when both are set).
13351         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13352         (spam-user-format-function-S): Check
13353         spam-summary-score-preferred-header.
13354         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13355         (spam-user-format-function-S): Format the score correctly.
13357 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13359         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13360         signature file.  Suggested by Manoj Srivastava
13361         <srivasta@golden-gryphon.com>.
13363         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13364         iso-2022-jp even in the Japanese language environment.
13365         Suggested by Jason Rumney <jasonr@gnu.org>.
13367 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13369         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13370         use the same characters as the dummy marks; make it free from
13371         getting affected by the language environment.
13372         (gnus-summary-read-group-1): Update mark positions only when the
13373         format spec is updated.
13375         * gnus-spec.el (gnus-update-format-specifications): Return a list
13376         of updated types.
13378 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13380         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13381         of boundp to check if display-warning is available.
13383 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13385         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13387 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13389         * nnspool.el (nnspool-spool-directory): Use news-path if the
13390         news-directory variable is not bound.
13392         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13393         function instead of display-warning if it is not available.
13395 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13397         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13398         v5-10: Use `point-at-bol'.
13400 2004-10-26  Simon Josefsson  <jas@extundo.com>
13402         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13403         <chenggao@gmail.com>.
13405 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13407         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13408         instead.
13410 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13412         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13413         to remove a server from the nnimap-server-buffer-alist.
13414         (nnimap-open-connection, nnimap-close-server): Use it.
13416         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13418 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13420         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13421         running the major-mode function.
13423 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13425         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13426         dummy marks in the right way.
13428 2004-10-18  David Edmondson  <dme@dme.org>
13430         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13431         excessively.
13433 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13435         * gnus-util.el (gnus-split-references): Accept a nil references
13436         string and go on blissfully.
13438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13439         cases where the references string is non-nil but has no references.
13441         * encrypt.el: Add autoload tags.
13443         * spam.el (spam-resolve-registrations-routine): Remove article
13444         from unregistration list too.  Reported by David Hanak
13445         <dhanak@isis.vanderbilt.edu>
13447 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13449         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13450         nil.  Changed custom type.
13452 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13454         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13456         * gnus-sum.el (gnus-summary-move-article): Use it.
13458 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13460         * encrypt.el: Add autoload cookies.
13462         * spam.el (spam-backend-article-list-property)
13463         (spam-backend-get-article-todo-list)
13464         (spam-backend-put-article-todo-list)
13465         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13466         Resolve registrations separately.
13467         (spam-register-routine): Format comments.
13468         (spam-unregister-routine, spam-register-routine): Always call with
13469         specific-articles, no default list.
13470         (spam-summary-prepare-exit): Use the spam-classifications function.
13472         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13473         gnus-encrypt.el.
13475         * encrypt.el: Copied from gnus-encrypt.el.
13477         * gnus-encrypt.el: Commented that it's obsolete.
13479 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13481         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13482         (gnus-score-save): Use it.
13484         * message.el (message-bury): Use `window-dedicated-p'.
13486 2004-10-15  Simon Josefsson  <jas@extundo.com>
13488         * pop3.el (top-level): Don't require nnheader.
13489         (pop3-read-timeout): Add.
13490         (pop3-accept-process-output): Add.
13491         (pop3-read-response, pop3-retr): Use it.
13493 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13495         * spam.el (spam-register-routine): Move comment.
13496         (spam-verify-bogofilter): Use 'unknown for the initial
13497         spam-bogofilter-valid state, not 'never.
13499         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13500         for netrc-machine.
13502         * nnimap.el (nnimap-open-connection): Use
13503         netrc-machine-user-or-password.
13505 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13507         * gnus-registry.el (gnus-registry-unload-hook):
13508         Set as a variable with add-hook.
13510         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13511         of news-path.
13513         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13515         * spam.el: Delete duplicate `provide'.
13516         (spam-unload-hook): Set as a variable with add-hook.
13518 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13520         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13521         in the doc string.
13523         * message.el (message-ignored-news-headers)
13524         (message-ignored-supersedes-headers)
13525         (message-ignored-resent-headers)
13526         (message-forward-ignored-headers): Improve custom type.
13528 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13530         * message.el (message-tokenize-header): Fix 2004-09-06 change
13531         which used point-min in the wrong place.
13533 2004-10-12  Simon Josefsson  <jas@extundo.com>
13535         * tls.el (tls-certtool-program): New variable.
13536         (tls-certificate-information): New function, based on
13537         ssl-certificate-information.
13539 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13541         * compface.el: Move the version of ELisp-based uncompface program
13542         to the contrib directory because of the copyright problem.
13544 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13546         * message.el (message-kill-buffer): Raise the current frame.
13548 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13550         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13552         * gnus.el (message-y-or-n-p): Autoload.
13554         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13555         (pop3-password-required, pop3-authentication-scheme)
13556         (pop3-leave-mail-on-server): Made customizable.
13557         (pop3): New custom group.
13558         (pop3-retr): Remove `sleep-for' statements.
13559         Suggested by Dave Love <fx@gnu.org>.
13561         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13562         Windows/DOS.
13564         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13565         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13566         Dave Love <fx@gnu.org>.
13568         * mml.el (mml-minibuffer-read-disposition): Require match.
13569         Suggested by Dave Love <fx@gnu.org>.
13571 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13573         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13574         doc string.
13576 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13578         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13580 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13582         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13583         instead of calling `mm-insert-inline', to decode text/* parts
13584         before displaying them.
13586 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13588         * mm-uu.el (mm-uu-text-plain-type): New variable.
13589         (mm-uu-pgp-signed-extract-1): Use it.
13590         (mm-uu-pgp-encrypted-extract-1): Use it.
13591         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13592         bind mm-uu-text-plain-type with that value.
13593         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13594         mm-uu-dissect.
13596 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13598         * gnus-group.el (gnus-update-group-mark-positions):
13599         * gnus-sum.el (gnus-update-summary-mark-positions):
13600         * message.el (message-check-news-body-syntax):
13601         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13602         of string-as-multibyte.
13604 2004-10-05  Juri Linkov  <juri@jurta.org>
13606         * gnus-group.el (gnus-update-group-mark-positions):
13607         * gnus-sum.el (gnus-update-summary-mark-positions):
13608         * message.el (message-check-news-body-syntax):
13609         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13610         8-bit unibyte values to a multibyte string for search functions.
13612 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13614         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13615         (mm-uu-dissect-text-parts): New function.
13617         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13618         dissect text parts.
13620         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13621         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13623         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13625         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13626         gnus-current-topics instead of gnus-current-topic.
13628 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13630         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13632 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13634         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13635         where approriate.
13637         * nnml.el (nnml-generate-active-info): do.
13639         * nndiary.el (nndiary-generate-active-info): do.
13641         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13642         (gnus-topic-move): do.
13644         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13645         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13647         * gnus-srvr.el (gnus-server-prepare)
13648         (gnus-server-open-all-servers): do.
13650         * gnus-msg.el (gnus-summary-cancel-article)
13651         (gnus-summary-resend-message)
13652         (gnus-summary-mail-crosspost-complaint): do.
13654         * gnus-move.el (gnus-change-server): do.
13656         * gnus-group.el (gnus-group-unmark-all-groups)
13657         (gnus-group-set-current-level): do.
13659 2004-10-04  Simon Josefsson  <jas@extundo.com>
13661         * message.el (message-generate-hashcash): Doc fix.
13663 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13665         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13666         avoid infinite recursion via gnus-get-function.
13668 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13670         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13672         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13674         * nnmail.el (nnmail-split-history): do.
13676         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13677         (nnml-request-delete-group): do.
13679         * nnslashdot.el (nnslashdot-read-groups): do.
13681         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13682         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13684         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13685         (nnspool-sift-nov-with-sed): Use last.
13686         (nnspool-retrieve-headers-with-nov): Use mapc.
13687         (nnspool-request-newgroups): Use dolist.
13688         (nnspool-request-group): Use last.
13690         * nntp.el (nntp-read-server-type): Use dolist.
13692         * nnvirtual.el (nnvirtual-create-mapping)
13693         (nnvirtual-update-read-and-marked): Use dolist.
13694         (nnvirtual-convert-headers): Simplify.
13696 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13698         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13699         support for sync'ing tick marks.
13701 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13703         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13704         there's no visible header.
13706 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13708         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13709         necessary, pass full group name to gnus-request-set-marks.
13711 2004-10-01  Simon Josefsson  <jas@extundo.com>
13713         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13714         acroread.
13716 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13718         * spam-report.el (spam-report-gmane): Fix interactive.
13720         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13722         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13723         when writing file.
13724         (gnus-agent-synchronize-flags): Don't default to being
13725         interactive.
13727 2004-09-30  Simon Josefsson  <jas@extundo.com>
13729         * message.el (message-generate-hashcash): Add.
13730         (message-send-mail): Use it, call mail-add-payment.
13732 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13734         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13736 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13738         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13739         gnus-requst-update-info with explicit code to sync the in-memory
13740         info read flags with the marks being sync'd to the backend.
13742         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13744 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13746         * spam.el (spam-verify-bogofilter): Add new function.
13747         (spam-check-bogofilter)
13748         (spam-bogofilter-register-with-bogofilter): Use it.
13749         (spam-verify-bogofilter): Add small fixes.
13751 2004-09-28  Simon Josefsson  <jas@extundo.com>
13753         * hashcash.el (hashcash-generate-payment): Revert.
13755 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13757         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13758         gnus-extract-references instead of gnus-split-references.
13760         * gnus-util.el (gnus-extract-references): Add new function, analogous
13761         to gnus-split-references but extracts only the message-ID without
13762         anything extra.
13764         * hashcash.el (hashcash-generate-payment)
13765         (hashcash-check-payment): Do the right thing if hashcash-path is
13766         nil (because the hashcash program could not be found).
13768         * spam.el (spam-use-hashcash): Remove comment.
13770 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13772         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13773         (gnus-cache-enter-article, gnus-cache-remove-article)
13774         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13776         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13778         * gnus-art.el (article-hide-boring-headers)
13779         (article-translate-strings, article-display-face)
13780         (gnus-article-mime-match-handle-first)
13781         (gnus-article-highlight-headers)
13782         (gnus-article-add-buttons-to-head): do.
13784 2004-09-27  Simon Josefsson  <jas@extundo.com>
13786         * hashcash.el: New version, from
13787         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13788         ../contrib/.
13790 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13792         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13794 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13796         * gnus-dup.el (gnus-dup-open): Use mapc.
13797         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13799         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13800         Reported by Stefan Wiens <s.wi@gmx.net>.
13802         * gnus.el (gnus-shutdown): Use dolist.
13804         * gnus-undo.el (gnus-undo): Use mapc.
13806         * nnrss.el (nnrss-generate-active): do.
13808         * message.el (message-cite-original-without-signature)
13809         (message-cite-original): Use mapc.
13810         (message-do-actions, message-make-forward-subject): Use dolist.
13812 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13814         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13815         deletion to remove entire duplicate line.  Fixes merged article
13816         number bug.
13818 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13820         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13821         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13822         first ask if you want to open a server and then, even when you
13823         responded with no, asking if you want to synchronize the server's
13824         flags.
13825         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13826         multi-line expressions.
13827         (gnus-agent-synchronize-group-flags): New internal function.
13828         Updates marks in memory (in the info structure) AND in the
13829         backend.
13831         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13833         * nnagent.el (nnagent-request-set-mark): Use
13834         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13835         method, to ensure that synchronization updates marks in the
13836         backend and in the info (in memory) structure.
13838 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13840         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13841         convention fully; don't miss the root article of a thread; make
13842         the X-Draft-From header with correct article numbers.
13844 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13846         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13847         unless plugged.  Disable the agent so that an open failure causes
13848         an error.
13850         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13851         Reverted 2004-09-21 change.  The backend must be opened while
13852         synchronizing flags even when the backend stores the flags
13853         locally.
13855 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13857         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13858         in `header' match.  Reported by Svend Tollak Munkejord.
13860         * message.el (message-cite-original): Fix use of
13861         `message-cite-articles-with-x-no-archive'.
13863 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13865         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13866         (gnus-window-to-buffer): Ditto.
13868         * mml.el (mml-preview-buffer): New variable.
13869         (mml-preview): Manage window layout with gnus-buffer-configuration.
13871         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13872         X-Draft-From header even if those articles aren't quoted.
13874 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13876         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13877         (gnus-request-set-mark, gnus-request-update-mark): Use new
13878         g-s-t-u-l-m to decide to use backend even when unplugged.
13880 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13882         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13883         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13885 2004-09-20  Simon Josefsson  <jas@extundo.com>
13887         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13888         "utf-16-le".
13890 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13892         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13894 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13896         * uudecode.el (uudecode-use-external): Add :version.
13898         * smime.el (smime-CA-file, smime-encrypt-cipher)
13899         (smime-dns-server): Add :version.
13901         * smiley.el (gnus-smiley-file-types): Add :version.
13903         * sha1.el (sha1-use-external): Add :version.
13905         * pgg-def.el (pgg-query-keyserver): Add :version.
13907         * nnmail.el (nnmail-fancy-expiry-targets)
13908         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13909         Add :version.
13911         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13912         (nnimap-retrieve-groups-asynchronous): Add :version.
13913         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13915         * mml.el (mml-content-disposition-parameters)
13916         (mml-insert-mime-headers-always): Add :version.
13918         * mm-util.el (mm-coding-system-priorities): Add :version.
13920         * mm-decode.el (mm-inline-text-html-with-images)
13921         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13922         (mm-verify-option): Add :version.
13923         (mm-text-html-renderer): Change :version.
13925         * message.el (message-fcc-externalize-attachments)
13926         (message-required-headers, message-draft-headers)
13927         (message-subject-trailing-was-query)
13928         (message-subject-trailing-was-ask-regexp)
13929         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13930         (message-mark-insert-end, message-archive-header)
13931         (message-archive-note, message-cross-post-default)
13932         (message-cross-post-note, message-followup-to-note)
13933         (message-cross-post-note-function, message-use-mail-followup-to)
13934         (message-subscribed-address-functions)
13935         (message-subscribed-address-file, message-subscribed-addresses)
13936         (message-subscribed-regexps, message-allow-no-recipients)
13937         (message-yank-cited-prefix, message-signature-insert-empty-line)
13938         (message-hidden-headers, message-hierarchical-addresses)
13939         (message-mail-user-agent, message-use-idna)
13940         (message-valid-fqdn-regexp)
13941         (message-strip-special-text-properties, message-header-synonyms)
13942         (message-beginning-of-line, message-tab-body-function): Add :version.
13943         (message-insert-canlock, message-wide-reply-confirm-recipients):
13944         Change :version.
13946         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13947         and :version.
13948         (mail-source-delete-old-incoming-confirm)
13949         (mail-source-movemail-program): Add :version.
13951         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13952         (gnus-agent-cache, gnus-agent): Change :version.
13954         * gnus-util.el (gnus-use-byte-compile): Change :version.
13956         * gnus-sum.el (gnus-summary-make-false-root-always)
13957         (gnus-summary-default-high-score)
13958         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13959         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13960         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13961         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13962         (gnus-sum-thread-tree-single-indent)
13963         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13964         (gnus-sum-thread-tree-leaf-with-other)
13965         (gnus-sum-thread-tree-single-leaf): Add :version.
13966         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13967         (gnus-article-loose-mime): Change :version.
13969         * gnus-start.el (gnus-backup-startup-file)
13970         (gnus-save-startup-file-via-temp-buffer): Add :version.
13972         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13973         (gnus-server-offline-face): Add :version.
13975         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13977         * gnus-msg.el (gnus-gcc-externalize-attachments)
13978         (gnus-debug-files, gnus-debug-exclude-variables)
13979         (gnus-discouraged-post-methods): Change :version.
13980         (gnus-confirm-mail-reply-to-news)
13981         (gnus-confirm-treat-mail-like-news): Add :version.
13983         * gnus-int.el (gnus-server-unopen-status): Add :version.
13985         * gnus-group.el (gnus-group-jump-to-group-prompt)
13986         (gnus-large-ephemeral-newsgroup)
13987         (gnus-fetch-old-ephemeral-headers): Add :version.
13989         * gnus-fun.el (gnus-x-face-directory)
13990         (gnus-convert-pbm-to-x-face-command)
13991         (gnus-convert-image-to-x-face-command)
13992         (gnus-convert-image-to-face-command): Add :version.
13994         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13996         * gnus-cite.el (gnus-cite-blank-line-after-header)
13997         (gnus-article-boring-faces): Add :version.
13999         * gnus-art.el (gnus-buttonized-mime-types)
14000         (gnus-inhibit-mime-unbuttonizing)
14001         (gnus-treat-display-face)
14002         (gnus-treat-body-boundary): Change :version.
14003         (gnus-body-boundary-delimiter, gnus-picon-databases)
14004         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14005         (gnus-treat-date-english, gnus-treat-fold-headers)
14006         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14007         (gnus-treat-mail-picon, gnus-treat-wash-html)
14008         (gnus-article-encrypt-protocol)
14009         (gnus-use-idna, gnus-article-over-scroll)
14010         (gnus-mime-display-multipart-alternative-as-mixed)
14011         (gnus-mime-display-multipart-related-as-mixed)
14012         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14013         (gnus-ctan-url, gnus-button-ctan-handler)
14014         (gnus-button-handle-ctan-bogus-regexp)
14015         (gnus-button-ctan-directory-regexp)
14016         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14017         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14018         (gnus-button-man-level, gnus-button-emacs-level)
14019         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14021         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14022         (gnus-agent-go-online): Change :version.
14023         (gnus-agent-expire-unagentized-dirs)
14024         (gnus-agent-auto-agentize-methods): Add :version.
14026         * flow-fill.el (fill-flowed-display-column)
14027         (fill-flowed-encode-column): Add :version.
14029         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14030         (gnus-outlook-deuglify-unwrap-max)
14031         (gnus-outlook-deuglify-cite-marks)
14032         (gnus-outlook-deuglify-unwrap-stop-chars)
14033         (gnus-outlook-deuglify-no-wrap-chars)
14034         (gnus-outlook-deuglify-attrib-cut-regexp)
14035         (gnus-outlook-deuglify-attrib-verb-regexp)
14036         (gnus-outlook-deuglify-attrib-end-regexp)
14037         (gnus-outlook-display-hook): Add :version.
14039         * binhex.el (binhex-use-external): Add :version.
14041 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14043         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14044         and `invisible'.
14046 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14048         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14049         in gnus-registry-trim.
14051 2004-09-13  Simon Josefsson  <jas@extundo.com>
14053         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14055         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14057         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14058         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14059         <yamaoka@jpl.org>.
14060         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14061         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14062         <yamaoka@jpl.org>.
14064         * sieve.el (sieve-manage-mode): Ditto.
14066 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14068         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14070 2004-09-11  Simon Josefsson  <jas@extundo.com>
14072         * dns-mode.el: Add.
14074         * mm-view.el (mm-display-dns-inline): Add.
14076         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14077         (mm-automatic-display): Ditto.
14079         * mailcap.el (mailcap-mime-data): Add text/dns.
14080         (mailcap-mime-extensions): Map .soa to text/dns.
14082 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14084         * gnus-art.el (article-decode-mime-words, article-babel)
14085         (gnus-article-highlight-signature, gnus-article-add-buttons)
14086         (gnus-signature-toggle): Remove unnecessary bindings of
14087         `inhibit-read-only' inherited from v5.10 merge.
14089 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14091         * nntp.el (nntp): New customization group.
14092         (nntp-authinfo-file): Add customization group.
14094         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14096         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14098         * gnus.el (to-address, to-list, subscribed)
14099         (large-newsgroup-initial): Ditto.
14101         * flow-fill.el (fill-flowed-display-column)
14102         (fill-flowed-encode-column): Ditto.
14104 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14106         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14107         Use point-min rather than 1.
14108         (message-send-mail): Use buffer-size rather than point-max.
14110         * gnus-sum.el (gnus-summary-search-article-forward):
14111         Signal a specific `search-failed' rather than a generic `error'.
14113         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14114         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14115         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14117 2004-09-10  Simon Josefsson  <jas@extundo.com>
14119         * nndb.el (require): Remove tcp and duplicate cl.
14121 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14123         * gnus-agent.el (directory-files-and-attributes): Move forward.
14125 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14127         * gnus-agent.el (directory-files-and-attributes): Optionally
14128         defined to support XEmacs.
14130 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14132         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14133         to avoid run-time CL dependencies.
14134         (gnus-agent-unfetch-articles): New function.
14135         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14136         article numbers even when local .overview file is missing.
14137         (gnus-agent-read-article-number): New function.  Only accepts
14138         27-bit article numbers.
14139         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14140         gnus-agent-read-article-number.
14141         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14142         from backend while recognizing that article numbers in .overview
14143         must be valid.
14144         (gnus-agent-update-files-total-fetched-for): Use
14145         directory-files-and-attributes to improve performance.
14146         * gnus-int.el (gnus-request-move-article): Use
14147         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14148         improve performance.
14150         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14151         some users confused by references to .newsrc when they only have a
14152         .newsrc.eld file.
14153         (gnus-convert-mark-converter-prompt)
14154         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14155         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14156         New function.  Used internally to only display 'gnus converting
14157         files' message when actually necessary.
14159         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14160         methods now autoloaded.
14162 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14164         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14165         identifiers.
14167 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14169         * gnus-picon.el: Fix indentation and closing parenthesis.
14171 2004-09-01  Simon Josefsson  <jas@extundo.com>
14173         * message.el (message-canlock-generate): Require sha1, not
14174         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14175         to require within a function.  Sadly, if sha1.el isn't loaded, the
14176         let binding in m-c-g will hide the defcustom definition, which is
14177         bad.)
14179         * canlock.el: Require sha1, not sha1-el.
14181         * message.el: Don't autoload sha1 (there is a autoload cookie in
14182         sha1.el).
14184         * sha1-el.el: Renamed to sha1.el.
14186 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14188         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14190 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14192         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14194 2004-08-30  Kim F. Storm  <storm@cua.dk>
14196         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14198         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14199         Add :group 'nnimap.
14201 2004-08-30  Andreas Schwab  <schwab@suse.de>
14203         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14204         ?* and ?\;.
14206         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14207         and ?\' to symbol instead of whitespace.
14209 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14211         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14213         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14214         instead of re-search-forward.
14216         * gnus-uu.el (gnus-uu-save-article): Ditto.
14217         (gnus-uu-post-encode-uuencode): Ditto.
14219         * html2text.el (html2text-clean-list-items): Ditto.
14220         (html2text-clean-dtdd): Ditto.
14221         (html2text-format-tags): Ditto.
14223         * message.el (message-send-mail-with-sendmail): Fix regexp.
14224         (message-fill-field-general): Use search-forward instead of
14225         re-search-forward.
14226         (unbold-region): Ditto.
14228         * nnrss.el (nnrss-request-article): Ditto.
14230         * nnslashdot.el (nnslashdot-request-article): Ditto.
14232         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14234         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14235         "Unrecognized menu descriptor" error in XEmacs.
14237 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14239         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14240         parent article of a sparse article in the thread hashtb.
14242 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14244         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14245         (nnmail-expand-newtext): Lowercase expanded entries if
14246         nnmail-split-lowercase-expanded is non-nil.
14248 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14250         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14252         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14253         of gnus-tmp-news-method into string under XEmacs.  It will be
14254         passed to gnus-correct-length which takes only a string argument.
14256 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14258         * gnus-util.el (gnus-bind-print-variables): New macro.
14259         (gnus-prin1): Use it.
14260         (gnus-prin1-to-string): Use it.
14261         (gnus-pp): New function.
14262         (gnus-pp-to-string): New function.
14264         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14265         Replace pp-to-string with gnus-pp-to-string.
14266         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14267         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14268         * gnus-msg.el (gnus-debug): Ditto.
14269         * gnus-score.el (gnus-score-save): Ditto.
14270         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14271         gnus-pp-to-string.
14272         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14273         with gnus-pp.
14274         * score-mode.el (gnus-score-pretty-print): Ditto.
14275         * webmail.el (webmail-debug): Ditto.
14277 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14279         * gnus-art.el (article-display-face, article-display-x-face):
14280         Use buffer-read-only.
14282 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14284         * gnus-art.el (article-hide-list-identifiers):
14285         Bind inhibit-read-only as t.
14287 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14289         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14291 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14293         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14294         (gnus-narrow-to-page): Don't assume point-min == 1.
14295         (gnus-article-edit-mode): Derive from message-mode.
14297         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14298         point-min == 1.
14300         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14301         Disable incorrect use of `assert'.
14303         * message.el (message-mode): Set comment-start-skip.
14305 2004-08-22  Sam Steingold  <sds@gnu.org>
14307         * pop3.el (pop3-leave-mail-on-server): New user variable.
14308         (pop3-movemail): Delete mail only when it is nil.
14310 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14312         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14314         * mml.el (mml-preview): Use `pop-to-buffer'.
14316         * message.el (message-goto-mail-followup-to): Insert after "To".
14317         (message-carefully-insert-headers): Add comment.
14319         * gnus.el: Remove unused variable `gnus-article-check-size'.
14321         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14323         * gnus-art.el (gnus-button-alist): Improve
14324         `gnus-button-handle-library' entry.
14326 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14328         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14329         downcase, since XEmacs capitalizes error messages differently.
14331 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14333         * nntp.el: Add (require 'gnus) due to reference to
14334         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14336 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14338         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14339         `mm-fill-flowed'.
14341         * mm-decode.el (mm-dissect-singlepart): Check it.
14343 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14345         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14346         'imap' for netrc parsing.
14348 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14350         * mailcap.el (mailcap-mime-data): Mark as risky.
14352 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14354         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14355         may be included in the encoded word.
14356         (rfc2047-encode): Don't append a space if the encoded word
14357         includes close parenthesis.
14359 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14361         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14362         of text within parentheses.
14364 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14366         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14367         (gnus-encrypt-write-file-contents): Make the password key the file
14368         name PLUS the cipher, not just the cipher.  Also remove failed
14369         passwords from the cache.
14371 2004-08-06  Simon Josefsson  <jas@extundo.com>
14373         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14374         fix.
14376 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14378         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14379         LWSP.
14381 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14383         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14384         to append in-reply-to: data to the references: header.
14386         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14387         (netrc-parse): Use gnus-encrypt.el functions.
14389         * gnus-encrypt.el: Add new file for encryption support; currently
14390         does only a few GPG ciphers and an internal XOR cipher.
14392         * password.el: Add comments on using password-read-and-add.
14393         (password-read-and-add): Add function to read and add the
14394         password to the cache at once.
14396 2004-07-28  Simon Josefsson  <jas@extundo.com>
14398         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14399         parameter (but don't use it, for now).
14401         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14402         instead of hard coding to nil.
14404 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14406         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14407         as mm-inline-image-xemacs does.
14409 2004-07-26  Simon Josefsson  <jas@extundo.com>
14411         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14412         Revert part of 2004-07-17 change below.
14414 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14416         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14417         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14419 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14421         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14422         quotes that actually start with ">" at the beginning of the
14423         lines.
14425 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14427         * rfc2047.el (rfc2047-encode-region): Fix last change.
14428         (rfc2047-encode-parameter): Remove useless concat.
14430 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14432         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14433         encode special characters; fix some kind of misconfigured headers;
14434         signal a real error if debug-on-quit or debug-on-error is non-nil.
14435         (rfc2047-encode-max-chars): New variable.
14436         (rfc2047-encode-1): Use it.
14437         (rfc2047-encode-parameter): New function.
14439         * mml.el (mml-insert-parameter): Remove an excessive space.
14441 2004-07-17  Simon Josefsson  <jas@extundo.com>
14443         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14444         Kai Grossjohann <kai@emptydomain.de>.
14445         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14446         (gnus-group-make-menu-bar): Ditto.
14448         * gnus-util.el (gnus-group-server): Add.
14450 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14452         * message.el (message-clone-locals): Clone sendmail and smtp
14453         variables.
14455 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14457         * rfc2047.el (rfc2047-encode-region): Fix last change.
14459 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14461         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14462         characters as non-special.
14464 2004-07-09  Simon Josefsson  <jas@extundo.com>
14466         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14467         Users will lose all flag changes made while unplugged with
14468         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14469         good default.  See numerous reports on ding mailing list.
14471 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14473         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14474         add generate-head-function and generate-article-function to the
14475         rfc822-forward entry.
14476         (nndoc-rfc822-forward-generate-article): New function.
14477         (nndoc-rfc822-forward-generate-head): New function.
14479         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14481 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14483         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14484         respect display group parameter and gnus-summary-expunge-below.
14485         (gnus-articles-to-read): Remove unused reference to display group
14486         parameter.
14488 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14490         * nnheader.el (nnheader-uniquify-message-id): New experimental
14491         variable.
14492         (nnheader-nov-read-message-id): Use it.
14494         * spam-report.el (spam-report-gmane): Add interactive.
14496 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14498         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14499         qp-or-base64 for the application/* types.
14501 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14503         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14505 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14507         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14508         trim value.
14510 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14512         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14513         New macro and function.
14514         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14516 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14518         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14519         after-load-alist.
14521 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14523         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14524         update info that isn't there.
14526 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
14528         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14529         entry.
14531 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14533         * mm-view.el (mm-inline-render-with-function): Use multibyte
14534         buffer; decode html source by charset.
14536         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14538         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14539         Mule-UCS is loaded under XEmacs.
14540         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14542 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14544         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14546 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14548         * mm-util.el (mm-coding-system-p): Return a coding-system.
14549         (mm-mime-mule-charset-alist): Use shift_jis instead of
14550         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14551         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14552         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14553         instead of japanese-shift-jis and iso-latin-1 respectively in
14554         order to share the default value with both Emacs and XEmacs-mule.
14555         (mm-mule-charset-to-mime-charset): Make
14556         mm-coding-system-priorities effective.
14557         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14558         while predicating of candidates upon the priorities.
14560 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14562         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14563         gnus-uu-invert-processable.
14565         * gnus.el: Autoload gnus-uu-invert-processable.
14567 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14569         * mm-util.el (mm-with-multibyte-buffer): New macro.
14571         * rfc2047.el (rfc2047-encode-string): Use it.
14572         (rfc2047-encode-region): Move point to the end of the region after
14573         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14575 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14577         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14578         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14580 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14582         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14583         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14584         Karl Chen <quarl@nospam.quarl.org>.
14586 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14588         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14589         invalid addresses.
14591 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14593         * spam.el: Change section markers, revise TODO list.
14594         (spam-backends): Make new master list of all installed backends.
14595         (spam-summary-exit-behavior): Add new variable to determine how
14596         messages moves are done at summary exit.
14597         (spam-move-spam-nonspam-groups-only)
14598         (spam-process-ham-in-nonham-groups)
14599         (spam-process-ham-in-spam-groups): Remove variables, the
14600         spam-summary-exit-behavior variable should be used to manage this
14601         behavior.
14602         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14603         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14604         and spam-old-spam-articles.
14605         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14606         Add empty variables, placeholders for the backends they represent.
14607         (spam-set-difference): Move, unchanged.
14608         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14609         unless the user has a processor variable.
14610         (spam-classifications, spam-classification-valid-p)
14611         (spam-backend-properties, spam-backend-property-valid-p)
14612         (spam-backend-function-type-valid-p)
14613         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14614         (spam-report-articles-gmane, spam-report-articles-resend):
14615         Remove functions, they are not needed.
14616         (spam-install-backend-super, spam-backend-list)
14617         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14618         (spam-backend-function, spam-backend-ham-registration-function)
14619         (spam-backend-spam-registration-function)
14620         (spam-backend-ham-unregistration-function)
14621         (spam-backend-spam-unregistration-function)
14622         (spam-backend-statistical-p, spam-backend-mover-p)
14623         (spam-install-backend-alias, spam-install-checkonly-backend)
14624         (spam-install-mover-backend, spam-install-nocheck-backend)
14625         (spam-install-backend, spam-install-statistical-backend)
14626         (spam-install-statistical-checkonly-backend): Add backend installation
14627         support.
14628         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14629         (spam-group-processor-p): Use the new backend code and respect the
14630         summary exit behavior.
14631         (spam-mark-spam-as-expired-and-move-routine): Remove.
14632         (spam-summary-prepare): Change to use the new spam-old-articles
14633         variable.
14634         (spam-copy-or-move-routine, spam-copy-spam-routine)
14635         (spam-move-spam-routine, spam-copy-ham-routine)
14636         (spam-move-ham-routine): Add code to copy/move ham or spam.
14637         (spam-fetch-field-fast): Improve doc and code, plus allow the
14638         'number request.
14639         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14640         variables.
14641         (spam-split, spam-find-spam): Use the new backend code.
14642         (spam-registration-functions): Remove variable.
14643         (spam-unregister-routine): Add convenience wrapper.
14644         (spam-log-undo-registration, spam-register-routine)
14645         (spam-log-processing-to-registry)
14646         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14647         where possible.
14648         (spam-check-gmane-xref, spam-check-regex-headers)
14649         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14650         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14651         (spam-check-bogofilter-headers, spam-check-spamoracle)
14652         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14653         (spam-check-crm114-headers): Use the spam-split-group that
14654         spam-split prepares, no need to determine it every time.
14656         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14657         to the nnheader-parse-naked-head call.
14659         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14661         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14662         the nnheader-nov-read-message-id call.
14664 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14666         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14667         gnus-activate-group twice.  Suggested by Markus Peter
14668         <warp@spin.de>.
14670 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14672         * gnus-art.el (gnus-article-time-format): Exchange the order of
14673         day and month in the default value; fix customization type.
14674         (article-date-ut): Use add-text-properties.
14675         (article-make-date-line): Use message-make-date instead of
14676         current-time-string.
14678         * message.el (message-fetch-field): Don't use set-text-properties.
14679         (message-make-date): Simplify.
14681 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14683         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14684         (rfc2047-encode-region): Treat text within parentheses as special;
14685         show the original text when error has occurred.
14687         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14688         already-computed method to gnus-activate-group.
14690         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14691         same select-methods identical Lisp objects.
14693         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14694         object when modifying the info.
14696 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14698         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14699         gnus-opened-servers since it has never been opened with the new
14700         configuration yet.
14702 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14704         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14705         arg to nnheader-generate-fake-message-id.
14707 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14709         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14710         number and build a fake message ID localized to a group and
14711         article number (so it's repeatable from that point on).
14712         (nnheader-fake-message-id-p): Change regex to accommodate new fake
14713         ID format.
14715         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14716         nnheader-generate-fake-message-id with the article number.
14718 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14720         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14721         end-of-buffer.
14723 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14725         * message.el (message-ignored-supersedes-headers): Add Approved.
14727 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14729         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14730         goto-char.
14731         (rfc2047-encode): Fold the line before encoding.
14733 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14736         folding -- not all headers can be folded, and this should be done
14737         by the message composition mode.  Probably.  I think.
14739 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14741         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14742         fast.
14744         * gnus-ems.el (gnus-remove-image): Don't use
14745         message-text-with-property; remove only the image found first.
14747 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14749         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14751 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14753         * message.el (message-text-with-property): Make it fast and accept
14754         optional arguments.
14755         (message-strip-forbidden-properties): Use it.
14756         (message-fix-before-sending): Follow the m-t-w-p change.
14758         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14760 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14762         * gnus-art.el (article-hide-headers): Don't change the buffer
14763         mistakenly when performing mml-preview even if
14764         gnus-single-article-buffer is nil.
14766 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14768         * message.el (message-expand-name-databases): New user option.
14769         (message-expand-name): Use it.
14771 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14773         * spam.el (spam-report-articles-resend)
14774         (spam-report-resend-register-routine): Allow ham reporting.
14775         (spam-report-resend-register-ham-routine): Add wrapper.
14776         (spam-registration-functions): Add ham resending functions.
14777         (spam-list-of-processors): Add ham resend processor.
14779         * gnus.el (ham-resend-to): Add new group parameter.
14780         (spam-process): Add ham resend option.
14782         * spam-report.el (spam-report-resend): Allow reporting ham.
14783         (spam-report-resend-ham): Add wrapper.
14785 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14787         * message.el (message-cite-articles-with-x-no-archive): New
14788         variable.
14789         (message-cite-original): Use it.
14791 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793         * message.el (message-cite-original): Respect X-No-Archive.
14795 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14797         * gnus-art.el (article-hide-headers): Refer to the values for
14798         gnus-ignored-headers and gnus-visible-headers in the summary
14799         buffer since a user may have set them as group parameters.
14801 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14803         * assistant.el (assistant-node-name): Add convenience function.
14804         (assistant-render-text, assistant-render-node): Add error handling,
14805         plus handle multiple next nodes.
14806         (assistant-find-next-node): Comment out for now.
14807         (assistant-find-next-nodes): Add function, returns list of next
14808         nodes.
14810 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14812         * mail-source.el (mail-source-directory): Fix doc-string.
14814 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14816         * assistant.el (assistant-render-text, assistant-eval): Add :set
14817         widget type, which is different because it takes and returns a
14818         list.  Much hilarity ensues.
14820 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14822         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14824         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14825         doc-string.
14827         * gnus-start.el (gnus-activate-group): Added doc-string.
14829 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14831         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14833 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14835         * assistant.el (assistant-render-text): Try to add a :set
14836         widget, more to come.
14838         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14839         strings.
14840         (spam-report-articles-resend)
14841         (spam-register-routine): Do registration iff any articles warrant
14842         it.
14843         (spam-summary-prepare-exit): Change log message for nil group
14844         destinations.
14846 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14848         * spam.el (spam-report-resend-register-routine): Allow
14849         spam-report-resend-to to be a group parameter or a global value.
14851 2004-05-26  Simon Josefsson  <jas@extundo.com>
14853         * starttls.el: Merge with my GNUTLS based starttls.el.
14854         (starttls-gnutls-program, starttls-use-gnutls)
14855         (starttls-extra-arguments, starttls-process-connection-type)
14856         (starttls-connect, starttls-failure, starttls-success): New
14857         variables.
14858         (starttls-program, starttls-extra-args): Doc fix.
14859         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14860         functions.
14861         (starttls-negotiate, starttls-open-stream): Check
14862         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14863         function if it is set.
14865 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14867         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14868         structured fields.
14870 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14872         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14874 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14876         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14877         variable.
14878         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14879         assigning the spam-mark to new messages.
14881 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14883         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14885 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14887         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14888         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14889         default.
14891 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14893         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14894         correct data.
14896 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14898         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14899         (spam-group-processor-p): Fix function.
14900         (spam-group-processor-multiple-p)
14901         (spam-group-spam-processor-report-gmane-p)
14902         (spam-group-spam-processor-report-resend-p)
14903         (spam-group-spam-processor-bogofilter-p)
14904         (spam-group-spam-processor-blacklist-p)
14905         (spam-group-spam-processor-ifile-p)
14906         (spam-group-ham-processor-ifile-p)
14907         (spam-group-spam-processor-spamoracle-p)
14908         (spam-group-spam-processor-crm114-p)
14909         (spam-group-ham-processor-bogofilter-p)
14910         (spam-group-spam-processor-stat-p)
14911         (spam-group-ham-processor-stat-p)
14912         (spam-group-ham-processor-whitelist-p)
14913         (spam-group-ham-processor-BBDB-p)
14914         (spam-group-ham-processor-spamoracle-p)
14915         (spam-group-ham-processor-copy-p): Remove functions with some
14916         prejudice against unneeded code.
14917         (spam-report-articles-resend)
14918         (spam-report-resend-register-routine): Allow the group/topic
14919         spam-resend-to value to override spam-report-resend-to.
14920         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14921         properly now.
14923         * gnus.el (spam-resend-to): Add group/topic parameter.
14924         (spam-process): Move the OBSOLETE processors to the end of the
14925         choices.
14927 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14929         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14930         with resend-to set to nil, and then ask the user if necessary.
14931         (spam-report-resend): spam-report-resend takes a list of articles, not
14932         separate article numbers.
14934 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14936         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14937         addition to emacs-w3m.
14939 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14941         * assistant.el (assistant-authinfo-data): New function.
14942         (assistant-eval): Eval for entire assistant.
14944         * netrc.el (netrc-services-file): New variable.
14945         (netrc-parse-services): New function.
14946         (netrc-find-service-name): New function.
14947         (netrc-find-service-number): New function.
14948         (netrc-port-equal): New function.
14949         (netrc-machine): Use it.
14951         * nnimap.el (nnimap-open-connection): Use netrc.
14953         * gnus-util.el (gnus-netrc-get): Remove aliases.
14955         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14957         * assistant.el (wid-edit): Fix compilation.
14959         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14961 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14963         * gnus-util.el (gnus-set-file-modes): New function.  (small
14964         patch).
14966 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14968         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14970         * assistant.el (assistant-render-node): Fix up rendering and
14971         read-only text.
14972         (assistant-render-node): Reset.
14973         (assistant-make-read-only): Not sticky.
14975 2004-05-20  Danny Siu  <dsiu@adobe.com>
14977         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14978         centered even when gnus-auto-center-summary is t
14980 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14982         * dns.el (dns-get-txt-answer): New function.
14983         (dns-read-txt): Ditto.
14984         (query-dns): Use it.
14986 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14988         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14989         active for foreign groups even if the group level is higher than
14990         the specified value.
14992 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14994         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14995         non-active groups.
14997         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14999 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15001         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15003 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15005         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15006         (spam-crm114-header, spam-crm114-spam-switch)
15007         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15008         (spam-crm114-positive-spam-header)
15009         (spam-crm114-database-directory, spam-list-of-processors)
15010         (spam-group-spam-processor-crm114-p)
15011         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15012         (spam-generic-score, spam-list-of-checks)
15013         (spam-list-of-statistical-checks, spam-registration-functions)
15014         (spam-check-crm114-headers, spam-crm114-score)
15015         (spam-check-crm114, spam-crm114-register-with-crm114)
15016         (spam-crm114-register-spam-routine)
15017         (spam-crm114-unregister-spam-routine)
15018         (spam-crm114-register-ham-routine)
15019         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15020         asjo@koldfront.dk (Adam Sjøgren).
15022         * gnus.el: Add spam-use-crm114.
15024         * spam.el (spam-list-of-processors, spam-registration-functions):
15025         Add spam-use-resend.
15026         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15027         (spam-report-articles-gmane): Add doc fix.
15028         (spam-report-articles-resend, spam-report-resend-register-routine):
15029         Add wrappers around spam-report-resend-to.
15031         * spam-report.el (spam-report-resend-to, spam-report-resend):
15032         Add support for resending spam.
15033         (spam-report-gmane): Fix line length >80.
15035         * gnus.el (spam-process): Add spam-use-resend.
15037 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15039         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15040         number of processed spam messages.
15041         (spam-ham-copy-or-move-routine): Return the number of processed
15042         ham messages.
15043         (spam-summary-prepare-exit): Use the above values to decide
15044         whether status messages shouled be displayed.
15046 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15048         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15049         `rfc2047-encoding-function-alist' in order to avoid conflicting
15050         with the old version.
15051         (rfc2047-encode-region): Concatenate words containing non-ASCII
15052         characters in structured fields; don't encode space-delimited
15053         ASCII words even in unstructured fields; don't break words at
15054         char-category boundaries.
15055         (rfc2047-encode-1): New function.
15056         (rfc2047-encode): Use it; encode text so that it occupies the
15057         maximum width within 76-column; work correctly on Q encoding for
15058         iso-2022-* charsets.
15059         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15060         sure not to break a line just after the header name.
15061         (rfc2047-b-encode-region): Removed.
15062         (rfc2047-b-encode-string): New function.
15063         (rfc2047-q-encode-region): Removed.
15064         (rfc2047-q-encode-string): New function.
15066         * mm-util.el (mm-replace-in-string): New function.
15068 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15070         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15071         get it right.
15072         (gnus-inews-make-draft): Really.
15074 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15076         * nnmh.el (nnmh-request-list-1): Don't check the link count
15077         before descending.  (small patch)
15079 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15081         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15082         stuff.
15084         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15085         on real group name.
15087         * gnus-art.el (gnus-signature-limit): Doc fix.
15089         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15091 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15093         * gnus-draft.el (gnus-draft-send): Bind
15094         rfc2047-encode-encoded-words.
15096         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15097         (rfc2047-encodable-p): Say that =? needs encoding.
15098         (rfc2047-encode-encoded-words): New variable.
15100         * gnus-group.el (gnus-group-select-group): Doc fix.
15102         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15104         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15105         to nil.
15107         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15109         * nnheader.el (nnheader-get-lines-and-char): New function.
15111 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15113         * gnus-msg.el (gnus-summary-followup-with-original): Document
15114         yanking of region when active.
15116 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15118         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15119         groups if the group level is higher than the specified value.
15121 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15123         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15124         (gnus-group-jump-to-group): Added prefix argument using
15125         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15126         non-active group.
15128         * compface.el (uncompface): Be verbose when changing
15129         `uncompface-use-external'.
15131         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15132         handle manual section.
15134 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15136         * gnus-art.el (gnus-button-alist): Revert previous change.
15138 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15140         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15142 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15144         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15145         whether backend can accept message.
15147         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15149 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15151         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15152         Avoid creating directory when nntp-marks-is-evil is true.
15153         Reported by Reiner Steib.
15155 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15157         * gnus-picon.el (gnus-picon-style): New variable.
15158         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15159         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15160         Jesper Harder <harder@ifa.au.dk>.
15162 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15164         * message.el (message-fill-field): Return point.
15165         (message-generate-headers): Go to end of field.
15167         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15168         stuff for non-living groups.
15170 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15172         * gnus-art.el (gnus-article-followup-with-original)
15173         (gnus-article-reply-with-original): gnus-mark-active-p ->
15174         gnus-region-active-p.
15176 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15178         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15179         only when there is spam or ham to be processed.
15181 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183         * mail-source.el (mail-source-delete-crash-box): Refactor.
15184         (mail-source-fetch): Use it.
15185         (mail-source-fetch-file): Ditto.
15186         (mail-source-fetch-directory): Run postscript in loop.
15187         (mail-source-fetch-pop): Delete.
15188         (mail-source-fetch-maildir): Ditto.
15189         (mail-source-fetch-imap): Ditto.
15191         * imap.el (imap-authenticators): Comment out sasl.
15193         * message.el (message-skip-to-next-address): New function.
15194         (message-fill-header-address): Refactor.
15195         (message-fill-address): Use it.
15196         (message-delete-address): Use it.
15197         (message-fill-header-general): Refactor.
15198         (message-fill-field-address): Rename.
15199         (message-narrow-to-field): Find the start of the header.
15200         (message-header-format-alist): Don't pre-fill.
15201         (message-fill-header): Removed.
15202         (message-insert-header): New function.
15203         (message-shorten-references): Use it.
15205         * rfc2047.el (rfc2047-field-value): Strip props.
15207         * mail-parse.el (mail-header-make-address): New alias.
15209         * ietf-drums.el (ietf-drums-make-address): New function.
15211         * imap.el: Add compiler directives.
15213         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15215         * gnus-art.el (article-decode-idna-rhs): Don't use
15216         message-idna-inside-rhs-p.
15218 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220         * message.el (message-idna-inside-rhs-p): Removed.
15221         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15223         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15224         false positives.
15226 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15228         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15230 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15232         * nneething.el (nneething-file-name): Don't create spurious
15233         files.
15235         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15236         (gnus-inews-do-gcc): Remove sleep.
15238         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15239         part under point.
15241         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15242         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15244 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15246         * spam.el (spam-summary-prepare-exit): Fixed (length).
15248 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15250         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15251         as expired without moving it" message when there are spam
15252         messages left.
15254 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15256         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15257         header is not nil.
15259 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15261         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15262         nntp-possibly-create-directory, not nntp-possibly-change-group.
15263         (nntp-marks-changed-p): New arg SERVER.
15264         (nntp-request-update-info): Adjust caller.
15266 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15268         * nntp.el (nntp-save-marks): Pass missing arg.
15270 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15272         * nntp.el: Support marks.
15273         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15274         (nntp-marks-modtime, nntp-marks-directory): New variables.
15275         (nntp-request-set-mark, nntp-request-update-info)
15276         (nntp-possibly-create-directory, nntp-marks-changed-p)
15277         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15278         functions.
15280 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15282         * gnus-score.el (gnus-score-insert-help): Use
15283         gnus-select-lowest-window.
15285         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15286         appt-select-lowest-window and rename to gnus-select-lowest-window.
15288         * gnus.el: do.
15290 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15292         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15293         encodings of MIME-encoded words, in order to improve
15294         interoperability with several broken MUAs.
15296 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15298         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15299         tags, only when charsets are not specified in headers.
15300         (mm-inline-text-html-render-with-w3m): Ditto.
15302 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15304         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15305         instead of MIME-decoded from fields when checking
15306         `gnus-article-address-banner-alist'.
15308 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15310         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15311         description rather than subject.
15313 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15315         * gnus.el (gnus-version-number): Bump.
15317 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15319         * gnus.el: No Gnus v0.2 is released.
15321 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15323         * gnus-agent.el (gnus-agent-read-agentview): Inline
15324         gnus-uncompress-range.
15326 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15328         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15329         `exec-installed-p'.
15331 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15333         * gnus.el (spam-process, spam-autodetect-methods): Add
15334         bsfilter and bsfilter-headers.
15336         * spam.el (spam-bsfilter): New customize group.
15337         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15338         (spam-bsfilter-header, spam-bsfilter-probability-header)
15339         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15340         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15341         (spam-bsfilter-database-directory): New options.
15342         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15343         (spam-list-of-statistical-checks, spam-registration-functions):
15344         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15345         (spam-bsfilter-score): New command.
15346         (spam-check-bsfilter-headers, spam-check-bsfilter)
15347         (spam-bsfilter-register-with-bsfilter)
15348         (spam-bsfilter-register-spam-routine)
15349         (spam-bsfilter-unregister-spam-routine)
15350         (spam-bsfilter-register-ham-routine)
15351         (spam-bsfilter-unregister-ham-routine): New functions.
15352         (spam-generic-score): Support bsfilter; Accept an optional argument
15353         to recalcurate spam score even if scoring header has already been
15354         added.
15355         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15356         optional argument to recalcurate spam score even if scoring header
15357         has already been added.
15359 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15361         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15362         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15363         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15364         link is missing.
15366 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15368         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15369         (html2text-get-attr): Rewrite.
15371         * message.el (message-setup-1): Remove redundant put-text-property
15372         on mail-header-separator.
15374 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15376         * gnus-registry.el (gnus-registry-cache-whitespace)
15377         (gnus-registry-action, gnus-registry-spool-action)
15378         (gnus-registry-split-fancy-with-parent): Change message levels
15379         from 5 to 3 or 7, as needed.
15381         * spam.el (spam-summary-prepare-exit)
15382         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15383         (spam-split, spam-find-spam, spam-log-undo-registration)
15384         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15385         level from 5 to 6.
15387 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15389         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15390         2004-03-04 change).
15392 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15394         * sieve-manage.el (sieve-manage-open):
15395         * nnweb.el (nnweb-insert-html):
15396         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15397         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15398         * nnspool.el (nnspool-request-group):
15399         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15400         * nnml.el (nnml-request-update-info):
15401         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15402         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15403         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15404         (nnimap-request-set-mark):
15405         * nnfolder.el (nnfolder-request-update-info):
15406         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15407         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15408         * gnus-uu.el (gnus-uu-find-articles-matching):
15409         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15410         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15411         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15412         * gnus-nocem.el (gnus-nocem-scan-groups):
15413         * gnus-int.el (gnus-start-news-server):
15414         * gnus-group.el (gnus-group-make-kiboze-group)
15415         (gnus-group-browse-foreign-server):
15416         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15417         Use mapc when appropriate.
15419 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15421         FIXME: Make separate entries for each person.
15423         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15424         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15425         <shields@msrl.com>:
15427         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15428         may need for spam sorting and scoring.
15429         (spam-user-format-function-S): Add user format function suitable for
15430         general use.
15431         (spam-article-sort-by-spam-status): Add sorting function for summary
15432         sorting.
15433         (spam-extra-header-to-number): Add function to get a score from a
15434         header.
15435         (spam-summary-score): Add function to  get a numeric score from the
15436         headers.
15437         (spam-generic-score): Fix function doc, was in wrong place.
15438         (spam-initialize): Take symbols when it's run, and install the
15439         extra headers that spam-necessary-extra-headers thinks we need.
15441 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15443         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15444         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15446 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15448         * gnus-sum.el (gnus-set-global-variables)
15449         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15450         (gnus-article-get-xrefs, gnus-summary-best-group)
15451         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15452         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15453         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15454         Use with-current-buffer.
15456 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15458         * spam.el (spam-summary-prepare-exit): Simplify logic.
15459         (spam-fetch-article-header): Read the article header if it's not
15460         available.
15461         (spam-list-articles): Simplify logic.
15462         (spam-filelist-register-routine): Fix bug with unregister-list.
15464         * gnus-registry.el: Fix comments at beginning.
15466 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15468         * message.el (message-cater-to-broken-inn): Remove.
15469         (message-shorten-references): Make sure the total folded length of
15470         References is shorter than 998 characters to cater to a bug in INN
15471         2.3.  Also, don't pretend that references aren't folded -- this
15472         hasn't worked for a while.
15474 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15476         * gnus-agent.el (gnus-agentize):
15477         gnus-agent-send-mail-real-function no longer set to current value
15478         of message-send-mail-function but rather a lambda that calls
15479         message-send-mail-function.  The change makes the agent real-time
15480         responsive to user changes to message-send-mail-function.
15482 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15484         * legacy-gnus-agent.el
15485         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15486         help from Florian Weimer <fw@deneb.enyo.de>
15488 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15490         * nnmail.el (nnmail-cache-insert): Revert last change.
15492 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15494         * nnmail.el (nnmail-cache-insert): Always check whether
15495         nnmail-cache-ignore-groups matches a group name.
15497 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15499         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15500         (spam-find-spam, spam-log-processing-to-registry)
15501         (spam-log-registered-p, spam-log-unregistration-needed-p)
15502         (spam-log-undo-registration): Use gnus-message instead of
15503         gnus-error, none of these errors are fatal.
15505         * gnus-registry.el (gnus-registry-clean-empty-function)
15506         (gnus-registry-clean-empty): Remove only empty entries without
15507         extra data.
15509 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15511         * spam-stat.el (spam-stat-buffer-change-to-spam)
15512         (spam-stat-buffer-change-to-non-spam): Change (error) to
15513         (gnus-message 8) invocation.
15515 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15517         * nntp.el (nntp-via-netcat-command): New variable.
15518         (nntp-via-netcat-switches): New variable.
15519         (nntp-open-via-rlogin-and-netcat): New function.
15520         (nntp-open-connection-function): Doc fix.
15521         (nntp-telnet-command): Doc fix.
15522         (nntp-end-of-line): Doc fix.
15523         (nntp-via-rlogin-command): Doc fix.
15524         (nntp-via-user-name): Doc fix.
15525         (nntp-via-address): Doc fix.
15527 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15529         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15530         error in Emacs 21.1.
15532 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15534         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15536 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15538         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15539         (gnus-agent-with-refreshed-group): New macro.
15540         (gnus-agent-rename-group): New function.
15541         (gnus-agent-delete-group): New function.
15542         (gnus-agent-save-group-info): Use gnus-command-method when
15543         `method' parameter is nil.  Don't write nil entries into the
15544         active file.
15545         (gnus-agent-get-group-info): New function.
15546         (gnus-agent-fetch-articles): Use
15547         gnus-agent-update-files-total-fetched-for to increment disk space
15548         used.
15549         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15550         gnus-agent-update-view-total-fetched-for to increment disk space
15551         used.
15552         (gnus-agent-get-local): Added optional parameters to avoid calling
15553         gnus-group-real-name and gnus-find-method-for-group.
15554         (gnus-agent-set-local): Delete stored entry if either min, or max,
15555         are nil.
15556         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15557         quit, use gnus-agent-regenerate-group to record existence of any
15558         articles fetched to disk before the quit occurred.
15559         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15560         gnus-agent-update-view-total-fetched-for, and
15561         gnus-agent-update-files-total-fetched-for to decrement disk space
15562         used.
15563         (gnus-agent-retrieve-headers): Use
15564         gnus-agent-update-view-total-fetched-for to increment disk space
15565         used.
15566         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15567         with gnus-agent-update-files-total-fetched-for to decrement disk
15568         space and fresh group buffer.
15569         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15570         (gnus-agent-need-update-total-fetched-for): New variable.
15571         (gnus-agent-update-files-total-fetched-for): New function.
15572         (gnus-agent-update-view-total-fetched-for): New function.
15573         (gnus-agent-total-fetched-for): New function.
15575         * gnus-cache.el (gnus-cache-save-buffers): Use
15576         gnus-cache-update-overview-total-fetched-for to change disk space
15577         used by this group.
15578         (gnus-cache-possibly-enter-article): Use
15579         gnus-cache-update-file-total-fetched-for to increment disk space
15580         used by this group.
15581         (gnus-cache-possibly-remove-article): Use
15582         gnus-cache-update-file-total-fetched-for to decrement disk space
15583         used by this group.
15584         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15585         (gnus-cache-rename-group): New function.
15586         (gnus-cache-delete-group): New function.
15587         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15588         (gnus-cache-need-update-total-fetched-for): New variable.
15589         (gnus-cache-with-refreshed-group): New macro.
15590         (gnus-cache-update-file-total-fetched-for): New function.
15591         (gnus-cache-update-overview-total-fetched-for): New function.
15592         (gnus-cache-rename-group-total-fetched-for): New function.
15593         (gnus-cache-delete-group-total-fetched-for): New function.
15594         (gnus-cache-total-fetched-for): New function.
15596         * gnus-group.el: Require gnus-sum and autoload functions to
15597         resolve warnings when gnus-group.el compiled alone.
15598         (gnus-group-line-format): Documented new %F.
15599         (size of Fetched data) group line format; identifies disk space
15600         used by agent and cache.
15601         (gnus-group-line-format-alist): Defined new F format.
15602         (gnus-total-fetched-for): New function.
15603         (gnus-group-delete-group): No longer update
15604         gnus-cache-active-altered as gnus-request-delete-group now keeps
15605         the cache in sync.
15606         (gnus-group-list-active): Let the agent store a server's active
15607         list if currently plugged.
15609         * gnus-int.el (gnus-request-delete-group):
15610         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15611         local disk in sync with the server.
15612         (gnus-request-rename-group):
15613         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15614         local disk in sync with the server.
15616         * gnus-start.el (gnus-get-unread-articles):
15617         Cosmetic simplification to logic.
15619         * gnus-util.el (gnus-rename-file): New function.
15621 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15623         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15625 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15627         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15628         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15630 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15632         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15633         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15635 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15637         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15639 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15641         * spam.el (spam-set-difference): Add function to replace
15642         gnus-set-difference in spam.el.
15643         (spam-summary-prepare-exit): Use spam-set-difference.
15645 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15647         * gnus-registry.el (gnus-registry-cache-file): Update to use
15648         gnus-dribble-directory OR gnus-home-directory OR ~.
15649         (gnus-registry-split-fancy-with-parent): Fix doc.
15651 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15653         * message.el (message-exchange-point-and-mark): Use
15654         message-mark-active-p.  Suggested by Jesper Harder
15655         <harder@ifa.au.dk>.
15657 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15659         * message.el (message-exchange-point-and-mark): Don't activate
15660         region if it was inactive.  Suggested by Hiroshi Fujishima
15661         <pooh@nature.tsukuba.ac.jp>.
15663 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15665         * gnus-art.el (article-display-face): Display Faces in the same
15666         order as X-Faces.
15668 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15670         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15672 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15674         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15675         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15676         (gnus-article-mime-hierarchy): Remove.
15677         (gnus-article-mime-hierarchy-next): Remove.
15678         (gnus-article-mode): Revert 2004-03-19 change.
15679         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15680         (gnus-insert-mime-button): Revert 2004-03-19 change.
15681         (gnus-mime-accumulate-hierarchy): Remove.
15682         (gnus-mime-enter-multipart): Remove.
15683         (gnus-mime-leave-multipart): Remove.
15684         (gnus-mime-display-part): Revert 2004-03-19 change.
15685         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15687         * mml.el (mml-preview): Revert 2004-03-19 change.
15689 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15691         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15693 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15695         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15696         t while entering a file name using the mm-with-multibyte macro.
15697         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15699         * mm-util.el (mm-with-multibyte): New macro.
15701 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15703         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15704         user option.
15705         (gnus-mime-multipart-functions): Doc and customization fix.
15706         (gnus-article-mime-hierarchy): New variable.
15707         (gnus-article-mime-hierarchy-next): New variable.
15708         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15709         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15710         gnus-article-mime-hierarchy-next to nil.
15711         (gnus-insert-mime-button): Show hierarchy numbers.
15712         (gnus-mime-accumulate-hierarchy): New function.
15713         (gnus-mime-enter-multipart): New function.
15714         (gnus-mime-leave-multipart): New function.
15715         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15716         (gnus-mime-display-alternative): Show hierarchy numbers.
15718         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15719         gnus-article-mime-hierarchy-next to nil.
15721 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15723         * dns.el: Don't require gnus-xmas.
15725 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15727         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15728         inline PGP.
15729         (mml-menu): Disable mml-quote-region if mark is inactive.
15731 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15733         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15734         when the group's active is not available.
15736 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15738         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15739         error.
15741 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15743         * imap.el (imap-store-password): New variable.
15744         (imap-interactive-login): Use it.
15745         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15747 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15749         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15750         window-start and hscroll to summary window.
15752 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15754         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15755         conversion message to newsrc-dribble when an actual conversion is
15756         performed.
15758 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15760         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15762 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15764         * mm-decode.el (mm-complicated-handles): New function reviving
15765         former definition of mm-multiple-handles.
15767         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15768         (gnus-mime-delete-part): Use it.
15770 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15772         * gnus-agent.el (gnus-agent-read-local): Bind
15773         nnheader-file-coding-system to gnus-agent-file-coding-system to
15774         avoid the implicit assumption that they will always be equal.
15775         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15776         coding-system-for-write, as the with-temp-file macro first prints
15777         to a buffer then saves the buffer.
15779 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15781         * gnus-art.el (gnus-article-edit-part): New function.
15782         (gnus-mime-save-part-and-strip): Use it; do query instead of
15783         signaling an error; don't use mm-multiple-handles.
15784         (gnus-mime-delete-part): Ditto.
15786 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15788         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15789         old file versions.
15790         (gnus-group-prepare-hook): Removed function that converted list
15791         form of gnus-agent-expire-days to group properties.
15793         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15794         (gnus-request-accept-article): Re-indented.
15796         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15797         converters to handle old agent file formats.  Added logic for a
15798         "backup before upgrading warning".
15799         (gnus-convert-mark-converter-prompt): Developers can mark
15800         functions as needing (default), or not needing,
15801         gnus-convert-old-newsrc's "backup before upgrading warning".
15802         (gnus-convert-converter-needs-prompt): Tests whether the user
15803         should be protected from potentially irreversable changes by the
15804         function.
15806         * legacy-gnus-agent.el: New.  Provides converters that are only
15807         loaded when gnus-convert-old-newsrc needs to call them.
15809 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15811         * mail-source.el (mail-source-touch-pop): Doc fix.
15813         * message.el (message-smtpmail-send-it): Doc fix.
15815 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15817         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15819         * nnmail.el (nnmail-split-fancy): do.
15821         * gnus-kill.el (gnus-kill, gnus-execute): do.
15823 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15825         * gnus-sum.el (gnus-widget-reversible-match)
15826         (gnus-widget-reversible-to-internal)
15827         (gnus-widget-reversible-to-external): New functions.
15828         (gnus-widget-reversible): New widget.
15829         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15831 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15833         * gnus-sum.el (gnus-thread-sort-functions)
15834         (gnus-article-sort-functions): Document `(not F)' items.
15836 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15838         * spam.el (spam-use-gmane-xref): Add new backend.
15839         (spam-gmane-xref-spam-group): Add variable to control the name of the
15840         Gmane spam group.
15841         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15842         (spam-regex-headers-spam, spam-regex-headers-ham)
15843         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15844         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15845         backends and checks.
15846         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15848         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15849         an autodetect method.
15851 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15853         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15854         articles are being added to a group.
15855         (gnus-request-replace-article): Inform the agent that articles
15856         need to be uncached as the cached contents are no longer valid.
15858 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15860         * binhex.el: Don't autoload executable-find.
15862         * canlock.el: Don't autoload mail-fetch-field.
15864         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15866         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15867         rmail-dont-reply-to and rmail-output.
15869         * gnus-score.el: Don't autoload ffap-string-at-point.
15871         * gnus-setup.el: Don't autoload sc-cite-original.
15873         * imap.el: Don't autoload base64-decode-string,
15874         base64-encode-string and md5.
15876         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15877         and rmail-msg-restore-non-pruned-header.
15879         * mm-decode.el: Don't autoload executable-find.
15881         * mm-url.el: Don't autoload executable-find.
15883         * mm-view.el: Don't autoload diff-mode.
15885         * nndb.el: Don't autoload news-reply-mode, news-setup,
15886         cancel-timer and telnet.
15888         * password.el: Don't autoload run-at-time for Emacs.
15890         * sha1-el.el: Don't autoload executable-find.
15892         * sieve-mode.el: Don't autoload c-mode.
15894         * uudecode.el: Don't autoload executable-find.
15896 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15898         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15899         (gnus-agent-possibly-alter-active): Avoid null in numeric
15900         comparison.
15901         (gnus-agent-set-local): Refuse to save null in local object table.
15902         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15903         list of articles that will be marked as unread.
15905 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15907         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15909 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15911         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15912         language tags.
15914 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15916         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15917         Don't bind "obarray".
15919         * gnus-sum.el (gnus-thread-sort-functions): Added
15920         `gnus-thread-sort-by-most-recent-number' and
15921         `gnus-thread-sort-by-most-recent-date'.
15922         Reported by Kai Grossjohann <kai@emptydomain.de>.
15924 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15926         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15928 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15930         * gnus-cus.el (gnus-agent-customize-category): Removed
15931         ignore-errors macro reference that required cl to be loaded at
15932         run-time.
15934         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15935         single-interval range of the form (min . max).  Previously the
15936         range had to look like ((min . max)).  Likewise, return
15937         (min . max) rather than ((min . max)).
15938         (gnus-range-map): Use gnus-range-normalize to accept
15939         single-interval range.
15941         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15942         the cache, but not the agent, now appear with their usual face.
15944 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15946         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15947         w3m-safe-url-regexp variable buffer-local.
15949         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15951 2004-02-27  Simon Josefsson  <jas@extundo.com>
15953         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15954         gnus-group-real-prefix.
15955         (gnus-summary-move-article): Use it, instead of
15956         gnus-group-real-prefix.
15958 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15960         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15961         w3m-safe-url-regexp variable buffer-local and set it as the value
15962         of mm-w3m-safe-url-regexp.
15964         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15966         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15967         parsing gnus-posting-styles when the message is not for replying.
15969         * nnrss.el (nnrss-opml-export): Use
15970         mm-set-buffer-file-coding-system instead of
15971         set-buffer-file-coding-system.
15973 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15975         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15976         of checkdoc.el).
15977         * nnrss.el: do.
15978         * gnus-mlspl.el: do.
15979         * gnus-ml.el: do.
15980         * gnus-srvr.el: do.
15982         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15984 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15986         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15987         Corrections to custom-manual links.
15989         * gnus-art.el (gnus-article): Ditto.
15991         * mm-decode.el (mime-display, mime-security): Ditto.
15993 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15995         * flow-fill.el: Typo.
15997 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15999         * spam-wash.el: New file.
16001 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16003         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16005 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16007         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16008         to be run with new-articles as LIST1, not LIST2.
16009         (spam-registration-functions): Add spam-use-ham-copy as a nil
16010         registration backend.
16012 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16014         * spam-stat.el (spam-stat-washing-hook): New option.
16015         (spam-stat-buffer-words): Use it.
16016         (spam-stat-process-directory, spam-stat-test-directory): Use
16017         insert-file-contents-literally.
16018         (spam-stat-coding-system): New variable.
16019         (spam-stat-load, spam-stat-save): Use it.
16021 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16023         * spam-report.el (spam-report-plug-agent): Quote
16024         spam-report-url-to-file and spam-report-url-ping-plain.
16026 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16028         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16029         / in mailto URLs.
16031 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16033         * spam-report.el (spam-report-process-queue): Fix interactive use.
16034         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16035         (spam-report-unplug-agent): Doc fixes.
16036         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16037         (spam-report-agentize, spam-report-deagentize): Autoload
16039 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16041         * message.el (message-setup-fill-variables): Add mml tags to
16042         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16043         <ajk@iu.edu>.
16044         (message-mode): Don't modify paragraph-separate there.
16046 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16048         * compface.el (uncompface-use-external): Default to undecided.
16049         (uncompface-use-external-threshold): New variable.
16050         (uncompface-float-time): New macro.
16051         (uncompface): Determine whether to use the external decoder if
16052         uncompface-use-external is undecided.
16054 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16056         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16057         after images.
16059         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16061 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16063         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16065         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16067         * gnus-sum.el (gnus-summary-limit-to-age)
16068         (gnus-summary-limit-children): do.
16070         * gnus-int.el (gnus-request-scan): do.
16072         * gnus-group.el (gnus-group-suspend): do.
16074         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16076         * gnus-cite.el (gnus-cite-parse-attributions): do.
16078         * gnus-agent.el (gnus-summary-set-agent-mark)
16079         (gnus-agent-regenerate-group): do.
16081         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16083         * binhex.el (binhex-decode-region-internal): do.
16085 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16087         * gnus-fun.el (gnus-face-properties-alist): New user option.
16088         (gnus-display-x-face-in-from): Use it.
16090         * gnus-art.el (article-display-face): Ditto.
16092         * compface.el (uncompface-use-external): Default to nil.
16094 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16096         * nntp.el (nntp-erase-buffer): New function.
16097         (nntp-retrieve-data, nntp-send-command)
16098         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16099         (nntp-possibly-change-group): Use it.
16101         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16102         with-current-buffer.
16104 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16106         * compface.el: Merge the ELisp-based uncompface program.
16107         (compface): New customization group.
16108         (uncompface-use-external): New user option.
16109         (uncompface): Call uncompface-internal if uncompface-use-external
16110         is nil.
16111         (uncompface-internal): New function.  Note that there are also
16112         some other functions and variables added for this function.
16114 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16116         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16117         if necessary.
16119 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16121         * spam-report.el (spam-report-unplug-agent)
16122         (spam-report-plug-agent, spam-report-deagentize)
16123         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16124         Add support for the Agent in spam-report: when unplugged, report to a
16125         file; when plugged, submit all the requests.
16127         * spam.el (spam-register-routine): Fix message about
16128         registration.
16130 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16132         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16133         dependencies.
16134         (rfc2047-encode): Use it.
16136         * gnus-art.el (gnus-button-marker-list): Move before first
16137         reference.
16139         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16140         (imap-parse-body): Fix format string mismatch.
16142         * gnus-score.el (gnus-summary-increase-score): do.
16144         * nnrss.el (nnrss-close): New function.
16146 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16148         * nnrss.el (nnrss-make-filename): New function.
16149         (nnrss-request-delete-group, nnrss-read-server-data)
16150         (nnrss-save-server-data, nnrss-read-group-data)
16151         (nnrss-save-group-data): Use it.
16152         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16153         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16154         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16156 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16158         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16160 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16162         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16163         files.
16165         * message.el (message-generate-headers-first): Don't quote nil
16166         and t in docstrings.
16168         * imap.el (imap-id): do.
16170         * gnus-agent.el (gnus-agent-consider-all-articles)
16171         (gnus-agent-queue-mail): do.
16173 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16175         * spam-report.el (spam-report-process-queue): New function.
16176         Process requests from `spam-report-requests-file'.
16177         (spam-report-process-queue): Doc fix.
16179 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16181         * spam.el (spam-register-routine)
16182         (spam-log-processing-to-registry, spam-log-registered-p)
16183         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16184         Change "check" to "spam-check" for semi-clarity.
16186 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16188         * pop3.el: Require nnheader.
16190         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16192         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16194         * gnus-picon.el: Require cl.
16196         * gnus-fun.el: Require gnus-ems and gnus-util.
16198         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16200         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16202         * gnus-art.el (gnus-article-edit-mode): Define before first
16203         reference.
16205 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16207         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16208         (gnus-uu-post-encoded): Use point-at-bol.
16210         * gnus-topic.el (gnus-group-active-topic-p): do.
16212         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16214         * gnus-group.el (gnus-group-kill-region): do.
16216         * gnus-art.el (article-date-ut): do.
16218         * message.el (message-fetch-field): Remove redundant
16219         case-fold-search binding.
16220         (message-narrow-to-field): Simplify.
16222 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16224         * spam.el (spam-directory): Derive from `gnus-directory'.
16226         * spam-report.el (spam-report-url-to-file)
16227         (spam-report-requests-file): New function and variable for offline
16228         reporting.
16229         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16230         and user defined function.
16231         (spam-report-url-ping-mm-url): Remove doubled slash.
16233 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16235         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16237 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16239         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16240         format string mismatch.
16242         * sieve.el (sieve-deactivate-all): do.
16244         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16246         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16248         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16250         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16252 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16254         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16255         the list of checks.
16257 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16259         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16260         padding.
16262 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16264         * mm-view.el (mm-fill-flowed): New variable.
16265         (mm-inline-text): Use it.
16267 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16269         * spam.el (spam-spamassassin-register-ham-routine)
16270         (spam-spamassassin-register-spam-routine): Fix function names.
16272 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * gnus.el (gnus-tmp-grouplens): Remove.
16275         (gnus-summary-line-format): Remove grouplens.
16277         * gnus-group.el (gnus-group-line-format): Ditto.
16279         * gnus-spec.el (gnus-format-specs): Ditto.
16280         (gnus-update-format-specifications): Flush the group format spec
16281         cache if there's the grouplens stuff.
16282         (gnus-parse-simple-format): Replace %l with the empty string.
16284 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16286         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16287         omission.
16289 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16291         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16292         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16294 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16296         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16297         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16298         New macros and functions.
16299         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16300         Handle > NLINK_MAX messages.
16301         * nnmaildir.el (nnmaildir-request-set-mark): Use
16302         nnmaildir--emlink-p and nnmaildir--eexist-p.
16304 2004-01-25  Alex Schroeder  <alex@gnu.org>
16306         * spam-stat.el (spam-stat-process-directory-age): New option.
16307         (spam-stat-process-directory): Use it.
16309 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16311         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16312         (spam-stat-save): Accept prefix argument.
16314 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16316         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16317         links" error.
16319 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16321         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16322         compatibility with old .newsrc.eld files.
16324         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16326         * gnus-start.el (gnus-1): do.
16328         * gnus-group.el (gnus-group-line-format-alist): do.
16330         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16332         * gnus-gl.el: Remove.
16334 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16336         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16337         marks consisting of a single range {for example, (3 . 5)} rather
16338         than a list of a single range { ((3 . 5)) }.
16340 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16342         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16343         with-current-buffer.
16344         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16345         avoid consing a string.
16347         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16348         Remove obsolete entries for big5 and gb2312.
16350 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16352         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16353         uncompressed list.
16355 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16357         * spam-stat.el (spam-stat-strip-xref): New function.
16358         (spam-stat-process-directory): Use it.
16360         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16361         here -- it's done in message-fetch-field.
16363 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16365         * gnus-agent.el (gnus-agent-queue-mail)
16366         (gnus-agent-prompt-send-queue): New variables.
16367         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16368         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16369         "nndraft:queue" along to gnus-draft-send.  Use
16370         gnus-agent-prompt-send-queue.
16371         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16372         is "nndraft:queue".  Suggested by Gaute Strokkenes
16373         <gs234@srcf.ucam.org>
16375         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16376         (agent-enable-undownloaded-faces): Added.
16377         (gnus-agent-cat-groups): Use eval-and-compile, not
16378         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16379         method of gnus-agent-cat-groups even when the buffer has been
16380         evaled.
16381         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16382         delete gnus-agent-save-active-1.
16383         (gnus-agent-save-groups): Deleted.  Identical to
16384         gnus-agent-save-active.
16385         (gnus-agent-write-active): No longer adjust agent's copy of active
16386         file as agent's adjustments are now stored in their own
16387         file.  Removed optional parameter.
16388         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16389         servers.  Add use of min/max range limits from server's local
16390         file.
16391         (gnus-agent-save-alist): Removed unused optional argument.
16392         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16393         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16394         (gnus-agent-set-local): A per-server file that keeps min/max range
16395         limits for articles known to the agent.  Provides a fast mechanism
16396         for altering many active ranges.
16397         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16398         active file (local makes it unnecessary).
16399         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16401         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16402         (agent-enable-undownloaded-faces): Added.
16404         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16405         disable it when sending to "nndraft:queue".
16406         (gnus-group-send-queue): Add safety check to avoid sending queue
16407         when unplugged.
16409         * gnus-group.el (gnus-group-catchup): Use new
16410         gnus-sequence-of-unread-articles, not
16411         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16412         numbers of articles.  Use gnus-range-map to avoid having to
16413         uncompress the unread list.
16414         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16415         Fixed invalid ange-ftp reference.
16417         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16418         (gnus-sorted-range-intersection): Intersection of two ranges
16419         without requiring that they first be uncompressed.
16421         * gnus-start.el (gnus-activate-group): Unless blocked by the
16422         caller, possibly expand the active range to include both cached
16423         and agentized articles.
16424         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16425         multiple version-dependent converters.
16426         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16427         gnus-agent-save-active.
16428         (gnus-save-newsrc-file): Save dirty agent range limits.
16430         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16431         gnus-agent-possibly-alter-active.
16432         (gnus-adjust-marked-articles): Faster handling of simple lists
16434 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16436         * spam-stat.el (spam-stat-test-directory): New optional argument
16437         displays a list of files detected.  Suggested by Andrew Cohen
16438         <cohen@andy.bu.edu>.
16439         (spam-stat-buffer-words-with-scores): Don't narrow and change
16440         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16442 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16444         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16445         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16446         (spam-spamassassin-arguments)
16447         (spam-spamassassin-spam-flag-header)
16448         (spam-spamassassin-positive-spam-flag-header)
16449         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16450         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16451         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16452         (spam-list-of-processors, spam-list-of-checks)
16453         (spam-list-of-statistical-checks, spam-registration-functions)
16454         (spam-check-spamassassin-headers, spam-check-spamassassin)
16455         (spam-spamassassin-score)
16456         (spam-spamassassin-register-with-sa-learn)
16457         (spam-spamassassin-register-spam-routine)
16458         (spam-spamassassin-register-ham-routine)
16459         (spam-assassin-register-spam-routine)
16460         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16461         (spam-bogofilter-score): Fix to show article before scoring.
16463 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16465         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16466         default scoring function.
16467         (spam-generic-score): Call spam-spamassassin-score if
16468         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16469         spam-bogofilter-score otherwise.
16471         * gnus.el (spam-process, spam-autodetect-methods): Add
16472         spamassassin and spamassassin-headers.
16474 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16476         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16477         Suppress unnecessary messages.
16479 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16481         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16482         make-hash-table.
16484 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16486         * canlock.el (base64-encode-string): Don't autoload it.
16488 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16490         * run-at-time.el: Remove useless (require 'itimer),
16491         eval-and-compile and (featurep 'xemacs).
16493 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16495         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16496         GROUP is a virtual group.
16498 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16500         * gnus.el: Autoload `message-y-or-n-p'.
16502 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16504         * pgg-parse.el: Remove unnecessary (require 'custom).
16506         * pgg-def.el: do.
16508         * nnmail.el: do.
16510         * gnus-undo.el: do.
16512         * gnus-picon.el: do.
16514         * gnus-util.el: do.
16516 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16518         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16520 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16522         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16523         handle, as well as a list.
16525         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16526         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16527         (mm-w3m-cid-retrieve): Simplify.
16529 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16531         * message.el (message-kill-to-signature): Allow prefix arg to
16532         specify number of lines to keep before signature.
16534 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16536         * message.el (message-kill-to-signature): Change docstring.
16538 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16540         * canlock.el: Always require sha1-el.
16541         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16543         * message.el: Autoload sha1 only when compiling.
16545 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16547         * message.el (message-canlock-generate): Require sha1-el.
16549 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16551         * message.el (message-expand-name): Silence the byte compiler.
16553 2004-01-13  Simon Josefsson  <jas@extundo.com>
16555         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16556         Invoke gnus-score-mode.  Reported by
16557         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16559         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16560         Jim Blandy <jimb@redhat.com> (tiny change).
16562 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16564         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16566 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16568         * spam.el (spam-get-article-as-string): Update to use
16569         gnus-request-article-this-buffer, much simpler.
16570         (spam-get-article-as-buffer): Remove.
16572 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16574         * message.el (message-expand-name): Use EUDC if the user uses that.
16576 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16578         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16579         character for the encoding to avoid consing a string.
16581         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16582         unnecessarily.
16584         * mm-util.el (mm-replace-chars-in-string): Remove.
16586         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16587         of mm-replace-chars-in-string.
16589 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16591         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16593         * mm-util.el (mm-subst-char-in-string): Support inplace.
16595         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16596         a new string in every iteration.  Use shy groups.
16598 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16600         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16601         * gnus-soup.el (gnus-soup-group-brew):
16602         * gnus-msg.el (gnus-put-message):
16603         * gnus-move.el (gnus-group-move-group-to-server):
16604         * gnus-kill.el (gnus-batch-score):
16605         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16606         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16607         (gnus-group-update-group, gnus-group-read-group)
16608         (gnus-group-make-group, gnus-group-make-help-group)
16609         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16610         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16611         (gnus-group-sort-by-unread, gnus-group-catchup)
16612         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16613         (gnus-group-yank-group, gnus-group-set-info)
16614         (gnus-group-list-groups):
16615         * gnus.el (gnus-generate-new-group-name):
16616         * gnus-delay.el (gnus-delay-send-queue):
16617         * nnvirtual.el (nnvirtual-catchup-group):
16618         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16619         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16620         (gnus-group-prepare-topics, gnus-topic-check-topology):
16621         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16622         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16623         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16624         (gnus-group-make-articles-read):
16625         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16626         (gnus-group-change-level, gnus-kill-newsgroup)
16627         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16628         (gnus-get-unread-articles, gnus-make-articles-unread)
16629         (gnus-make-ascending-articles-unread): Use accessor
16630         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16631         to get group information for improved readability.
16633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16635         * gnus-art.el (article-decode-mime-words, article-babel)
16636         (gnus-article-highlight-signature, gnus-article-add-buttons)
16637         (gnus-signature-toggle): Use gnus-with-article-buffer.
16639         * gnus-art.el (gnus-article-highlight-headers)
16640         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16642         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16643         (gnus-article-set-globals, gnus-request-article-this-buffer)
16644         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16645         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16646         (gnus-mime-display-alternative): Use with-current-buffer.
16648 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16650         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16651         also under 80 char limit, and call gnus-error if needed.
16652         (spam-fetch-article-header): Fix - it was a
16653         buffer-local variable (gnus-newsgroup-data).
16654         (spam-find-spam): Use spam-generate-fake-headers, forget about
16655         spam-insert-fake-headers.
16656         (spam-insert-fake-headers): Remove.
16658 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16660         * deuglify.el (gnus-article-outlook-unwrap-lines)
16661         (gnus-outlook-rearrange-article)
16662         (gnus-outlook-repair-attribution-outlook)
16663         (gnus-outlook-repair-attribution-block)
16664         (gnus-outlook-repair-attribution-other): Remove redundant
16665         save-excursion.
16667 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16669         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16670         (spam-fetch-field-subject-fast)
16671         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16672         (spam-fetch-article-header): Add functions to deal with Gnus
16673         internals for fast retrieval of article header data.
16674         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16676 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16678         * pop3.el (pop3-md5): Remove.
16679         (pop3-apop): Replace pop3-md5 with md5.
16681         * mm-bodies.el: base64 is always built-in.
16683         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16684         with-current-buffer.
16686 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16688         * canlock.el (canlock-insert-header): Remove excessive grouping in
16689         regexp.
16691         * gnus-sum.el (gnus-summary-read-document): Ditto.
16693         * gnus-uu.el (gnus-uu-part-number): Ditto.
16695         * html2text.el (html2text-remove-tags): Ditto.
16696         (html2text-format-tags): Ditto.
16697         (html2text-format-single-elements): Ditto.
16699         * mml.el (mml-parse-1): Ditto.
16701 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16703         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16705         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16707         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16709         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16711 2003-11-15  Simon Josefsson  <jas@extundo.com>
16713         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16714         (pgg-gpg-lookup-key): Use regexp match instead of
16715         split-string (split-string is different between emacs 21.2 and
16716         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16718 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16720         * gnus-art.el (gnus-mime-view-all-parts)
16721         (gnus-article-part-wrapper, gnus-article-view-part): Use
16722         with-current-buffer.
16724 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16726         * spam.el (spam-disable-spam-split-during-ham-respool)
16727         (spam-spamoracle-database, spam-cache-lookups)
16728         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16729         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16730         (spam-group-ham-marks, spam-group-spam-marks)
16731         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16732         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16733         also add spam-use-blackholes to the statistical checks.
16734         (spam-fetch-field-fast): Add interface to fetching fields, may
16735         become a macro.
16736         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16737         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16738         (spam-insert-fake-headers): Fake an article when needed.
16739         (spam-find-spam): Fake article when possible.
16740         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16741         (spam-check-bogofilter-headers): Use message-fetch-field instead
16742         of nnmail-fetch-field.
16744 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16746         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16748 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16750         * spam.el (spam-split): Do not require spam-use-CHECK to be
16751         enabled if that check is passed to spam-split explicitly; also
16752         fix so 'spam doesn't get converted to spam-split-group when
16753         spam-split-symbolic-return is t.
16754         (spam-find-spam): Find registrations of the article and use those
16755         instead of re-running spam-split to find the spam/ham
16756         classification of the article.
16757         (spam-log-processing-to-registry, spam-log-registered-p)
16758         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16759         Use gnus-error instead of gnus-message.
16760         (spam-log-registration-type): Add function to determine the
16761         classification of a message based on registry entries; will
16762         return nil if both 'spam and 'ham are found.
16763         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16764         a reasonably fast local cache without the loading errors.
16765         (spam-cache-lookups): Set to t by default.
16766         (spam-find-spam): Don't try to guess spam-cache-lookups.
16767         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16768         spam-caches entry.
16769         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16770         caching of whitelist/blacklist entries.
16771         (spam-check-whitelist, spam-check-blacklist): Invoke
16772         spam-from-listed-p with a type, not a cache variable.
16773         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16775 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16777         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16779         * nnmail.el (nnmail-split-fancy): do.
16781         * mml.el (mml-parse): do.
16783         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16784         (gnus-score-adaptive): do.
16786 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16788         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16789         (gnus-mime-button-map): Don't set keymap parent.
16790         (gnus-button-ctan-directory-regexp): Use shy grouping.
16791         (gnus-prev-page-map): Don't set keymap parent.
16792         (gnus-prev-page-map): Remove duplicated one.
16793         (gnus-next-page-map): Don't set keymap parent.
16794         (gnus-mime-security-button-map): Ditto.
16796         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16797         version number.
16799         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16801 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16803         * canlock.el (canlock-sha1-function): Remove.
16804         (canlock-sha1-function-for-verify): Remove.
16805         (canlock-openssl-program): Remove.
16806         (canlock-openssl-args): Remove.
16807         (canlock-ignore-errors): Remove.
16808         (canlock-sha1-with-openssl): Remove.
16809         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16810         (canlock-verify): Don't use canlock-ignore-errors.
16812         * sha1-el.el (sha1-string-external): Make it can return a string
16813         in binary form.
16814         (sha1-region-external): Ditto.
16815         (sha1-string-internal): Ditto.
16816         (sha1-region-internal): Ditto.
16817         (sha1-region): Ditto.
16818         (sha1-string): Ditto.
16819         (sha1): Ditto.
16821 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823         * spam.el (spam-report-articles-gmane): New command.
16825 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16827         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16829         * run-at-time.el (run-at-time-saved): Remove.
16830         (run-at-time): Doc fix.
16832 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16834         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16835         (gnus-summary-limit-map): Add it.
16836         (gnus-summary-make-menu-bar): do.
16838 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16840         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16841         Make attempt at some caching support (done for BBDB only now).
16842         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16843         addresses to be checked.
16844         (spam-clear-cache-BBDB): Add function, to be invoked by
16845         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16846         (spam-check-BBDB): Check and use the caches, if
16847         spam-cache-lookups is on, remove superfluous (provide).
16849 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16851         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16853 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16855         * run-at-time.el (run-at-time-saved): Move to after the definition
16856         of `run-at-time'.
16858 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16860         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16861         mm-w3m-local-map-property.
16863         * mm-view.el (mm-w3m-mode-map): Remove.
16864         (mm-w3m-local-map-property): Remove.
16865         (mm-inline-text-html-render-with-w3m): Don't use
16866         mm-w3m-local-map-property.
16868 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870         * run-at-time.el: New file.
16872         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16873         of gnus-set-text-properties.
16875         * gnus-uu.el (gnus-uu-save-article): Ditto.
16877         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16879         * gnus-cite.el (gnus-cite-parse): Ditto.
16881         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16882         of gnus-.
16884         * gnus.el: Changed calls to nnheader-run-at-time and
16885         password-run-at-time throughout to use run-at-time directly.
16887         * password.el: Removed definition of run-at-time.
16889 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16891         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16892         in prompt.
16894 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16896         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16897         XEmacs version.
16899         * dns.el (dns-make-network-process): Use `open-network-stream'
16900         instead of `gnus-xmas-open-network-stream'.
16902         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16904 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16906         * gnus-art.el (gnus-mime-display-alternative)
16907         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16908         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16909         Don't use gnus-local-map-property.
16911         * gnus-util.el (gnus-local-map-property): Remove.
16913         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16914         gnus-completing-read-maybe-default with completing-read.
16916         * gnus-util.el (gnus-completing-read): do.
16917         (gnus-completing-read-maybe-default): Remove.
16919 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16921         * password.el: Only autoload `run-at-time' if not XEmacs.
16922         Only autoload the itimer functions if XEmacs.
16924 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16926         * gnus-art.el (gnus-read-string): Remove.
16927         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16928         read-string.
16930 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16932         * netrc.el: Autoload password-read.
16933         (netrc): Add configuration group.
16934         (netrc-encoding-method, netrc-openssl-path): Add
16935         variables for encoding and decoding of files with symmetric
16936         ciphers.
16937         (netrc-encode): Add assistant function to encode a file with
16938         netrc-encoding-method.
16939         (netrc-parse): Add interactive parameter, added optional
16940         decoding if netrc-encoding-method is non-nil but otherwise
16941         behavior is standard.
16942         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16943         Do s/encode/encrypt/ everywhere.
16945         * spam.el: Remove executable-find autoload.
16947 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16949         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16951         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16953 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16955         * gnus-art.el (gnus-treat-ansi-sequences)
16956         (article-treat-ansi-sequences): New variable and function.
16957         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16959         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16960         Use it.
16962 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16964         * mm-util.el (mm-quote-arg): Remove.
16966         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16967         shell-quote-argument.
16969         * gnus-uu.el (gnus-uu-command): do.
16971         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16973         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16974         with make-char.
16976         * mm-util.el (mm-make-char): Remove.
16978         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16979         add-minor-mode.
16981         * gnus-undo.el (gnus-undo-mode): do.
16983         * gnus-topic.el (gnus-topic-mode): do.
16985         * gnus-sum.el (gnus-dead-summary-mode): do.
16987         * gnus-start.el (gnus-slave-mode): do.
16989         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16991         * gnus-ml.el (gnus-mailing-list-mode): do.
16993         * gnus-gl.el (gnus-grouplens-mode): do.
16995         * gnus-draft.el (gnus-draft-mode): do.
16997         * gnus-dired.el (gnus-dired-mode): do.
16999         * gnus-ems.el (gnus-add-minor-mode): Remove.
17001         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17002         Replace gnus-char-width with char-width.
17004         * gnus-ems.el (gnus-char-width): Remove.
17006         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17007         Replace gnus-char-width with char-width.
17009         * gnus-ems.el (gnus-char-width): Remove.
17011         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17012         definition.
17013         Remove Emacs 20 hash table compatibility code.
17015         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17016         20 compatibility code.
17018         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17020         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17022         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17023         with point-at-{eol,bol}.
17025         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17027         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17029         * flow-fill.el (fill-flowed-point-at-bol)
17030         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17032         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17033         Replace with point-at-{eol,bol} throughout all files.
17035 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17037         * ntlm.el (ntlm-string-as-unibyte): New macro.
17038         (ntlm-build-auth-response): Use it.
17040         Remove Emacs 20 stuff:
17041         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17042         of delq and copy-sequence.
17043         * gnus-art.el (popup-menu): Remove the compiler macro.
17044         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17045         Emacs 20.
17047 2004-01-05  Simon Josefsson  <jas@extundo.com>
17049         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17050         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17051         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17052         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17053         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17054         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17055         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17056         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17057         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17058         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17059         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17060         string-xor into ntlm-string-xor.  Suggested by
17061         Jesper Harder <harder@myrealbox.com>.
17063         * ntlm.el: Don't include poem.
17065         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17066         Jesper Harder <harder@myrealbox.com>.
17068         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17070         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17071         probably breaks emacs with DL patch, but do we care? Is anyone
17072         still using the DL stuff?)
17074         * sieve-manage.el: Use the password package.
17075         (sieve-manage-read-passwd): Remove.
17076         (sieve-manage-interactive-login): Use password.  Re-add
17077         condition-case around loop.
17079         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17080         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17081         the password package.
17083 2003-02-19  Simon Josefsson  <jas@extundo.com>
17085         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17086         token.
17088 2002-08-07  Simon Josefsson  <jas@extundo.com>
17090         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17091         (sieve-manage-authenticators):
17092         (sieve-manage-authenticator-alist): Add some SASL mechs.
17093         (sieve-sasl-auth): New function.
17094         (sieve-manage-cram-md5-auth):
17095         (sieve-manage-plain-auth): Rewrite using SASL library.
17096         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17097         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17098         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17099         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17101 2004-01-05  Simon Josefsson  <jas@extundo.com>
17103         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17104         New files.
17106 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17108         * gnus-group.el (gnus-no-groups-message): Update.
17110         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17112 2003-11-09  Simon Josefsson  <jas@extundo.com>
17114         * imap.el: Support for ID IMAP extension (RFC 2971).
17115         (imap-local-variables): Add imap-id.
17116         (imap-id): New variable.
17117         (imap-id): New function.
17118         (imap-parse-response): Parse untagged ID response.
17119         * nnimap.el (nnimap-id): New variable.
17120         (nnimap-open-connection): Use it.
17122 2003-12-28  Simon Josefsson  <jas@extundo.com>
17124         * gnus-score.el (gnus-score-edit-all-score): New.
17125         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17127 2004-01-04  Simon Josefsson  <jas@extundo.com>
17129         * password.el: Add.
17131 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17133         * dns.el (dns-query-types): Fix typo.
17134         (dns-query-types): New function.
17135         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17136         PTR and SOA replies, see RFC 1035.
17138 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17140         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17142         * Moved to Changelog.2.
17144 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17146         * gnus.el (gnus-version-number): Bump version.
17148 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17150         * gnus.el: No Gnus v0.1 is released.
17152 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17154         * gnus.el: No Gnus v0.0 is released.
17156 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17158         * gnus.el (gnus-version-number): Bump.
17159         (gnus-version): No.
17161 See ChangeLog.2 for earlier changes.
17163     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17165   This file is part of GNU Emacs.
17167   GNU Emacs is free software: you can redistribute it and/or modify
17168   it under the terms of the GNU General Public License as published by
17169   the Free Software Foundation, either version 3 of the License, or
17170   (at your option) any later version.
17172   GNU Emacs is distributed in the hope that it will be useful,
17173   but WITHOUT ANY WARRANTY; without even the implied warranty of
17174   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17175   GNU General Public License for more details.
17177   You should have received a copy of the GNU General Public License
17178   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17180 ;; Local Variables:
17181 ;; coding: utf-8
17182 ;; fill-column: 79
17183 ;; add-log-time-zone-rule: t
17184 ;; End: