Remove gnus-article-wash-function, and use `mm-text-html-renderer'
[gnus.git] / lisp / ChangeLog
blob472368100b3a36bab36c4916ce2f0ecbcd1b2592
1 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4         `gnus-blocked-images' to be a function.
5         (gnus-article-wash-function): Removed.
7 2010-10-20  Julien Danjou  <julien@danjou.info>
9         * spam.el (spam-list-of-processors): Mark as obsolete.
11         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
12         (nnimap-insert-partial-structure): Fix boundary detection.
14 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
16         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
17         run file-truename on remote files.  This can be expensive and even
18         prevent one from editing drafts if some unrelated buffer has a stale
19         connection.
21 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
24         kinsoku-eol regardless of shr-kinsoku-shorten.
25         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
26         (shr-tag-table): Support caption, thead, and tfoot.
28 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
31         lines.
32         (shr-save-contents): New command and keystroke.
34         * nndoc.el (nndoc-type-alist): Add git support.
35         (nndoc-git-type-p): New function.
36         (nndoc-transform-git-article): Ditto.
37         (nndoc-transform-git-headers): Ditto.
38         (nndoc-transform-git-headers): Generate Subject headers.
40         * shr.el (shr-parse-style): New function.
41         (shr-tag-span): Ditto.
43         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
44         to `G G' to avoid collisions.
46 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
48         * shr.el: Load kinsoku if necessary.
49         (shr-kinsoku-shorten): New internal variable.
50         (shr-find-fill-point): Make kinsoku shorten text line if
51         shr-kinsoku-shorten is bound to non-nil.
52         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
53         shr-indentation too when testing if table is wider than frame width.
54         (shr-insert-table): Use `string-width' instead of `length' to measure
55         text width.
56         (shr-insert-table-ruler): Make sure indentation is done at bol.
58 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
61         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
62         undecoded network data.
64 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
67         name in the mode line spec so that the mode line menu works
68         (bug #2431).
70         * message.el (message-get-reply-headers): If we're fed `to-address',
71         then always use that.
73         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
74         aren't so wide as to need to switch off the edit menu.
76         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
77         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
79         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
80         `M-g'.
81         (nnimap-update-info): Update flags/read marks even if \* isn't part of
82         the permanent marks.
84 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
86         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
87         Splitting according to references/in-reply-to obeys the ignore-groups
88         variable, while splitting by sender and subject do not.
90 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
93         alist, so that we can look for non-Unicode chars.
94         (article-translate-strings): Allow both character and string maps.
96 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
98         * shr.el (shr-insert): Don't insert space behind a wide character
99         categorized as kinsoku-bol, or between characters both categorized as
100         nospace.
102 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
104         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
105         headers to gnus-newsgroup-headers.
107 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109         * shr.el (shr-tag-img): Don't align images -- since we're not
110         rescaling, this often leads to ugly displays.
112 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
114         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
115         duplicates.
117 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
119         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
120         call.
122 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124         * gnus.el: Autoload gnus-html-show-images.
126         * nnimap.el: Use nnheader-message throughout.
128         * shr.el (shr-tag-img): Ignore images with no data.
130 2010-10-15  Julien Danjou  <julien@danjou.info>
132         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
133         a possibility to disable format=flow encoding when using hard newlines.
135 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
137         * shr.el (shr-insert): Remove space inserted before or after a
138         breakable character or at the beginning or the end of a line.
139         (shr-find-fill-point): Do kinsoku; find the second best point or give
140         it up if there's no breakable point.
142 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144         * nnimap.el (nnimap-open-connection): Message when opening connection
145         for debugging purposes.
147         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
148         on every setup buffer call to allow this to change from article to
149         article.
151         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
152         buffers where we have a wide table.
154 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
156         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
157         uses *-request-thread.
159 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161         * nnimap.el (nnimap-open-connection): Remove %s from openssl
162         incantation, which is no longer valid.
164 2010-10-14  Julien Danjou  <julien@danjou.info>
166         * shr.el: Fix defcustom type (char -> character).
168 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170         * nnimap.el (nnimap-open-connection): tls-program should be a list of
171         programs.
173 2010-10-14  Julien Danjou  <julien@danjou.info>
175         * shr.el (shr-tag-a): Use url-link as widget type.
177         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
178         `gnus-group-get-icon'.
180 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
183         This should make server editing work better.
185         * shr.el (shr-find-fill-point): Don't inloop on indented text.
187         * tls.el (tls-program): Remove spurious %s from openssl.
189         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
190         (nnimap-parse-flags): Fix regexp.
192         * shr.el (shr-find-fill-point): Use a filling algorithm that should
193         probably work for CJVK text, too.
195         * nnimap.el (nnimap-extend-tls-programs): Removed.
196         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
198         * tls.el (tls-starttls-switches): Remove starttls hack.
199         (open-tls-stream): Ditto.
200         (tls-find-starttls-argument): Ditto.
202 2010-10-13  Julien Danjou  <julien@danjou.info>
204         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
205         responses.
207 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
211         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
212         anything in Emacs.
214         * shr.el (shr-current-column): Remove buggy and unnecessary function.
216 2010-10-13  Julien Danjou  <julien@danjou.info>
218         * shr.el (shr-width): Make shr-width a defcustom with default to
219         fill-column.
220         (shr-tag-img): Use shr-width rather than fill-column.
222 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
224         * dgnushack.el (byte-optimize-apply)
225         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
227         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
228         position when (X-)Faces exist.
229         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
230         avatars when called interactively.
232 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
234         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
235         gnus-article-x-face-too-ugly is bound.
237 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
241         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
242         mailbox that doesn't exist.
244 2010-10-12  Julien Danjou  <julien@danjou.info>
246         * shr.el (shr-tag-img): Encode URL properly when retrieving.
247         (shr-get-image-data): Encode URL properly when fetching from cache.
248         (shr-tag-img): Use aligned-to spaces to align correctly images.
250         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
251         before inserting the Gravatar.
253         * shr.el (shr-tag-img): Add align attribute support for <img>.
255 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257         * gnus-gravatar.el (gnus-art): Required.
259         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
260         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
261         Remove long obsoleted functions.
263 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
265         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
267         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
269         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
270         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
271         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
272         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
273         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
274         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
275         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
277 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279         * nnimap.el (nnimap-request-rename-group): Select group read-only
280         before renaming it.
282         * shr.el (shr-insert): Fix up the white space only regexp.
284         * nnimap.el (nnimap-transform-split-mail): Not all articles have
285         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
287         * shr.el (shr-current-column): New function.
288         (shr-find-fill-point): New function.
290 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
292         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
293         numbers.
295 2010-10-11  Julien Danjou  <julien@danjou.info>
297         * shr.el (shr-hr-line): Add.
298         (shr-tag-hr): Use shr-hr-line to specify which character to use to
299         display hr lines.
300         (shr-max-columns): Do not change state to nil if we just inserting
301         spaces.
303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305         * gnus-topic.el (gnus-topic-read-group): If after the last group,
306         select the last group.
308 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
310         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
312 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
314         * dig.el (dig-mode-map): Declare and define in one step.
316 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
319         for Gnus.
320         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
321         (nnimap-update-qresync-info): Mark \Seen articles as read.
323         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
324         non-variable, too.
326         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
327         available.
328         (nnimap-update-info): Rely more on the current active than the param
329         active to avoid marking articles as read too much.
331         * auth-source.el (auth-source-create): Use (user-login-name) for the
332         user name default.
334         * nnimap.el (nnimap-update-info): If the server doesn't return any
335         useful info, just use the previous info.
336         (nnimap-update-info): Prefer old info over start-article.
337         (nnimap-update-qresync-info): Finish implementing QRESYNC.
339 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
341         * nnir.el (autoload): Clean up autoloads.
342         (nnir-imap-default-search-key): Renamed from
343         nnir-imap-search-field. Use key rather than value.
344         (nnir-imap-search-other): New variable.
345         (nnir-read-parm): Use it.
346         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
347         (gnus-summary-nnir-goto-thread): Modify to work with imap.
349 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
352         the process, too.
354 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
357         Allbery.
359         * shr.el: Rework the way things are indented by <li> slightly.
361         * gnus.el (gnus-group-set-parameter): Fix typo.
363         * nnimap.el: Start implementing QRESYNC support.
365 2010-10-09  Julien Danjou  <julien@danjou.info>
367         * nnir.el (nnir-engines): Fix too many arguments.
369 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
372         group is the "last", so that the backends like nnfolder actually save
373         their folders.
375         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
376         try to use that for the tls stream.
377         (nnimap-retrieve-group-data-early): Rework the marks code to heed
378         UIDVALIDITY and find out which groups are read-only and not.
379         (nnimap-get-flags): Use the same marks parsing code as the rest of
380         nnimap.
382 2010-10-09  Julien Danjou  <julien@danjou.info>
384         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
386         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
387         retrieving gravatars.
389         * shr.el (shr-table-corner): Add.
390         (shr-table-line): Add.
391         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
393 2010-10-08  Julien Danjou  <julien@danjou.info>
395         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
397 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
399         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
401         * gnus-sum.el (gnus-mark-article-as-unread)
402         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
403         (gnus-summary-set-bookmark): Use it.
405         * gnus-msg.el (gnus-setup-message): Use it.
407         * gnus-demon.el (gnus-demon-remove-handler): Use it.
409         * gnus.el (gnus-group-remove-parameter): Use it.
411         * gnus-group.el (gnus-group-make-web-group): Use it.
413         * gnus-demon.el (gnus-demon-remove-handler): Use it.
415         * nnregistry.el: Update docs to mention manual.
417         * gnus-registry.el: Update docs to mention nnregistry.el.
418         (gnus-registry-initialize): Don't install nnregistry refer method
419         automatically.
420         (gnus-registry-install-nnregistry): Remove it.
422 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424         * shr.el (shr-insert): Don't insert double spaces.
426 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
428         * gnus-gravatar.el (gnus-treat-from-gravatar)
429         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
430         called interactively.
432         * gnus-art.el (gnus-mime-view-part-externally)
433         (gnus-mime-view-part-internally): Make predicate function passed to
434         gnus-mime-view-part-as-type assume argument is a mime type, not a list
435         of a mime type.
437         * shr.el (shr-table-widths): Don't use cl function `reduce'.
439 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441         * shr.el (require): Require cl when compiling.
442         (shr-tag-hr): New function.
444         * nnimap.el (nnimap-update-info): Remove double setting of high.
445         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
446         makes nnimap work properly on Courier again.
448         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
449         the variable for backwards compatability.
451         * mm-decode.el (mm-save-part): If given a non-directory result, expand
452         the file name before using to avoid setting mm-default-directory to
453         nil.
455         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
456         bidning gnus-agent variables.
458         * shr.el (shr-render-td): Use a cache for the table rendering function
459         to avoid getting an exponential rendering behaviour in nested tables.
460         (shr-insert): Rework the line-breaking algorithm.
461         (shr-insert): Don't leave trailing spaces.
462         (shr-insert-table): Also insert empty TDs.
463         (shr-tag-blockquote): Ensure paragraphs after </ul>.
465 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
467         * gnus-sum.el (gnus-number): Rename from `number'.
468         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
469         (gnus-summary-limit-children): Update uses correspondingly.
471 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
473         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
474         (gnus-gravatar-transform-address): Don't show avatars of people of
475         which mail addresses match gnus-gravatar-too-ugly.
477 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479         * shr.el (shr-table-widths): Expand TD elements to fill available
480         space.
482 2010-10-07  Julien Danjou  <julien@danjou.info>
484         * nnimap.el (nnimap-request-rename-group): Add this method.
486 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
489         name from XEmacs' function-arglist.
491         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
492         gravatar under XEmacs.
494 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
496         * auth-source.el: Update docs with TODO items.
498         * gnus-sync.el: Update docs to explain state and plans.
500         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
501         Hooks for mark updates.
502         (gnus-request-set-mark, gnus-request-update-mark): Use them.
504         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
505         hooks with arguments, which is needed for mark update hooks.
507 2010-10-06  Julien Danjou  <julien@danjou.info>
509         * gnus.el (gnus-expand-group-parameter): Only return and act on what
510         was matched.
512         * sieve-manage.el: Update example in `Commentary'.
514         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
516         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
517         not 2000.
518         (sieve-manage-authenticate): Re-add function.
520 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522         * shr.el (shr-insert): Get 'space transition right.
523         (shr-render-td): Only delete space at the end of the TD.
525         * nnimap.el (nnimap-open-connection): Prepare to support
526         open-gnutls-stream.
528         * shr.el: Rearrange function order to be more logical.
530 2010-10-06  Julien Danjou  <julien@danjou.info>
532         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
533         (nnrss-discover-feed): Remove 404 URL in docstring.
535         * nnir.el: Fix Swish-E URL.
536         Fix Namazu URL.
538         * message.el (message-change-subject): Remove 404 URL in a comment.
540 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
542         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
543         called interactively.
545         * gnus-util.el (gnus-remove-if): Allow hash table.
546         (gnus-remove-if-not): New function.
548         * gnus-art.el (gnus-mime-view-part-as-type)
549         * gnus-score.el (gnus-summary-score-effect)
550         * gnus-sum.el (gnus-read-move-group-name):
551         Replace remove-if-not with gnus-remove-if-not.
553         * gnus-group.el (gnus-group-completing-read):
554         Regard collection as a hash table if it is not a list.
556 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558         * shr.el (shr-render-td): Allow blank/missing <TD>s.
560         * shr.el: Document the table-rendering algorithm.
562 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
564         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
565         for Emacsen having no `libxml-parse-html-region' support.
567 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
570         invalid URLs.
572         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
573         line-broken.
574         (shr-tag-img): Ignore image fetching errors.
575         (shr-overlays-in-region): Compute overlay positions correctly.
577         * mm-decode.el (mm-shr): Require shr.
579         * gnus-art.el (gnus-blocked-images): Move variable here.
581         * shr.el (shr-insert-table): Bind free variable.
583         * mm-decode.el (mm-shr): Bind shr-content-function.
585         * shr.el (shr-content-function): New variable.
587         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
588         added for symmetry.
590         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
592         * gnus-group.el (gnus-group-make-group): Doc fix.
594         * nnimap.el (nnimap-request-newgroups): Return success.
596         * shr.el (shr-find-elements): New function.
597         (shr-tag-table): Put all the images after the table.
598         (shr-tag-table): Really inhibit images inside the table.
599         (shr-collect-overlays): Copy over overlays from the TD elements to the
600         main document.
602         * mm-decode.el (mm-shr): Bind shr-blocked-images to
603         gnus-blocked-images.
605 2010-10-05  Julien Danjou  <julien@danjou.info>
607         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
609         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
610         (gnus-html-maximum-image-size): Add this function.
611         (gnus-html-put-image): Use gnus-html-maximum-image-size.
613         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
614         server-value of the capability is nil.
616 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618         * shr.el (shr-tag-em): Add <EM> tag.
620 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
622         * sieve-manage.el (sieve-manage-default-stream): Make default stream
623         customizable.
625         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
626         handing broken links to browse-url.
628 2010-10-05  Julien Danjou  <julien@danjou.info>
630         * gnus-util.el (gnus-emacs-completing-read)
631         (gnus-iswitchb-completing-read): Use autoload rather than require.
633 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
635         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
636         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
637         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
638         iswitchb-temp-buflist for XEmacs.
640         * gnus-util.el (gnus-completing-read-function): Exclude
641         gnus-icompleting-read and gnus-ido-completing-read from candidates for
642         XEmacs since iswitchb.el is very old and ido.el is unavailable in
643         XEmacs.
645         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
646         not to use `delete-dups' that is unavailable in XEmacs 21.4.
648         * gnus-html.el: Don't require help-fns under XEmacs.
649         (gnus-html-schedule-image-fetching): Work for XEmacs.
651         * mm-decode.el (mm-shr): Decode contents by charset.
653 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
656         unknown.
658         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
659         (shr-get-image-data): Ensure against the cache file missing.
661         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
662         for data.
664         * spam-report.el (spam-report-url-ping-plain): Don't query about
665         killing the process.
667         * shr.el (shr-render-td): Protect against too-wide text.
669 2010-10-04  Julien Danjou  <julien@danjou.info>
671         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
672         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
674         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
675         retrieved.
677 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679         * shr.el (browse-url): Required.
680         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
681         lines.
682         (shr-show-alt-text, shr-browse-image): New commands.
683         (shr-browse-url, shr-copy-url): New commands.
685         * gnus-sum.el (gnus-widen-article-window): New variable.
686         (gnus-summary-select-article-buffer): Use it.
688         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
689         without @ signs.
691 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
693         * nnir.el (nnir-run-imap): Remove spurious space in search string.
695 2010-10-04  Julien Danjou  <julien@danjou.info>
697         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
698         for XEmacs.
700 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
704         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
705         (nnimap-close-server): Implement.
707         * dgnushack.el (iswitchb): Require to shut up the compiler.
709         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
710         (shr-insert): Tweak line breaking.
711         (shr-insert): Handle <pre> better.
712         (shr-tag-li): Get <li> indentation right.
713         (shr-tag-li): Get <li> indentation even righter.
714         (shr-tag-blockquote): Ensure paragraph start.
715         (shr-make-table): Tweak table generation.
716         (shr-make-table): Fix typo.
718         * shr.el: Implement table rendering.
720 2010-10-04  Julien Danjou  <julien@danjou.info>
722         * gnus-html.el (gnus-html-put-image): Fix resize image code.
724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726         * shr.el (shr-insert): Use string anchors instead of line anchors.
728 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730         * shr.el: Add headings.
731         (shr-ensure-paragraph): Actually work.
732         (shr-tag-li): Make <ul> prettier.
733         (shr-insert): Get white space at the beginning/end of elements right.
734         (shr-tag-p): Collapse subsequent <p>s.
735         (shr-ensure-paragraph): Don't insert double line feeds after blank
736         lines.
737         (shr-insert): \t is also space.
738         (shr-tag-s): Fix "s" tag name function.
739         (shr-tag-s): Fix face prop name.
741 2010-10-03  Julien Danjou  <julien@danjou.info>
743         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
745         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
746         gnus-window-inside-pixel-edges.
748         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
749         gnus-ems.
751         * mm-view.el (mm-inline-image-emacs): Support image resizing.
753         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
754         function.
756         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
757         resize choice.
759 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
762         beginning of the buffer.
764         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
765         article buffer again.
767         * shr.el (shr-tag-p): Don't insert newlines at the start of the
768         buffer.
770         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
771         when it's at the start of the buffer.
773         * shr.el (shr-tag-blockquote): Convert name.
774         (shr-rescale-image): Use the right image-size variant.
776         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
777         buffer isn't shown, then select the current article first instead of
778         bugging out.
779         (gnus-summary-select-article-buffer): Show both the article and summary
780         buffers again.
782         * shr.el (shr-fontize-cont): Protect against regions with no text.
783         Rename tag functions to shr-tag-* for enhanced security.
784         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
786 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
788         * shr.el (shr-insert):
789         * pop3.el (pop3-movemail):
790         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
791         loaded.
793 2010-10-03  Glenn Morris  <rgm@gnu.org>
795         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
797         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
799         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
801         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
803         * gnus-util.el (gnus-make-local-hook): Simplify.
805 2010-10-02  Julien Danjou  <julien@danjou.info>
807         * gnus-util.el (gnus-iswitchb-completing-read): New function.
808         (gnus-ido-completing-read): New function.
809         (gnus-emacs-completing-read): New function.
810         (gnus-completing-read): Use gnus-completing-read-function.
811         Add gnus-completing-read-function.
813 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815         * shr.el (shr-insert-document): Autoload.
816         (shr-img): Be silent.
817         (shr-insert): Add a newline after every picture before text.
818         (shr-add-font): Use overlays for combining faces.
819         (shr-insert): Pass upwards the text start point.
821         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
822         possible.
823         (mm-shr): New function.
825 2010-10-02  Julien Danjou  <julien@danjou.info>
827         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
828         should go backward.
830 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
832         * shr.el (shr): Fix typo in provide call.
834 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836         * shr.el: New file.
838         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
840         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
841         completing read.
843 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
846         we're being queried about.  Suggested by Dan Jacobson.
848         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
849         by Jason Eisner.
851         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
852         table, too.  Suggested by Stefan Wiens.
853         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
854         the table unnecessary.  Suggested by Stefan Wiens.
856         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
857         longer needed, and probably doesn't work either, as pointed out by
858         Stefan Wiens.
859         (gnus-summary-exit): Remove call to the clearing function.
860         (gnus-summary-exit-no-update): Ditto.
862         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
863         instead of gnus-eval-in-buffer-window to avoid popping up frames.
864         Reported by Stefan Monnier.
865         (gnus-summary-save-in-rmail): Ditto.
867         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
868         article buffer, instead of both the article buffer and the summary
869         buffer.  Sort of suggested by Dan Jacobson.
871         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
873         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
874         Suggested by Dan Jacobson.
876         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
877         documentation clearer.
879         * message.el (message-shorten-references): Comment on the number "21".
880         Suggested by Stefan Monnier.
882         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
883         Suggested by Dan Jacobson.
885         * gnus.el (gnus-large-newsgroup): Mention
886         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
888         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
889         externalize attachments.  Bug reported by Steve Wen.
891         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
892         really message anything to the user.
894         * nnmail.el (nnmail-article-group): Allow using the fancy split method
895         directly.
897         * nnimap.el (nnimap-request-group): Low higher than high to signal no
898         messages in empty groups.
900 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
902         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
903         non-UIDNEXT group.
905 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
908         not the value from the collection.
910         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
911         values.  This sometimes happens on some groups that have no info.
912         (nnimap-request-newgroups): New function.
914 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
916         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
917         check into `gnus-registry-initialize'.
918         (gnus-registry-initialize): Ditto.
919         Fix and extend header docs.
921 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
924         regexp backtrace overflows.
926         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
927         for starttls that tls.el implements; i.e. openssl.
929         * tls.el (tls-starttls-switches): Give up on using starttls with
930         gnutls-cli.
931         (tls-program): Add --insecure to be consistent with the defaults from
932         openssl s_client.  Now all three commands are insecure.
934 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
936         * lpath.el: Bind completion-styles-alist for XEmacs.
938         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
939         (gravatar-create-image): New function that's an alias to
940         gnus-xmas-create-image, gnus-create-image, or create-image.
941         (gravatar-data->image): Use it.
943 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
945         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
946         install the nnregistry refer method.
947         (gnus-registry-install-hooks): Use it.
948         (gnus-registry-unfollowed-groups): Add nnmairix to the default
949         unfollowed groups.
951 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
953         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
954         expanding threads.
956 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958         * nnir.el: Use the server names without suffixes (bug #7009).
960         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
961         unencrypted to STARTTLS, if possible.
963 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
965         * message.el (message-ignored-supersedes-headers): Strip Injection-*
966         headers before superseding.
968 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970         * nnrss.el (nnrss-use-local): Add documentation.
972         * nnimap.el (nnimap-extend-tls-programs): New function.
973         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
974         (nnimap-wait-for-connection): Accept the greeting from the stupid
975         output from openssl s_client -starttls, too.
977         * tls.el (tls-starttls-switches): New variable.
978         (tls-find-starttls-argument): Use it.
979         (open-tls-stream): Ditto.
981         * netrc.el (netrc-credentials): Return the value of the "default"
982         entry.
983         (netrc-machine): Ditto.
985         * nnimap.el (nnimap-find-article-by-message-id): Really return the
986         article number.
987         (nnimap-split-fancy): New variable.
988         (nnimap-split-incoming-mail): Use it.
990         * nntp.el (nntp-server-list-active-group): Document.
992         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
993         SELECT to get the message-id.
995         * mail-source.el (mail-sources): Removed webmail support.
996         (defvar): Ditto.
997         (mail-source-fetcher-alist): Ditto.
998         (mail-source-fetch-webmail): Removed.
1000         * webmail.el: Removed -- doesn't seem relevant any more.
1002         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1004         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1005         the \r.
1007 2010-09-30  Julien Danjou  <julien@danjou.info>
1009         * gnus-agent.el (gnus-agent-add-group): Fix call to
1010         gnus-completing-read.
1012 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014         * nndoc.el (nndoc-retrieve-groups): New function.
1016         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1017         `default', use nnmail-split-methods.
1018         (nnimap-request-article): Downcase the NILs so that they are nil.
1020         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1021         symbol.
1023         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1024         code, since if the user has requested network, that's what they ought
1025         to get.
1026         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1027         (nnimap-split-rule): Mark as obsolete.
1029         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1030         variable.
1032         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1033         correct slot, too.
1035 2010-09-29  Julien Danjou  <julien@danjou.info>
1037         * gnus.el (gnus-local-domain): Declare variable obsolete.
1039         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1040         computing.
1041         (gnus-ido-completing-read): Require ido.
1043 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1046         build Gnus.
1048         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1049         when interpreting the structures.
1050         (nnimap-request-accept-article): Add \r\n to the lines to make this
1051         work with Cyrus.
1053         * nndraft.el (nndraft-request-expire-articles): Use the group name
1054         instead if "nndraft".  Fix found by Nils Ackermann.
1056 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1058         * nnregistry.el: Added.
1060 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * nnmail.el (group, group-art-list, group-art):
1063         Remove unneeded directives.
1065 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1067         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1068         (mm-mime-charset)
1069         * rfc2047.el (rfc2047-syntax-table)
1070         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1072         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1073         rather than `insert-file-contents' and `eval-region'.
1075         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1076         construction.
1078         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1080         * time-date.el: No need to require cl for Emacs 21.
1082 2010-09-29  Julien Danjou  <julien@danjou.info>
1084         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1085         replacement of `gnus-gravatar-relief' to mimic
1086         `gnus-faces-properties-alist'.
1087         Add :version property.
1089 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1091         * mail-source.el (mail-source-report-new-mail)
1092         * message.el (message-default-mail-headers)
1093         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1095         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1097 2010-09-28  Julien Danjou  <julien@danjou.info>
1099         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1100         mail-address contains the same string as real-name.
1102         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1103         non-blank in header, otherwise it'll get stripped.
1105         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1106         real-name, and then for mail address rather than doing : or , search.
1108 2010-09-27  Julien Danjou  <julien@danjou.info>
1110         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1111         (gnus-server-goto-server): Use gnus-completing-read.
1113         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1115         * mm-util.el (defalias): Use gnus-completing-read.
1116         (mm-codepage-setup): Use gnus-completing-read.
1118         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1119         (smime-decrypt-buffer): Use gnus-completing-read.
1121         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1123         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1124         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1125         (mml-insert-multipart): Use gnus-completing-read.
1127         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1129         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1131         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1133         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1135         * gnus.el (gnus-read-method): Use gnus-completing-read.
1137         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1139         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1140         (gnus-mime-action-on-part): Use gnus-completing-read.
1141         (gnus-article-encrypt-body): Use gnus-completing-read.
1143         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1144         (gnus-topic-move-matching): Use gnus-completing-read.
1145         (gnus-topic-copy-matching): Use gnus-completing-read.
1146         (gnus-topic-sort-topics): Use gnus-completing-read.
1147         (gnus-topic-move): Use gnus-completing-read.
1149         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1150         (gnus-agent-add-group): Use gnus-completing-read.
1152         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1153         gnus-completing-read.
1154         (nnmairix-update-groups): Use gnus-completing-read.
1155         (nnmairix-get-server): Use gnus-completing-read.
1156         (nnmairix-backend-to-server): Use gnus-completing-read.
1157         (nnmairix-goto-original-article): Use gnus-completing-read.
1158         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1160         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1162         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1163         (gnus-group-make-useful-group): Use gnus-completing-read.
1164         (gnus-group-make-web-group): Use gnus-completing-read.
1165         (gnus-group-add-to-virtual): Use gnus-completing-read.
1166         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1168         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1169         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1170         (gnus-summary-execute-command): Use gnus-completing-read.
1171         (gnus-summary-respool-article): Use gnus-completing-read.
1172         (gnus-read-move-group-name): Use gnus-completing-read.
1174         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1175         (gnus-summary-score-effect): Use gnus-completing-read.
1177         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1179         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1180         right completing-read function.
1181         (gnus-use-ido): New variable
1182         (gnus-completing-read-with-default): Remove.
1184 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1186         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1187         x-focus-frame.
1189         * nnimap.el (auth-source-forget-user-or-password)
1190         (auth-source-user-or-password): Autoload.
1192         * message.el (message-from-style, message-interactive)
1193         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1194         (message-yank-prefix, message-indentation-spaces, message-signature)
1195         (message-signature-file): Add comment.
1197 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1200         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1201         new articles.
1203         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1204         parts.
1205         (nnimap-request-article): Work with the t setting, too.
1207         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1208         that you don't get flashes of other buffers.
1209         (gnus-summary-show-complete-article): Intern before setting.
1211 2010-09-27  David Engster  <dengste@eml.cc>
1213         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1214         well as HEADERS.
1215         (nnmairix-retrieve-headers): Provide new argument for the above.
1217 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219         * gnus-sum.el (gnus-summary-move-article): Don't alter
1220         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1221         group.
1223         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1225         * message.el (message-cite-prefix-regexp): Revert my last edit.
1227         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1228         variable instead of the Gnus variable.
1230         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1232         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1233         again.
1235         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1236         since some servers don't like it.
1237         (nnimap-open-connection): Forget credentials if the server says the
1238         password was wrong.
1239         (nnimap-parse-line): Protect against invalid data.
1241         * gnus-sum.el (gnus-summary-move-article): Add comment.
1242         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1243         nothing alters it while scanning for new messages.
1245         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1246         which may or may not help.
1247         (nnimap-open-connection): If we're doing a stream connection, and then
1248         discover we're on a STARTTLS-capable server, then open a STARTTLS
1249         connection instead.
1251 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253         * nnimap.el (utf7): Required.
1255         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1256         prefix.
1258 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1260         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1262 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264         * nnimap.el (nnimap-request-accept-article): Message the error on
1265         error.
1267 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1269         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1271 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273         * nndoc.el (nndoc-request-list): Return success always.
1275         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1276         `fetch-old' -- we only want to fetch the articles we've requested.  The
1277         rest are in the agent, probably.
1278         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1279         disappeared server" to something low.  It's not important.
1281         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1282         arrived before the FETCH data.
1284         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1285         target here, because we don't know the Gnus name of the group.
1287         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1288         for the correct group.
1290         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1292         * gnus.el (gnus): Give a final warning after startup.
1294         * gnus-util.el (gnus-action-message-log): New variable.
1295         (gnus-message): Use it.
1296         (gnus-final-warning): New function.
1298         * nnimap.el (nnimap-open-connection): Record the greeting.
1299         (nnimap): Add greeting.
1301 2010-09-26  Julien Danjou  <julien@danjou.info>
1303         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1304         arguments.
1305         (gnus-html-wash-images): Fix spec computing to include start/end.
1307         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1309 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1312         deletion.
1313         (nnimap-retrieve-headers): Don't select the group, because that's
1314         already done by nnimap-possibly-change-group.
1316         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1317         (gnus-picon-transform-address): Use it.
1319         * mail-source.el (mail-source-value): Revert previous patch.
1321         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1322         on failure.
1323         (nnimap-open-connection): Look up both virtual and physical server name
1324         credentials.
1326         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1328 2009-02-07  Dave Love  <fx@gnu.org>
1330         * tls.el (open-tls-stream): Don't query killing process.
1332 2009-02-08  Dave Love  <fx@gnu.org>
1334         * gnus-win.el (gnus-window-to-buffer-helper,
1335         gnus-all-windows-visible-p): Function needn't be a symbol.
1337         * mail-source.el (mail-source-value): Function needn't be a symbol.
1339 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341         * message.el (message-cite-prefix-regexp): Remove } from the cite
1342         prefix.
1344         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1345         highlight again, so that the highlight is correct.
1347         * gnus-picon.el (gnus-picon): Remove again.
1348         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1350         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1351         doing the header highlightling, so that the background colour of the
1352         picon is correct.
1354         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1355         (gnus-picon): Ditto.
1356         (gnus-picon): Reinstate.  The background colour for picons is white.
1357         (gnus-picon-insert-glyph): Make the background white.
1359         * nnml.el (nnml-open-nov): Don't return dead buffers.
1361         * auth-source.el (auth-source-create): Query the user for whether to
1362         store the credentials.
1364         * netrc.el (netrc-store-data): New function.
1366         * auth-source.el (auth-source-user-or-password): Use the existing auth
1367         sources, if any, for creation.
1369         * gnus.el (gnus-group-fast-parameter): Return the last matching
1370         parameter instead of the first matching parameter.
1372 2010-09-26  Julien Danjou  <julien@danjou.info>
1374         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378         * mml2015.el (mml2015-use): Remove gpg support.
1380         * mml1991.el (mml1991-function-alist): Remove gpg function.
1381         (mml1991-gpg-sign): Removed.
1383 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1385         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1386         (gnus-browse-unsubscribe-current-group): Document it.
1387         (gnus-browse-unsubscribe-group): Use it.
1389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1392         address to the To list for easier response.
1394         * gnus.el (gnus-play-startup-jingle): Removed.
1395         (gnus-splash): Don't play jingle.
1396         (gnus): Silence gnus-load message.
1398         * gnus-art.el (gnus-treat-play-sounds): Removed.
1400         * gnus.el (gnus-play-jingle): Remove audio support.
1402         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1404         * earcon.el: Removed -- no users.
1406         * gnus-audio.el: Removed -- no users of this package.
1408         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1410         * gnus-start.el (gnus-setup-news): Remove nocem support.
1412         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1414         * gnus.el (gnus-use-nocem): Removed.
1416         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1417         Removed.
1419         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1420         uses NoCeM any more.
1422         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1423         (gnus-button-ctan-handler): Ditto.
1424         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1425         (gnus-button-ctan-directory-regexp): Ditto.
1426         (gnus-button-handle-ctan): Ditto.
1427         (gnus-button-tex-level): Ditto.
1428         (gnus-button-alist): Removed CTAN stuff.
1430 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1433         nnimap-streaming test.
1435         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1436         servers twice.
1438         * nnimap.el (nnimap-open-connection): Add more error reporting when
1439         nnimap fails early.
1441         * nnheader.el (nnheader-get-report-string): New function.
1442         (nnheader-get-report): Use it.
1444         * gnus-int.el (gnus-check-server): Say what the error was when opening
1445         failed.
1447         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1448         using streaming.
1450 2010-09-25  Julien Danjou  <julien@danjou.info>
1452         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1453         gnus-window-inside-pixel-edges.
1455 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1459         * mm-decode.el (mm-save-part): Allow saving to other directories the
1460         normal Emacs way.
1462         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1463         by Jay Berkenbilt.
1465         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1466         there isn't a single byte.
1468         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1469         just do it.  It doesn't really seem to matter what the user responds
1470         here, I think, so it's just a confusing question.
1472         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1473         non-streaming case.
1475         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1476         (gnus-article-encrypt-body): Use it.
1478         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1479         keystroke.
1481         * nnimap.el (nnimap-find-wanted-parts-1): Use
1482         gnus-fetch-partial-articles.
1484         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1486         * nnimap.el (nnimap-insert-partial-structure): New function.
1487         (nnimap-get-partial-article): New function.
1488         (nnimap-request-article): Use it.
1489         (nnimap-wait-for-response): Return whether the wait was successful.
1490         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1491         retrieval wasn't successful.
1492         (nnimap-retrieve-group-data-early): Allow throttling servers.
1493         (nnimap-streaming): New variable.
1494         (nnimap-fetch-partial-articles): Removed.
1496         * mm-decode.el (mm-with-part): Protect against killed buffers.
1498         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1499         for prettier summary display.
1501 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1503         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1504         directly.
1506 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1509         apparently third-party libraries depend on it.
1511         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1512         before starting negotiation.
1514         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1515         privacy reasons.
1516         (gnus-treat-mail-gravatar): Ditto.
1518         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1519         buffer when inserting images.  Inserting text into the headers, for
1520         instance, can make them invalid.
1522 2010-09-25  Julien Danjou  <julien@danjou.info>
1524         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1525         variables.
1527         * nnheader.el: Remove useless variables news-reply-yank-from and
1528         news-reply-yank-message-id.
1530         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1531         variables.
1533         * mml1991.el: Remove useless mml1991-verbose.
1535         * gnus.el: Remove useless variable gnus-use-generic-from.
1536         Remove obsolete variable gnus-topic-indentation.
1538         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1540         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1542         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1544         * gnus-group.el: Remove useless gnus-group-icon-cache.
1545         Remove useless gnus-ephemeral-group-server.
1547         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1549         * mml2015.el: Remove useless mml2015-verbose.
1551         * mml-smime.el: Remove useless mml-smime-verbose.
1553         * gnus.el: Remove useless gnus-local-domain.
1555         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1556         gnus-gravatar-size.
1558         * gnus-art.el: Remove useless gnus-treat-translate.
1560 2010-09-24  Julien Danjou  <julien@danjou.info>
1562         * gnus-sum.el: Add support for Gravatars.
1564         * gnus-art.el: Add support for Gravatars.
1566         * gnus-gravatar.el: Add this file.
1568         * gravatar.el: Add this file.
1570 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1574         * gnus-group.el (gnus-group-fetch-faq): Removed.
1576         * gnus.el (gnus-group-faq-directory): Removed.
1578         * gnus-group.el (gnus-group-fetch-charter): Removed.
1580         * gnus.el (gnus-group-charter-alist): Removed.
1582         * gnus-group.el (gnus-group-archive-directory): Removed.
1583         (gnus-group-recent-archive-directory): Ditto.
1584         (gnus-group-make-archive-group): Removed.
1586         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1588         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1589         use the same article number for all the cached articles.
1591         * nnimap.el (nnimap-command): Register the last command time so
1592         that we can use it for idling NOOPs.
1593         (nnimap-open-connection): Start the keeplive timer.
1594         (nnimap-make-process-buffer): Store all the process buffers.
1595         (nnimap-keepalive): New function.
1597         * starttls.el: (starttls-open-stream): Add autoload cookie.
1599 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1601         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1602         handling.
1604 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1607         its data structures.
1609         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1610         instead of the cl.el copy-list.
1611         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1612         equalp.
1614 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1616         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1617         and tool-bar-local-item-from-menu.
1619         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1620         mode-line-highlight face for Emacs.
1622         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1623         loading gnus-sum.elc; fix comment for canlock-verify.
1624         (gnus-article-jump-to-part): Use read-number.
1625         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1626         Emacs pre-21 compatible code for help-echo.
1627         (gnus-article-next-page-1): No need to adjust the number of lines.
1628         (gnus-article-describe-bindings): Always use help-buffer.
1630         * gnus-audio.el (gnus-audio-inline-sound)
1631         * gnus-cus.el (gnus-custom-mode)
1632         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1634         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1636         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1637         compatible code.
1639 2010-09-24  Glenn Morris  <rgm@gnu.org>
1641         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1642         visiting the fcc file in rmail-mode.
1644         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1646 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1648         * nnir.el: Silence the byte compiler.
1650         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1651         alias to browse-url-url-encode-chars if any.
1652         (gnus-html-encode-url): Use it.
1654 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656         * gnus-start.el (gnus-use-backend-marks): New variable.
1657         (gnus-get-unread-articles-in-group): Use it.
1659         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1660         makeover.
1662 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1664         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1666 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1669         Removed.
1670         (gnus-setup-news-hook): Removed
1671         gnus-fixup-nnimap-unread-after-getting-new-news.
1673         * gnus-int.el (gnus-request-update-info): Protect against backends not
1674         having the function.
1676         * nnimap.el (nnimap-stream): Mention starttls.
1677         (nnimap-open-connection): Add starttls support.
1679 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1681         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1683 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1686         BODYSTRUCTUREs.
1687         (nnimap-transform-headers): Unfold quoted {42} headers.
1689         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1690         the info.
1691         (gnus-get-unread-articles): Only call updatep on backends that support
1692         it.
1694         * nnweb.el (nnweb-request-update-info): NOOP.
1696         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1698         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1699         since it only deals with marks.
1701         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1702         gnus-request-marks, and make a new gnus-request-update-info.
1704         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1705         the active instead of the high number, which is usually too low.
1707 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1709         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1710         * encrypt.el: Removed.
1712 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1715         server in symbolic form.
1717         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1718         0.9.
1720 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1723         (nnimap-update-info): Fix up code slightly.
1725         * gnus-int.el (gnus-open-server): Add tracing for performance
1726         debugging.
1728         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1729         (gnus-group-insert-group-line): Pass the real group name so that it
1730         gets the right data.
1732         * gnus-start.el (gnus-get-unread-articles): Don't have
1733         `gnus-get-unread-articles-in-group' update info, since that can be
1734         really slow and doesn't seem to be needed?
1736 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1738         * time-date.el (date-to-time): Try using parse-time-string first before
1739         using the slower timezone-make-date-arpa-standard.
1741 2010-09-22  Julien Danjou  <julien@danjou.info>
1743         * gnus-group.el (gnus-group-insert-group-line): Call
1744         gnus-group-highlight-line.
1745         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1746         default hook list.
1747         (gnus-group-update-eval-form): Add new function.
1748         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1749         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1751 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1754         immediate, then expire all articles.
1755         (nnimap-update-info): Fix off-by-one errors.
1756         (nnimap-flags-to-marks): Would return no marks lists for group with no
1757         flags.  Instead return the other data.
1759 2010-09-22  Julien Danjou  <julien@danjou.info>
1761         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1762         Only return an icon.
1763         (gnus-group-insert-group-line): Compute icon to return.
1765         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1766         variable.
1767         (gnus-html-image-fetched): Only cache if
1768         gnus-html-image-automatic-caching is set.
1769         (gnus-html-image-fetched): Check for errors.
1771 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1774         once per method on `g'.  This ensures that backends like nnfolder don't
1775         open all their folders.
1777         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1778         (nnimap-request-list): Nix out group in the correct buffer.
1779         (nnimap-parse-flags): Implement by using `read' instead of
1780         hand-parsing.
1781         (nnimap-flags-to-marks): Pass on permanent-flags.
1782         (nnimap-make-process-buffer): Record the server name.
1783         (nnimap-parse-flags): Fix typo.
1784         (nnimap-request-scan): Run split on the server in general, not just a
1785         single group.
1787         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1788         parameter, and propagate this downwards.
1790         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1791         since EXAMINE changes it on the server.
1793         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1794         this command might take a while.
1796 2010-09-22  Julien Danjou  <julien@danjou.info>
1798         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1799         harmful if you have 2 images side-by-side, they can't be properly
1800         update on text deletion.  Using text-property is safer here.
1801         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1802         data.
1804 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806         * nnimap.el (nnimap-expunge-inbox): Removed.
1807         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1808         (nnimap-expunge): Flip default to t.
1810         * gnus.el (gnus-method-to-server): Don't push things to the cache
1811         unless it's unique.
1812         (gnus-server-to-method): Ditto.
1814 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1816         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1818 2010-09-22  Julien Danjou  <julien@danjou.info>
1820         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1821         get the start of data.
1822         (gnus-html-encode-url): Add this function to encode special chars in
1823         URL.
1824         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1825         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1827         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1828         default.
1829         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1831         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1832         images alt-text.
1833         (gnus-html-put-image): Put alt-text as help-echo.
1835 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1837         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1838         * mm-util.el (mm-decompress-buffer)
1839         * nnir.el (nnir-run-find-grep)
1840         * pop3.el (pop3-list): Use 3rd arg of split-string.
1842         * time-date.el (format-seconds): Comment fix.
1844         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1845         and byte-optimize-form-code-walker.
1846         (dgnushack-make-auto-load): Don't advise make-autoload.
1848         * lpath.el: Remove Emacs 21 stuff.
1850 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1853         outside the active range.  Suggested by Dan Christensen.
1855         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1856         slightly later to avoid double-getting it.
1858         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1859         previous patch.
1861         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1863 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1865         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1867 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869         * gnus-int.el (gnus-open-server): Give a better error message in the
1870         "go offline" case.
1872         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1873         marks for nnimap, which is seldom the right thing to do.
1875         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1876         (gnus-same-method-different-name): New function.
1878         * nnimap.el (parse-time): Require.
1880         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1881         method in the presence of many similar methods.
1883         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1885         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1886         nnml-inhibit-expiry.
1888         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1889         find out whether methods are equal.
1891         * nnimap.el (nnimap-find-expired-articles): New function.
1892         (nnimap-process-expiry-targets): New function.
1893         (nnimap-request-move-article): Request the article before looking at
1894         what the Message-ID is.  Fix found by Andrew Cohen.
1895         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1897         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1898         for oldness in addition to being a predicate.
1900         * nnimap.el (nnimap-request-group): When we have zero articles, return
1901         the right data to Gnus.
1902         (nnimap-request-expire-articles): Only delete articles immediately if
1903         the target is 'delete.
1905         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1906         method, this would bug out.
1908         * gnus-group.el (gnus-group-expunge-group): Renamed from
1909         gnus-group-nnimap-expunge, and implemented as a normal interface
1910         function.
1912         * gnus-int.el (gnus-request-expunge-group): New function.
1914         * nnimap.el (nnimap-request-create-group): Implement.
1915         (nnimap-request-expunge-group): New function.
1917 2010-09-21  Julien Danjou  <julien@danjou.info>
1919         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1920         (gnus-html-cache-expired): Add new function.
1921         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1922         wethever we should display image for fetch it.
1923         Compute alt-text earlier to pass it to the fetching function too.
1924         (gnus-html-schedule-image-fetching): Change function argument to only
1925         get one image at a time, not a list.
1926         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1927         cache.
1928         (gnus-html-get-image-data): New function to retrieve image data from
1929         cache.
1930         (gnus-html-put-image): Change buffer argument to use image data rather
1931         than file, and place image above region rather than inserting a new
1932         one. Do not take alt-text as argument, since it's useless now: we place
1933         the image above alt-text.
1934         (gnus-html-prune-cache): Remove.
1935         (gnus-html-show-images): Start to fetch image when we find one, do not
1936         push into a temporary list.
1937         (gnus-html-prefetch-images): Only fetch image if they have expired.
1938         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1939         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1941 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1943         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1945 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1948         spec inser "*" if the group isn't active instead of 0.
1950         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1951         opening the server.
1952         (nnimap-request-delete-group): Implement group deletion.
1953         (nnimap-transform-headers): Return the size of the entire message in
1954         the Bytes header, not just the size of the first part.
1955         (nnimap-request-move-article): When moving an article from nnimap,
1956         request the article first so the accepting form has an article to
1957         accept.  Reported by Dan Christensen.
1958         (nnimap-command): Make sure that the error message doesn't error out.
1960 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1962         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1963         we haven't requested anything.
1965 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1968         "".  Fix found by Andrew Cohen.
1970         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1971         instead of -encode-string.
1973 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1975         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1977         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1978         by mm-subst-char-in-string.
1980 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1983         waiting for the connection string.
1985         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1986         arriving.
1988         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1989         bogus characters.  This allows selecting certain Gmail groups.
1991         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1992         (nnimap-fetch-partial-articles): New variable.
1993         (nnimap-open-connection): When looking for credentials, also use the
1994         nnimap-server-port.
1995         (nnimap-request-article): Return the group/article number, so that Gnus
1996         `^' works as expected.
1997         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1998         them.
2000         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2001         comments.
2002         (gnus-methods-sloppily-equal): New function.
2003         (gnus): When using the development version of Gnus, load the gnus-load
2004         file.
2006         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2007         `gnus-open-server' on each method before trying to scan them etc.  This
2008         ensures that all the backend parameters are set correctly.
2010         * nnimap.el (nnimap-authenticator): New variable.
2011         (nnimap-open-connection): Allow anonymous login.
2012         (nnimap-transform-headers): The chars header is called Chars not
2013         Bytes.
2014         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2015         drops.
2017         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2018         patch, found by Knut Anders Hatlen.
2020 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2022         * gnus-agent.el (gnus-agent-batch-confirmation)
2023         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2024         to gnus-message.
2025         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2026         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2027         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2028         * gnus-int.el (gnus-open-server): Likewise.
2029         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2030         (gnus-score-check-syntax): Likewise.
2031         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2032         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2033         Likewise.
2034         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2036 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2039         calling conventions so that prefetch doesn't bug out.
2041 2010-09-19  Julien Danjou  <julien@danjou.info>
2043         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2044         rather than `subst-char-in-region' in order to be able to replace ASCII
2045         char by UTF-8 ones.
2047         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2048         than curl.
2049         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2050         the right URL and ALT text on images.
2051         (gnus-html-wash-tags): Fix tag case.
2052         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2053         (gnus-article-html): Add -o display_ins_del=2 option.
2054         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2056 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2059         the extra mail headers, which sometimes seem to happen for unknown
2060         reasons.
2062         * mail-parse.el (mail-header-encode-parameter): Define as
2063         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2064         (or most, perhaps?) mail readers don't understand the latter, but do
2065         understand the former.
2067         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2068         to nil, so that no methods are automatically agentized.  I think this
2069         is probably what most users want.
2071         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2072         from url-retrieve, for instance about invalid URLs.
2074         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2075         groups that have no articles.
2076         (nnimap-request-article): Check that we really got an article when we
2077         requested one.
2079         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2080         doesn't exist.
2082         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2083         nntp buffer so the agent can save it.
2084         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2085         that CRLF doesn't get translated to \n.
2086         (nnimap-open-connection): Don't make 'shell commands only send \n.
2088 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2090         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2091         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2092         Update var name.
2093         (nnml-generate-nov-file): Use dolist.
2094         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2095         Use with-current-buffer.
2097 2010-09-18  Julien Danjou  <julien@danjou.info>
2099         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2100         parallel.
2102 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2105         the range update right.
2106         (nnimap-request-group): Don't make `M-g' bug out on group with no
2107         marks.
2108         (nnoo): Required, so that other packages can require nnimap.
2109         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2110         command we're looking for.  This helps when the server sends more
2111         responses after we've gotten everything we expected.
2112         (nnimap): Add a `newlinep' field to keep track of end-of-line
2113         conventions.
2114         Don't send CRLF to things that don't want it.
2115         (nnimap-request-accept-article): Ditto.
2117 2010-09-18  Julien Danjou  <julien@danjou.info>
2119         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2120         than curl to retrieve images.
2122 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2125         the marks.
2126         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2127         (nnimap-wait-for-connection): New function.
2128         (nnimap-open-connection): If we have PREAUTH, don't query for login
2129         credentials.
2130         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2131         when doing a partial update.
2133 2010-09-18  Julien Danjou  <julien@danjou.info>
2135         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2136         tags.
2138 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140         * nnimap.el (nnimap-credentials): New function.
2141         (nnimap-open-connection): Use the new function to look for credentials
2142         also on the numeric equivalents of "imap" and "imaps".
2144         * gnus-start.el (gnus-activate-group): Send the info to
2145         gnus-request-group.
2147         * nnimap.el (nnimap-request-group): Have the "check" version of the
2148         function parse flags and update the info, so that a `M-g' get a total
2149         resync of all flags from the group.
2151         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2152         to allow backends to alter the info on group selection.  Also alter all
2153         the backend -request-group functions to take the parameter.
2155         * nnimap.el (nnimap-store-info): New function.
2156         (nnimap-update-info): Store the info for later usage.
2157         (nnimap-request-group): Use the stored info for the dont-check case, so
2158         that we don't retrieve all marks when we enter a group.
2160         * nnimap.el: Use deffoo instead of defun for interface functions.
2162         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2163         update the group info.  This makes the nndraft groups, for instance, go
2164         back to their old behaviour.
2166         * gnus-sum.el (gnus-select-newsgroup): Indent.
2168         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2169         in.
2170         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2171         nothing.
2173         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2174         from methods that are denied.
2176         * gnus-int.el (gnus-method-denied-p): New function.
2178         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2179         store the password instead of netrc.
2180         (nnimap-open-connection): Don't error out when we can't make a
2181         connections.
2183         * auth-source.el (auth-source-create): In the password prompt, say what
2184         we're querying for.  Also prompt for user name if that hasn't been
2185         given.
2187         * nnimap.el (nnimap-with-process-buffer): Removed.
2189 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2192         method when we're reading from the agent.
2194         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2196         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2197         that's probably most useful for users.
2199         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2200         "failed" all the time.
2202         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2203         ...)) with (with-current-buffer ... ).
2205         * nntp.el (nntp-open-server): Return whether the open was successful or
2206         not.
2208         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2209         select an unread unseen article first.
2211         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2212         /etc/services, supply some sensible port defaults.
2214         * dgnushack.el: Define netrc-credentials.
2216 2010-09-17  Julien Danjou  <julien@danjou.info>
2218         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2220 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2222         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2223         doesn't have any parameters.
2225 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2228         only upcased checks.
2230         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2232         * nnimap.el (nnimap-open-shell-stream): New function.
2233         (nnimap-open-connection): Use it.
2234         (nnimap-transform-headers): Get the number of lines in each message.
2235         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2236         number of lines.
2237         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2238         problem.
2240         * utf7.el (utf7-encode): Autoload.
2242         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2243         to allow the mail splitting to not return a default group.  This is
2244         useful for nnimap, which will leave unmatched mail in the inbox.
2246         * nnimap.el: Rewritten.
2248         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2249         nnimap usage.
2251         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2252         if the move is internal, so that nnimap can do fast internal moves.
2254         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2255         data.
2256         (gnus-read-active-for-groups): Support finishing the early retrieval of
2257         data.
2259         * gnus-range.el (gnus-range-nconcat): New function.
2261         * gnus-int.el (gnus-finish-retrieve-group-infos)
2262         (gnus-retrieve-group-data-early): New functions.
2264 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2267         (nnrss-retrieve-groups):
2268         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2269         (pop3-quit): Use with-current-buffer.
2271 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2273         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2274         instead of nnheader-accept-process-output.
2276         * dgnushack.el (dgnushack-compile): Add comment.
2278         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2280         * gnus-html.el (gnus-html-schedule-image-fetching)
2281         (gnus-html-prefetch-images): Replace process-kill-without-query by
2282         gnus-set-process-query-on-exit-flag.
2284 2010-09-16  Romain Francoise  <romain@orebokech.com>
2286         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2288 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2291         parameter to unintern is mandatory-ish in Emacs 24.
2293         * gnus-html.el (gnus-html-schedule-image-fetching)
2294         (gnus-html-prefetch-images): Check for curl before using it.
2296         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2297         depend on curl, which isn't essential.
2299         * imap.el: Revert back to version
2300         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2301         seem problematic.
2303 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2305         * gnus-registry.el (gnus-registry-install-shortcuts):
2306         Explicitly pass `obarray' to `unintern' to avoid a warning.
2308 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2311         change.
2313         * nnrss.el (nnrss-request-list): Removed this function and related
2314         functions, including the moreover stuff.
2316 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318         * nnrss.el (nnrss-retrieve-groups): New function.
2320 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2322         * .dir-locals.el: Add no-byte-compile cookie.
2324 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2326         * time-date.el (format-seconds): Comment fix.
2328         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2329         for back end that doesn't support request-scan.
2331 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2334         then do request scans from the backends.
2336         * netrc.el (netrc-credentials): New conveniency function.
2338         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2339         avoid running a hook per line, since this takes a lot of time,
2340         profiling shows.
2341         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2342         directly if gnus-visual-p is true.
2344 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2346         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2347         groups; replace mapcar with dolist which is a bit faster; pass groups
2348         info to gnus-read-active-file-1.
2349         (gnus-read-active-file-1): Scan only specified groups if the new
2350         optional arg `infos' is given.
2352 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2356         * pop3.el (pop3-movemail): Removed.
2357         (pop3-streaming-movemail): Renamed to pop3-movemail.
2359         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2360         don't restrict end-tag searches to the end of the line.
2362 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2364         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2365         articles of every unchecked group to t, which means unknown since the
2366         server has never been opened.
2368 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370         * gnus-html.el (gnus-html-show-alt-text): New command.
2371         (gnus-html-browse-image): Ditto.
2372         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2373         to browse the image directly.
2374         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2375         better.
2377         * gnus-async.el (gnus-async-article-callback): Call
2378         `gnus-html-prefetch-images' unconditionally.
2380         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2381         before feeding URLs to curl.
2383 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2385         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2386         internal images as deletable by `W D D'.
2388         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2389         (gnus-async-article-callback): Fix typo.
2391 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2394         current line to work around bugs in the output from w3m.
2396         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2397         for groups that want that.
2399         * nntp.el (nntp-wait-for-string): Supply a timeout for
2400         accept-process-output to ensure progress.
2402         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2403         level to get unread articles from, then use that for foreign groups,
2404         too.
2406         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2407         confuses the rest of the function.
2409         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2410         for the methods that support -retrieve-groups, too.
2412         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2414 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2416         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2417         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2419         * pop3.el: Require cl when compiling.
2420         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2422 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2425         that aren't going to be activated.
2426         (gnus-get-unread-articles): Fix up the last commit.
2428         * gnus-html.el (gnus-article-html): Allow calling without specifying
2429         the handle.  In that case, dissect the buffer first.
2431         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2433         * nnimap.el (nnimap-open-connection): Revert the change that would look
2434         into authinfo for imaps instead of imap.
2436         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2437         say that you don't want to call gnus-request-group with don-check, but
2438         do check the reponse.  This is for virtual groups only.
2439         (gnus-get-unread-articles): Count the archive groups as secondary, so
2440         that they're activated the same way as before.
2442         * imap.el (imap-message-map): Removed optional buffer parameter, since
2443         no callers use it.
2444         (imap-message-get): Ditto.
2445         (imap-message-put): Ditto.
2446         (imap-mailbox-map): Ditto.
2447         (imap-mailbox-put): Ditto.
2448         (imap-mailbox-get): Ditto.
2449         (imap-mailbox-get): Revert last change for this function.
2451         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2452         case-insensitively.
2453         (nnimap-debug): Removed.
2455         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2456         to use `imap-fetch' instead.  According to the comments, this should be
2457         safe, since all other IMAP clients use the 1:* syntax.
2458         (imap-enable-exchange-bug-workaround): Removed.
2459         (imap-debug): Removed -- doesn't seem very useful.
2461         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2462         mail from a file, and the file doesn't exist.
2464         * imap.el (imap-log): New convenience function used throughout instead
2465         of repeating the same code all over the place.
2467         * pop3.el (pop3-streaming-movemail): Return t for success.
2469         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2470         .authinfo if we're using ssl connection.
2472         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2473         already have if we're in a main Gnus `g' run.
2475         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2477 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2479         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2481         * nnmh.el (nnmh-request-list-1): Bind `file'.
2483         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2484         alias to set-process-query-on-exit-flag or process-kill-without-query.
2485         (pop3-open-server): Use it.
2487 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2490         box to the Incoming file.  Fixes mistake in previous checkin.
2492         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2493         request loop (for debugging purposes) removed.
2495         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2496         culprit is more visible.
2497         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2498         (nnml-add-incremental-nov): New functions to do "incremental" nov
2499         updates, where we just append to the end of the existing nov files
2500         without reading/writing them in full.
2502         * mail-source.el (mail-source-delete-crash-box): Really only check the
2503         incoming files once in a while.
2505         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2507         * mail-source.el (mail-source-delete-crash-box): Only check the
2508         incoming files for deletion once per day to save a lot of file
2509         accesses.
2511         * pop3.el (pop3-logon): Fix up unbound variable typo.
2513         * mail-source.el (pop3-streaming-movemail): Autoload.
2515         * pop3.el (pop3-streaming-movemail): Respect
2516         pop3-leave-mail-on-server.
2518         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2519         retrieval.
2521         * pop3.el (pop3-process-filter): Removed unused function.
2522         (pop3-streaming-movemail, pop3-send-streaming-command)
2523         (pop3-wait-for-messages, pop3-write-to-file)
2524         (pop3-number-of-responses): New functions for streaming pop3
2525         retrieval.
2527         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2528         come from no known methods.
2529         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2530         list.
2532         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2533         message sizes.
2534         (pop3-movemail): Use erase-buffer instead of looping and deleting
2535         regions, which seems rather odd.
2537         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2538         file once per `g' run.
2540         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2541         directories.  This makes the draft queue directory work.
2543         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2544         data from the backends, so that we only request the list of groups from
2545         each method once.  This should speed things up considerably.
2547         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2548         detect that it's not implemented.
2550         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2551         we actually do recurse down into the tree, but don't stat all leaf
2552         nodes.
2554         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2555         then say so instead of bugging out.
2557         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2558         files exist before trying to read them.
2560         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2561         around <pre_int>.
2563         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2565         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2567 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569         * mm-util.el (mm-image-load-path): Just return the image directories,
2570         not all directories in the path in addition to the image directories.
2571         (mm-image-load-path): Maintain a cache of the image directories so that
2572         the `g' command in Gnus doesn't have to stat dozens of directories each
2573         time.
2575         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2576         (gnus-html-wash-tags): Add a new `i' command to insert images.
2577         (gnus-html-insert-image): New command and keystroke.
2578         (gnus-html-redisplay-with-images): New command and keystroke.
2579         (gnus-html-show-images): Renamed command.
2580         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2581         spacers.
2582         (gnus-html-wash-tags): Decode entities at the end, so that entities
2583         inside the tags don't mess up the rest of the "parsing".
2585         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2586         so that nnimap methods aren't agentized by default.  There's apparently
2587         many problems related to agent/imap behaviour.
2589         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2591         * gnus-html.el: Doc fix.
2593 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2595         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2596         specifier-spec-list for Emacs 21.
2598         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2599         glyph-width and glyph-height instead of display-graphic-p and
2600         image-size; make avoidance of displaying small images work for XEmacs.
2602         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2603         for XEmacs.
2605         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2606         of symbol that holds plist data.
2607         (gnus-process-plist): Remove plist of process after getting it.
2609 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611         * message.el (message-generate-hashcash): Change default to
2612         'opportunistic if hashcash is installed.
2614         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2615         (gnus-html-put-image): Only call image-size once, since it's somewhat
2616         time-consuming on remote X servers.
2618 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2620         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2621         type on data, not a file name.
2623         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2624         window-pixel-edges for Emacs 21.
2626         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2627         decoded contents.
2628         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2630 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2633         group line format, since it isn't very interesting.
2635         * gnus-agent.el (gnus-agent-short-article),
2636         (gnus-agent-long-article): Increase values for these two variables,
2637         since most people are likely to have more network connection and
2638         storage than before.
2640         * gnus.el (gnus-refer-article-method): Change default to 'current.
2641         When referring an article, the common behaviour is to refer it from the
2642         current select method, not the native select method.  The chances of
2643         the native select method having the message in question is rather slim
2644         these days.
2646         * gnus-sum.el (gnus-auto-select-subject): Change default to
2647         `unseen-or-unread'.  I think it's likely that most people want to
2648         select an unseen article over a previously seen, but unread one.
2650         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2651         means that in the article buffer none of the minor mode elements will
2652         be shown, usually, and this is not desirable in most cases.
2654         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2655         that commands like `d' (and the like) go to the next line in the
2656         buffer, instead of the next unread article.  I think this is the
2657         behaviour that is most natural for most users.
2658         (gnus-single-article-buffer): Change default to nil, so that people can
2659         have as many article buffers open as they have summary buffer.  I think
2660         this is the most natural way for the groups to behave.
2662         * message.el (message-generate-new-buffers): Change default to
2663         `unsent', so that all new message buffers start their names with the
2664         string "*unsent", and it's easier to find the buffers if you move from
2665         them.
2667 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2670         small.  They're probably tracking images.
2671         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2672         (gnus-html-rescale-image): Yet another try at getting the image sizing
2673         right.
2675         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2676         nntp-marks-file-name is nil.
2678 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2680         * gnus-html.el (gnus-html-wash-tags)
2681         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2682         Better logging.
2684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2688         * gnus-html.el (gnus-html-wash-tags): Check the value of
2689         gnus-blocked-images in the summary buffer.
2691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2693         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2695 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2698         like "a", it seems like.
2699         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2700         since it needs to be picked from the correct buffer.
2702         * nnwfm.el: Removed.
2704         * nnlistserv.el: Removed.
2706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2708         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2709         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2711 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713         * nnkiboze.el: Removed.
2715         * nndb.el: Removed.
2717         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2718         alt text.
2719         (gnus-html-rescale-image): Try to get the rescaling logic right for
2720         images that are just wide and not tall.
2722         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2723         overshadow variable bindings.
2725 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2727         * gnus-html.el (gnus-html-wash-tags)
2728         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2729         extra logging.
2731 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2734         (gnus-max-image-proportion): New variable.
2735         (gnus-html-rescale-image): New function.
2736         (gnus-html-put-image): Rescale images.
2738 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         Fix up some byte-compiler warnings.
2741         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2742         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2743         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2744         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2745         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2746         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2747         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2749 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2751         * gnus-html.el (gnus-article-html): Decode contents by charset.
2753 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2755         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2756         (gnus-html-frame-width, gnus-blocked-images)
2757         * message.el (message-prune-recipient-rules): Add custom version.
2758         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2760         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2761         functions.
2763         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2764         gnus-process-get.
2766 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2768         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2769         instead of lsub directly.
2771 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773         * nnwarchive.el: Removed.
2775         * gnus-soup.el: Removed.
2777         * nnsoup.el: Removed.
2779         * nnultimate.el: Removed.
2781         * gnus-html.el (gnus-blocked-images): New variable.
2783         * message.el (message-prune-recipients): New function.
2784         (message-prune-recipient-rules): New variable.
2786         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2787         guess whether a long line is natural text or not.
2789         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2790         gnus-process-plist and friends for compatibility.
2792 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2794         * gnus-html.el: Require packages that define macros used in this file.
2795         (gnus-article-mouse-face): Declare to silence byte-compiler.
2796         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2797         process-get.
2798         (gnus-html-put-image): Use plist-get to avoid getf.
2799         (gnus-html-prefetch-images): Use with-current-buffer.
2801 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2803         * gnus-ems.el: Provide compatibility functions for
2804         gnus-set-process-plist.
2806         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2807         header-line-format for XEmacs 21.4.
2809         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2810         * gnus.el (gnus-valid-select-methods)
2811         * message.el (message-send-mail-partially-limit)
2812         * mm-decode.el (mm-text-html-renderer)
2813         * mml.el (mml-insert-mime-headers-always)
2814         * smiley.el (smiley-regexp-alist): Bump custom version.
2816 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * gnus-html.el: require mm-url.
2819         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2820         with the url to `url'.
2821         (gnus-html-wash-tags): Support cid: URLs/images.
2823 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2826         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2827         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2829         * gnus-move.el: Removed file, since it doesn't really work.
2831         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2832         UTF-8.  This seems to fix problems with some German web feeds.
2834         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2835         at the top so that the proper colours are applied.
2837         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2838         don't have dots in their names.
2840         * gnus-art.el (gnus-article-view-part): Doc fix.
2842         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2843         XEmacs-compatible.
2844         (gnus-html-put-image): Don't do images on non-graphic displays.
2846         * nnslashdot.el: Removed this unused backend.
2848         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2849         actions.
2850         (gnus-undo-register-1): Revert last change.
2852         * gnus-group.el (gnus-group-completing-read): Protect against not
2853         having completion-styles bound.
2855         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2856         make broken recipients happier.
2858         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2860         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2861         point parameter.
2863         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2865         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2866         completion-styles for group selection.
2868 2009-02-04  Andreas Schwab  <schwab@suse.de>
2870         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2871         headers and regexp-quote the match if necessary.
2873 2009-03-24  Miles Bader  <miles@gnu.org>
2875         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2876         the blinking smiley.
2878 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2880         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2881         blink smiley.
2883 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2886         where the dribbel file lives exists.
2888         * message.el (message-send-mail-partially-limit): Change the default to
2889         nil, since most people don't want this.
2891         * mm-url.el (mm-url-decode-entities): Also decode entities like
2892         &#x3212.
2894 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2896         * gnus-sum.el (gnus-summary-idna-message):
2897         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2898         Hyperlink urls in docstrings with URL `...'.
2900 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2902         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2903         functions.
2905 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2908         say what the mouseover text should be.
2910         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2911         version of the mm-w3m-safe-url-regexp variable to only download images
2912         in the groups where we want that to happen.
2914         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2916         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2917         easier debugging.
2918         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2919         big pictures in the article buffer.
2921         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2922         gnus-article-html.
2923         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2924         w3m.
2926         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2928 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2931         which doesn't exist.
2933         * message.el (message-inhibit-ecomplete): New variable to allow some
2934         function to inhibit ecomplete address storage.
2935         (message-resend): Disable ecomplete message storage when resending
2936         messages.
2938         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2940 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2942         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2943         Save excursion while copying, moving, and deleting articles in order to
2944         prevent the cursor from jumping to unforeseen place.
2946 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2948         * lpath.el: No need to bind bookmark-current-buffer,
2949         bookmark-yank-point and bookmark-make-record-function.
2951 2010-08-17  Glenn Morris  <rgm@gnu.org>
2953         * gnus-sync.el: Require gnus components whose functions are used.
2955         * gnus-art.el (bookmark-make-record-function):
2956         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2957         Declare for compiler.
2959         * mm-url.el (mml-compute-boundary): Autoload.
2961 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2963         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2965 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2967         Typo fix "hoo4a" -> "hook".
2969         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2971 2010-08-14  Glenn Morris  <rgm@gnu.org>
2973         * gnus-sync.el (gnus-sync): Fix defgroup version.
2975 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2977         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2979         * gnus-sync.el: Fix docs.
2980         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2981         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2983 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2985         Optimizations for gnus-sync.el.
2987         * gnus-sync.el: Add docs about gnus-sync-backend
2988         possibilities.
2989         (gnus-sync-save): Remove unnecessary message.
2990         (gnus-sync-read): Optimize and show what groups were skipped.
2992 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2994         Minor bug fixes for gnus-sync.el.
2996         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2997         read the sync on get-new-news.
2999         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3000         quiet.
3002         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3004 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3006         Make saving and restoring of hidden threads work with overlays.
3007         Patch applied by Ted Zlatanov.
3009         * gnus-sum.el (gnus-hidden-threads-configuration)
3010         (gnus-restore-hidden-threads-configuration): Update to deal with text
3011         properties, rather than searching for a magic character.
3013 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3015         New gnus-sync.el library for synchronization of marks.
3017         * gnus-sync.el: New library for synchronization of marks.
3019         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3020         renamed from `gnus-registry-grep-in-list'.
3022         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3024         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3026 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3028         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3029         determining charset of text fails.
3031 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3033         * nnmail.el (nnmail-get-new-mail-1): Revert.
3035         * nnml.el (nnml-active-number): Make sure names of newly created groups
3036         in nnml-group-alist are encoded.
3038 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3040         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3041         containing non-ASCII characters in active file for nnml back end.
3043 2010-07-24  David Engster  <dengste@eml.cc>
3045         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3046         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3048 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3050         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3051         tag (Bug#6654).
3053 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3055         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3056         the article buffer, not the summary buffer.
3058 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3060         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3061         Emacs 23 as well.
3063 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3065         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3066         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3068 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3070         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3071         Patch applied by Karl Fogel.
3073         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3074         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3076 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3078         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3079         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3080         C-w still not working correctly from Article buffers; Thierry's
3081         patch to fix that will be applied after this.
3083         * gnus-art.el (bookmark-make-record-function): New local variable.
3085         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3086         article buffer.
3087         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3089 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3091         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3092         on changes in bookmark.el.
3094 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3096         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3097         `no-log' instead of message not to log prompt string.
3099 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3101         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3102         the *other* type of HTML form submission.
3104 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3106         * auth-source.el (auth-source-pick): If choice does not contain a
3107         questioned keyword, set the check to t.
3109 2010-06-12  Romain Francoise  <romain@orebokech.com>
3111         * gnus-util.el (gnus-date-get-time): Move up before first use.
3113 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3115         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3116         (gnus-article-edit-part): Bind it to make last part that is substituted
3117         or deleted visible.
3118         (gnus-mime-display-single): Buttonize part of which id equals to
3119         gnus-mime-buttonized-part-id.
3121 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3123         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3124         (gnus-dd-mmm): Use gnus-date-get-time.
3125         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3126         simplify logic.
3127         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3128         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3130 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3132         * auth-source.el (top): Autoload `secrets-list-collections',
3133         `secrets-create-item', `secrets-delete-item'.
3134         (auth-sources): Fix tag string.
3135         (auth-get-source, auth-source-retrieve, auth-source-create)
3136         (auth-source-delete): New defuns.
3137         (auth-source-pick): Rewrite in order to avoid 2 passes.
3138         (auth-source-forget-user-or-password): New parameter USERNAME.
3139         (auth-source-user-or-password): New parameters CREATE-MISSING and
3140         DELETE-EXISTING.  Retrieve password interactively, if needed.
3142 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3144         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3145         deleting unused directories when gnus-expert-user is t.
3147 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3149         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3150         for each temp file when gnus-article-browse-delete-temp is ask.
3152 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3154         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3155         Lisp calls to delete-backward-char by calls to delete-char.
3157 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3159         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3161 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3163         * password-cache.el (password-cache-remove): Fix docstring.
3165 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3167         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3168         article unless decoding article to be saved.
3170 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3172         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3173         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3174         generated within the mm-with-unibyte-current-buffer macro.
3176 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3178         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3179         to nil when we're in a mml-preview buffer and no group is selected.
3181 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3183         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3184         when catching the `C-g'.  Reported by "Leo".
3186 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3188         * message.el (message-forward-make-body-plain)
3189         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3190         multibyte-string-p.
3192         * lpath.el: Revert.
3194 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3196         * message.el (message-forward-make-body-mml): Assume original message
3197         is multibyte string; error on unibyte.
3198         (message-forward-make-body-plain): Ditto; don't add excessive newline
3199         in body end.
3201         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3203 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3205         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3206         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3208 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3210         * mm-extern.el (mm-extern-url): Don't use
3211         mm-with-unibyte-current-buffer.
3212         (mm-extern-cache-contents): Use with-current-buffer instead of
3213         save-excursion + set-buffer.
3215 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3217         * mm-util.el (mm-emacs-mule): Remove.
3219 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3221         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3222         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3223         change.
3225 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3227         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3228         bind the default value of enable-multibyte-characters to nil.
3230 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3232         * message.el (message-forward-make-body-plain)
3233         (message-forward-make-body-mml):
3234         Don't use mm-with-unibyte-current-buffer.
3236 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3240 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3242         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3243         (Bug#5592).
3245 2010-05-07  Julien Danjou  <julien@danjou.info>
3247         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3248         it to mm-pipe-part.
3250         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3251         it is given.
3253 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3255         * binhex.el (binhex-decode-region-internal)
3256         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3257         (dns-query)
3258         * nnweb.el (nnweb-gmane-search)
3259         * pgg-parse.el (pgg-parse-armor)
3260         * pgg.el (pgg-verify-region)
3261         * sha1.el (sha1-string-external)
3262         * uudecode.el (uudecode-decode-region-internal)
3263         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3264         XEmacs.
3266         * gnus-art.el (gnus-article-browse-html-parts)
3267         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3268         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3269         make-temp-file.
3271         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3272         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3273         compiling.
3275         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3276         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3277         XEmacs when compiling.
3279         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3280         gnus-pick-mode-off-hook for XEmacs when compiling.
3281         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3282         gnus-binary-mode-off-hook for XEmacs when compiling.
3284         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3285         nil if char-charset is not available.
3287         * imap.el (imap-disable-multibyte)
3288         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3289         macros.
3291         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3292         instead of encode-coding-string.
3294         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3295         'xemacs) instead of mm-emacs-mule to switch function definitions.
3296         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3298         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3299         bind temporary-file-directory for XEmacs;
3300         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3301         timer-set-function for XEmacs 21.4 and SXEmacs;
3302         bind timer-list for XEmacs 21.4 and SXEmacs;
3303         fbind char-charset and find-charset-region for non-Mule XEmacs;
3304         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3305         encode-coding-region and encode-coding-string for XEmacs having no
3306         file-coding feature.
3308 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3310         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3312 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3314         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3315         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3317 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3319         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3320         alias `jka-compr-delete-temp-file' no longer exists.
3322 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3324         Use define-minor-mode in Gnus where applicable.
3325         * mml.el (mml-mode): Use define-minor-mode.
3326         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3327         (gnus-undo-mode): Use define-minor-mode.
3328         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3329         (gnus-dead-summary-mode): Use define-minor-mode.
3330         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3331         Initialize in declaration.
3332         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3333         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3334         (gnus-mailing-list-mode): Use define-minor-mode.
3335         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3336         (gnus-draft-mode): Use define-minor-mode.
3337         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3338         (gnus-dired-mode): Use define-minor-mode.
3340 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3342         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3343         handles on recursive mml-to-mime translation and check them for
3344         boundary delimiter collisions.  Reported by Greg Troxel.
3346 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3348         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3350 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3352         * mm-util.el (mm-find-buffer-file-coding-system):
3353         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3355 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3357         * message.el (message-generate-headers): Record insertion of optional
3358         headers as well.  Otherwise the check to prevent repeated insertion of
3359         optional headers is a no-op.
3361 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3363         * smime.el: Don't mention CVS.
3365         * nnrss.el (nnrss-fetch): Don't mention CVS.
3367         * nnir.el: Don't mention CVS.
3369 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3373 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3375         * lpath.el: Fbind bookmark-default-handler,
3376         bookmark-get-bookmark-record, bookmark-make-record-default,
3377         bookmark-prop-get for Emacs <23 and XEmacs.
3379 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3382         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3383         Use with-current-buffer to silence the byte-compiler.
3384         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3385         bother to require `gnus'.
3386         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3388 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3390         * gnus-sum.el (gnus-summary-bookmark-make-record)
3391         (gnus-summary-bookmark-jump): New functions.
3392         (gnus-summary-mode): Setup bookmark support.
3394 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3396         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3397         if set.
3399 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3401         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3402         gnus-article-browse-html-save-cid-image; make it work recursively for
3403         forwarded messages as well.
3404         (gnus-article-browse-html-parts): Work when prefix arg is given.
3405         (gnus-article-browse-html-article): Doc fix.
3407 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3409         * message.el (message-default-mail-headers):
3410         (message-default-headers): Carry the value mail-default-headers over
3411         into message-default-mail-headers, rather than message-default-headers.
3413 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3415         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3416         charset.
3418         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3419         charset into the <meta> tag when the article is encoded to utf-8.
3421 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3423         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3424         directories as well.
3425         (gnus-article-browse-html-parts): Work for images that do not specify
3426         file names; delete temp directory when quitting; insert header at the
3427         right place; use file: scheme for image files.
3429 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3431         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3432         (gnus-article-browse-html-parts): Use it to make temporary cid image
3433         files in addition to html file so that browser may display them.
3435 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3437         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3439 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3441         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3443 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3445         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3446         about Secret Service API sources.  Improve Customize options.
3447         (auth-source-pick): Change to accept any number of search parameters.
3448         Implement fallbacks iteratively, not recursively.  Add scoring on the
3449         second pass and sort by score.  Call Secret Service API when needed.
3450         (auth-source-user-or-password): Use it.  Call Secret Service API
3451         directly when needed to get the user name and the password.
3453 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3455         * message.el (message-interactive): Doc fix.
3456         (message-qmail-inject-args): Reflow.
3457         (message-kill-to-signature): Fix typo in docstring.
3459         * smiley.el (smiley-buffer): Fix typo in docstring.
3461 2010-03-24  Glenn Morris  <rgm@gnu.org>
3463         * mail-source.el (gnus-message): Declare.
3464         (mail-source-delete-old-incoming): Require gnus-util.
3466 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3468         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3470         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3472         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3473         password-cache's default if it is not bound.
3474         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3475         password-cache-expiry's default if it is not bound.
3477         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3478         available in Emacs 21.
3480         * lpath.el: Suppress compiler warnings for:
3481         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3482         XEmacs;
3483         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3484         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3485         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3487 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3489         * auth-source.el (auth-sources): Fix up definition so extra parameters
3490         are always inline.
3492 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3494         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3495         wasn't updated after mismatch.  Clear cached mailbox info correctly
3496         when uidvalidity changes.
3497         (nnimap-group-prefixed-name): New function to avoid some code
3498         duplication.
3499         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3500         (nnimap-request-group): Use it.
3501         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3502         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3503         with many imap folders.  This is done by caching the group status from
3504         the imap server persistently in a group parameter `imap-status'.  (This
3505         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3506         but not persistently, so every Gnus startup was still very slow.)
3508 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3510         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3511         delete the extra newline.  Otherwise editing of :string and :number
3512         types don't work.
3514 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3516         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3517         secrets.el dependency.
3518         (auth-sources): Add optional user name.  Add secrets.el configuration
3519         choice (unused right now).
3521 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3523         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3524         `gnus-registry-install-shortcuts' fill in the functions.
3526         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3527         warnings.
3528         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3529         (gnus-registry-install-shortcuts): Populate and use it in a
3530         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3532 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3534         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3535         In-place substitutions for the group name encoding/decoding.
3536         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3537         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3538         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3539         (nnimap-update-unseen, nnimap-request-list)
3540         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3541         (nnimap-request-set-mark, nnimap-split-to-groups)
3542         (nnimap-split-articles, nnimap-request-newgroups)
3543         (nnimap-request-create-group, nnimap-request-accept-article)
3544         (nnimap-request-delete-group, nnimap-request-rename-group)
3545         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3546         `encoded-mbx' for consistency.
3547         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3548         variable `imap-current-mailbox'.
3550         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3551         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3553 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3555         * pop3.el (pop3-display-message-size-flag): Display message size byte
3556         counts during POP3 download.
3557         (pop3-movemail): Use it.
3558         (pop3-list): Implement listing of available messages.
3560 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3562         * nnir.el (nnir-get-article-nov-override-function): New function to
3563         override the normal NOV retrieval.
3564         (nnir-retrieve-headers): Use it.
3566 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3568         * auth-source.el (netrc-machine-user-or-password): Autoload.
3570 2010-03-19  Glenn Morris  <rgm@gnu.org>
3572         Stop message.el from loading about 40 libraries it doesn't always need.
3573         The general approach is to autoload rather than require, and to
3574         require in the specific functions rather than the file.  (Bug#5642)
3576         * gmm-utils.el: Don't require wid-edit.
3577         (widget-create-child-value, widget-convert, widget-default-get):
3578         Autoload.
3580         * gnus-util.el: Don't require time-date, netrc.
3581         (message-fetch-field, gnus-group-name-decode): Declare rather than
3582         autoloading.
3583         (gnus-fetch-field): Require message.
3584         (gnus-decode-newsgroups): Require gnus-group.
3586         * ietf-drums.el: Don't require time-date.
3588         * message.el: Don't require hashcash, canlock, ecomplete.
3589         Do require mail-utils.  Require nnheader only when compiling.
3590         (smtpmail-default-smtp-server): Remove declaration.
3591         (message-send-mail-function): Check smtpmail-default-smtp-server
3592         is bound rather than requiring smtpmail.
3593         (message-auto-save-directory, message-insert-signature): Use
3594         expand-file-name rather than nnheader-concat.
3595         (nnheader-insert-file-contents): Autoload.
3596         (hashcash-wait-async): Declare.
3597         (message-send-mail): Only call gnus-setup-posting-charset if
3598         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3599         (message-send-mail-with-sendmail): Require sendmail.
3600         (canlock-password, canlock-password-for-verify): Declare.
3601         (message-canlock-password): Require canlock.
3602         (nnheader-get-report): Autoload.
3603         (gnus-setup-posting-charset): Declare.
3604         (message-send-news): Require gnus-msg.
3605         (message-make-references, message-make-in-reply-to): Use mail-header-id
3606         rather than the alias mail-header-message-id.
3607         (ecomplete-add-item, ecomplete-save): Declare.
3608         (message-put-addresses-in-ecomplete): Require ecomplete.
3609         (ecomplete-display-matches): Autoload.
3611         * mm-decode.el: Don't require mailcap, gnus-util.
3612         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3613         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3614         Autoload.
3615         (mailcap-mime-extensions): Declare.
3617         * mm-encode.el: Don't require mailcap.
3618         (mailcap-extension-to-mime): Autoload.
3620         * mml-sec.el: Don't require password-cache.
3622         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3623         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3624         (mml-minibuffer-read-type): Require mailcap.
3625         (mml-preview): Require gnus-msg.
3627         * mml1991.el: Require password-cache.
3628         (password-cache-expiry): Remove declaration.
3630         * mml2015.el: Require password-cache.
3631         (password-cache-expiry): Remove declaration.
3633         * nneething.el (mailcap): Require mailcap.
3635         * nnheader.el (declare-function): Add compatibility stub.
3636         (message-remove-header): Declare rather than autoload.
3637         (nnheader-replace-header): Require message.
3639         * nnimap.el (declare-function): Add compatibility stub.
3640         (netrc-parse, netrc-machine-user-or-password): Declare.
3641         (nnimap-open-connection): Require netrc.
3643         * nntp.el (declare-function): Add compatibility stub.
3644         (netrc-parse, netrc-machine, netrc-get): Declare.
3645         (nntp-send-authinfo): Require netrc.
3647         * rfc2047.el: Don't require qp.
3648         (quoted-printable-encode-region, quoted-printable-decode-string):
3649         Autoload.
3651         * sieve-mode.el: Don't require easymenu.
3652         (easy-menu-add-item): Autoload it.
3654         * spam-stat.el (time-to-number-of-days): Autoload it.
3656 2010-03-19  Glenn Morris  <rgm@gnu.org>
3658         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3660 2010-03-18  Glenn Morris  <rgm@gnu.org>
3662         * hashcash.el (declare-function): Remove duplicate definition.
3664 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3666         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3667         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3668         value if any backslash escapes).
3670 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3672         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3673         if it is available.  (bug#5647)
3675         * lpath.el: Suppress compiler warning for coding-system-from-name for
3676         Emacs 21 and XEmacs.
3678 2010-03-14  Juri Linkov  <juri@jurta.org>
3680         * hmac-def.el:
3681         * hmac-md5.el:
3682         * netrc.el: Fix keywords.
3684 2010-02-26  Glenn Morris  <rgm@gnu.org>
3686         * message.el (message-send-mail-function): Change the default, so that
3687         it inherits from a customized send-mail-function.  (Bug#5643)
3689 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3692         shell-command-to-string signals an error (bug#5299).
3694 2010-02-24  Glenn Morris  <rgm@gnu.org>
3696         * message.el (message-smtpmail-send-it)
3697         (message-send-mail-with-mailclient): Doc fixes.
3699 2010-02-16  Glenn Morris  <rgm@gnu.org>
3701         * message.el (message-default-mail-headers): Change the default value
3702         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3704 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3706         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3707         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3709 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3711         * time-date.el (date-to-time): Doc fix (Bug#5408).
3713 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3715         * message.el (message-mail): Just pass yank-action on to message-setup.
3716         (message-setup): Handle (FUN . ARGS) form of yank-action.
3717         (message-with-reply-buffer, message-widen-reply)
3718         (message-yank-original): Handle non-buffer values of
3719         message-reply-buffer (Bug#4080).
3720         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3722 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3724         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3725         Fix typo in docstring.
3727 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3729         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3730         response.
3732 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3734         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3736         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3738         * message.el (message-check-news-header-syntax): Protect against a
3739         string that `rfc822-addresses' returns when parsing fails.
3741 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3743         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3744         (gnus-previous-char-property-change): New functions.
3746         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3748 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3750         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3751         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3753 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3755         * message.el (message-exchange-point-and-mark): Rework last change to
3756         avoid using optional arg of exchange-point-and-mark, for backward
3757         compatibility.
3759 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3761         * message.el (message-exchange-point-and-mark): Call
3762         exchange-point-and-mark with an argument rather than setting
3763         mark-active by hand (Bug#5175).
3765 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3767         * nntp.el (nntp-service-to-port): Work for service expressed with
3768         numeric string; replace [:digit:] with [0-9] for XEmacs.
3770 2009-12-17  Glenn Morris  <rgm@gnu.org>
3772         * gnus-group.el (gnus-bug-group-download-format-alist):
3773         Change emacs entry to debbugs.gnu.org.  Bump :version.
3775 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3777         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3779 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3781         * message.el (message-info): Explain why we use `Info-goto-node'.
3783 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3785         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3787 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3789         * message.el (message-completion-in-region): New compatibility function.
3790         (message-expand-group): Use it.
3792 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3794         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3795         with no unread article should be listed if the 2nd arg `predicate' is
3796         given.
3798 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3800         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3802 2009-11-29  Juri Linkov  <juri@jurta.org>
3804         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3805         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3806         on `gnus-recenter'. (Bug#4698, Bug#4981)
3808 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3810         * sha1.el (sha1-string-external): default-directory "/" in case
3811         otherwise non-existent.  process-connection-type pipe for touch of
3812         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3814 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3816         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3817         it's comms related and sgml-mode.el has "comm" on that basis too.
3819 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3821         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3822         containing tspecial characters if they have been already quoted.
3824 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3826         * dns-mode.el (auto-mode-alist): Purecopy string.
3828 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3832 2009-10-24  Glenn Morris  <rgm@gnu.org>
3834         * gnus-art.el (help-xref-stack-item): Define for compiler.
3836 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3838         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3840 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3842         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3844 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3846         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3847         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3849 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3851         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3852         (gnus-overlays-in): New alias to overlays-in.
3854         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3855         gnus-overlay-get, and gnus-delete-overlay.
3856         (gnus-summary-show-thread): Make it work as well for systems in which
3857         next-single-char-property-change is not available.
3858         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3860         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3861         (gnus-overlay-get): New alias to extent-property.
3862         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3864         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3865         SXEmacs.
3867         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3868         SXEmacs.
3870 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3872         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3874 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3876         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3877         and XEmacs that don't have `remove-overlays'.
3879 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3882         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3883         selective display.  Use overlays instead.
3885 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3887         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3889 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3891         * spam-stat.el (spam-stat-load): Fix typo in message.
3893 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3895         * dig.el (dig-invoke): Fix typo in docstring.
3896         (query-dig): Reflow docstring.
3898 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3900         * gnus-art.el (gnus-article-encrypt-body):
3901         * message.el (message-check-recipients):
3902         * mm-util.el (mm-codepage-setup):
3903         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3904         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3906 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3908         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3909         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3910         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3911         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3912         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3914 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3916         * dig.el: Add "Keywords: comm", as per net-utils.el.
3918 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3920         * dig.el (dig-mode): Use define-derived-mode.
3922 2009-09-19  Glenn Morris  <rgm@gnu.org>
3924         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3926 2009-09-18  Glenn Morris  <rgm@gnu.org>
3928         * gnus-diary.el (gnus-diary-check-message):
3929         * message.el (message-insert-formatted-citation-line):
3930         * nnbabyl.el (top-level):
3931         * nndiary.el (nndiary-schedule):
3932         Fix typos in condition-case handlers.
3934 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3936         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3937         configuration that provides the sole article window in a frame;
3938         position point correctly after deleting a part.
3940 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3942         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3943         (spam-resolve-registrations-routine): Use it to unregister articles
3944         that change status.
3946 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3948         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3949         with XEmacs.
3950         (parse-time-string-chars): Use it.
3952 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3954         * imap.el (imap-interactive-login): Better messages.
3955         (imap-open): Fix bug with renamed buffer on reconnect.
3956         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3957         for easier debugging and cleaner code.  On successful (guessed based on
3958         server capabilities) secondary authentication, set imap-state
3959         correctly.
3960         (imap-last-authenticator): Define imap-last-authenticator as a variable
3961         to avoid warnings.
3963 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3965         * nnrss.el (nnrss-request-article): Remove binding of
3966         default-enable-multibyte-characters that has gotten needless by
3967         the 2007-07-13 change in rfc2047-encode-message-header.
3969         * mml.el (mml-insert-multipart): Error on the message header.
3970         (mml-insert-part): Error on the message header; position point at
3971         the end of a MIME tag.
3973 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3975         * time-date.el (autoload): Expand define-obsolete-function-alias into
3976         defalias and make-obsolete for old Emacsen that Gnus supports.
3977         (with-no-warnings): Define it for old Emacsen.
3978         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3979         is available.
3980         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3981         float-time is available; suppress compile warning for time-to-seconds.
3983         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3984         (gnus-float-time): Alias to float-time if it exists.
3986         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3987         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3988         float-time is available; suppress compile warning for time-to-seconds.
3990         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3991         XEmacs.
3993 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3995         * imap.el (imap-message-map): Docstring fix.
3997 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3999         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4000         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4001         Add the optional argument `encoding' that overrides the default.
4003         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4004         mm-encode-buffer.
4006 2009-09-04  Glenn Morris  <rgm@gnu.org>
4008         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4009         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4010         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4011         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4012         * mm-util.el (mm-with-unibyte-current-buffer)
4013         (mm-find-buffer-file-coding-system):
4014         * yenc.el (yenc-decode-region): Use default-value rather than
4015         default-enable-multibyte-characters.
4017 2009-09-03  Glenn Morris  <rgm@gnu.org>
4019         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4020         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4021         than default-enable-multibyte-characters.
4023 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4025         * gnus-art.el (gnus-article-read-summary-keys):
4026         Fix gnus-buffer-configuration's value temporarily used.
4028 2009-09-02  Glenn Morris  <rgm@gnu.org>
4030         * gnus-util.el (gnus-float-time): New function.
4031         * gnus-delay.el (gnus-delay-article):
4032         * gnus-sum.el (gnus-thread-latest-date):
4033         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4034         * nnspool.el (nnspool-request-newgroups):
4035         Use gnus-float-time rather than time-to-seconds.
4036         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4038         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4039         (gnus-header-subject-face, gnus-header-newsgroups-face)
4040         (gnus-header-name-face, gnus-header-content-face):
4041         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4042         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4043         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4044         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4045         (gnus-cite-face-11):
4046         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4047         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4048         (gnus-server-closed-face, gnus-server-denied-face)
4049         (gnus-server-offline-face):
4050         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4051         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4052         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4053         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4054         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4055         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4056         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4057         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4058         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4059         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4060         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4061         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4062         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4063         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4064         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4065         (gnus-summary-high-undownloaded-face)
4066         (gnus-summary-low-undownloaded-face)
4067         (gnus-summary-normal-undownloaded-face)
4068         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4069         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4070         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4071         (gnus-splash-face):
4072         * message.el (message-header-to-face, message-header-cc-face)
4073         (message-header-subject-face, message-header-newsgroups-face)
4074         (message-header-other-face, message-header-name-face)
4075         (message-header-xheader-face, message-separator-face)
4076         (message-cited-text-face, message-mml-face):
4077         * sieve-mode.el (sieve-control-commands-face)
4078         (sieve-action-commands-face, sieve-test-commands-face)
4079         (sieve-tagged-arguments-face):
4080         * spam.el (spam-face):
4081         Mark face aliases with "-face" in the name as obsolete.
4083 2009-09-01  Glenn Morris  <rgm@gnu.org>
4085         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4086         than goto-line.
4088 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4090         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4091         Don't move point if the command is invoked inside the message header.
4093 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * imap.el (imap-send-command): Simplify.
4096         (imap-wait-for-tag): point-max -> buffer-size.
4098 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4101         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4102         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4103         * nnir.el (nnir-swish-e-index-file):
4104         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4105         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4106         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4107         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4108         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4109         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4111 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4113         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4114         Don't save excursion.
4116 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * nnheader.el (nnheader-find-file-noselect):
4119         * mm-util.el (mm-insert-file-contents):
4120         Use (default-value 'major-mode) instead of default-major-mode.
4122 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4126 2009-08-26  Glenn Morris  <rgm@gnu.org>
4128         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4129         than placing in files.el.
4131 2009-08-25  Glenn Morris  <rgm@gnu.org>
4133         * nnir.el (top-level): Don't require cl at run-time.
4134         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4135         Replace cl-function substitute with gnus-replace-in-string.
4136         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4137         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4138         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4139         simplified expansions.
4141 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4143         * dig.el (dig): Add autoload cookie.
4145 2009-08-22  Glenn Morris  <rgm@gnu.org>
4147         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4148         goto-line.
4150 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4152         * parse-time.el (parse-time-string-chars): Save match data.
4154 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4156         * parse-time.el (parse-time-string-chars): Compute using character
4157         classes, to handle non-ascii characters (Bug#3190).
4159 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4161         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4163         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4164         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4165         (gnus-mm-display-part, gnus-mime-display-single)
4166         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4167         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4169         * gnus-sum.el
4170         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4171         (gnus-summary-move-article): Add expirable mark to articles copied or
4172         moved to group that has auto-expire turned on if the option is non-nil.
4174 2009-07-24  Glenn Morris  <rgm@gnu.org>
4176         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4177         Fix typo.  (Bug#3903)
4179 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4181         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4182         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4183         that should not be used for draft articles.
4184         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4185         that has no concern in minor mode keys.
4186         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4187         Abolish.
4189 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4191         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4192         article without making inquiry to a user for unknown encoding.
4194         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4195         (nnmaildir--scan): Assume i-node and device number that file-attributes
4196         returns might be cons-cell.
4198         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4200         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4202 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4204         * auth-source.el: Remove docs now in auth.texi.  Don't use
4205         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4206         `auth-source-hide-passwords' and use them.
4208 2009-07-15  Glenn Morris  <rgm@gnu.org>
4210         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4212 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4214         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4215         excessive whitespace from the default values of title and description.
4217 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4219         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4220         mail-fetch-field to fetch Content-Description header in order to
4221         exclude newlines.
4223 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4225         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4226         format used by GnuPG 2.0.11.
4228 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4230         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4231         to deleted part.
4233 2009-05-30  David Engster  <dengste@eml.cc>
4235         * nnmairix.el: Remove old documentation in the commentary block.
4236         (nnmairix-request-group): Do not update active file for nnml back ends.
4237         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4238         end so that overview files are ignored.
4239         (nnmairix-update-groups): Make updating the groups more robust by using
4240         marks.
4241         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4242         with dollar characters in message-id.
4244 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4246         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4247         2008-12-25 in dns.el.
4249 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4252         could happen if the text is only composed of spaces and/or tabs.
4254 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4256         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4257         when sending a queued message to avoid extra mml tags.
4259 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4261         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4263 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4265         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4266         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4267         rmail-toggle-header for XEmacs;
4268         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4270 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4272         * gnus-dired.el: Remove autoload for gnus-setup-message.
4273         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4274         displaying Gnus logo; always use compose-mail.
4276 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4278         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4280 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4283         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4284         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4285         available.
4286         (gnus-nocem-epg-verify): New function.
4288 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4290         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4292 2009-02-15  Glenn Morris  <rgm@gnu.org>
4294         * gnus-util.el (rmail-insert-rmail-file-header)
4295         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4296         autoloads.
4297         (rmail-default-rmail-file): Remove unnecessary declaration.
4298         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4300 2009-02-14  Glenn Morris  <rgm@gnu.org>
4302         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4303         variable (only used in gnus-util, which declares it anyway).
4304         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4305         which was only needed by gnus-art (changed to not use it any more).
4306         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4307         only used in gnus-util, which autoloads it itself.
4308         (rmail-update-summary): Fix autoload.
4310         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4311         rather than rmail-output-to-rmail-file.
4313 2009-02-07  Glenn Morris  <rgm@gnu.org>
4315         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4316         autoload of function that no longer exists.
4317         (rmail-toggle-header): Declare.
4318         (message-forward-rmail-make-body): Handle mbox Rmail.
4320 2009-01-31  Glenn Morris  <rgm@gnu.org>
4322         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4323         2009-01-09 change.
4325 2009-01-31  Dave Love  <fx@gnu.org>
4327         * imap.el (imap-fetch-safe): Bind debug-on-error.
4328         (imap-debug): Add imap-fetch-safe.
4330 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4332         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4333         (auth-source-forget-all-cached): New convenience function.
4334         (auth-source-user-or-password): Accept list of modes or a single mode.
4336         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4337         auth-source modes.
4339         * netrc.el (netrc-machine-user-or-password): Use list of
4340         auth-source modes.
4342         * nnimap.el (nnimap-open-connection): Use list of
4343         auth-source modes.
4345         * nntp.el (nntp-send-authinfo): Use list of
4346         auth-source modes.
4348 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4350         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4351         now.
4353 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4355         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4356         coding system in XEmacs; add a workaround for XEmacs.
4358         * lpath.el: Fbind coding-system-aliasee.
4360 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4362         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4363         of current-language-environment.
4365 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4367         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4368         available at runtime.
4370 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4372         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4374 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4376         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4377         the greatest positive fixnum value doesn't work under an XEmacs with
4378         bignum support; use the most-positive-fixnum constant instead,
4379         available since Emacs 21.1 with cl and XEmacs 21.1.
4381 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4383         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4384         XEmacs gets not to work.
4386 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4388         * mm-util.el (mm-coding-system-priorities): Allow the value like
4389         "Japanese (UTF-8)" of current-language-environment.
4391 2009-01-09  Glenn Morris  <rgm@gnu.org>
4393         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4394         with last-command-event.
4396 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4398         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4399         in the doc string.
4401         * message.el (message-fix-before-sending): Amend comment.
4403 2009-01-08  Dave Love  <fx@gnu.org>
4405         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4407 2009-01-07  David Engster  <dengste@eml.cc>
4409         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4410         simplified server definitions by converting it via
4411         gnus-server-to-method.
4413 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4415         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4416         parameter's operands.
4418 2009-01-06  David Engster  <dengste@eml.cc>
4420         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4421         primary select method (for gnus-group-mark-article-as-read).
4423 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4425         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4426         `(gnus)Face', not `(gnus)X-Face'.
4428 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4430         * mm-util.el (mm-ucs-to-char): New function.
4432         * mm-url.el (mm-url-decode-entities): Use it.
4434         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4435         unicode-to-char.
4437 2009-01-05  Dave Love  <fx@gnu.org>
4439         * time-date.el: Require cl for `declare'.
4441 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4443         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4444         Dave Love.
4446 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4448         * message.el (message-fix-before-sending): Add `eight-bit' to
4449         illegible-text check.
4451 2009-01-03  Michael Olson  <mwolson@gnu.org>
4453         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4454         `headers' is nil.  This can occur if the IMAP server does not have
4455         permissions to read messages from a folder, but can write new messages
4456         to the folder.
4457         (nnimap-request-article-part): Do not insert `data' if it is nil.
4459         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4460         characters which will confuse `read', so skip past them.
4462 2009-01-01  Dave Love  <fx@gnu.org>
4464         * imap.el (imap-string-to-integer): Fix typo.
4465         (imap-fetch-safe): New function.
4466         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4468         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4470         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4471         (imap-parse-greeting): Fix doc strings.
4472         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4473         (imap-parse-flag-list): Make messages unique.
4474         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4476         * nnimap.el: Fix author email.
4477         (nnimap-split-rule): Add FIXME comment.
4478         (nnimap-debug): Fix doc string.
4480 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4482         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4484 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4486         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4487         nslookup if resolv.conf isn't available.
4488         (dns-query): Rename from query-dns.
4489         (dns-query-cached): Rename from query-dns-cached.
4491 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4493         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4494         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4495         to check if those variables exist (first appeared in Emacs 18.50).
4497 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4499         * mm-util.el (mm-line-number-at-pos): New function.
4501         * spam-report.el (spam-report-process-queue): Use it.
4503 2008-12-24  David Engster  <dengste@eml.cc>
4505         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4506         parameters that haven't existed as variables as buffer-local variables.
4508 2008-12-23  Dave Love  <fx@gnu.org>
4510         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4511         cadar.
4513         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4514         imap-starttls-p.
4515         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4517 2008-12-22  Dave Love  <fx@gnu.org>
4519         * imap.el: Fix author email.  Doc fixes.
4520         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4521         reply.
4523 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4525         * spam-report.el (spam-report-gmane-max-requests): New constant.
4526         (spam-report-gmane-wait): New variable.
4527         (spam-report-gmane-ham, spam-report-gmane-spam)
4528         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4529         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4530         the server.
4532         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4533         Add explanations.
4535         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4536         nnheader-accept-process-output and nnheader-read-timeout if available.
4537         (pop3-movemail): Use it.
4539         * message.el (message-check-news-body-syntax): Fix signature check if
4540         there's an attachment.
4542 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4544         * mm-util.el: Add comments to the mm- emulating functions.
4546 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4548         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4549         by Stephen Berman <stephen.berman@gmx.net>.
4551 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4553         * mm-util.el (mm-substring-no-properties): New function.
4554         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4555         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4556         (mm-string-to-multibyte): Doc fix.
4558         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4560 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4562         * mml.el (mml-attach-file): Strip text properties from file name.
4563         (Bug#1574)
4565 2008-12-16  Glenn Morris  <rgm@gnu.org>
4567         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4569 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4571         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4572         knows since the charset specified might be a bogus alias that
4573         mm-charset-synonym-alist provides.
4575 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4577         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4578         "ISO_8859-1".
4580         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4582 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4584         * mm-util.el (mm-charset-eval-alist):
4585         Define it before mm-charset-to-coding-system.
4586         (mm-charset-to-coding-system): Add optional argument `silent';
4587         define it before mm-charset-override-alist.
4588         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4589         default value if it can be used in Emacs currently running;
4590         silence mm-charset-to-coding-system.
4592 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4594         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4595         `allow-override' which says whether to use `mm-charset-override-alist'.
4596         (rfc2047-decode-encoded-words): Use it.
4598         * mm-util.el (mm-charset-override-alist): Fix custom type;
4599         add `(gb2312 . gbk)' to choices.
4601 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4603         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4604         fast.
4606         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4608         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4610 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4612         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4613         on links.
4615         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4617 2008-12-03  Lute Kamstra  <lute@gnu.org>
4619         * sha1.el: Remove leading * from docstrings of defcustoms,
4620         deffaces, defconsts and defuns.
4622 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4624         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4625         users' addresses that don't have domain parts.
4626         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4627         rather than message-narrow-to-head since there will be the message
4628         header separator.
4630 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4633         since the result is inserted in a unibyte buffer anyway.
4634         (nnimap-demule-use-string-to-multibyte): Remove.
4635         (nnimap-demule): Alias it to mm-string-to-multibyte.
4637 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4639         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4640         variable for debugging bug#464 and bug#1174.
4641         (nnimap-demule): Use it.
4643 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4645         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4646         score calculation correctly.
4648 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * message.el (message-send-mail): Just set the buffer to unibyte
4651         rather than use mm-with-unibyte-current-buffer which does a lot more.
4652         (message-send-mail-partially): Don't bother with
4653         mm-with-unibyte-current-buffer since it's already been made unibyte by
4654         message-send-mail.
4656 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4658         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4660 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4662         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4664 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4666         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4667         require itself and to remove `with-no-warnings'.
4669 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4671         * starttls.el (starttls-any-program-available): Get the name of the
4672         available TLS layer program.
4673         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4674         well as the host name in the "opening" message.
4676         * auth-source.el (auth-source-cache, auth-source-do-cache)
4677         (auth-source-user-or-password): Cache passwords and logins by default,
4678         allow override with `auth-source-do-cache'.
4679         (auth-source-forget-user-or-password): Allow users to remove cache
4680         entries if needed.
4682 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4684         * md4.el (md4-buffer): Fix typo in docstring.
4685         (md4, md4-64): Doc fixes.
4686         (md4-pack-int32): Reflow docstring.
4688 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4690         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4691         condition-case to only the forward-sexp call.
4693 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4695         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4696         quotes contained.  Make it more robust regardless by an extra
4697         condition-case wrapper.
4699 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4701         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4703 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4705         * nnml.el (nnml-request-expire-articles): Check if the function set to
4706         `nnmail-expiry-target' returns the symbol `delete'.
4708         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4710         * nnmail.el (nnmail-expiry-target): Fix custom type.
4712 2008-10-02  Glenn Morris  <rgm@gnu.org>
4714         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4715         Silence compiler warning.
4717 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4719         * tls.el (open-tls-stream): Show the actual command being
4720         executed, instead of the format string.
4722 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4724         * lpath.el: Fbind codepage-setup for Emacs 23.
4726 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4728         * mml.el (mml-menu): Don't assume mml2015 is bound.
4730 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4732         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4733         exists.
4735 2008-09-27  Glenn Morris  <rgm@gnu.org>
4737         * gnus-util.el (mail-header-remove-comments): Autoload it.
4739 2008-09-27  Andreas Schwab  <schwab@suse.de>
4741         * gnus-util.el (gnus-split-references): Strip comments.
4742         (gnus-parent-id): Likewise.
4744 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4746         * message.el (message-confirm-send): Fix version.
4748 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4750         * message.el (message-idna-to-ascii-rhs-1): Use
4751         mail-extract-address-components rather than mail-header-parse-addresses
4752         that is an alias by default to ietf-drums-parse-addresses that does not
4753         support non-ASCII names in headers' contents.
4755 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4757         * message.el (message-confirm-send): Fixed variable documentation to
4758         avoid the "y/n" wording.
4760 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4762         * message.el (message-set-auto-save-file-name): Save to a different
4763         filename so multiple messages (especially drafts) can be recovered.
4765 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4767         * message.el (message-confirm-send): Add appropriate version.
4769 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4771         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4772         defvar.
4774 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4776         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4777         (mm-pkcs7-enveloped-magic): Ditto.
4779 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4781         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4782         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4784 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4786         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4787         default, it's better.
4789 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4791         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4792         summary line gnus-number property and ignore them (with a warning
4793         message).
4795 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4797         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4798         macro caddr in the interactive form since it won't be expanded.
4800 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4802         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4803         `charset'; fix name of function called recursively.
4804         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4806 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4808         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4809         (gnus-mime-set-charset-parameters): New function.
4810         (gnus-mime-view-part-as-charset): Use it to correctly display part
4811         specifying wrong charset.
4813 2008-09-08  David Engster  <dengste@eml.cc>
4815         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4816         in completing-read for back end server.
4818 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4820         * message.el (message-confirm-send): New variable to confirm sending a
4821         message.
4822         (message-send): Use it.
4824 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4826         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4828 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4830         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4832 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4834         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4835         prevent tracking too many groups.
4836         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4837         Use it.
4839 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4841         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4842         moving point to the bottom of the window in order to avoid recentering.
4844 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4846         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4848         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4849         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4850         (gnus-article-beginning-of-window): Fix calculation.
4852 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4854         * gnus-msg.el (gnus-summary-supersede-article)
4855         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4856         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4857         message header.
4859 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4861         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4862         pending output coming after the status change.
4864 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4866         * message.el:
4867         * gnus-start.el:
4868         * gnus-registry.el: Remove VMS support.
4870 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4872         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4873         macro.
4874         (rfc2104-hash): Use it.
4876 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4878         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4879         (gnus-summary-sort-by-most-recent-date): New commands.
4880         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4881         and menu entries.
4883 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4885         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4886         don't redisplay article for raw contents; remove plural articles stuff.
4888         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4889         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4890         on gnus-summary-save-article; display results properly.
4892 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4894         * lpath.el: No need to fbind ns-focus-frame.
4896 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4898         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4900 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4902         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4903         gnus-save-all-headers.
4905 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4907         * gnus-util.el (ns-focus-frame): Remove declaration.
4908         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4909         like x.
4911 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4913         * rfc2104.el (rfc2104-zero): Delete defconst.
4914         (rfc2104-hex-alist): Likewise.
4915         (rfc2104-hex-to-int): Delete func.
4916         (rfc2104-hexstring-to-bitstring): Likewise.
4917         (rfc2104-nybbles): New defconst.
4918         (rfc2104-hash): Rewrite for speed.
4920 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4922         * tls.el (open-tls-stream): Make it work with the 2nd argument
4923         BUFFER that is a string but does not exist as a buffer object, as
4924         mentioned in the doc-string.
4926 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4928         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4929         SXEmacs.
4931 2008-07-16  Glenn Morris  <rgm@gnu.org>
4933         * gnus-util.el (ns-focus-frame): Declare for compiler.
4935 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4937         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4938         set as a group parameter.
4939         (gnus-summary-save-in-pipe): Work when it is called independently.
4940         (gnus-summary-pipe-to-muttprint): Don't modify
4941         gnus-summary-pipe-output-default-command.
4943 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * message.el (message-send-mail-with-sendmail):
4946         Display the error message.
4948 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4950         * gnus-art.el (gnus-default-article-saver):
4951         Add gnus-summary-save-in-pipe to choices.
4952         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4953         gnus-summary-pipe-output-default-command as the default command.
4954         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4955         instead of gnus-last-shell-command.
4957         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4958         New user option.
4959         (gnus-summary-muttprint-program): Mention the value will be changed.
4960         (gnus-summary-save-article): Force showing of all headers.
4961         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4963 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4965         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4967 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4969         * nnimap.el (nnimap-id):
4970         * sieve-manage.el (sieve-manage-open): Doc fixes.
4972 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4974         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4975         if available.
4977 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4981         * nnkiboze.el (nnkiboze-generate-group):
4982         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4984         * nnmairix.el: Require CL.
4986 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * dgnushack.el: Autoload get-display-table and put-display-table for
4989         XEmacs 21.5.
4991         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4992         21.4 and SXEmacs.
4994 2008-06-15  David Engster  <dengste@eml.cc>
4996         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4998 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5000         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5001         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5002         runtime choice under XEmacs.
5004         * gnus-sum.el (gnus-summary-set-display-table):
5005         Use `gnus-put-display-table', `gnus-get-display-table',
5006         `gnus-set-display-table' for the display table, instead of `aset'.
5008         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5009         Use `gnus-put-display-table', `gnus-get-display-table',
5010         `gnus-set-display-table' for the display table.
5012 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5014         * nnmairix.el: Add autoloads.
5016 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5018         * nnmairix.el (nnmairix-delete-recreate-group)
5019         (nnmairix-update-and-clear-marks): Fix error messages.
5021 2008-06-14  David Engster  <dengste@eml.cc>
5023         * nnmairix.el: Upgrade to version 0.6.
5024         (nnmairix-group-toggle-propmarks-this-group)
5025         (nnmairix-group-toggle-readmarks-this-group)
5026         (nnmairix-group-delete-recreate-this-group)
5027         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5028         (nnmairix-remove-tick-mark-original-article): New commands.
5029         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5030         (nnmairix-propagate-marks-to-nnmairix-groups)
5031         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5032         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5033         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5034         functions needed for marks propagation and manipulation of read marks.
5035         (nnmairix-update-groups): New function.
5036         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5037         (nnmairix-determine-original-group-from-registry)
5038         (nnmairix-determine-original-group-from-path)
5039         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5040         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5041         New helper functions.
5042         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5043         keystrokes for new commands.
5044         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5045         (nnmairix-request-group): Check allow-fast group parameter.
5046         (nnmairix-request-create-group): Set allow-fast group parameter if
5047         nnmairix-allowfast-default is set.
5048         (nnmairix-close-group): Propagate marks upon closing if needed.
5049         (nnmairix-group-toggle-threads-this-group): Use new.
5050         nnmairix-group-toggle-parameter helper function.
5051         (nnmairix-search): Better check for empty search result.
5052         (nnmairix-goto-original-article): Use new helper functions for
5053         determining original article.
5054         (nnmairix-show-original-article): Make sure message-id is in brackets.
5055         (nnmairix-call-mairix-binary): Change variable name.
5056         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5057         helper function.
5058         (nnmairix-widget-toggle-activate): Fix doc string.
5060 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5062         * nnir.el: Require edmacro when compiling with XEmacs.
5063         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5064         available in Emacs 21.
5066 2008-06-11  Glenn Morris  <rgm@gnu.org>
5068         * gnus-util.el (x-focus-frame):
5069         * gnus.el (image-size):
5070         * mm-decode.el (image-size): Declare.
5072         * gnus-picon.el (declare-function): Add compat definition.
5073         (image-size): Declare.
5075         * gnus-group.el (tool-bar-map):
5076         * gnus-sum.el (tool-bar-map): Define for compiler.
5078         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5080         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5082         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5083         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5084         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5085         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5086         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5087         * sieve-manage.el, spam-report.el, spam.el:
5088         Remove unnecessary eval-and-compile of autoloads.
5090 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5092         * auth-source.el: Precise Tramp doc.
5094 2008-06-07  Glenn Morris  <rgm@gnu.org>
5096         * nnmairix.el: Remove unnecessary eval-when-compile.
5098 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5100         * lpath.el: Fbind propertize for XEmacs 21.4.
5102 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5104         * nnir.el: Move here from ../contrib.
5106 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * gnus-util.el (gnus-read-shell-command): New function.
5109         * mm-decode.el (mm-pipe-part):
5110         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5112 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5114         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5116 2008-06-03  Glenn Morris  <rgm@gnu.org>
5118         * pop3.el (nnheader-accept-process-output): Autoload it.
5120 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5122         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5123         are not 2-digit hexadecimal characters that follow `%'s.
5125 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5127         * message.el (message-bogus-recipient-p): Fix type in doc string.
5128         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5129         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5130         Improve custom options.
5131         (message-bogus-recipient-p): Adjust accordingly.
5133 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5135         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5136         long-form month and day names.
5138 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5140         * dgnushack.el: Autoload debug, eudc-expand-inline and
5141         pgg-snarf-keys-region for XEmacs.
5143         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5145         * nnmairix.el: Require edmacro when compiling with XEmacs.
5147 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5149         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5150         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5152 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5154         * auth-source.el: Add more docs.
5156         * netrc.el (netrc-machine): Always match if the port is not given.
5158 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5161         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5162         retrieval faster in some cases, but might make CPU usage larger.  If
5163         this has any bad side effects, we might revert this change.
5165         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5166         seems to make mail retrieval much, much faster.
5167         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5168         unconditionally.
5170         * gnus-draft.el (gnus-group-send-queue): Bind
5171         message-send-mail-partially-limit to nil to avoid being prompted.
5173 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5175         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5177         * message.el (message-bogus-address-regexp): Fix and improve custom
5178         type.
5179         (message-setup-hook): Add message-check-recipients as custom option.
5181 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5183         * message.el (message-cite-function): Remove bogus autoload which crept
5184         in during merge from v5-10.
5186 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5188         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5190         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5192         * auth-source.el: Preliminary Tramp docs.
5193         (auth-sources): Change the default auth-sources to use
5194         EPA .gpg files.
5196 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5198         * nntp.el: Autoload `auth-source-user-or-password'.
5199         (nntp-send-authinfo): Use it.
5201         * nnimap.el: Autoload `auth-source-user-or-password'.
5202         (nnimap-open-connection): Use it.
5204         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5205         for the gnus-message function.
5206         (auth-source-user-or-password): Use it.
5208 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5210         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5211         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5212         (rfc2104-hash): Use it.
5214 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5216         * gnus-art.el (gnus-article-toggle-truncate-lines):
5217         Don't use `iff' in docstring.
5219 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5221         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5223         * gnus-util.el (gnus-extract-address-component-name)
5224         (gnus-extract-address-component-email): Convenience functions around
5225         `gnus-extract-address-components'.
5227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5228         Use `gnus-extract-address-component-email' to fix bug of comparing full
5229         sender name to `user-mail-address'.
5231 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5233         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5234         catch/throw to optimize.
5235         (gnus-registry-find-keywords): Just use member to find a keyword.
5237 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5240         is current before calling gnus-server-prepare.
5241         (gnus-server-setup-buffer, gnus-server-update-server)
5242         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5244 2008-05-04  Juri Linkov  <juri@jurta.org>
5246         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5247         (mailcap-file-default-commands): Use mailcap-replace-in-string
5248         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5249         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5251 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5253         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5255 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5257         * gnus.el: Bump version to 0.11.
5259 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5261         * gnus.el: No Gnus v0.10 is released.
5263 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5266         hooks.
5267         (gnus-update-read-articles): Speed up non-marks-using users.
5268         (gnus-use-marks): Define gnus-use-marks.
5269         (gnus-propagate-marks): Rename variable to something more sensible.
5271 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5273         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5274         (gmm-image-load-path-for-library): Fix typos in docstrings.
5275         (gmm-message): Reflow docstring.
5277 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5279         * mail-source.el (mail-source-set-1, mail-source-bind):
5280         Move auth-source code out of the macro to clean it up and fix bugs.
5282 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5284         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5285         by sender if it's equal to user-mail-address, it's likely to be
5286         useless.
5288         * mail-source.el (mail-source-bind): Don't use user or password if they
5289         are not bound.  Unintern them if they are nil.  Don't use server unless
5290         it's bound, and default it to empty string otherwise.
5292 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5294         * mail-source.el: Load auth-source.el.
5295         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5296         get user name or password, if auth-sources is set up.
5298         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5299         strategy of splitting with parent.
5300         (gnus-registry-split-fancy-with-parent)
5301         (gnus-registry-post-process-groups): Use it and fix prior
5302         bug (returning a list as the split result).
5304         * auth-source.el (auth-sources): Remove server parameter.
5305         (auth-source-pick, auth-source-user-or-password)
5306         (auth-source-user-or-password-imap)
5307         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5308         (auth-source-user-or-password-sftp)
5309         (auth-source-user-or-password-smtp): Remove server parameter.
5311 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5313         * smime.el (smime-sign-region, smime-encrypt-region)
5314         (smime-decrypt-region):
5315         Remove redundant calls to `generate-new-buffer-name'.
5317 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5319         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5320         Don't use QP for message/rfc822.
5321         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5323 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * sieve-manage.el (sieve-string-bytes): Remove.
5326         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5327         correct byte-length only if the process's coding-system is the same as
5328         the one used internally by Emacs to represent strings.
5330 2008-04-22  Juri Linkov  <juri@jurta.org>
5332         * mailcap.el (mailcap-file-default-commands): New function.
5334 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5336         * message.el (message-signature-separator, message-cite-function):
5337         Change custom version.
5339 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5341         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5342         commands.
5343         (tls-checktrust): Ditto.
5345 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5347         * mm-decode.el (mm-display-external): Make temp file read-only.
5349 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5351         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5352         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5353         `C-c C-f d'.
5355 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5357         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5359 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5361         * gnus.el: Bump version to 0.9.
5363 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5365         * gnus.el: No Gnus v0.8 is released.
5367 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5369         * mail-source.el (mail-source-value):
5370         Prefer fboundp to functionp so it works with macros as well.
5372 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5375         Fix last change in case the element is not even a symbol.
5377 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5380         Prefer fboundp to functionp so it works with macros as well.
5382 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5384         * auth-source.el: Added docs.
5385         (auth-sources): Modify format to support server.
5386         (auth-source-pick, auth-source-user-or-password)
5387         (auth-source-user-or-password-imap)
5388         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5389         (auth-source-user-or-password-sftp)
5390         (auth-source-user-or-password-smtp): Add server parameter.
5392 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5394         * gnus-registry.el: Initialize the registry when gnus-registry-install
5395         is t.
5397 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5399         * compface.el (uncompface): Make buffer unibyte.
5401 2008-04-05  Glenn Morris  <rgm@gnu.org>
5403         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5405 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5408         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5410         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5411         multibyteness after rather than before erasing it.
5413         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5414         mm-with-multibyte.
5415         (gnus-request-article-this-buffer): Make sure the proper decoding is
5416         used if gnus-original-article-buffer happens to be unibyte.
5418         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5419         default-enable-multibyte-characters.
5421         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5422         default-enable-multibyte-characters.
5424         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5426         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5428 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5430         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5431         (imap-message-copyuid-1): Use it.
5432         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5433         J. Williams in
5434         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5436         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5437         imap-enable-exchange-bug-workaround.
5438         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5440 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5442         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5443         a 100 byte status-checks into a 2-3MB transfer for each group.
5444         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5445         to enable bug workaround or not.
5446         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5448 2008-03-31  Glenn Morris  <rgm@gnu.org>
5450         * message.el (mml2015-use): Declare for compiler.
5451         (message-info): Require mml2015 when appropriate.
5453 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5455         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5456         whitespace.
5458 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5460         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5461         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5462         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5463         (nntp-service-to-port): New function.
5464         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5465         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5466         (nntp-open-netcat-stream): New function.
5467         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5469 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5471         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5473 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5475         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5477 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5479         * dns.el (dns-write): Use set-buffer-multibyte.
5481 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5483         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5485 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5487         * message.el (message-signature-separator): Change default.
5488         Improve custom type.
5489         (message-cite-function): Change default to
5490         message-cite-original-without-signature.
5492         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5493         toggle.
5495         * message.el (message-check-news-body-syntax): Fix signature check.
5496         (message-setup-1): Mark buffer as unmodified _after_ running
5497         message-setup-hook and handling message-alternative-emails.
5498         (message-shorten-references): Be more strict when building list of
5499         valid references to comply with GNKSA.
5501         * gnus-group.el (gnus-read-ephemeral-bug-group)
5502         (gnus-read-ephemeral-debian-bug-group)
5503         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5505         * message.el (message-info): Don't use booleanp which isn't supported
5506         in Emacs 21 and XEmacs.
5508 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5510         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5511         gnus-group-gmane-group-download-format.
5512         (gnus-group-read-ephemeral-gmane-group): Rename from
5513         gnus-group-read-ephemeral-gmane-group.
5514         (gnus-read-ephemeral-gmane-group-url): Rename from
5515         gnus-group-read-ephemeral-gmane-group-url.
5516         (gnus-bug-group-download-format-alist): New variable.
5517         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5518         (gnus-read-ephemeral-emacs-bug-group): New commands.
5520 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5522         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5523         (gnus-visible-headers): Improve custom type.
5525 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5527         * mml.el (mml-menu): Add workarounds for XEmacs.
5529         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5530         X-Boundary header.
5532         * message.el (message-simplify-recipients): Fix previous commit.
5534 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         * mm-util.el (mm-set-buffer-multibyte): New function.
5537         * mm-decode.el (mm-copy-to-buffer): Use it.
5539 2008-03-19  Glenn Morris  <rgm@gnu.org>
5541         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5542         Accidentally removed in the sync process with Emacs.
5544 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * message.el (message-alter-recipients-discard-bogus-full-name):
5547         New function.
5548         (message-alter-recipients-function): New variable.
5549         (message-get-reply-headers): Use it.
5550         (message-replace-header): New helper function.
5551         (message-recipients-without-full-name): New variable.
5552         (message-simplify-recipients): New command.
5554         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5556         * message.el (message-info): Handle EasyPG manual.
5558         * mml.el (mml-menu): Add entry for EasyPG.
5560 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5562         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5563         parameter.
5565         * message.el (message-disassociate-draft): Specify drafts group name
5566         fully.
5568 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5570         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5571         unnecessary duplicates from the match list.
5573 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5575         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5577         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5579         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5580         args of `how-many' of which the XEmacs version doesn't take; declare
5581         Info-index-next as function.
5583 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5585         * gnus-score.el (gnus-score-headers): Fix handling of
5586         gnus-inhibit-slow-scoring.
5588         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5589         string.
5590         (gnus-button-url-regexp): Improve handling of parenthesis.
5591         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5592         (gnus-button-handle-info-keystrokes): Handle index entries.
5594 2008-03-15  Glenn Morris  <rgm@gnu.org>
5596         * parse-time.el (parse-time-string): Simplify.
5598 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5600         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5601         Incoming* files.
5603 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5605         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5606         (auth-source-pick): Use it.
5608 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * binhex.el (binhex-decode-region-internal):
5611         * uudecode.el (uudecode-decode-region-internal):
5612         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5613         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5614         setting default-enable-multibyte-characters.
5616 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5618         * auth-source.el (auth-source-protocols)
5619         (auth-source-protocols-customize, auth-source-choices): Added and
5620         modified variable customizations and defaults.
5621         (auth-source-pick, auth-source-user-or-password)
5622         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5623         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5624         (auth-source-user-or-password-sftp)
5625         (auth-source-user-or-password-smtp): Use new variables and provide an
5626         interface to netrc.el.
5628 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5630         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5631         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5632         Make sure the nntp port to specify is a string.
5634 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5636         * nntp.el: Use with-current-buffer.
5637         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5638         dubious mm-with-unibyte-current-buffer.
5639         (nntp-with-open-group-function): New function extracted from
5640         nntp-with-open-group macro.
5641         (nntp-with-open-group): Use the function, so it's easier to debug.
5642         Add indentation and debugging info.
5643         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5644         the use of the netcat alternatives.
5646         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5647         Avoid mm-string-as-multibyte as well.
5649         * nnweb.el (nnweb-insert-html):
5650         Remove use of nnheader-string-as-multibyte.
5652         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5653         (nnheader-string-as-multibyte): Remove.
5655         * mm-view.el: Use inhibit-read-only.
5656         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5657         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5658         or unibyte-string.
5660         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5661         (mm-uu-yenc-extract): Use with-current-buffer.
5663         * gnus-soup.el (gnus-soup-send-packet): Don't use
5664         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5666         * nnmh.el: Use with-current-buffer.
5667         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5668         mm-string-as-multibyte on the output of mm-encode-coding-string.
5670         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5671         (nnimap-request-move-article): Use with-current-buffer.
5673         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5674         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5675         conversion uses string-make-unibyte rather than string-as-unibyte.
5677         * gnus-msg.el: Use with-current-buffer.
5679         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5681 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5683         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5684         string for caching if it is 'PIN.
5686 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5688         * lpath.el: Consider the case without Emacs/W3.
5690 2008-03-08  Glenn Morris  <rgm@gnu.org>
5692         * time-date.el (date-to-time, time-subtract, time-add)
5693         (safe-date-to-time): Doc fixes.
5695 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5697         * mail-source.el (mail-source-delete-old-incoming-confirm):
5698         Change default to nil.
5699         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5701 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5703         * lpath.el: Rearrange.
5705         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5706         (gnus-article-goto-prev-page): Work for articles having ^L's.
5708         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5710         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5712 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5714         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5715         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5716         (gnus-bookmark-jump): Adjust some variable names.
5718 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5720         * auth-source.el: New package.
5721         (auth-source-choices): Add customization entry point variable.
5723         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5724         bug.
5726 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5728         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5729         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5730         (gnus-registry-install-shortcuts): Rename from
5731         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5732         the `gnus-registry-mark-map' keymap dynamically from
5733         `gnus-registry-marks'.  The generated functions update the summary line
5734         when a registry mark is added or deleted, and will call
5735         `gnus-registry-install-p' (see the comments in the code).
5736         (gnus-registry-user-format-function-M): Use concat intelligently.
5738         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5739         the registry mark functions.
5741 2008-03-05  Glenn Morris  <rgm@gnu.org>
5743         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5744         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5745         gnus-art.
5746         (top-level): No need to load own source when compiling.
5748 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5750         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5751         Suggested by <chris.anderton@zetnet.co.uk>.
5753 2008-03-04  Glenn Morris  <rgm@gnu.org>
5755         * gnus-sum.el (top-level): No need to require gnus when compiling,
5756         since unconditionally required near start of file.
5757         (gnus-summary-display-while-building): Move definition before use.
5759 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5761         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5762         formatting function.
5764 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5766         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5767         with plists.
5768         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5769         Use new format.
5771 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5773         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5774         `where-is-internal' that returns a range of key sequences.
5776 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5780         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5781         (gnus-summary-jump-to-group): Consider windows on other displayed
5782         frames as well.  Similar changes might be needed elsewhere, but that's
5783         the one I've bumped into during my use.
5785         * nndoc.el (nndoc-oe-dbx-type-p):
5786         * gnus-msg.el (gnus-debug):
5787         * gnus-group.el (gnus-update-group-mark-positions):
5788         Use mm-string-to-multibyte.
5790 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5792         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5793         doesn't handle NotDashEscaped.
5795         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5796         (mml-dnd-attach-options): Fix typo in custom choice.
5798         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5799         nndoc-article-type to mbox.
5800         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5802         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5803         to nil, instead of html2text.
5805         * imap.el (imap-debug): Add `imap-ping-server'.
5807         * gnus-bookmark.el: Add FIXMEs.
5809         * message.el (message-form-letter-separator)
5810         (message-send-form-letter-delay): New variables.
5811         (message-send-form-letter): Use them.  New command to send form
5812         letters.  Requested by Uwe Siart.
5813         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5815 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5817         * Update copyright years.
5819 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5821         Sync from EMACS_22_BASE.
5823         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5825 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5827         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5828         empty author.
5830 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5832         * gnus-registry.el (gnus-registry-marks): Add variable for
5833         customization of marks and their appearance.
5834         (gnus-registry-read-mark): Use it.
5835         (gnus-registry-do-marks): Add utility function to loop through
5836         `gnus-registry-marks'.
5837         (gnus-registry-install-shortcuts-and-menus): Add function to install
5838         shortcuts and menus.
5839         (gnus-registry-initialize): Use it.
5840         (gnus-registry-default-mark): Clarify documentation.
5842 2008-02-29  Glenn Morris  <rgm@gnu.org>
5844         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5845         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5846         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5847         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5848         Change defcustom :version from 23.0 to 23.1.
5850 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5852         * gnus-registry.el (gnus-registry-follow-group-p)
5853         (gnus-registry-post-process-groups): Add functions to aid registry
5854         splitting and improve logging.  Clarify behavior in function
5855         documentation.
5856         (gnus-registry-split-fancy-with-parent): Use them.
5858 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * gnus-art.el: Use with-current-buffer.
5862 2008-02-27  David Engster  <dengste@eml.cc>
5864         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5865         Express real group name in the response.
5867 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5869         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5870         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5871         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5872         autoload gnus-registry-fetch-group when compiling.
5873         (nnmairix-request-group-with-article-number-correction): Remove
5874         unreferenced argument passed to nnmairix-call-backend.
5876 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5878         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5879         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5880         Wilde.
5882 2008-02-27  Glenn Morris  <rgm@gnu.org>
5884         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5885         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5886         variables to defconsts.  Convert comments to doc-strings.
5887         (nnmairix-last-server, nnmairix-current-server): Convert from free
5888         variables to defvars.  Convert comments to doc-strings.
5889         (gnus-registry-fetch-group): Autoload.
5890         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5891         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5892         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5893         caddr.
5894         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5895         nnmairix-request-group-with-article-number-correction call.
5896         (nnmairix-fast, nnmairix-group): New, less general names, for free
5897         variables passed from nnmairix-request-group to
5898         nnmairix-request-group-with-article-number-correction.  Declare.
5899         (nnmairix-request-group-with-article-number-correction):
5900         Use nnmairix-fast, nnmairix-group rather than fast, group.
5902 2008-02-26  David Engster  <dengste@eml.cc>
5904         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5905         version 0.5.
5907 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5909         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5910         instead of making an extra function call.  Don't add the current group
5911         to articles only when they have the group.  Use
5912         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5913         Reported by David <de_bb@arcor.de>.
5915 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5917         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5918         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5920 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5922         * mail-source.el (mail-source-delete-incoming): Change default.
5923         Supplement doc string.
5925         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5927 2008-02-14  Glenn Morris  <rgm@gnu.org>
5929         * time-date.el (format-seconds): New function.
5931 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5933         * nnmail.el (nnmail-message-id-cache-file): Derive from
5934         `gnus-home-directory'.
5936 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5938         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5939         Document negative prefix.
5941         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5943 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945         * message.el (message-unsent-separator): Add the Exim bounce
5946         separator.
5948 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5950         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5951         list.
5952         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5953         recipient/signer list.
5955 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5957         * Makefile.in (datarootdir): Define.
5958         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5959         name that might contain whitespace.
5961 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5963         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5964         fbound (Emacs 23 unicode), signal an error.
5966 2008-02-08  Glenn Morris  <rgm@gnu.org>
5968         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5970 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5972         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5973         ports to the calls to `netrc-machine-user-or-password' in addition to
5974         "imap" and "imaps".
5976 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5978         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5980         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5982 2008-02-01  Kenichi Handa  <handa@m17n.org>
5984         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5985         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5986         (rfc2104-hash): Convert the result of concat to unibyte string.
5988 2008-02-01  Dave Love  <fx@gnu.org>
5990         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5991         coding-system-for-read.
5992         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5994 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5996         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5997         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5998         <hanche@math.ntnu.no>.
6000 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6002         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6004         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6006 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6008         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6009         * message.el (message-beginning-of-line): Use featurep instead of bound
6010         tests in order to resolve conditionals at compile time.
6012 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6014         * mail-source.el (mail-sources): Add `group' choice.
6016         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6017         parameter `in-group' to control into which group the articles go.
6018         Add treatment of `group' mail-source.
6020 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6022         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6024         * mm-decode.el (mm-dissect-buffer): Decode description.
6026         * mml.el (mml-to-mime): Encode message header first.
6028 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6030         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6031         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6033         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6034         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6036 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6038         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6040 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6042         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6043         prefix keys.
6044         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6045         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6046         gnus-xmas.el.
6048         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6049         (gnus-xmas-article-describe-bindings): New function.
6050         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6051         gnus-xmas-article-describe-bindings.
6053         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6055 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6057         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6058         Add new variables for article mark management.
6059         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6060         list of extra data entries which, when present, will indicate that the
6061         article ID should not be trimmed from the registry.
6062         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6063         functions.
6064         (gnus-registry-read-mark): New function to read a mark name from the
6065         user.
6066         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6067         (gnus-registry-set-article-mark-internal): New functions to add and
6068         remove marks.
6069         (gnus-registry-get-article-marks): New function to show the marks for
6070         an article, or retrieve them for further use.
6072 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6074         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6075         keys when no argument is given.
6077 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6079         * imap.el (imap-ping-server): New variable.
6080         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6081         (imap-ping-server): Minor doc string fixes.
6083 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6085         * imap.el (imap-ping-server): New function.
6086         (imap-opened): Call imap-ping-server.
6088 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6090         * gnus-sum.el (gnus-article-sort-by-random)
6091         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6092         jidanni@jidanni.org.
6094 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6096         * gnus-art.el (gnus-article-describe-bindings): New function.
6097         (gnus-article-read-summary-keys): Use it.
6098         (gnus-article-mode-map): Bind `C-h b' to it.
6100 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6102         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6103         XEmacs.
6104         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6105         against non-character events.
6107         * lpath.el: Fbind map-keymap for Emacs 21.
6109 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6111         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6112         command.
6113         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6114         instead of END.  Change name of the temp file.
6115         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6116         customizable.
6118 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6120         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6121         bind `S W' to gnus-article-wide-reply-with-original; set default
6122         binding to gnus-article-read-summary-send-keys.
6123         (gnus-article-read-summary-keys): Fix the order of keys; display
6124         continuation keys correctly in the echo area; describe bindings
6125         correctly when keys end with `C-h'.
6126         (gnus-article-read-summary-send-keys): New function.
6127         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6128         for gnus-article-read-summary-send-keys; display continuation keys
6129         correctly in the echo area.
6130         (gnus-article-reply-with-original): Ignore prefix argument.
6131         (gnus-article-wide-reply-with-original): New function.
6133         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6134         Emacs 21.
6136 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6138         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6139         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6141 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6143         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6144         (gnus-group-read-ephemeral-gmane-group): New command.
6146 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6148         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6150 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6152         * message.el (message-send-mail-function): Increase custom version.
6154         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6155         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6157 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6159         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6160         for the cases where imap-authenticate is called with a nil buffer
6161         parameter.
6163 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6165         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6166         html parts correctly; support forwarded messages.
6167         (gnus-article-browse-html-article): Remove work buffers.
6169         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6170         compiling.
6171         (netrc-bound-and-true-p): New macro.
6172         (netrc-parse): Use it instead of bound-and-true-p that is not available
6173         in XEmacs 21.4.
6175 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6177         * gnus-registry.el (gnus-registry-mark-article)
6178         (gnus-registry-article-marks): Add functionality to mark articles
6179         through the Gnus registry.
6181         * encrypt.el: Clarify documentation for the new pgg method.
6182         (encrypt-file-alist): Add PGG option.
6183         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6184         functionality.  Abstract password key and messaging to external
6185         functions.
6186         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6187         (encrypt-message-method-and-cipher): Add new convenience external
6188         functions.
6189         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6190         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6192         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6193         (netrc-parse): Use encrypt-file-alist to determine if
6194         encrypt-find-model or encrypt-insert-file-contents should be used.
6196         * encrypt.el: Clarify documentation.  Load password-cache or
6197         password, whichever one is found first, instead of autoloading.
6199 2007-12-19  Glenn Morris  <rgm@gnu.org>
6201         * mml.el (message-options-set, message-narrow-to-head)
6202         (message-in-body-p, message-mail-p, message-encode-message-body):
6203         Autoload.
6204         (message-remove-header, message-narrow-to-headers-or-head)
6205         (message-subscribed-p, message-make-mail-followup-to)
6206         (message-position-on-field, message-news-p)
6207         (message-options-set-recipient, message-generate-headers)
6208         (message-sort-headers): Declare as functions.
6210 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6212         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6213         convention in doc string.
6215 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6217         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6218         title to html parts.
6219         (gnus-article-browse-html-article): Pass message header to it.
6221         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6223 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6225         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6226         or password compatible with XEmacs.
6228 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6230         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6231         format document.
6232         (gnus-mime-delete-part): Don't write description line if empty.
6233         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6235 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6237         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6238         (gnus-summary-mark-read-and-unread-as-read)
6239         (gnus-summary-mark-current-read-and-unread-as-read)
6240         (gnus-summary-mark-unread-as-ticked): Doc fix.
6241         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6243 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6245         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6246         Christoph Conrad <christoph.conrad@gmx.de>.
6248 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6250         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6251         yes-or-no-p.
6253 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6255         * mm-decode.el (mm-add-meta-html-tag): New function.
6256         (mm-save-part-to-file, mm-pipe-part): Use it.
6258         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6259         gnus-y-or-n-p instead of y-or-n-p.
6260         (gnus-article-browse-html-parts): Work with message/external-body; use
6261         mm-add-meta-html-tag.
6263 2007-12-11  Glenn Morris  <rgm@gnu.org>
6265         * gnus-cache.el: Require gnus-sum not just when compiling.
6267         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6269         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6270         definitions before use.
6272         * mm-decode.el: Require gnus-util.
6273         (mm-remove-part): Only call delete-annotation on XEmacs.
6275         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6277         * nnmail.el: Require gnus-int.
6279         * spam.el: Move `require's before `eval-when-compile's.
6281         * gnus-ems.el (gnus-alive-p):
6282         * gnus-fun.el (message-goto-eoh):
6283         * gnus-util.el (gnus-group-name-decode):
6284         * mail-source.el (gnus-compress-sequence):
6285         * message.el (Info-goto-node, format-spec):
6286         * mm-bodies.el (message-options-get):
6287         * mm-decode.el (mm-view-pkcs7):
6288         * mm-util.el (gmm-write-region):
6289         * mml-smime.el (mml-compute-boundary)
6290         (gnus-completing-read-with-default):
6291         * mml.el (widget-button-press, gnus-make-hashtable):
6292         * mml1991.el (mm-decode-content-transfer-encoding)
6293         (mm-encode-content-transfer-encoding)
6294         (message-options-get, message-options-set):
6295         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6296         * nnfolder.el (gnus-request-group):
6297         * nnheader.el (ietf-drums-unfold-fws):
6298         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6299         * smime.el (gnus-run-mode-hooks):
6300         * spam-stat.el (gnus-message): Autoload.
6302         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6303         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6304         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6305         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6306         Add declare-function compatibility definition.
6308         * gnus-cache.el (nnvirtual-find-group-art):
6309         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6310         (gnus-add-image, gnus-add-wash-type):
6311         * gnus-group.el (nnkiboze-score-file):
6312         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6313         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6314         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6315         (message-tokenize-header, gnus-get-buffer-create)
6316         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6317         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6318         * gnus.el (gnus-group-decoded-name):
6319         * mail-source.el (imap-capability):
6320         * mm-bodies.el (message-options-set):
6321         * mm-decode.el (gnus-configure-windows):
6322         * mm-extern.el (message-goto-body):
6323         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6324         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6325         (epg-sub-key-validity, message-options-set):
6326         * mml.el (widget-event-point, gnus-configure-windows):
6327         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6328         * mml2015.el (epg-check-configuration, epg-configuration)
6329         (message-options-set):
6330         * nndb.el (nndb-request-article):
6331         * nnfolder.el (gnus-request-create-group):
6332         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6333         * nnmaildir.el (gnus-group-mark-article-read):
6334         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6335         * rfc1843.el (message-fetch-field):
6336         * spam.el (gnus-extract-address-components):
6337         Declare as functions.
6339 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6341         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6343         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6345         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6346         bind show-trailing-whitespace for XEmacs.
6348 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6350         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6351         new no-op macro for backward compatibility.
6353         * imap.el (imap-string-to-integer): New function.
6355 2007-12-09  Glenn Morris  <rgm@gnu.org>
6357         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6359         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6360         * message.el, mm-view.el, sieve-manage.el, smime.el:
6361         Add declare-function compatibility definition.
6363         * gnus-art.el (w3-region, w3m-region, Info-menu):
6364         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6365         * gnus-sum.el (gnus-get-predicate):
6366         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6367         * message.el (mail-abbrev-in-expansion-header-p):
6368         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6369         (w3m-detect-meta-charset, w3m-region):
6370         * sieve-manage.el (password-read, password-cache-add)
6371         (password-cache-remove):
6372         * smime.el (password-read-and-add): Declare as functions.
6374 2007-12-08  David Kastrup  <dak@gnu.org>
6376         * gnus-sum.el (gnus-summary-simplify-subject-query):
6377         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6378         `message'.
6380 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6382         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6383         it to bind idna-program, installation-directory, defined-colors, and
6384         face-attribute for XEmacs of the version that compiles defcustom forms.
6386 2007-12-07  Glenn Morris  <rgm@gnu.org>
6388         * gnus-art.el (article-make-date-line): Revert previous change.
6390 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6392         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6394 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6396         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6397         Call gnus-add-to-range ranges only once with a prepared article-list.
6399 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6401         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6402         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6403         group names with backslashes.  Reported by Tassilo Horn
6404         <tassilo@member.fsf.org>.
6406 2007-12-06  Deepak Goel  <deego3@gmail.com>
6408         * gnus-art.el (article-make-date-line):
6409         * gnus-start.el (gnus-load):
6410         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6412 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6414         * gnus-art.el (gnus-use-idna)
6415         * gnus-start.el (gnus-site-init-file)
6416         * message.el (message-use-idna)
6417         * mm-uu.el (mm-uu-hide-markers)
6418         * smiley.el (smiley-style): Revert changes that suppress warnings.
6420 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6422         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6423         specify charset to html source.  Reported by Christoph Conrad
6424         <christoph.conrad@gmx.de>.
6426 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6428         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6429         idna-program in order to suppress byte compile warning issued by XEmacs
6430         that came to byte compile the default value section of defcustom forms
6431         recently.
6433         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6434         value of installation-directory.
6436         * message.el (message-use-idna): Don't directly refer to the value of
6437         idna-program.
6439         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6441         * smiley.el (smiley-style): Don't directly call face-attribute.
6443 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6445         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6447         * gnus-dired.el: Reduce Gnus dependencies.
6448         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6449         require.  Use autoloads instead.
6450         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6451         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6452         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6453         (gnus-dired-mode): Adjust doc string.
6454         (gnus-dired-mail-mode): New variable.
6455         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6456         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6457         (gnus-dired-mail-buffers): New function.  Return mail or message
6458         composition buffers.
6459         (gnus-dired-attach): Use it.
6460         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6461         NO-DECODE.
6462         (gnus-dired-print): Use `gnus-print-buffer' depending on
6463         `gnus-dired-mail-mode'.
6465 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6467         * rfc2047.el (rfc2047-encoded-word-regexp)
6468         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6469         explaining what regexp patterns are for.
6471 2007-12-04  Glenn Morris  <rgm@gnu.org>
6473         * password.el: Move to password-cache.el.
6475         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6476         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6477         * mml-smime.el (password-read, password-cache-add)
6478         (password-cache-remove):
6479         No need to autoload, since mml-sec requires password.
6481         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6482         * message.el (gnus-extract-address-components):
6483         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6485         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6486         password.
6488 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6490         * mailcap.el: Reduce dependencies.
6491         (mail-header-parse-content-type): Autoload.
6492         (mailcap-delete-duplicates): New alias.
6493         (mailcap-mime-info): Add optional argument NO-DECODE.
6494         (mailcap-mime-types): Use mailcap-delete-duplicates.
6496         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6498 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6500         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6501         (imap-parse-status): Upcase status-att for servers that sends them
6502         lower-case (e.g., MS Exchange 2007).
6504 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6507         function.
6509         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6510         (gnus-uu-yenc-article): New function.
6512         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6514         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6515         buffer.
6517 2007-12-02  Glenn Morris  <rgm@gnu.org>
6519         * binhex.el (binhex): New custom group.
6520         (binhex-decoder-program, binhex-decoder-switches)
6521         (binhex-use-external): Move to the binhex custom group.
6523         * uudecode.el (uudecode): New custom group.
6524         (uudecode-decoder-program, uudecode-decoder-switches)
6525         (uudecode-use-external): Move to the uudecode custom group.
6527         * netrc.el (top-level): Don't load `encrypt' features.
6528         (netrc-parse): Don't use encrypt.
6529         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6531         * encrypt.el: Remove file.
6533 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6535         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6536         matches on patches.
6538         * gnus-art.el (gnus-article-browse-html-article): Mention
6539         `mm-text-html-renderer' in the doc string.
6541         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6542         string.  Add comments.
6544         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6545         if rhs is ASCII.
6547 2007-12-01  Glenn Morris  <rgm@gnu.org>
6549         * mail-source.el (top-level): Require format-spec before
6550         eval-when-compile.
6552 2007-11-30  Glenn Morris  <rgm@gnu.org>
6554         * encrypt.el: Require password, rather than autoloading password-read.
6556 2007-11-29  Glenn Morris  <rgm@gnu.org>
6558         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6559         (sasl-make-client, sasl-next-step, sasl-step-data)
6560         (sasl-step-set-data): Declare as functions.
6562 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6564         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6566 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6568         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6569         certs should be verified and what is to be done in the event of a
6570         verification failure.
6572         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6573         caller can indicate whether the cache should be disregarded for this
6574         call.  This way the result of the call is reproducible at all times and
6575         can be considered a canonical server name for the supplied method.
6576         (gnus-agent-method-p): Canonicalize server names by pushing their
6577         method through `gnus-method-to-server' using the no-cache argument.
6579         * gnus-srvr.el (gnus-server-insert-server-line): Call
6580         `gnus-method-to-server' with `no-cache' argument.
6582         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6583         gnus-agent-possibly-synchronize-flags as this should be called when the
6584         server is actually being opened.
6585         (gnus-agent-possibly-synchronize-flags)
6586         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6587         flags file of an agentized server to the latter function.
6589         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6590         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6591         after a connection has been established successfully.
6593 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6595         * gnus-art.el (article-display-face): Force to display face if called
6596         interactively; check if gnus-article-x-face-too-ugly matches author.
6597         (article-display-x-face): Display face even if From header is missing
6598         as article-display-face does.
6600 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6602         * hashcash.el (message-narrow-to-headers-or-head)
6603         (message-fetch-field, message-goto-eoh)
6604         (message-narrow-to-headers): Declare as functions.
6606 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6608         * mail-source.el (mail-sources): Default to fetch from file for
6609         compatibility with default of nnmail-spool-file.
6611 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6613         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6614         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6615         to look for encoded word that should be encoded again.
6616         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6617         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6618         encoding pattern.
6619         (rfc2047-decode-region): Switch strict regexp and loose one according
6620         to rfc2047-allow-irregular-q-encoded-words.
6622 2007-11-25  Romain Francoise  <romain@orebokech.com>
6624         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6626 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6628         * tls.el (tls-program): Provide more custom choices from
6629         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6630         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6632 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6634         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6635         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6637         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6638         `nnmail-spool-file'.
6640         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6641         `nnmail-spool-file'.
6643         * gnus-move.el (gnus-change-server): Ditto.
6645         * gnus-kill.el (gnus-batch-score): Ditto.
6647         * gnus-cache.el (gnus-jog-cache): Ditto.
6649         * gnus-msg.el (gnus-summary-reply):
6650         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6652 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6654         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6655         version.  Minor improvement to doc strings.
6656         (tls-program): Add comment.
6658 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6660         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6661         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6662         mismatch between the hostname provided in the certificate and the name
6663         of the host connnecting to.
6664         (open-tls-stream): Use them.  Check certificates against trusted root
6665         certificates.
6667 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6669         * gnus-cache.el (gnus-cache-generate-nov-databases):
6670         Use nnml-generate-nov-databases-directory instead of
6671         nnml-generate-nov-databases-1.
6673 2007-11-24  Glenn Morris  <rgm@gnu.org>
6675         * message.el (message-tool-bar-retro): Update for rename
6676         mail_send.xpm->mail-send.xpm.
6678 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6680         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6681         `smime-ldap-search' for Emacs 22 and up.
6683 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6687         * message.el (message-send-mail-function): Fix error convention.
6688         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6689         (message-widen-reply, message-send-mail, message-talkative-question)
6690         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6691         (message-clone-locals, message-send-news): Use with-current-buffer.
6692         (message-insert-or-toggle-importance): Remove unused var `valid'.
6693         (message-make-references): Remove unused var `new-references'.
6694         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6696 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6698         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6699         (spam-split-symbolic-return-positive): Reflow docstring.
6700         (spam-backends, spam-summary-exit-behavior)
6701         (spam-mark-ham-unread-before-move-from-spam-group)
6702         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6703         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6704         (spam-clear-cache, spam-backend-check, spam-install-backend)
6705         (spam-install-statistical-backend, spam-list-of-processors)
6706         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6707         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6708         (spam-check-crm114, spam-initialize, spam-unload-hook):
6709         Fix typos in docstrings.
6711 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6713         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6714         been checked if they have never been read and those group levels are
6715         higher than the one that a user specified.
6717 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6719         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6720         foreign groups unless a group level is specified by a user.
6721         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6723 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6725         * message.el (message-send-mail-function): Require sendmail.
6727 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6729         * message.el (message-send-mail-function): Check for smtpmail too.
6731         * utf7.el (utf7-encode, utf7-decode): Use coding system
6732         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6734         * message.el (message-send-mail-function): New function.
6735         (message-send-mail-function): Set default using
6736         message-send-mail-function.  Adjust doc string.
6737         (message-send-mail-with-mailclient): New function.
6739 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6741         * smime.el (from):
6742         * rfc2047.el (message-posting-charset):
6743         * qp.el (mm-use-ultra-safe-encoding):
6744         * pop3.el (parse-time-months):
6745         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6746         * nnml.el (files):
6747         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6748         (jka-compr-compression-info-list, ange-ftp-path-format)
6749         (efs-path-regexp):
6750         * nndiary.el (files):
6751         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6752         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6753         (epg-digest-algorithm-alist, inhibit-redisplay)
6754         (password-cache-expiry):
6755         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6756         (pgg-output-buffer, password-cache-expiry):
6757         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6758         (efs-path-regexp):
6759         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6760         (inhibit-redisplay):
6761         * mm-uu.el (file-name, start-point, end-point, entry)
6762         (gnus-newsgroup-name, gnus-newsgroup-charset):
6763         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6764         (latin-unity-ucs-list):
6765         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6766         (mm-uu-binhex-decode-function):
6767         * message.el (gnus-message-group-art, gnus-list-identifiers)
6768         (rmail-enable-mime-composing, gnus-local-organization)
6769         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6770         (gnus-read-active-file, facemenu-add-face-function)
6771         (facemenu-remove-face-function, gnus-article-decoded-p)
6772         (tool-bar-mode):
6773         * mail-source.el (display-time-mail-function):
6774         * gnus-util.el (nnmail-pathname-coding-system)
6775         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6776         (gnus-original-article-buffer, gnus-user-agent)
6777         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6778         (xemacs-codename, sxemacs-codename, emacs-program-version):
6779         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6780         * gnus-start.el (gnus-agent-covered-methods)
6781         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6782         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6783         (gnus-newsgroup-headers, gnus-group-list-mode)
6784         (gnus-group-mark-positions, gnus-newsgroup-data)
6785         (gnus-newsgroup-unreads, nnoo-state-alist)
6786         (gnus-current-select-method, mail-sources)
6787         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6788         (nnmail-spool-file, gnus-cache-active-hashtb):
6789         * gnus-mh.el (mh-lib-progs):
6790         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6791         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6792         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6793         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6794         (gnus-group-buffer):
6795         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6796         (font-lock-set-defaults):
6797         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6798         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6799         (gnus-summary-post-menu, total-parts, type, condition, length):
6800         * gnus-agent.el (gnus-agent-read-agentview):
6801         * flow-fill.el (show-trailing-whitespace):
6802         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6803         eval-and-compile wrappers for byte compiler pacifiers.
6805         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6806         (mm-display-inline-fontify): Check for featurep 'xemacs not
6807         extent-list.
6809         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6810         itimer-list.
6811         (mm-create-image-xemacs): Only do something for XEmacs.
6812         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6814         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6816         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6817         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6819 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6821         * nnimap.el (nnimap-split-download-body):
6822         * gnus-demon.el (gnus-demon):
6823         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6825 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6827         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6828         macros.
6829         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6830         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6831         copy data from unibyte buffer to multibyte current buffer.
6832         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6833         to copy data from unibyte current buffer to multibyte buffer.
6834         (nntp-make-process-buffer): Make process buffer unibyte.
6836         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6838 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6840         * pop3.el (pop3-open-server): Accept and process data more robustly at
6841         connexion start to avoid spurious "POP SSL connexion failed" errors.
6843 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6845         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6846         read group names.
6848 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6850         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6852 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6854         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6855         (nnmail-save-active): Use a unibyte buffer when saving active file,
6856         which may contain non-ASCII group names.
6858         * nnml.el (nnml-request-group): Decode group names in messages.
6860 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6862         * message.el (message-citation-line-function)
6863         (message-insert-formatted-citation-line): Fix spelling of
6864         `message-insert-formated-citation-line'.
6866 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6868         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6870 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6872         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6873         nnmail-pathname-coding-system.
6875         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6876         that a user enters; decode group names in messages.
6878         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6880 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6882         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6884         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6886         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6887         risky local variable.
6889         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6891 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6893         * encrypt.el: Improve documentation to fix function name typo.
6894         Reported by Daiki Ueno <ueno@unixuser.org>.
6896 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6898         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6899         even if the point is not in the last page of an article.
6900         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6901         back to the previous page.
6903 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6905         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6907 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6909         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6911 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6913         * message.el (message-check-news-body-syntax): Avoid
6914         mm-string-as-multibyte.
6915         (message-hide-headers): Don't assume (point-min)==1.
6917 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6919         * message.el (message-remove-blank-cited-lines): Fix if remove is
6920         given.
6921         (message-bogus-address-regexp): New variable.
6922         (message-bogus-recipient-p): New function.
6923         (message-check-recipients): New command.
6924         (message-syntax-checks): Add `bogus-recipient'.
6925         (message-fix-before-sending): Add `bogus-recipient'.
6927         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6928         (gnus-treat-body-boundary): Don't test window-system.
6930 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6932         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6934 2007-10-28  Miles Bader  <miles@gnu.org>
6936         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6937         at compile-time too.
6939 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6941         * gnus-msg.el (gnus-message-setup-hook): Add
6942         `message-remove-blank-cited-lines' to options.
6944 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6946         * message.el (message-remove-blank-cited-lines): New function.
6947         Suggested by Karl Plästerer.
6949 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6951         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6952         mapc.
6954         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6955         (top-level): Use mapc to set functions to be traced for debugging.
6957         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6958         called for effect with while loop.
6960         * message.el (message-talkative-question): Replace mapcar called for
6961         effect with mapc.
6963         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6964         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6965         called for effect with dolist.
6967         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6969         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6970         gnus-extra-headers and nnmail-extra-headers.
6972         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6973         called for effect with dolist.
6974         (top-level): Use mapc to set functions to be traced for debugging.
6976         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6977         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6978         dolist.
6980         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6981         Replace mapcar called for effect with mapc.
6982         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6983         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6984         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6985         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6987         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6988         remove-if that's a cl function.
6990         * webmail.el (webmail-debug): Replace mapcar called for effect with
6991         dolist.
6993         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6994         with mapc.
6996 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6998         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6999         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7000         with while loop.
7002         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7003         functions from article-* functions.
7004         (gnus-multi-decode-header): Replace mapcar called for effect with
7005         dolist.
7007         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7008         (gnus-bookmark-show-details): Replace mapcar called for effect with
7009         while loop.
7011         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7012         called for effect with while loop.
7014         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7015         with dolist.
7017         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7018         mapcar called for effect with dolist.
7020         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7022         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7023         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7024         Replace mapcar called for effect with dolist.
7025         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7026         mapc.
7028         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7029         Replace mapcar called for effect with dolist.
7030         (gnus-topic-list): Replace mapcar called for effect with mapc.
7032         * gnus.el: Use mapc instead of mapcar to add autoloads.
7034 2007-10-23  Richard Stallman  <rms@gnu.org>
7036         * gnus-group.el (gnus-group-highlight): Mark as risky.
7038 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7040         * gnus.el (gnus-server-to-method): Return method found first in
7041         gnus-newsrc-alist.
7043         * gnus-art.el (gnus-article-highlight-signature)
7044         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7045         button overlay without the front stickiness.
7047 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7049         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7050         overview buffer needed a catch to receive its throw.
7051         (gnus-agent-flush-cache): Declared as interactive to make this function
7052         easier to use.
7054 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7056         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7057         `next-line'.
7059 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7061         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7062         exclude address matching message-dont-reply-to-names.
7064 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7066         * gnus-util.el (gnus-string<): New function.
7068         * gnus-sum.el (gnus-article-sort-by-author)
7069         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7071 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7073         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7074         the frame-focus tag is set in gnus-buffer-configuration.
7076 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7078         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7079         the front stickiness.
7081 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7083         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7084         url pattern; remove duplicate one.
7085         (gnus-article-extend-url-button): New function.
7086         (gnus-article-add-buttons): Use it.
7087         (gnus-button-push): Use concatenated url that it makes.
7089 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7091         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7093 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7096         Don't hardcode point-min==1.
7098 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7100         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7101         Fix comment about "iso8859-1".
7103 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7105         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7106         ones returned from the verify-function.
7108         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7109         mml2015-extract-cleartext-signature if extraction failed.
7111 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7114         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7115         failed.
7117 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7119         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7121 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7123         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7124         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7125         recommends to use EasyPG instead of PGG.
7127         * pgg.el: Revert to revision 6.23.2.16.
7129         * pgg-def.el: Revert to revision 6.6.2.14.
7131         * pgg-gpg.el: Revert to revision 6.23.2.34.
7133 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7135         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7136         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7137         thread for both the null and zero (kill/expire thread) universal prefix
7138         cases.
7139         (gnus-summary-expire-thread): Add new function to expire a thread,
7140         using gnus-summary-kill-thread.
7141         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7142         shortcuts for gnus-summary-expire-thread.
7143         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7144         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7146 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7148         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7149         extras value, so an extras entry can be deleted.
7150         (gnus-registry-delete-extra-entry): Use it.
7151         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7152         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7153         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7154         storage through the gnus-registry, and provide an appropriate API for
7155         it.
7157 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7159         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7160         Suggested by Leo <sdl.web@gmail.com>.
7162         * gnus.el: Do.
7164 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7166         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7167         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7169         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7171         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7172         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7174 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7176         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7177         newline.
7178         (nnmbox-request-accept-article): Don't change article in source buffer;
7179         narrow to header to use message-fetch-field rather than
7180         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7181         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7182         as delimiters; make sure article ends with newline.
7183         (nnmbox-delete-mail): Correct last position of article to be deleted;
7184         ignore X-Gnus-Newsgroup header in article body.
7185         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7186         positions; make sure article ends with newline.
7188         * message.el (message-display-abbrev): Don't infloop when a user
7189         inserts SPC in the beginning of header.
7191         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7192         coding-system-for-read and coding-system-for-write for XEmacs having no
7193         file-coding feature.
7195         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7197 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7199         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7200         list of groups not followed by default.  Fix type to be regexp.
7201         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7203 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7205         * hmac-def.el (define-hmac-function): Switch from old-style to
7206         new-style backquotes.
7208         * md4.el (md4-make-step): Likewise.
7210 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7212         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7213         raw-text coding system when saving .newsrc file, which may contain
7214         non-ASCII group names.
7216 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7218         * gnus-cus.el (gnus-score-extra): New widget.
7219         (gnus-score-extra-convert): New function.
7220         (gnus-score-customize): Use it for Extra.
7222 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7224         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7225         (mml2015-mailcrypt-clear-verify): Use it.
7226         (mml2015-gpg-clear-verify): Use it.
7227         (mml2015-pgg-clear-verify): Use it.
7228         (mml2015-epg-clear-verify): Replace the current part with the output
7229         from GnuPG; don't extract the plaintext by itself.
7231         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7232         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7233         mml2015-clear-verify-function; don't touch the armor headers or
7234         dash-escaped text here.
7236 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7238         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7239         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7240         parts, or application/octet-stream as a last resort.
7241         (gnus-mime-view-part-as-type): Don't toggle display.
7242         (gnus-mime-view-part-as-charset): Don't turn off display before
7243         querying charset.
7245         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7246         stuff to undisplayer function in Emacs.
7247         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7249         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7250         text/calendar parts.
7252 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7254         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7255         decoding text/calendar parts.
7257         * message.el (message-forward-make-body-mime): Always mark body as
7258         having no illegible text; remove signed-or-encrypted argument.
7259         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7261         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7262         (mml-generate-mime-1): Don't encode body if it is specified to be in
7263         raw form; don't make buffer be unibyte when inserting multibyte string.
7265 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         * sha1.el: Fix up comment style.
7268         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7269         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7271         * hex-util.el: Fix up comment style.
7272         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7274         * gnus-salt.el: Use with-current-buffer.
7275         (gnus-pick-setup-message): Fix long-standing typo.
7277 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7279         * imap.el (imap-logout-timeout): New variable.
7280         (imap-logout, imap-logout-wait): New functions.
7281         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7283         * nnimap.el (nnimap-logout-timeout): New server variable.
7284         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7285         nnimap-logout-timeout.
7287         * gnus-art.el (gnus-article-summary-command-nosave)
7288         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7290 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7292         * gnus.el (gnus-maximum-newsgroup): New variable.
7294         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7295         according to gnus-maximum-newsgroup.
7297         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7298         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7299         Limit the range of articles according to gnus-maximum-newsgroup.
7301 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7303         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7304         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7305         Don't perform gnus-configure-windows here; reuse existing sticky
7306         article buffer.
7308         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7309         it doesn't exist in gnus-article-mode.
7311 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7313         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7314         (gnus-agent-decoded-group-name): New function.
7315         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7316         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7318 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7320         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7321         Add binding for gnus-sticky-article.
7322         (gnus-summary-exit): Don't kill sticky article buffers.
7324         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7325         article buffer.
7326         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7327         (gnus-kill-sticky-article-buffers): New commands.
7329 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7331         * nntp.el (nntp-xref-number-is-evil): New server variable.
7332         (nntp-find-group-and-number): If it is non-nil, don't trust article
7333         numbers in the Xref header.
7335 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7337         * gnus-agent.el (gnus-agent-read-group): New function.
7338         (gnus-agent-flush-group, gnus-agent-expire-group)
7339         (gnus-agent-regenerate-group): Use it.
7340         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7341         nnmail-pathname-coding-system.
7343 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7345         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7347         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7348         that are unread as unread, and also as selected so that information of
7349         marks having been changed by a user may be updated when exiting group.
7351 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7353         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7354         calculated ignoring signature parts to gnus-treat-article.
7356 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7358         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7359         a point here in order to keep the window start.
7360         (gnus-insert-mime-security-button): Make a button overlay without the
7361         front stickiness.
7362         (gnus-mime-display-security): Goto the end of a button.
7364         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7366 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7368         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7369         group-name-at-point.
7370         (gnus-group-completing-read): New function that offers decoded
7371         non-ASCII group names for completion.
7372         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7373         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7374         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7375         (gnus-group-fetch-control): Use it.
7376         (gnus-fetch-group): Use group-name-at-point for the initial value
7377         rather than the default value; use gnus-alive-p.
7379         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7380         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7381         (gnus-summary-post-news): Use gnus-group-completing-read.
7383         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7384         (gnus-read-move-group-name): Decode group name for completion.
7386 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7388         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7389         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7390         Yamaoka slightly modified the code).
7392 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7394         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7395         (nnmail-split-incoming): Bind it.
7397         * nnml.el (nnml-group-name-charset): New function.
7398         (nnml-decoded-group-name): Use it; don't decode group name if
7399         nnmail-group-names-not-encoded-p is non-nil.
7400         (nnml-encoded-group-name): New function.
7401         (nnml-group-pathname): Inline nnml-decoded-group-name.
7402         (nnml-request-expire-articles): Decode group name in message.
7403         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7404         nnmail-pathname-coding-system.
7405         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7406         not decoded ones according to nnmail-group-names-not-encoded-p.
7407         (nnml-generate-active-info): Use nnml-encoded-group-name.
7409 2007-08-08  Glenn Morris  <rgm@gnu.org>
7411         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7412         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7413         doc-strings and comments.
7415 2007-07-25  Glenn Morris  <rgm@gnu.org>
7417         * Relicense all FSF files to GPLv3 or later.
7419 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7421         * gnus-sum.el (gnus-summary-move-article): Make
7422         gnus-summary-respool-article work.
7424 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7426         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7427         string.
7429 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7431         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7432         that should be ignored when comparing distant RSS articles with local
7433         ones.
7434         (nnrss-make-hash-index): New function.  Create a hash index according
7435         to the ignored fields.
7436         (nnrss-check-group): Use it.
7438 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7440         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7442         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7444         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7445         the new optional argument ENCODED is non-nil.
7446         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7447         coding system for encoding group name.
7448         (gnus-group-make-rss-group): Pass un-encoded group name to
7449         gnus-group-make-group.
7450         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7451         encoded.
7453         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7454         Encode group name to which articles are moved or copied.
7455         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7456         coding system for encoding Newsgroup, Followup-To and Xref headers.
7458         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7459         marks; use nnheader-file-coding-system to write a file.
7460         (nnagent-retrieve-headers): Bind file-name-coding-system to
7461         nnmail-pathname-coding-system.
7463         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7465         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7466         (nnml-request-article, nnml-request-create-group)
7467         (nnml-request-rename-group, nnml-find-id)
7468         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7469         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7470         (nnml-save-marks): Use nnml-group-pathname instead of
7471         nnmail-group-pathname.
7473         (nnml-request-create-group, nnml-request-expire-articles)
7474         (nnml-request-move-article, nnml-request-delete-group)
7475         (nnml-deletable-article-p, nnml-possibly-create-directory)
7476         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7477         (nnml-open-marks): Bind file-name-coding-system to
7478         nnmail-pathname-coding-system.
7480         (nnml-request-article): Pass server argument to nnml-find-group-number.
7481         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7482         server argument to nnml-possibly-create-directory.
7483         (nnml-request-accept-article): Pass server argument to
7484         nnml-active-number and nnml-save-mail.
7485         (nnml-find-group-number): Pass server argument to nnml-find-id.
7486         (nnml-request-update-info): Pass server argument to
7487         nnml-marks-changed-p.
7489         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7490         (nnml-save-mail, nnml-active-number): Add server argument.
7492         (nnml-request-delete-group): Warn if group is missing.
7493         (nnml-get-nov-buffer): Decode group name.
7494         (nnml-generate-active-info): Encode group name.
7495         (nnml-open-marks): Decode group name in messages.
7497 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7499         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7500         if it is not specified.
7501         (gnus-article-pipe-part, gnus-article-save-part)
7502         (gnus-article-interactively-view-part, gnus-article-copy-part)
7503         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7504         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7505         (gnus-article-replace-part, gnus-article-delete-part)
7506         (gnus-article-view-part-as-type): Pass raw prefix argument to
7507         gnus-article-part-wrapper.
7509 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7511         * gnus-agent.el (gnus-agent-save-active): Bind
7512         nnheader-file-coding-system to gnus-agent-file-coding-system.
7514         * gnus-cache.el (gnus-cache-save-buffers)
7515         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7516         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7517         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7518         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7519         (gnus-cache-generate-active, gnus-cache-rename-group)
7520         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7521         (gnus-cache-update-overview-total-fetched-for): Bind
7522         file-name-coding-system to nnmail-pathname-coding-system.
7523         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7524         variables.
7525         (gnus-cache-decoded-group-name): New function.
7526         (gnus-cache-file-name): Use it.
7527         (gnus-cache-generate-active): Use non-decoded group name for active.
7529         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7530         right place.
7531         (gnus-write-active-file): Don't break non-ASCII group names.
7533         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7534         nnmail-pathname-coding-system.
7536         * lpath.el: Bind default-file-name-coding-system,
7537         file-name-coding-system and language-info-alist for XEmacs.
7539         * gnus-uu.el (gnus-uu-decode-save): Typo.
7541 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7543         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7545 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7547         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7548         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7549         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7550         (gnus-agent-flush-group, gnus-agent-flush-cache)
7551         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7552         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7553         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7554         (gnus-agent-regenerate-group)
7555         (gnus-agent-update-files-total-fetched-for)
7556         (gnus-agent-update-view-total-fetched-for): Bind
7557         file-name-coding-system to nnmail-pathname-coding-system.
7558         (gnus-agent-group-pathname): Don't encode file names by
7559         nnmail-pathname-coding-system.
7560         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7561         coding-system-for-write instead of buffer-file-coding-system to
7562         gnus-agent-file-coding-system.
7564         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7565         Decode group name.
7567         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7569         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7570         (gnus-read-newsrc-el-file): Make group names unibyte.
7572         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7573         nnmail-pathname-coding-system.
7575         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7576         (nnrss-request-delete-group): Bind file-name-coding-system to
7577         nnmail-pathname-coding-system.
7578         (nnrss-read-server-data, nnrss-read-group-data): Bind
7579         file-name-coding-system correctly.
7580         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7582         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7583         (nntp-server-to-method-cache): New variable.
7584         (nntp-group-pathname): New function that decodes non-ASCII group names.
7585         (nntp-possibly-create-directory, nntp-marks-changed-p)
7586         (nntp-save-marks, nntp-open-marks): Use it.
7587         (nntp-possibly-create-directory, nntp-open-marks):
7588         Bind file-name-coding-system to nnmail-pathname-coding-system.
7589         (nntp-open-marks): Decode group names when bootstrapping marks.
7591         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7592         Newsgroups and Folowup-To headers.
7594 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7596         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7597         (gnus-server-closed-face, gnus-server-denied-face)
7598         (gnus-server-offline-face): Remove variable.
7599         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7601         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7602         of modifying message-stack directly for XEmacs.
7604         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7605         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7606         if the coding-system argument is nil for XEmacs.
7608         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7609         mm-charset-override-alist.
7611         * rfc2047.el: Don't require base64; require rfc2045 for the function
7612         rfc2045-encode-string.
7613         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7614         to quote the parameter value.
7616 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7618         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7619         form in gnus-group-name-charset-method-alist.
7621         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7622         overrides the default layout edit-form.
7624         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7626         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7628 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7630         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7631         as unfetched articles.
7633 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7635         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7637 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7639         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7640         original back end that keeps marks in the local system.
7642 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7644         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7645         arg of pop-to-buffer for XEmacs.
7646         (gnus-article-read-summary-keys): Ditto; don't restore window
7647         configuration if summary command ends up with neither article buffer
7648         nor summary buffer; describe bindings if summary keys end with C-h.
7650 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7652         * message.el (message-fix-before-sending): Skip raw message part to be
7653         forwarded while checking illegible text.
7654         (message-forward-make-body-mime, message-forward-make-body): Mark
7655         signed or encrypted raw message as having no illegible text.
7657 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7659         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7660         (gnus-message-with-timestamp-1): New macro.
7661         (gnus-message-with-timestamp): New function.
7662         (gnus-message): Use them.
7664         * nnheader.el (nnheader-message): Use them.
7666 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7668         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7669         .newsrc.eld file.
7671 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7673         * gnus-agent.el (gnus-agent-fetch-headers)
7674         (gnus-agent-retrieve-headers): Bind
7675         gnus-decode-encoded-address-function to identity.
7677         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7678         available also when the server returns simply a dot.
7680         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7682 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7684         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7686 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7688         * gnus-ems.el (gnus-x-splash): Make it work.
7690         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7691         from being used.
7693         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7695 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7697         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7698         4th and the 5th arguments.
7700         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7701         the front stickiness.
7702         (gnus-article-summary-command-nosave): Correct the order of the
7703         arguments passed to pop-to-buffer.
7704         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7705         summary command ends up with the article buffer.
7707         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7708         the same faces.
7710 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7712         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7714 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7716         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7717         * gnus-sum.el (gnus-summary-highlight):
7718         * pgg.el (pgg-sign-region, pgg-sign):
7719         * mail-source.el (mail-source-delete-old-incoming-confirm):
7720         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7722 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7724         * gnus-art.el (gnus-mime-view-part-externally)
7725         (gnus-mime-view-part-internally): Fix predicate function passed to
7726         completing-read.
7728         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7730         * gnus.el (gnus-update-message-archive-method): Add :version.
7732 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7734         * gnus.el (gnus-update-message-archive-method): New variable.
7736         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7737         according to gnus-message-archive-method if
7738         gnus-update-message-archive-method is non-nil.
7740 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7742         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7743         by Loic Dachary <loic@dachary.org>.
7744         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7746 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7748         * message.el (message-pop-to-buffer): Add switch-function argument.
7749         (message-mail): Pass switch-function argument to it.
7751 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7753         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7754         Improve doc string.
7756 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7758         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7759         (gnus-header-content)
7760         * gnus-cite.el (gnus-cite-10)
7761         * gnus-srvr.el (gnus-server-closed)
7762         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7763         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7764         (gnus-group-mail-3-empty, gnus-group-mail-low)
7765         (gnus-group-mail-low-empty, gnus-splash)
7766         * message.el (message-header-to, message-header-cc)
7767         (message-header-subject, message-header-other, message-header-name)
7768         (message-header-xheader, message-separator, message-cited-text)
7769         (message-mml): Lighten colors of faces used for dark background.
7771 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7773         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7774         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7776 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7778         * message.el (message-narrow-to-headers-or-head):
7779         Ignore mail-header-separator in the body.
7781 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7783         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7784         same as window size.
7786 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7788         * message.el (message-font-lock-keywords): Use message-header-xheader
7789         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7790         ahead of the anything pattern, to get it recognised.
7792 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7794         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7795         spam.el loads uses it in the compiled defadvice form.
7797 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7799         * gnus-sum.el (gnus-articles-to-read)
7800         (gnus-summary-insert-old-articles): Don't truncate group name for
7801         `read-string'.
7803         * gnus-util.el (gnus-limit-string): Delete this function.
7805         * gnus-sum.el (gnus-simplify-subject-fully): Use
7806         `truncate-string-to-width' instead.
7808 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7810         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7811         if, on summary exit, the next group has to be selected.
7812         (gnus-summary-exit): Use it.
7814 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7816         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7817         non-break space.
7819 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7821         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7822         Check if group is not a directory.
7823         (nnfolder-request-expire-articles): Don't delete articles if the target
7824         group is not available.
7826         * nnml.el (nnml-request-create-group): Properly check if group is not a
7827         file.
7828         (nnml-request-expire-articles): Don't delete articles if the target
7829         group is not available.
7831         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7832         Don't quote characters that are within parentheses.
7834 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7836         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7837         (gnus-handle-ephemeral-exit): Select article according to it.
7839 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7841         * message.el (message-insert-formated-citation-line): Remove newline.
7842         (message-citation-line-format): Add final \n here so that the user can
7843         avoid a blank line.
7845 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7847         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7848         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7849         Update lanl/arXiv support.
7851 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7853         * gnus.el: Bump version number.
7855 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857         * gnus.el (gnus-version-number): Bump version.
7859 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7861         * gnus.el: No Gnus v0.6 is released.
7863 2007-04-27  Didier Verna  <didier@xemacs.org>
7865         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7866         * gmm-utils.el (gmm-regexp-concat): here.
7867         * message.el: Don't require 'gnus-util.
7868         (message-dont-reply-to-names): Handle name change above.
7869         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7871 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7873         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7874         since the initial value varies according to the system.
7876 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7878         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7880 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7882         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7884 2007-04-24  Didier Verna  <didier@xemacs.org>
7886         Improve the type of gnus-ignored-from-addresses.
7887         * gnus-util.el (gnus-orify-regexp): New function.
7888         * message.el (gnus-util): Require it.
7889         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7890         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7893 2007-04-24  Didier Verna  <didier@xemacs.org>
7895         * gnus-sum.el:
7896         * gnus-utils.el: Fix some trailing whitespaces.
7898 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7900         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7901         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7902         article's Message-ID; refer parent article in summary buffer.
7904         * message.el (message-bounce): Call mime-to-mml.
7906         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7907         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7908         optimize and/or forms properly.
7910 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7912         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7913         URL.
7915 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7917         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7919 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7921         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7922         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7923         displayed of multipart/alternative part if it is invoked from summary
7924         buffer.
7926         * mm-view.el (mm-inline-text-html-render-with-w3m)
7927         (mm-inline-text-html-render-with-w3m-standalone)
7928         (mm-inline-render-with-function): Use mail-parse-charset by default.
7930 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7932         * parse-time.el (parse-time-string-chars): Check if CHAR
7933         is less than the length of parse-time-syntax.
7935 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7937         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7938         from gnus-newsgroup-processable.
7940 2007-04-16  Didier Verna  <didier@xemacs.org>
7942         * gnus-msg.el (gnus-configure-posting-styles): Handle
7943         message-signature-directory properly with :file syntax.  Reported by
7944         "Leo".
7946 2007-04-11  Didier Verna  <didier@xemacs.org>
7948         New user option: message-signature-directory.
7949         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7950         * message.el (message-insert-signature): Ditto.
7951         * message.el (message-signature-file): Doc update.
7952         * message.el (message-signature-directory): New.
7954 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7956         * gnus-msg.el (gnus-inews-yank-articles): Use
7957         message-exchange-point-and-mark instead of exchange-point-and-mark.
7959 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7961         * message.el (message-yank-original): Make sure cited text ends with
7962         newline; don't exchange point and mark.
7964 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7966         * tls.el (open-tls-stream): Properly handle case where there
7967         is no associated buffer.
7969 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7971         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7972         message-yank-original, make sure (< mark TEXT point).
7974 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7976         * message.el (message-fill-column): New variable.
7977         (message-mode): Use it.  Add comment on a possible new hook.
7979         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7980         (nnmail-get-new-mail): Reformat.
7982         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7984         * gmm-utils.el: Fix Commentary.
7985         (gmm-tool-bar-from-list): Fix typo in doc string.
7987 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7989         * message.el (message-yank-original): Don't switch point and mark
7990         unnecessarily to put point and mark as documented.
7992 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7995         from the message heads.
7997 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7999         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8000         article buffer does not have a window.  This may not be the best
8001         solution but is certainly better than setting the start of the null,
8002         that is the current, window.
8004 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8006         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8007         (gnus-draft-setup): Run it.
8009         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8010         gnus-score-fast-scoring.  Allow regexp.
8011         (gnus-score-headers): Use it.
8013         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8014         XEmacs.
8016         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8017         string.
8018         (gnus-button-alist): Also catch `<f1> k ...'.
8019         (gnus-treat-display-x-face): Fix doc string.
8021 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8023         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8024         evaluation of gnus-extended-version to ensure correct generation of the
8025         User-Agent header when message-generate-headers-first is used.
8027 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8029         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8030         hashcash-path is nil.  Don't call callback with incorrect number of
8031         parameters if val is 0.
8033 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8035         * message.el (message-required-news-headers):
8036         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8038 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8040         * tls.el (open-tls-stream): In handshake-waiting loop,
8041         don't wait more if there is output available to process.
8043 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8045         * tls.el (tls-program): Doc fix.
8047 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8049         * message.el (message-generate-new-buffers): Change the meaning of the
8050         nil value; add `standard' to the choices; treat t as `unique'; improve
8051         doc string.
8052         (gnus-select-frame-set-input-focus): Autoload.
8053         (message-buffer-name): Search for the existing message buffer if
8054         message-generate-new-buffers is nil or `standard'; treat the value t of
8055         message-generate-new-buffers as `unique'.
8056         (message-pop-to-buffer): Raise the frame already displaying the message
8057         buffer; clear the echo area after querying.
8058         (message-setup): Pass the `continue' argument to compose-mail.
8059         (message-mail): Prefer `switch-function' if it is given; search for the
8060         existing message buffer if the `continue' argument is non-nil; pass
8061         continue and switch-function arguments to compose-mail by way of
8062         message-setup.
8063         (message-mail-other-window): Adjust argument of message-setup.
8064         (message-mail-other-frame): Ditto.
8066 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8068         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8069         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8070         to turn font-lock on when turning gnus-message-citation-mode on.
8072 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8074         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8075         (mml-smime-function-alist): New variable; add epg as the backend.
8076         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8077         mml-smime- functions instead.
8078         * mm-view.el: Require smime.
8080 2007-03-05  Didier Verna  <didier@xemacs.org>
8082         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8083         instead of just inheritance for posting styles.
8084         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8086 2007-02-24  Chris Moore  <dooglus@gmail.com>
8088         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8089         * pgg-pgp.el (pgg-pgp-encrypt-region):
8090         * pgg-gpg.el (pgg-gpg-encrypt-region):
8091         Check pgg-encrypt-for-me if no other recipients.
8093 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8095         * tls.el (tls-certtool-program): Fix custom type.
8097 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8099         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8100         and point-at-eol instead of line-(beginning|end)-position.
8102         * assistant.el (assistant-parse-buffer): Ditto.
8104         * netrc.el (netrc-parse-services): Ditto.
8106 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8108         * mml2015.el (mml2015-epg-find-usable-key): New function.
8109         (mml2015-epg-sign): Use it.
8110         (mml2015-epg-encrypt): Use it.
8112 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8114         * message.el (message-make-in-reply-to): Quote name containing
8115         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8116         if there are special characters.  Reported by NAKAJI Hiroyuki
8117         <nakaji@jp.freebsd.org>.
8119 2007-02-27  Didier Verna  <didier@xemacs.org>
8121         Include the group parameters as well as the topic ones in the
8122         inheritance filter process.
8123         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8124         argument GROUP-PARAMS-LIST.
8125         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8127 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8129         * nntp.el (nntp-never-echoes-commands)
8130         (nntp-open-connection-functions-never-echo-commands): New variables.
8131         (nntp-send-command): Use them.
8133 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8135         * mml2015.el (mml2015-epg-verify): Simplified.
8137 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8139         * mml.el (mml-content-disposition-alist): New user option.
8140         (mml-content-disposition): New function.
8141         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8142         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8144 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8146         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8147         verification.
8149 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8151         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8152         articles posted in the last 24 hours.
8154 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8156         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8158 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8160         * nntp.el (nntp-send-command): Don't wait for echoes when
8161         nntp-open-ssl-stream is used.
8163 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8165         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8166         (gnus-message-add-citation-keywords)
8167         (gnus-message-remove-citation-keywords): Remove.
8168         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8169         directly, make the variables in font-lock-defaults buffer-local, add
8170         gnus-message-citation-keywords to them and then update the value of
8171         font-lock-keywords.
8173 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8175         * message.el (message-cite-original-1): Don't call
8176         gnus-article-highlight-citation.
8178         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8179         citations; fix line count.
8181 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8183         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8184         (gnus-message-add-citation-keywords)
8185         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8186         versions of font-lock-add-keywords and font-lock-remove-keywords to
8187         work with XEmacs correctly.
8189 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8191         * gnus-cite.el (gnus-cite-face-list): Set the values of
8192         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8193         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8194         (gnus-message-cite-prefix-regexp): New variable.
8195         (gnus-message-search-citation-line): Use it; protect against long
8196         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8197         the 0th match data for Emacs.
8198         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8199         (gnus-message-add-citation-keywords): Append keywords rather than
8200         prepending; emulate font-lock-add-keywords if it is not available.
8201         (gnus-message-remove-citation-keywords): Emulate
8202         font-lock-remove-keywords if it is not available.
8204         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8206         * message.el (message-cite-prefix-regexp): Set the value of
8207         gnus-message-cite-prefix-regexp.
8209 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8211         * nnweb.el (nnweb-google-parse-1): Update parser.
8213 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8215         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8217 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8219         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8220         regexp.
8222 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8224         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8225         string-to-multibyte.
8226         (uudecode-decode-region-internal): Use it.
8228         * lpath.el: Fbind string-as-multibyte for XEmacs.
8230 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8232         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8233         custom choice.
8235         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8237 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8239         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8241         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8242         `write-region' to respect `mm-inhibit-file-name-handlers'.
8244 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8246         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8247         Use gnus-home-directory instead of "~/" or "$HOME".
8249 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8251         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8252         to mention filename.
8253         Add comments at beginning regarding usage.
8254         (encrypt-write-file-contents): Change interactive so a string is
8255         acceptable.  If the file has no associated model, show an error instead
8256         of a nonsense prompt.
8258 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8260         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8261         Thanks to Yoshihiko Yamada for kind notification of this typo.
8263 2007-01-12  Kenichi Handa  <handa@m17n.org>
8265         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8266         multibyte buffer.
8268 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8270         * gnus-score.el (gnus-score-fast-scoring): New variable.
8271         (gnus-score-headers): Use it.
8273         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8275         * message.el (message-cite-original-1): Call
8276         gnus-article-highlight-citation if requested.
8277         (message-make-from): Allow name and address as optional arguments.
8279         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8281         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8282         bugs to doc string.
8283         (gnus-button-alist): Add mid\\|message-id.
8284         (gnus-button-fetch-group): Extend for use in
8285         `browse-url-browser-function'.
8286         (gnus-button-url-regexp): Try to catch paired parentheses like in
8287         Wikipedia URLs.
8289         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8290         Suggested by Simon Krahnke <overlord@gmx.li>.
8292 2007-01-13  Romain Francoise  <romain@orebokech.com>
8294         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8295         Update copyright.
8297 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8299         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8301 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8303         * gnus-registry.el (gnus-registry-unfollowed-groups)
8304         (gnus-registry-split-fancy-with-parent): Fix documentation.
8306 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8309         from nnweb groups.
8311 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8314         Xref urls.  Erase buffer before requesting head.
8316 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8318         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8319         customizable.
8321 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8323         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8324         no signing key is found.
8325         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8326         no encrypting and/or signing key is found.
8328 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8330         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8332 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8334         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8335         headers read from disk with the ones newly found in the current search.
8336         This should no longer cause problems, because the article numbers in
8337         Gmane's `nov.php' output are ignored since the previous change.
8339 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8343 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8345         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8346         replace-regexp-in-string; bind url-version; fbind display-images-p and
8347         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8348         find-face and set-itimer-function for Emacs; bind itimer-list for
8349         Emacs.
8351         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8353 2007-01-01  Romain Francoise  <romain@orebokech.com>
8355         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8357 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8359         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8360         `define-minor-mode' macro definition expanded properly.
8361         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8362         exclude it there.
8364         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8365         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8366         `fboundp' test.
8367         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8368         This is OK to autoload in (S)XEmacs now.
8370 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8373         keystroke.
8374         (gnus-summary-limit-to-singletons): Fix typo.
8376         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8377         else fails.
8379 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8381         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8382         docstring.
8384         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8385         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8386         (gnus-summary-insert-dormant-articles): Fix typo in message.
8388 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8390         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8391         nil for XEmacs.
8392         (gnus-message-citation-mode): Don't autoload in XEmacs.
8394         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8396 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8398         * nnimap.el (nnimap-expunge-search-string): Mention
8399         nnimap-search-uids-not-since-is-evil in docstring.
8401 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8403         * spam.el: Revert to make-obsolete-variable because
8404         define-obsolete-variable-alias is not supported in Emacs 21.
8406         * spam.el (spam-ifile-path, spam-ifile-database-path)
8407         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8408         make-obsolete-variable.
8409         (spam-bsfilter-path, spam-bsfilter-program)
8410         (spam-spamassassin-path, spam-spamassassin-program)
8411         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8412         use "path" inappropriately.
8413         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8414         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8415         variable names.
8417 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8419         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8420         summary buffer.
8422         * password.el (password-cache-remove): Use clear-string to burn
8423         password, if available.
8425 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8427         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8429         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8431         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8432         (gnus-message-highlight-citation): Move defcustom here from
8433         gnus-cite.el.
8434         (gnus-message-citation-mode): Autoload.
8436         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8437         checks to make it compile with XEmacs.
8438         (gnus-message-citation-mode): New minor mode.
8439         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8440         (gnus-message-highlight-citation): New variables.
8441         (gnus-message-search-citation-line)
8442         (gnus-message-add-citation-keywords)
8443         (gnus-message-remove-citation-keywords)
8444         (turn-on-gnus-message-citation-mode)
8445         (turn-off-gnus-message-citation-mode): New functions.
8447 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8449         * gnus-cite.el: Enable highlighting of different citation levels in
8450         message-mode.
8452 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8454         * message.el (message-make-fqdn): Fix comment.
8455         (message-bogus-system-names): Add ".local".
8457         * spam.el (spam-ifile-path, spam-ifile-program)
8458         (spam-ifile-database-path, spam-ifile-database)
8459         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8460         Don't use "path" inappropriately.
8461         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8462         strings.
8463         (spam-check-ifile, spam-ifile-register-with-ifile)
8464         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8465         new variable names.
8467         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8468         (gnus-treat-display-smileys): Simplify using
8469         gnus-image-type-available-p.
8471         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8472         available.
8474         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8475         `display-images-p' if available.
8477 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8479         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8480         one after turning on the buffer's multibyteness instead of decoding
8481         them directly in the unibyte buffer that causes unexpected conversion
8482         in Emacs 23 (unicode).
8484 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8486         * message.el (message-generate-hashcash): Fix custom type.
8488 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8490         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8492 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8494         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8495         disconnect icons.  Add help text.
8497 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8499         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8500         negated to be consistent with the others we handle.
8502 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8505         version of gnus-summary-buffer to something, so that we can use two
8506         article buffers at the same time.
8508 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8510         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8511         trigger all the extra headers.
8512         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8513         sorting.
8515 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8517         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8518         solid groups.
8520 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8522         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8524 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8526         * legacy-gnus-agent.el: Add Copyright notice.
8528 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8530         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8532 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8536         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8537         to make it work reliably in CVS Emacs.
8538         (gnus-summary-limit-strange-charsets-predicate)
8539         (gnus-summary-limit-to-predicate): New functions.
8541 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8543         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8544         specifying array size.
8545         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8546         array if it is too small.
8547         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8548         (gnus-sort-threads-loop): New function.
8550 2006-12-06  Chris Moore  <dooglus@gmail.com>
8552         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8553         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8555 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8557         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8558         options.
8560 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8563         DOS-ing the recipient.
8565         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8566         the headers when creating the mapping to avoid mismappings.
8567         (nnweb-gmane-create-mapping): Always nix out old mapping.
8569 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8571         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8572         and mm-verify-option to never.
8574 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8576         * message.el (message-signed-or-encrypted-p): New function.
8577         (message-forward-make-body): Use it.
8579         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8580         Replace encode-coding-string with mm-encode-coding-string.
8582 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8584         * nneething.el (nneething-decode-file-name): Replace
8585         decode-coding-string with mm-decode-coding-string.
8587         * gnus-int.el (gnus-open-server): Say failed server's name.
8589 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8591         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8592         strings to a single string.  Quote `errors-file-name'.
8593         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8594         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8595         Adjust calls.  Use `shell-quote-argument'.
8597 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8599         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8600         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8602         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8603         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8604         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8605         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8606         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8607         (gnus-subscribe-newsgroup, gnus-1):
8608         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8609         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8610         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8611         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8613 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8616         keystroke.
8617         (gnus-summary-limit-to-bodies): Implement headersp.
8619 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8623 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8625         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8627 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629         * message.el (message-generate-hashcash): Expand range of values to
8630         include `opportunistic'.
8631         (message-send-mail): Use it.
8633 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8635         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8636         and comment it.
8638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8640 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8642         * gnus-util.el (gnus-extract-address-components): Improve comment.
8644 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8646         * gnus-util.el (gnus-extract-address-components): Work with address in
8647         which the name portion contains @.
8649         * lpath.el: Fbind custom-autoload.
8651 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8653         * gnus.el (gnus-start): Move custom group up.
8654         (gnus-select-method): Don't autoload, but make it available for
8655         `customize-variable'.
8656         (gnus-getenv-nntpserver): Don't autoload.
8658 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8660         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8662 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8664         * message.el (message-sendmail-extra-arguments): New variable.
8665         (message-send-mail-with-sendmail): Use it.
8667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8669         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8670         mm-with-unibyte-current-buffer to make string unibyte.
8672         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8673         mm-string-as-multibyte.
8675 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8677         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8678         Reported by Werner Koch <wk@gnupg.org>.
8680 2006-11-14  Daiki Ueno  <ueno@p360>
8682         * mml2015.el: Autoload epa-select-keys when compiling.
8684 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8686         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8687         message-options.
8688         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8690 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8692         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8693         EasyPG (< 0.0.6).
8694         (mml2015-always-trust): New user option.
8695         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8696         prompt.
8698 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * nntp.el (nntp-authinfo-force): New variable.
8701         (nntp-send-authinfo): Use it.
8703 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8705         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8706         decode encoded words.  Improve prompt.  Add comment about forwarding.
8707         (message-replacement-char): Move up.
8709 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8711         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8712         instead of gnus-intersection because arguments of gnus-sorted-nunion
8713         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8715 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8717         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8718         (message-simplify-subject-functions): Enable
8719         message-strip-subject-encoded-words by default.
8721 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8723         * message.el (message-strip-subject-encoded-words): New function.
8724         (message-simplify-subject-functions): New variable.
8725         (message-simplify-subject): Use it.  Fix typo in doc string.
8726         Support message-strip-subject-encoded-words.
8728 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8730         * gnus-diary.el (gnus-diary-delay-format-function):
8731         * nndiary.el (nndiary-reminders):
8732         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8734 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8736         * gnus-art.el (article-hide-boring-headers): Fetch date from
8737         gnus-original-article-buffer to avoid problems with localized date
8738         strings.
8740 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8742         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8744 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8746         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8747         New variables.
8748         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8749         (mm-charset-synonym-alist): Move some entries to
8750         mm-codepage-iso-8859-list.
8751         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8752         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8754 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8756         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8758 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8760         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8761         with Emacs 21 and XEmacs.
8763 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8765         * spam.el (spam-parse-address): New function for better parsing,
8766         catching errors, etc.
8767         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8769 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8771         * mm-view.el: Add interactive arg to html2text autoload.
8773 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8775         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8777 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8779         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8780         variables.
8781         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8782         (mm-charset-synonym-alist): Move some entries to
8783         mm-codepage-iso-8859-list.
8785         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8787 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8789         * message.el (message-citation-line-format)
8790         (message-insert-formated-citation-line): Fix implementation of %E, %N
8791         and %n according to the doc string.
8793 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8795         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8796         car-safe to avoid bad parses.
8798 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8800         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8801         names.
8803         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8805 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8807         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8808         header.
8810         * message.el (message-draft-headers): Add Date.
8811         (message-headers-to-generate): Fix typo in docstring.
8813         * nndraft.el (nndraft-required-headers): New variable.
8814         (nndraft-generate-headers): Use it.
8816         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8818 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8820         * gnus-registry.el (gnus-registry-wash-for-keywords)
8821         (gnus-registry-find-keywords): New functions to allow easy searching of
8822         articles that are in the registry.
8824 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8826         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8827         ietf-drums-parse-address instead of gnus-extract-address-components.
8828         Reported by Damien Elmes <damien@repose.cx>.
8830 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8832         * gnus.el (gnus-mime): Remove unused custom group.
8834 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8837         "blank line" when searching for end of armor headers.
8839 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8841         * gmm-utils.el (gmm-write-region): Fix variable name.
8843 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8845         * gmm-utils.el (gmm-write-region): New function based on compatibility
8846         code from `mm-make-temp-file'.
8848         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8850         * nnmaildir.el (nnmaildir--update-nov)
8851         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8852         Use `gmm-write-region'.
8854 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8856         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8857         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8859         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8861         * message.el (message-replacement-char): New variable.
8862         (message-fix-before-sending): Use it.
8863         (message-simplify-subject): New function to remove duplicate code.
8864         (message-reply, message-followup): Use it.
8866         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8867         gnus-summary-limit-to-articles.
8869 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8871         * gnus-util.el (gnus-with-local-quit): New macro.
8873         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8875 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8877         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8878         ignore non-string data.
8880 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8882         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8883         non-string data (needs to be done in the registry too).
8885 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8887         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8888         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8889         (gnus-registry-split-fancy-with-parent)
8890         (gnus-registry-fetch-simplified-message-subject-fast)
8891         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8892         Remove text properties on ingress into the registry and when it's saved.
8893         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8894         registry from entries with no groups.
8896 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8898         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8899         function to remove string properties.
8901 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8903         * gmm-utils.el (gmm): Adjust custom version.
8905         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8906         custom version.
8908         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8910 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8912         * gnus-art.el (gnus-insert-prev-page-button)
8913         (gnus-insert-next-page-button): Simplify.  Reformat.
8915 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8917         * gnus-art.el (gnus-insert-prev-page-button)
8918         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8920 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8922         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8924 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8926         * gnus-art.el (gnus-insert-mime-button)
8927         (gnus-insert-mime-security-button):
8928         Apply gnus-article-button-face to MIME and security buttons.
8930 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8932         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8933         readable.
8935 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8937         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8939 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8941         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8942         `browse-url-of-file' instead of `browse-url'.
8944 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8946         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8947         regexp.  Articles containing quotation were cut prematurely.
8949 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8951         * message.el (message-cite-original-1): Use nobody by default for the
8952         value of From header.
8953         (message-reply): Ditto.
8955 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8957         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8958         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8959         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8961 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8963         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8964         mails in the doc string.  Add some URLs in comment.
8965         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8967 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8969         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8970         backslashes handling and the way to find boundaries of quoted strings.
8972 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8974         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8975         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8976         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8977         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8979 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8981         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8982         doc string.
8983         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8985 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8987         * lpath.el: Fbind epg-check-configuration.
8989 2006-09-06  Simon Josefsson  <jas@extundo.com>
8991         * mml2015.el (mml2015-use): Doc fix, mention epg.
8993 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8995         * mml2015.el (mml2015-use): Default to epg, if available.
8997 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8999         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9000         message-sender.
9001         (mml1991-epg-encrypt): Ditto.
9002         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9003         message-sender.
9004         (mml2015-epg-encrypt): Ditto.
9006 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9008         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9009         several common directories.
9011 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9013         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9014         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9016 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9018         * gnus-art.el (article-decode-encoded-words): Make it fast.
9020 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9022         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9024         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9025         in quoted string into `\'.
9027 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9029         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9030         Use standard-syntax-table.
9032 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9034         * gnus-art.el (gnus-decode-address-function): New variable.
9035         (article-decode-encoded-words): Use it to decode headers which are
9036         assumed to contain addresses.
9037         (gnus-mime-delete-part): Remove useless `or'.
9039         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9040         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9041         (gnus-nov-parse-line): Use it to decode From header.
9042         (gnus-get-newsgroup-headers): Ditto.
9043         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9045         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9046         (mail-decode-encoded-address-string): New alias.
9048         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9049         New function.
9050         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9051         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9052         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9053         (rfc2047-decode-string): Ditto.
9054         (rfc2047-decode-address-region): New function.
9055         (rfc2047-decode-address-string): New function.
9057 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9059         * message.el (message-caesar-buffer-body): Allow rotating headers.
9061         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9063         * message.el (message-insert-formated-citation-line): Fix %f.
9064         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9066 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9069         (gnus-bookmark-mouse-available-p): New macro.
9070         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9071         (gnus-bookmark-bmenu-show-infos): Use it.
9072         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9073         (gnus-bookmark-bmenu-hide-infos): Ditto.
9074         (gnus-bookmark-remove-properties): New function.
9075         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9076         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9077         (gnus-bookmark-write-file): Bind coding-system-for-write.
9078         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9079         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9080         group before selecting it.
9081         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9082         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9083         quit-window if it is not available; use gnus-mouse-2 and bind it to
9084         gnus-bookmark-bmenu-select-by-mouse.
9085         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9086         (gnus-bookmark-bmenu-select-by-mouse): New function.
9088 2006-08-13  Romain Francoise  <romain@orebokech.com>
9090         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9091         space.
9093 2006-08-10  Romain Francoise  <romain@orebokech.com>
9095         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9096         (dns-mode-soa-auto-increment-serial): New user option.
9097         (dns-mode-soa-maybe-increment-serial): New function.
9098         (dns-mode): Add the latter to `write-contents-functions'.
9100 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9102         * compface.el (uncompface): Use binary rather than raw-text-unix.
9104 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9106         * compface.el (uncompface): Make sure the eol conversion doesn't take
9107         place when communicating with the external programs.  Reported by
9108         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9110 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9112         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9114 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9116         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9117         Make it more robust by parsing author and date independently.
9119 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9121         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9123 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9125         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9126         first matching secret key.
9127         (mml2015-epg-encrypt): Ditto.
9129         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9130         first matching secret key.
9131         (mml1991-epg-encrypt): Ditto.
9133         * mml2015.el (mml2015-encrypt-to-self): New user option.
9134         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9135         mml2015-epg-encrypt-to-self is set.
9137         * mml1991.el (mml1991-encrypt-to-self): New variable.
9138         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9139         mml1991-epg-encrypt-to-self is set.
9141         * mml2015.el (mml2015-signers): New user option.
9142         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9143         (mml2015-epg-encrypt): Allow to select signing keys.
9145         * mml1991.el (mml1991-signers): New variable.
9146         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9147         (mml1991-epg-encrypt): Allow to select signing keys.
9149 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9151         * nnheader.el (nnheader-insert-head): Make it work even if the file
9152         uses CRLF for the line-break code.
9154 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9156         * mml2015.el: Require mml-sec instead of password.
9157         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9158         (mml2015-cache-passphrase): Inherit the default value from
9159         mml-secure-cache-passphrase.
9160         (mml2015-passphrase-cache-expiry): Inherit the default value from
9161         mml-secure-passphrase-cache-expiry.
9163         * mml1991.el: Require mml-sec instead of password.
9164         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9165         (mml1991-cache-passphrase): Inherit the default value from
9166         mml-secure-cache-passphrase.
9167         (mml1991-passphrase-cache-expiry): Inherit the default value from
9168         mml-secure-passphrase-cache-expiry.
9170         * mml-sec.el: Require password.
9171         (mml-secure-verbose): New user option.
9172         (mml-secure-cache-passphrase): New user option.
9173         (mml-secure-passphrase-cache-expiry): New user option.
9175 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9177         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9178         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9179         andreas@altroot.de (Andreas Vögele).
9181         FIXME: Use `tiny change'?
9183 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9185         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9186         workaround for the url package included with Emacs.
9188         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9190 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9192         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9193         correctly.  This fixes a bug caused by the 2006-05-12 change.
9195 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9197         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9198         some information about the error when saying that the `bogus' mail
9199         group will be used.
9201 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9203         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9204         string.
9206 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9208         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9210 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9212         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9214 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9216         * mml1991.el (mml1991-function-alist): Add epg.
9217         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9218         (mml1991-epg-encrypt): New functions.
9220 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9222         * mml2015.el (mml2015-verbose): New variable.
9223         (mml2015-cache-passphrase): Ditto.
9224         (mml2015-passphrase-cache-expiry): Ditto.
9225         (mml2015-function-alist): Add epg.
9226         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9227         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9228         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9229         functions.
9231 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9233         * message.el (message-cite-original-1): Preserve region when removing
9234         quoted text due to X-No-Archive in order to avoid bogus attribution
9235         when citing multiple messages.
9237 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9239         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9240         Kenneth Jacker <khj@be.cs.appstate.edu>.
9242 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9244         * gnus-diary.el (gnus-user-format-function-d)
9245         (gnus-user-format-function-D): Autoload.
9247         * imap.el (Commentary): Fix typo.
9249         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9250         2006-04-22 contribution.
9252 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9254         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9255         It didn't really fix the bogosity I'm seeing with solid web groups.
9257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9259         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9260         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9261         created using server names.  If we use the feature without declaring
9262         it, Gnus does not properly manage server and group state.
9264         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9265         bound.
9267 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9269         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9270         looking up the method using GROUP's prefix before inventing a new one.
9271         It is used on killed/unknown groups in various places where returning
9272         an all-new method isn't expected by the caller.
9274         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9275         and match semantics of gnus-group-real-prefix.
9277 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9279         * nnmail.el (nnmail-broken-references-mailers): New variable.
9280         (nnmail-ignore-broken-references): New function generalizing
9281         nnmail-fix-eudora-headers.
9282         (nnmail-fix-eudora-headers): Now obsolete.
9284         * gnus-art.el (gnus-button-handle-custom): Support
9285         `customize-apropos*'.
9287 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9291         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9292         articles.
9294 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9296         * message.el (message-cite-reply-above): New variable.
9297         (message-yank-original): Use it.
9299 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9301         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9303 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9305         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9306         as read.
9308         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9310 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9312         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9313         (gnus-bookmark-default-file): Use gnus-directory.
9314         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9315         Remove "*" in doc string.
9316         (gnus-bookmark-write-file): Simplify.
9317         (gnus-bookmark-maybe-sort-alist): Use `when'.
9318         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9319         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9320         FIXME about Emacs 21 and XEmacs compatibility.
9321         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9322         compatibility.
9323         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9324         compatibility.
9325         (gnus-bookmark-menu-heading): Fix version.
9327 2006-06-19  Bastien Guerry  <bzg@altern.org>
9329         * gnus-bookmark.el: New file.
9331 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9333         * message.el (message-syntax-checks): Doc fix.
9335 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9337         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9338         unsubscribed groups as if they were killed ones.  It causes duplicate
9339         entries in gnus-newsrc-alist.
9341 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9343         * message.el (message-syntax-checks): Doc fix.
9344         (message-send-mail): Add check for continuation headers.
9345         (message-check-news-header-syntax): Fix regexp used to check for
9346         continuation headers.
9348 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9350         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9352 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9354         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9356 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9358         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9359         default-truncate-lines.
9361 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9363         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9364         to fill the utf-8 entry.
9366         * lpath.el: Fbind unicode-precedence-list.
9368 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9370         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9372 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9374         * gnus-agent.el (directory-files-and-attributes): Move all the way
9375         forward (the third and final move).
9376         (gnus-agent-read-agentview): Trap reconstruction errors due to
9377         nonexistant directory.  Handle by returning nil.
9379 2006-05-30  Didier Verna  <didier@xemacs.org>
9381         * message.el (message-dont-reply-to-names): Update the custom type.
9382         * message.el (message-dont-reply-to-names): New defsubst: potentially
9383         convert a list of regexps into a single one.
9384         * message.el (message-get-reply-headers): Use it.
9385         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9387 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9389         * gnus-agent.el (directory-files-and-attributes): Move forward.
9391 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9393         * gnus-ml.el (gnus-mailing-list-subscribe)
9394         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9395         (gnus-mailing-list-message): Fix doc strings.
9397 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9399         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9400         of doing it manually.
9402 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9404         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9405         comment.
9407 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9409         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9410         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9411         (gnus-agent-read-local): All symbols allocated in my-obarray.
9412         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9413         (gnus-agent-regenerate-group): Check numeric names to see if they are
9414         messages or groups.
9415         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9416         better way of do this...)
9418         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9419         'dummy.group' (there should be a better way of do this...)
9421 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9423         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9424         (gnus-saved-headers): Ditto.
9425         (gnus-default-article-saver): Mention functions may have properties.
9426         (gnus-article-save): Override gnus-save-all-headers and
9427         gnus-saved-headers by :headers property which saver function may have.
9428         (gnus-summary-save-in-file): Add :headers property.
9429         (gnus-summary-write-to-file): Ditto.
9431         * gnus-sum.el (gnus-summary-save-article): Bind
9432         gnus-prompt-before-saving to t when saving many articles in a file;
9433         always show all headers.
9435         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9437 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9439         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9440         marks.
9442         * message.el (message-indent-citation): Add optional arguments to allow
9443         using it outside of message buffers.
9445         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9446         (gnus-article-treat-unfold-headers): Use it.
9447         (gnus-article-truncate-lines): New variable.
9448         (gnus-article-mode): Use it.
9449         (gnus-article-toggle-truncate-lines): New function.
9451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9452         gnus-article-toggle-truncate-lines.
9454         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9455         coding system in XEmacs, use binary.
9457 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9460         after-load-alist.
9462         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9463         this function should save decoded articles.
9464         (gnus-summary-write-to-file): Use property to specify this function
9465         should save decoded articles and specify gnus-summary-save-in-file
9466         should be used to save articles other than the first one when saving
9467         many articles.
9468         (gnus-summary-save-body-in-file): Use property to specify this
9469         function should save decoded articles.
9470         (gnus-summary-write-body-to-file): Use property to specify this
9471         function should save decoded articles and specify
9472         gnus-summary-save-body-in-file should be used to save articles other
9473         than the first one when saving many articles.
9475         * gnus-sum.el (gnus-summary-save-article): Simplify.
9477 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9479         * gnus-art.el (gnus-default-article-saver): Add
9480         gnus-summary-write-body-to-file.
9481         (gnus-article-save-coding-system): Don't use coding system object
9482         in XEmacs.
9483         (gnus-read-save-file-name): Add optional `dir-var' argument which
9484         specifies directory in which files are saved; work even if optional
9485         `variable' argument is not specified.
9486         (gnus-summary-write-to-file): Read file name.
9487         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9488         (gnus-summary-write-body-to-file): New function.
9490         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9491         (gnus-summary-local-variables): Add it.
9492         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9493         (gnus-summary-save-article): Remove optional `decode' argument;
9494         determine whether to decode articles by the value of
9495         gnus-default-article-saver; when saving many files using
9496         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9497         it first and use gnus-summary-save-in-file or
9498         gnus-summary-save-body-in-file thereafter unless
9499         gnus-prompt-before-saving is always; move point to article which
9500         will be saved.
9501         (gnus-summary-save-article-file): Revert.
9502         (gnus-summary-write-article-file): Revert.
9503         (gnus-summary-save-article-body-file): Revert.
9504         (gnus-summary-write-article-body-file): New function.
9506 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9508         * gnus-art.el (gnus-default-article-saver): Doc fix.
9509         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9510         from gnus-summary-save-article-coding-system, and default to a
9511         certain coding system.
9512         (gnus-output-to-file): Add coding cookie and encode text according
9513         to gnus-article-save-coding-system; don't use mm-append-to-file.
9515         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9516         gnus-art.el and rename to gnus-article-save-coding-system.
9517         (gnus-summary-save-article): Require gnus-art; don't show all
9518         headers if it decodes articles; don't add coding cookie here;
9519         don't bind mm-text-coding-system-for-write.
9520         (gnus-summary-save-article-file): Save decoded articles.
9521         (gnus-summary-write-article-file): When saving many files, use
9522         gnus-summary-write-to-file first and gnus-summary-save-in-file
9523         thereafter unless gnus-prompt-before-saving is always.
9524         (gnus-summary-save-article-body-file): Save decoded articles.
9526         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9530         * nnrss.el (nnrss-check-group): Bind hash-index.
9532 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9534         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9535         its hash index.  Store this hash in `nnrss-group-data'.
9536         (nnrss-read-group-data): Update accordingly.
9538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9540         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9541         entry.
9543         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9544         gnus-article-browse-html-article.
9546 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9548         * gnus-sum.el (gnus-summary-mime-map): Add
9549         gnus-article-browse-html-article.
9551         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9555         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9556         suitable coding systems in customize.
9558 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9560         * mail-source.el (mail-sources): Fix custom type.
9562 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9564         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9565         (gnus-summary-expire-articles-now): Shorten prompt.
9567         * gmm-utils.el (wid-edit): Require.
9568         (defun-gmm): Renamed from `gmm-defun-compat'.
9569         (gmm-image-search-load-path): Use it.
9570         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9572 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9574         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9575         variable.
9576         (gnus-summary-save-article): Add optional `decode' argument.  If
9577         it is set and gnus-summary-save-article-coding-system is non-nil,
9578         save decoded article.
9579         (gnus-summary-write-article-file): Save decoded article if
9580         gnus-summary-save-article-coding-system is non-nil.
9582         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9583         type.
9585 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9587         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9589 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9591         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9592         first to test gnus-single-article-buffer which may be buffer-local.
9594         * gnus-sum.el (gnus-summary-setup-buffer): Make
9595         gnus-single-article-buffer buffer-local and nil in ephemeral
9596         group; make gnus-article-buffer, gnus-article-current, and
9597         gnus-original-article-buffer always buffer-local.
9598         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9599         group.
9600         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9602 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9604         * nnml.el (nnml-request-compact-group): Compressed files might not
9605         have .gz extension.
9607 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9609         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9610         (mm-copy-to-buffer): Use with-current-buffer.
9611         (mm-display-part): Simplify.
9612         (mm-inlinable-p): Add optional arg `type'.
9614 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9616         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9617         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9618         Try harder to show the attachment internally or externally using
9619         gnus-mime-view-part-as-type.
9621 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9623         * message.el (message-from-style, message-signature-separator)
9624         (message-user-organization-file, message-send-mail-function)
9625         (message-citation-line-function, message-yank-prefix)
9626         (message-indent-citation-function, message-signature)
9627         (message-signature-file, message-signature-insert-empty-line):
9628         Remove autoloads.
9630         * gnus-art.el (gnus-buttonized-mime-types): Remove
9631         "multipart/signed".  Revert 2006-04-26 change.
9633 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635         * gnus.el (gnus-version-number): Bump version.
9637 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9639         * gnus.el: No Gnus v0.5 is released.
9641 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9643         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9644         fetching articles by message-id.
9646 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648         * message.el (hashcash): Require hashcash as normal.
9650         * ecomplete.el (ecomplete-highlight-match-line): Use
9651         point-at-eol.
9652         (ecomplete-highlight-match-line): Use `highlight', because that
9653         face exists in both Emacs and XEmacs.
9655         * message.el (message-display-abbrev): Use point-at-bol.
9657         * mail-source.el: Don't require timer/timer-funcs.
9659         * gnus-async.el: Ditto.
9661         * password.el: Ditto.
9663         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9665         * mm-url.el: Ditto.
9667         * gnus-xmas.el: Don't require timer-funcs.
9669         * mm-util.el: Require timer/timer-funcs.
9671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9673         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9674         Close.
9676 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9678         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9679         unibyte after clear-decrypt function runs.
9681         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9682         returns as a unibyte string.
9684 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * lpath.el: Revert.
9688         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9689         (pgg-gpg-process-sentinel): Revert.
9691         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9692         (pgg-pgp-lookup-key): Revert.
9694         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9695         (pgg-pgp5-lookup-key): Revert.
9697         * pgg.el (pgg-fetch-key): Revert.
9699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9701         * lpath.el: Fbind string-as-multibyte for XEmacs.
9703         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9704         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9705         (mml1991-pgg-encrypt): Ditto.
9707         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9708         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9709         a multibyte buffer.
9711         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9712         (pgg-pgp-lookup-key): Ditto.
9714         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9715         (pgg-pgp5-lookup-key): Ditto.
9717         * pgg.el (pgg-fetch-key): Ditto.
9719 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9721         * message.el (message-user-organization-file): Check several
9722         locations of the organization file.
9724         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9725         Add gnus-article-view-part-as-type.
9727         * gnus-art.el (gnus-article-view-part-as-type): New function.
9729         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9730         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9732         * mml.el: Simplify autoload.
9733         (mml-mode): defvar dnd-protocol-alist instead of using
9734         symbol-value.
9735         (mml-default-directory): New variable.
9736         (mml-minibuffer-read-file): Use it.
9737         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9739         * message.el (message-citation-line-format): New variable.
9740         (message-insert-formated-citation-line): New function.
9741         (message-citation-line-function): Add
9742         `message-insert-formated-citation-line' to custom type.
9744         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9745         to doc string.
9747         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9748         depending on mm-verify-option.
9750 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9752         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9753         binding pgg-* variables; reimplement the section which prevents
9754         MIME header from being signed.
9755         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9756         pgg-text-mode; remove a blank line at the top of body.
9758         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9759         lines at the top of body; use gnus-newsgroup-charset if there's no
9760         Charset header.
9762 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9764         * message.el (message-self-insert-commands): Doc fix.
9766         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9767         (mm-uu-pgp-encrypted-test): Ditto.
9768         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9769         between header and body; return application/pgp-encrypted handle
9770         if decryption failed; decode decrypted body by charset.
9772         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9773         element match to application/pgp-*.
9775 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9777         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9778         HTML.
9780 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782         * mail-source.el (mail-source-call-script): Message the error
9783         string.
9785 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787         * gnus-util.el (gnus-byte-compile): Use it.
9789 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9791         * gnus-util.el (kill-empty-logs): New function.
9793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795         * message.el (message-mail-alias-type): Doc fix.
9796         (message-mail-alias-type-p): New function.
9797         (message-send): Use it.
9798         (message-mode): Ditto.
9799         (message-strip-forbidden-properties): Ditto.
9801         * ecomplete.el (ecomplete-database-file-coding-system): New
9802         variable.
9803         (ecomplete-save): Use it.
9804         (ecomplete-setup): Use it.
9806 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9808         * message.el (message-self-insert-commands): New variable.
9809         (message-strip-forbidden-properties): Use it.
9811 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9814         that doesn't make XEmacs choke.
9816 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9818         * gnus-util.el (gnus-replace-in-string):
9819         Prefer replace-regexp-in-string over of replace-in-string.
9821 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9823         * gnus-util.el (gnus-select-frame-set-input-focus):
9824         Use select-frame-set-input-focus if it is available in XEmacs; use
9825         definition defined in Emacs 22 for old Emacsen.
9827         * dgnushack.el: Autoload unmorse-region for XEmacs.
9829         * lpath.el: Bind cursor-in-non-selected-windows and
9830         select-frame-set-input-focus for XEmacs.
9832 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9836 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9838         * gnus-registry.el (gnus-registry-cache-save): Remove text
9839         properties when saving via the temp buffer.
9841 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9843         * message.el (message-generate-hashcash): Honor custom type.
9845 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847         * message.el (message-generate-hashcash): Default to non-nil when
9848         hashcash is found.
9850         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9851         (gnus-refer-thread-limit): Increase default to 500.
9853         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9855         * flow-fill.el (fill-flowed): Allow delete-space.
9857 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9859         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9860         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9861         Remove autoloads.
9863 2006-04-18  Simon Josefsson  <jas@extundo.com>
9865         * message.el (message-generate-hashcash): Default to.
9867 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9869         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9870         concatenating segments rather than before concatenating them.
9872 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9874         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9878         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9880         * message.el (message-forward-make-body-plain): Allow
9881         message-forward-ignored-headers to be a list.
9882         (message-remove-ignored-headers): Factor out into function.
9883         (message-forward-make-body-mml): Use it.
9885         * imap.el (imap-quote-specials): New function.
9886         (imap-login-auth): Quote specials.
9888         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9889         (rfc2231-parse-string): Allow concatanation of parameters that
9890         aren't contiguous.  The test case is
9891           (mail-header-parse-content-type "message/external-body;
9892             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9893             access-type=LOCAL-FILE;
9894             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9896 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9898         * nntp.el (nntp-accept-process-output): Return the value of
9899         `nnheader-accept-process-output'.
9901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9904         (gnus-button-alist): Recognize more diff formats.
9905         (gnus-button-patch): Strip directory.
9907 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9909         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9910         Emacs 22 when setting focus.
9912 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914         * gnus-art.el (gnus-article-treat-types): Do treatment of
9915         text/x-verbatim parts.
9916         (gnus-button-patch): New command.
9918         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9919         addresses that contain invalid characters.
9921 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9923         * message.el (message-put-addresses-in-ecomplete): Use
9924         gnus-replace-in-string.
9925         (message-is-yours-p): Use the more correct
9926         mail-header-parse-address instead of
9927         mail-extract-address-components.
9928         (message-put-addresses-in-ecomplete): Fix typo.
9930         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9931         keystroke.
9933         * gnus-art.el (gnus-treatment-function-alist): Change order of
9934         newsgroups/generic header folding to avoid double-folding.
9936         * message.el (message-hidden-headers): Add X-Draft-From.
9938         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9939         command.
9940         (gnus-summary-repeat-search-article-backward): New command.
9942         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9943         groups in the parent topic.
9945 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9947         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9948         (spam-extra-header-to-number): Return the CRM114 number as a
9949         number instead of a string.
9951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953         * gnus-art.el (gnus-face-properties-alist): Moved here from
9954         gnus-fun.
9956         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9958 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960         * message.el (message-strip-forbidden-properties): Only display on
9961         self-insert-command.
9963         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9964         reindent.
9965         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9967 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9969         * smiley.el (smiley-style): Fix typo.
9971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973         * hashcash.el (hashcash-insert-payment-async-2): Use
9974         message-goto-eoh instead of doing it manually.
9975         (mail-add-payment): Use message-narrow-to-header instead of trying
9976         to do the same itself.
9978         * message.el (message-hidden-headers): Add Face.
9980         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9981         reparenting code.
9982         (gnus-summary-reparent-children): Refactored out code.
9983         (gnus-summary-thread-map): New keystroke.
9984         (gnus-summary-reparent-children): Make into command.
9986         * smiley.el (smiley-style): Default to `medium' if using a large
9987         font.
9989         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9990         does it itself.
9992         * message.el (message-point-in-header-p): Simplify definition.
9994 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996         * nnagent.el (nnagent-request-set-mark): Silence log file
9997         writing.
9998         (nnagent-request-set-mark): Use write-region instead of
9999         append-to-file.
10001         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10002         strange select method.
10004         * ecomplete.el (ecomplete-display-matches): Get highlightling
10005         right.
10006         (ecomplete-display-matches): Use literals.
10007         (ecomplete-display-matches): Disable message logging.
10009         * message.el (message-display-abbrev): Small optimization.
10011         * ecomplete.el (ecomplete-display-matches): Allow automatic
10012         display.
10014         * message.el (message-strip-forbidden-properties): Display
10015         abbrevs.
10016         (message-display-abbrev): Get automatic display right.
10018         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10019         keystrokes.
10021 2006-04-13  Romain Francoise  <romain@orebokech.com>
10023         TODO: Backport to v5-10!
10025         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10026         Moved here (and renamed) from gnus-registry.el.
10028         * gnus-registry.el: Require gnus-util.
10029         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10031 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033         * gnus-group.el (gnus-group-catchup-current): Change
10034         if-then-else-if-then-else into cond.
10035         (gnus-group-catchup): Indent.
10036         (group-name-at-point): New function.
10037         (gnus-fetch-group): Provide default from thing at point.
10039 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041         * message.el (message-display-abbrev): Fix regexp.
10043         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10044         choosing.
10045         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10046         dead variables.
10048         * message.el (message-newline-and-indent): Remove debugging.
10049         (message-display-abbrev): Use new implementation.
10051 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10053         * gnus-art.el (gnus-article-mode): Set
10054         cursor-in-non-selected-windows to nil.
10056         * smiley.el: Revert previous change.
10057         (smiley-data-directory): defvar it before using it in the
10058         defcustom of `smiley-style'.
10060 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062         * message.el (message-newline-and-indent): New function.
10064         * ecomplete.el: Implement more bits.
10066         * message.el (message-put-addresses-in-ecomplete): Clean up the
10067         string.
10069         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10071         * gnus-sum.el (gnus-summary-save-parts): Bind
10072         gnus-summary-save-parts-counter and use it to make unique file
10073         names.
10075         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10077         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10078         parameter to say whether to actually parse the individual
10079         addresses.
10081         * message.el (message-put-addresses-in-ecomplete): New function.
10082         (ecomplete): Require.
10083         (message-mail-alias-type): Add ecomplete as an option.
10085 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10087         * flow-fill.el (fill-flowed): Remove trailing space from blank
10088         quoted lines.
10090 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092         * smiley.el (smiley-style): Move definition later to avoid a
10093         compilation warning.
10095 2006-04-12  Kenichi Handa  <handa@m17n.org>
10097         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10098         buffer and then decode the buffer text if necessary.
10099         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10100         first, and after mm-encode-body, change the buffer to unibyte.
10101         Use mm-disable-multibyte instead of set-buffer-multibyte.
10103 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10105         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10106         Content-Type header instead of Content-Disposition header.
10107         (gnus-mime-inline-part): Ditto.
10108         (gnus-mime-view-part-as-charset): Ignore charset that the part
10109         specifies.
10111         * mm-decode.el (mm-display-part): Work with external parts and
10112         usual parts similarly.
10114         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10115         instead of gnus-display-mime.
10117         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10118         instead of with-temp-buffer.
10120         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10121         tag to summarized topics part in order to encode non-ASCII text.
10123 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10125         * smiley.el (smiley-style): New variable.
10126         (smiley-directory): New function.
10127         (smiley-data-directory): Derive from `smiley-style' using
10128         `smiley-directory'.
10129         (smiley-regexp-alist): Add new entries.
10131         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10132         (gnus-article-browse-delete-temp): Add :version.
10134 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10136         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10137         the sieve region.
10139 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141         * gnus.el (gnus-version-number): Bump version.
10143 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10145         * gnus.el: No Gnus v0.4 is released.
10147 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10150         layout.
10152         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10153         unknown charset.
10155         * message.el (message-header-synonyms): Add Original-To to the
10156         default.
10158         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10159         optional parameter.
10161 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10163         * gnus-fun.el (gnus): Require it for gnus-directory.
10165 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10167         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10169 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10171         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10173 2006-04-05  Simon Josefsson  <jas@extundo.com>
10175         * password.el (password-reset): New function.
10177 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10179         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10180         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10182 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10184         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10185         Some whitespace was matched into the url, which broke browsing hits
10186         > 100 when mm-url-use-external was nil.
10188 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10191         gnus-extra-headers for 'Newsgroups.
10193         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10194         bound.
10196 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10198         * pgg-gpg.el: Clean up process buffers every time gpg processes
10199         complete.
10201 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10203         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10204         doc string.
10206 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10208         * pgg-gpg.el (pgg-gpg-process-filter)
10209         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10211         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10212         lines, temporary fix.
10214 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10216         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10218 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10220         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10221         default-enable-multibyte-characters.  This reverts the change from
10222         revision 6.17 which is no longer necessary because the passphrase
10223         is sent separately now.  GnuPG messages are unreadable under
10224         multibyte locales with default-enable-multibyte-characters set to
10225         nil.
10227 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10229         * message.el (message-tool-bar-gnome): Move "spell".
10231 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10234         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10235         instead.
10237 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10240         newsgroups handling for NNTP overviews which don't include
10241         Newsgroups.
10243 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10245         * message.el (message-resend): Bind message-generate-hashcash to nil.
10247 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10249         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10250         when searching for already-paid recipients.
10252 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10254         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10255         passphrases when it is not needed.
10256         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10257         passphrase stuff from gpg, should only be necessary when you use
10258         gpg with a smartcard.
10260 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10262         * mml.el (mml-insert-mime): Ignore cached contents of
10263         message/external-body part.
10265         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10266         (mm-insert-part): Ditto.
10268 2006-03-23  Simon Josefsson  <jas@extundo.com>
10270         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10271         Reiner.
10272         (pgg-gpg-use-agent-p): Use it again.
10274 2006-03-23  Simon Josefsson  <jas@extundo.com>
10276         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10277         older emacsen.
10278         (pgg-gpg-use-agent-p): Don't use it.
10280 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10282         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10283         if we can.
10285 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10287         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10288         (pgg-gpg-update-agent): New function.
10289         (pgg-gpg-use-agent-p): New function.
10290         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10291         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10292         (pgg-gpg-sign-region): Use it.
10294 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10296         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10297         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10299 2006-03-21  Simon Josefsson  <jas@extundo.com>
10301         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10302         <wilde@sha-bang.de>.
10303         (pgg-gpg-use-agent): New variable.
10304         (pgg-gpg-process-region): Use it.
10305         (pgg-gpg-encrypt-region): Likewise.
10306         (pgg-gpg-encrypt-symmetric-region): Likewise.
10307         (pgg-gpg-decrypt-region): Likewise.
10308         (pgg-gpg-sign-region): Likewise.
10309         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10311 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10313         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10315         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10316         Add comment on version.
10318 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10320         * smiley.el: Add missing test smiley.
10322 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10324         * mm-decode.el (mm-with-part): New macro.
10325         (mm-get-part): Use it; work with message/external-body as well.
10326         (mm-save-part): Treat name and filename equally.
10328         * mm-extern.el (mm-extern-cache-contents): New function.
10329         (mm-inline-external-body): Use it; force the part to be displayed;
10330         move undisplayer added to the cached handle to the parent.
10332         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10333         (gnus-mime-view-part-as-type): Work with message/external-body.
10335         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10337 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10339         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10340         images in image-load-path.  [Sync with image.el, revision 1.60, in
10341         Emacs.]
10343 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10345         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10346         path rather than symbol.  Always return list of directories.
10347         Guarantee that image directory comes first.  [Sync with image.el,
10348         revision 1.59, in Emacs.]
10350         * message.el (message-make-tool-bar): Adjust to new API of
10351         `gmm-image-load-path-for-library'.
10353         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10355         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10357 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10359         * gnus-art.el (gnus-article-only-boring-p):
10360         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10361         intangible text.
10362         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10364 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10366         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10367         `defun' instead of `gmm-defun-compat'.
10369 2006-03-14  Simon Josefsson  <jas@extundo.com>
10371         * message.el (message-unique-id): Don't use message-number-base36
10372         if (user-uid) is a float.
10373         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10375 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10377         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10379         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10380         empty line between a part and a message part.
10382 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10384         * smiley.el: Add more test smileys.
10385         (smiley-data-directory, smiley-regexp-alist)
10386         (gnus-smiley-file-types): Fix doc strings.
10387         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10388         adding new elements.
10389         (smiley-mouse-map): Unused code.  Make it a comment.
10391 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10393         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10394         scan latest NoCeM messages instead of old ones.
10395         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10396         delimiters that are recently used.
10397         (gnus-nocem-load-cache): Add autoload cookie.
10399         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10401         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10402         level which is larger than gnus-use-nocem is specified.
10404         * gnus-group.el (gnus-group-get-new-news): Ditto.
10406 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10408         * gnus-util.el (gnus-tool-bar-update): New function.
10410         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10411         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10413         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10415         * gnus-group.el (gnus-group-redraw-when-idle)
10416         (gnus-group-redraw-check): Remove.
10417         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10419 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10421         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10422         if optional last element is specified in splits (FIELD VALUE...).
10424 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10426         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10427         to gmm-image-load-path-for-library.  Call with no-error argument.
10428         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10432         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10434         * gmm-utils.el (gmm-image-load-path): Remove alias.
10436 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10438         * gmm-utils.el (gmm-image-load-path): Add alias.
10440         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10441         nnml-generate-nov-databases-1.
10442         (nnml-generate-nov-databases): Use it.
10443         (nnml-generate-nov-databases-directory): Document no-active
10444         argument.
10446         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10447         directory if path is t.  Add no-error.
10449         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10450         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10452         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10453         resetting gnus-article-browse-html-temp-list.
10455         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10456         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10457         Add example to docstring.  Rename local variables.  Move error
10458         checks to default case in cond and simplify.
10460 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10462         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10463         handle is multipart when calling it recursively.
10464         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10466 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10468         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10469         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10471 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10473         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10474         is loaded.
10476         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10477         loaded.
10479 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10481         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10482         to "Emacs 23 (unicode)" in doc string.
10484         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10485         "Emacs 23 (unicode)" in comment.
10487 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10489         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10491         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10492         characters 160 through 255 in Emacs 23.
10494 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10496         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10497         gnus-article-browse-html-temp.
10498         (gnus-article-browse-delete-temp): Make it customizable.  Add
10499         `file'.  Adjust doc string.
10500         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10501         query for each file.  Adjust doc string.
10502         (gnus-article-browse-html-parts): Add
10503         `gnus-article-browse-delete-temp-files' to
10504         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10506 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10508         * gnus-art.el (gnus-article-browse-html-temp)
10509         (gnus-article-browse-delete-temp): New variables.
10510         (gnus-article-browse-delete-temp-files): New function.
10511         (gnus-article-browse-html-parts): Use it.
10513 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10515         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10517         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10518         string.
10520         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10521         gnus-summary-insert-new-articles when unplugged.  Remove
10522         gnus-summary-search-article-forward.
10524         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10525         display-visual-class instead of display-color-cells.
10527 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10529         * dgnushack.el: Autoload customize-group for XEmacs.
10531         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10532         message/* containing non-ASCII text properly.
10534 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10536         * message.el: Require gmm-utils, remove autoloads.
10537         (message-tool-bar): Set default based on
10538         gmm-tool-bar-style.
10539         (message-tool-bar-gnome): Add gmm-customize-mode.
10541         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10542         gmm-tool-bar-style.
10543         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10545         * gnus-group.el (gnus-group-tool-bar): Set default based on
10546         gmm-tool-bar-style.
10547         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10549         * gmm-utils.el (gmm-image-directory): Rename variable from
10550         gmm-image-load-path.
10551         (gmm-image-load-path): Use gmm-image-directory.
10552         (gmm-customize-mode): New function.
10553         (gmm-tool-bar-style): New variable.
10555         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10556         gnus-group-redraw-line-number.
10557         (gnus-group-redraw-check): Simplify.
10558         (gnus-group-tool-bar-update): Remove redraw check.
10559         (gnus-group-make-tool-bar): Add redraw check.
10561 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10563         * gnus-art.el (gnus-button): Add missing parentheses.
10565 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10567         * lpath.el: Fbind line-number-at-pos.
10569 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10571         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10573 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10575         * gnus-art.el (gnus-button): New face.
10576         (gnus-article-button-face): Use it.
10578         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10579         gnus-summary-next-page.  Re-order.
10581         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10582         next-node are now included.
10583         (gnus-group-redraw-line-number): New internal variable.
10584         (gnus-group-redraw-check): Helper function for updating the tool
10585         bar.
10586         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10588         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10590         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10591         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10592         Use it to match format of Spamassassin 3.0 and later.  Reported by
10593         IRIE Tetsuya <irie@t.email.ne.jp>.
10594         (spam-check-bogofilter)
10595         (spam-bogofilter-register-with-bogofilter): Fix args of
10596         `gnus-error' calls.
10598 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10600         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10601         unnecessary interaction when sending queued mails.  Reported by
10602         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10604 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10606         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10607         first or last are nil.
10609 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10611         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10613 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10617 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619         * dns.el (query-dns): Protect more against buggy tcp output.
10621 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10623         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10624         nov.php.
10626 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10628         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10629         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10630         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10631         output on the server side.
10632         (nnweb-google-create-mapping): Update regexps and add some
10633         progress indication.
10635 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10637         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10638         gnus-agent-toggle-plugged.  Re-order icons.
10639         (gnus-group-tool-bar-gnome): Add
10640         gnus-group-{prev,next}-unread-group.
10641         (gnus-group-tool-bar-gnome): Re-order icons.
10643         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10644         gnus-summary-insert-new-articles.
10646         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10647         comments.
10649         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10650         also available in Emacs 21.3.
10652         * message.el (message-fix-before-sending): Change "Emacs 22" to
10653         "Emacs 23 (unicode)" in comment.
10655         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10656         "Emacs 23 (unicode)" in comment.
10658         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10659         comment.
10660         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10662         * mm-view.el (mm-fill-flowed): Add :version.
10664 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10666         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10667         and load-path.
10669 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10671         * message.el: Autoload gmm-image-load-path.
10672         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10673         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10674         consitency.
10676         * gmm-utils.el (gmm-image-load-path): Also search in
10677         "../etc/images".  Don't set gmm-image-load-path if we don't find
10678         the image.
10680 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10682         * gmm-utils.el (gmm-image-load-path): Don't make
10683         `gmm-image-load-path' include subdirectories which the second arg
10684         `image' might specify.
10686         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10687         subdirectory to icon file names.
10689         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10691 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10693         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10694         gmm-image-load-path calls.
10696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10698         * message.el (message-make-tool-bar): Ditto.
10700         * mml.el (mml-preview): Added comment concerning tool bar icons.
10702         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10703         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10705         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10706         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10708         * message.el (message-tool-bar-gnome): Use new icon names.
10709         (message-make-tool-bar): Use `gmm-image-load-path'.
10711         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10712         functions from MH-E.
10713         (gmm-image-load-path): New variable from MH-E.
10714         (gmm-image-load-path): New function from MH-E.  Added arguments
10715         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10716         *-image-load-path-called-flag.
10718 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10720         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10722 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10724         * nnimap.el (nnimap-request-move-article): Change folder back to
10725         source group before deleting.
10727 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10729         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10731         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10732         mm-url.
10734         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10736 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10738         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10739         coding system which mm-charset-to-coding-system returns for a
10740         given charset is valid.
10742 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10744         * html2text.el (html2text-remove-tag-list):
10745         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10747 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10749         * gnus-cus.el: Revert 2005-10-17 change.
10751 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10753         * gnus-art.el (article-strip-banner): Call
10754         article-really-strip-banner only when the regexp match is made.
10756 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10758         * gnus-art.el (article-strip-banner): Use
10759         gnus-extract-address-components instead of
10760         mail-header-parse-addresses to make it work with non-ASCII text;
10761         remove mail-encode-encoded-word-string.
10763         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10764         values which are surrounded with \"...\"; make it never cause a
10765         Lisp error; give up parsing of parameters if it failed in
10766         extracting type.
10768 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10770         * smime.el (smime-cert-by-ldap-1): Fix bug where
10771         `smime-ldap-search' returns results without userCertificates.
10773 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10775         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10777 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10779         * spam.el (spam-check-spamassassin-headers): Adapt format for
10780         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10781         <ari@mbf.ocn.ne.jp>.
10782         (spam-list-of-processors): Add spam-use-gmane.
10784 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10786         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10787         make-temp-file; make it work with XEmacs as well.
10789         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10790         mm-make-temp-file.
10792         * mm-decode.el (mm-display-external): Use the 3rd arg of
10793         mm-make-temp-file.
10794         (mm-create-image-xemacs): Ditto.
10796 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10798         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10799         with message-narrow-to-headers.
10800         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10801         (gnus-draft-check-draft-articles): New function.
10802         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10804 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10806         * gnus-art.el (gnus-article-browse-html-parts):
10807         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10808         Don't use suffix argument for mm-make-temp-file for Emacs 21
10809         compatibility.  Remove useless `format'.
10811 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10813         * nnweb.el (nnweb-google-wash-article): Update regexps.
10814         (nnweb-group-alist): Use defvoo instead of defvar.
10816 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10819         re-loading nn* modules.
10821 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10823         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10824         for `tool-bar-mode' and don't check it's default-value.
10826         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10828         * message.el (message-make-tool-bar): Ditto.
10830         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10831         `substring'.  Shorten tmp-file name.
10833         * gnus.el: Remove bogus comment.
10835 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10837         * gnus-art.el (gnus-article-browse-html-parts): New function.
10838         (gnus-article-browse-html-article): New function for viewing html
10839         articles with a browser.
10841 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10843         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10844         in elisp.
10845         (pgg-gpg-encrypt-symmetric-region): Ditto.
10846         (pgg-gpg-sign-region): Ditto.
10848         * pgg-def.el (pgg-text-mode): New variable.
10850         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10851         (mml2015-pgg-encrypt): Ditto.
10853         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10854         (mml1991-pgg-encrypt): Ditto.
10856 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10858         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10859         message-make-date instead of current-time-string.
10861         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10862         to gnus-decoded which mm-uu might set.
10864 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10866         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10867         don't decode quoted parameters; remove misimported Emacs code.
10868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10869         (rfc2231-decode-encoded-string): Don't use split-string which
10870         behaves differently according to Emacs version; use
10871         mm-decode-coding-region to convert charset to coding-system.
10872         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10873         (rfc2231-encode-string): Remove misimported Emacs code.
10875 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10877         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10878         when calling mail-header-parse-content-type.
10879         (article-de-quoted-unreadable): Ditto.
10880         (article-de-base64-unreadable): Ditto.
10881         (article-wash-html): Ditto.
10883         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10884         calling mail-header-parse-content-type and
10885         mail-header-parse-content-disposition.
10886         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10887         mail-header-parse-content-type.
10889         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10890         insert charset and format parameters; encode description after
10891         inserting it to buffer.
10892         (mml-insert-parameter): Fold lines properly even if a parameter is
10893         segmented into two or more lines; change the max column to 76.
10895         * rfc1843.el (rfc1843-decode-article-body): Don't use
10896         ignore-errors when calling mail-header-parse-content-type.
10898         * rfc2231.el (rfc2231-parse-string): Return at least type if
10899         possible; don't cause an error even if it fails in parsing of
10900         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10901         (rfc2231-encode-string): Don't break lines at the beginning, leave
10902         it to mml-insert-parameter.
10904         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10905         calling mail-header-parse-content-type.
10907 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10909         * spam-report.el (spam-report-gmane-use-article-number):
10910         Improve doc string.
10911         (spam-report-gmane-internal): Check if a suitable header was found
10912         in the article.
10914 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10916         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10917         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10919 2006-02-05  Romain Francoise  <romain@orebokech.com>
10921         Update copyright notices of all files in the gnus directory.
10923 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10925         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10927 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10929         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10930         segmented lines of parameter value to cope with Thunderbird 1.5
10931         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10932         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10933         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10935 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10937         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10938         parts.
10940 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10942         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10943         there's only one active file for all servers.
10944         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10945         solid groups.  Gnus might have used a FAST request to select the group.
10946         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10947         and nnweb-search redundantly in the active file.
10948         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10949         (nnweb-request-create-group): Don't use ARGS.
10950         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10951         initialisations.  Let nnoo do the work.
10953 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10955         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10956         Say the part has been decoded.
10958         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10960 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10962         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10963         mailcap-viewer-test-cache when there's no 'test clause, since that
10964         will invert the meaning of a "nil" test previously determined by
10965         mailcap-mailcap-entry-passes-test.
10967 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10969         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10970         compiling.
10972         * gnus-sum.el: Ditto.
10974         * message.el: Don't bind tool-bar-map when compiling.
10976 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10978         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10980 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10982         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10983         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10984         current Google Groups.
10986 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10988         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10989         and tool-bar-mode.
10991         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10992         and tool-bar-mode.
10994         * message.el (message-tool-bar-update): Simplify.
10995         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10997         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10998         gnus-summary-buffer.
10999         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11000         gnus-summary-reply.
11002         * gmm-utils.el (gmm): Add :version.
11004 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11006         * Makefile.in (clean): New rule.
11007         (distclean): Use it.
11009 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11011         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11012         autoload.
11014 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11016         * gmm-utils.el (gmm-verbose): Add :group.
11018 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11020         * message.el: Change some comments WRT tool-bars.
11022         * gnus-sum.el (gnus-summary-tool-bar)
11023         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11024         (gnus-summary-tool-bar-zap-list): New variables.
11025         (gnus-summary-make-tool-bar): Complete rewrite using
11026         `gmm-tool-bar-from-list'.
11028         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11029         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11030         variables.
11031         (gnus-group-make-tool-bar): Complete rewrite using
11032         `gmm-tool-bar-from-list'.
11033         (gnus-group-tool-bar-update): New function.
11035         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11037 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11039         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11040         is dissected into a single part of which the type is the same as
11041         the given one; decode charset.
11043 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11045         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11046         into alists as symbol not string, since that's what
11047         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11048         look for.
11050 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11052         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11053         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11055         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11057 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11059         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11060         (gnus-xmas-mime-security-button-menu): New function.
11062         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11063         (gnus-mime-security-button-menu): New definition.
11064         (gnus-mime-security-button-map): Use them.
11065         (gnus-mime-security-button-menu): New function.
11066         (gnus-insert-mime-security-button): Addition to help echo.
11067         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11068         (gnus-mime-security-pipe-part): New functions.
11070         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11071         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11073         * mm-decode.el (mm-handle-set-disposition): Remove.
11074         (mm-handle-set-description): Remove.
11076 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11078         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11079         (mm-w3m-standalone-supports-m17n-p): New function.
11080         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11081         w3m usage.
11083         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11084         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11086 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11088         * message.el (message-tool-bar-zap-list): Use
11089         gmm-tool-bar-zap-list as custom type.
11090         (message-tool-bar-update): New function.
11091         (message-tool-bar, message-tool-bar-gnome)
11092         (message-tool-bar-retro): Add message-tool-bar-update.
11093         (message-tool-bar-gnome): Add flyspell-buffer.
11095         * gnus-util.el (gnus-error): Describe `args'.
11097         * gmm-utils.el (gmm-error): Describe `args'.
11098         (gmm-tool-bar-zap-list): New widget.
11099         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11101 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11103         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11104         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11105         the number of recursive calls.
11107         * mm-decode.el (mm-handle-set-disposition): New macro.
11108         (mm-handle-set-description): New macro.
11110 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11113         encoding.
11115 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11117         * message.el (message-tool-bar-zap-list, message-tool-bar)
11118         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11119         (message-tool-bar-local-item-from-menu): Remove.
11120         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11121         (message-make-tool-bar): New function.
11122         (message-mode): Use `message-make-tool-bar'.
11124         * gmm-utils.el: New file.
11125         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11126         (gmm-lazy): New widget copied from `nnmail.el'.
11127         (gmm-tool-bar-from-list): New function for creating customizable
11128         tool bars.
11129         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11130         output.
11131         (gmm): Add :prefix to defgroup.
11133 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11135         * gmm-utils.el (gmm-widget-p): New function.
11137 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11139         * mml.el (mml-attach-file): Describe `description' in doc string.
11140         (mml-menu): Add Emacs MIME manual and PGG manual.
11142 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11144         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11146 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11148         * nntp.el (nntp-end-of-line): Doc fix.
11150 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11152         * imap.el (imap-open): Handle case where buffer is a buffer
11153         object.
11155 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * gnus-delay.el (gnus-delay): Don't autoload.
11158         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11159         to be re-loaded when customizing the `gnus-delay' group.
11161 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11163         * message.el (message-insert-citation-line): Use newlines.
11165 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11167         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11168         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11169         these routines, so the passphrase can be managed externally and
11170         passed in to the system.
11171         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11172         pgg-add-passphrase-to-cache function.
11174         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11175         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11176         these routines, so the passphrase can be managed externally and
11177         passed in to the system.
11178         (pgg-pgp5-sign-region): Use new name of
11179         pgg-add-passphrase-to-cache function.
11181 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11183         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11184         part of the decoded armor to find the key-identifier.
11185         (pgg-gpg-lookup-key-owner): New function to return the
11186         human-readable identifier of a key owner.
11187         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11188         itself.
11189         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11190         the key value) if we have a key and can match it against a secret
11191         key.  Also, added a note pointing out fact that the prompt only
11192         indicates the first matching key.
11194         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11195         pgg-decrypt-region.
11196         (pgg-add-passphrase-to-cache): Rename from
11197         `pgg-add-passphrase-cache' to reduce confusion (all callers
11198         changed).
11199         (pgg-remove-passphrase-from-cache): Rename from
11200         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11201         changed).
11202         (pgg-read-passphrase, pgg-add-passphrase-cache)
11203         (pgg-remove-passphrase-cache): Add informative docstrings.
11204         (pgg-decrypt): Convey provided passphrase in subordinate call to
11205         pgg-decrypt-region.
11207 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11209         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11210         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11211         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11212         'passphrase' argument, so the passphrase can be managed externally
11213         and then passed in to the system.
11215         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11216         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11217         so the passphrase cache can be used reliably with identifiers
11218         besides a pgp packet's key id.
11220         * pgg-gpg.el (pgg-gpg-encrypt-region)
11221         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11222         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11223         these routines, so the passphrase can be managed externally and
11224         passed in to the system.
11226         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11227         'notruncate' argument, so the passphrase cache can be used
11228         reliably with identifiers besides a pgp packet's key id.
11230 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11232         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11233         symmetric encryption.
11234         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11235         encrypted session key.
11236         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11237         message ask for the passphrase in a proper way.
11239         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11240         New user commands for symmetric encryption.
11242 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11244         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11246         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11248 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11250         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11252 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11254         * mm-decode.el (mm-inlined-types): Add application/pgp.
11255         (mm-automatic-display): Ditto.
11257         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11258         part as text.
11260 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11262         * nnrss.el: Update copyright.
11263         (nnrss-opml-import): Query whether to subscribe to each entry.
11265         * gnus-art.el:
11266         * gnus-sum.el:
11267         * gnus-xmas.el:
11268         * messagexmas.el:
11269         * mm-uu.el:
11270         * mm-view.el: Update copyright.
11272 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11274         * message.el (message-info): New function.
11275         (message-mode-menu): Add it.
11276         Update copyright.
11278         * ChangeLog: Fix and update copyright.
11280 2006-01-13  Romain Francoise  <romain@orebokech.com>
11282         * message.el (message-forward-subject-name-subject): Prefer the
11283         address to 'nowhere' if the sender has no name.
11284         Fix typo.  Update copyright year.
11286 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11288         * gnus-art.el (article-wash-html): Use
11289         gnus-summary-show-article-charset-alist if a numeric arg is given.
11290         (gnus-article-wash-html-with-w3m-standalone): New function.
11292         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11293         mm-inline-text-html-render-with-w3m-standalone.
11294         (mm-text-html-washer-alist): Map w3m-standalone to
11295         gnus-article-wash-html-with-w3m-standalone.
11296         (mm-inline-text-html-render-with-w3m-standalone): New function.
11298 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11300         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11301         Improve LaTeX.
11303 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11305         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11306         (nnrss-request-article): Render text/plain parts as HTML.
11308         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11309         the buffer.
11311 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11313         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11314         custom definition of `gnus-posting-styles'.
11316         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11317         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11319 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11322         Use nntp for bug archive.
11324 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11326         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11327         parts.
11328         (nnrss-normalize-date): New function converts ISO 8601 date into
11329         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11330         (nnrss-check-group): Use it.
11332 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11334         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11336         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11337         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11338         (nnrss-insert-w3): Ditto.
11340 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11342         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11343         the articles to be forwarded including the case where neither a
11344         number of articles nor a region is specified.
11346 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11348         * nnrss.el (nnrss-request-article): Fix last change; fill
11349         text/plain parts.
11351 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11353         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11354         in text/plain part.
11355         (nnrss-check-group): Don't add excessive newline to dc:subject.
11357 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11359         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11360         article.
11362 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11364         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11365         (nnml-use-compressed-files, nnml-save-mail): Support other
11366         comression programs such as bzip2.
11368 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370         * dns.el (query-dns): Make sure we check the buffer size before
11371         removing tcp headers.
11373 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11375         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11376         remove MIME buttons associated with multipart/alternative parts.
11377         (gnus-mime-display-alternative): Tag buttons using `article-type'
11378         text property.
11380         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11381         associated with multipart/alternative parts.
11383         * gnus-art.el (gnus-signature-separator): Fix custom type.
11385         * mm-decode.el (mm-inlined-types): Fix custom type.
11386         (mm-keep-viewer-alive-types): Ditto.
11387         (mm-automatic-display): Ditto.
11388         (mm-attachment-override-types): Ditto.
11389         (mm-inline-override-types): Ditto.
11390         (mm-automatic-external-display): Ditto.
11392 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11394         * spam-report.el (spam-report-user-mail-address)
11395         (spam-report-user-agent): New variables.
11396         (spam-report-url-ping-plain): Use spam-report-user-agent.
11398 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11400         * gnus-art.el (gnus-button-handle-custom): Do not just use
11401         `customize-apropos' for any "M-x customize-*" button but the
11402         function called for.  Accept both the function name and its
11403         argument in order to achieve this.
11404         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11405         function name to `gnus-button-handle-custom' in case of "M-x
11406         customize-*" buttons.
11408 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11410         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11411         multipart/alternative and add xref to mm-discouraged-alternatives
11412         in doc string.
11414         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11415         gnus-buttonized-mime-types in doc string.
11417 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11419         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11420         Suggest image/.* in the doc string.
11422 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11424         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11425         message-marks (Debian bug #342521).
11427 2005-12-12  Simon Josefsson  <jas@extundo.com>
11429         * password.el (password-read-from-cache): Add.
11430         (password-read): Use it.
11432 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11434         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11435         us-ascii as a MIME charset.
11437         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11438         against the case where the 2nd arg TYPE is nil.
11440 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11442         * pop3.el (pop3-stream-type): Fix custom version.
11444         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11446 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11448         * mm-decode.el (mm-display-external): Add missing cdr.
11450 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11453         RFC1524) if it is in mailcap or add a suffix according to
11454         mailcap-mime-extensions when generating a temp filename; postpone
11455         deleting a temp file for 2 seconds for some wrappers, shell
11456         scripts, and so on, which might exit right after having started a
11457         viewer command as a background job.
11459 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11461         * nntp.el (nntp-marks-directory): Fix custom group.
11463         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11464         steps when < 10.
11466         * gnus-start.el (gnus-no-server-1): Mention
11467         `gnus-level-default-subscribed' in doc string.
11469 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11471         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11472         parens.
11474 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11476         * gnus-xmas.el (gnus-use-toolbar): Revert.
11477         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11478         gnus-use-toolbar is default.
11480         * messagexmas.el (message-use-toolbar): Revert.
11481         (message-setup-toolbar): Use global default-toolbar if
11482         message-use-toolbar is default.
11484 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11486         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11487         according to default-toolbar-visible-p.
11489         * messagexmas.el (message-use-toolbar): Ditto.
11491 2005-11-26  Dave Love  <fx@gnu.org>
11493         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11494         (tls-program, tls-success): Provide openssl alternative.
11496         * starttls.el: Doc fixes.
11497         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11498         SERVICE to PORT.
11500         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11501         port null or service name.
11502         (starttls-negotiate): Autoload.
11504 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11506         * message.el (message-kill-to-signature): Fix interactive spec.
11508 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11510         * pop3.el (pop3-open-server): Recognize a string as a service name.
11512 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11514         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11516 2005-11-23  Dave Love  <fx@gnu.org>
11518         Add pop3s, pop3/starttls.
11520         * pop3.el (pop3-authentication-scheme): Clarify doc.
11521         (open-tls-stream, starttls-open-stream): Autoload.
11522         (pop3-stream-type): New.
11523         (pop3-open-server): Use it.
11525         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11526         for POP.
11527         (mail-source-keyword-map): Add :stream for POP.
11528         (mail-source-fetch-pop): Use pop3-stream-type.
11530 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11532         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11533         of current-time-string.
11535 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11537         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11538         date header.
11540 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11542         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11543         it can seriously impact performance as it bypasses the agent's
11544         local caches.
11546 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11548         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11549         must be explicitly online rather than "not explicitly offline" for
11550         its flags to be synchronized.
11552         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11553         that gnus-uu-unmark-thread will function correctly.
11555         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11556         1024K is instead displayed as 1M.
11558 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11560         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11562 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11564         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11566 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11568         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11569         error message to display actual error condition.
11570         (gnus-agent-save-local): Avoid saving symbols that are bound to
11571         nil as they simply result in a warning message in
11572         gnus-agent-read-local.
11574 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11576         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11577         rather than make-variable-buffer-local for file-precious-flag.
11579 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11581         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11582         for duplicates which are removed.  The invalid sort check then
11583         triggers a rescan after the sort as sorting may have moved
11584         duplicate entries such that they can be cheaply detected.
11586 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11588         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11590 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11592         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11593         internal variable to a custom variable.  Changed default value
11594         from compressed(2) to uncompressed(1).
11595         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11596         support for uncompressed agentview files.  Taken together, reading
11597         the agentview file should now be 6-7 times faster.
11599 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11601         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11602         as a buffer-local variable.  This avoids creating truncated
11603         dribble files as a result of a hang up, eg.
11605 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11607         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11608         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11609         XEmacs.
11611 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11613         * gnus-start.el (gnus-start-draft-setup): Enforce
11614         `gnus-draft-mode' for nndraft:drafts at startup.
11616         * gnus.el (gnus-splash): Change custom group.
11617         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11618         allow-list argument.
11620         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11621         string.
11623 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * gnus-art.el (gnus-default-article-saver): Add user-defined
11626         `function' to custom type.
11628 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11630         * imap.el (imap-open): Handle case where buffer is a buffer
11631         object.
11633 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11635         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11636         long lines.
11637         (gnus-cache-delete-group): Wrap doc strings.
11639         * gnus-agent.el (gnus-agent-rename-group)
11640         (gnus-agent-delete-group): Wrap doc strings.
11642 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11644         * messagexmas.el (message-use-toolbar): Change the valid values
11645         into default, top, bottom, left, and right.
11646         (message-toolbar-thickness): New variable.
11647         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11648         well.
11649         (message-setup-toolbar): Make it work.
11651         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11652         (gnus-use-toolbar): Change the valid values into default, top,
11653         bottom, left, and right.
11654         (gnus-toolbar-thickness): New variable.
11655         (gnus-xmas-setup-toolbar): New function.
11656         (gnus-xmas-setup-group-toolbar): Use it.
11657         (gnus-xmas-setup-summary-toolbar): Use it.
11659 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661         * gnus-start.el (gnus-1): Add "native" to
11662         gnus-predefined-server-alist.
11664         * gnus.el (gnus-method-to-server): Don't add "native" to the
11665         lists here, because that leads to problems when
11666         gnus-select-method is bound.
11668 2005-11-09  Simon Josefsson  <jas@extundo.com>
11670         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11671         use (not sort-by-date) instead.
11673 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11675         * gnus-delay.el (gnus-delay-group): Don't autoload.
11676         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11677         to be re-loaded when customizing the `gnus-delay' group.
11679 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11681         * message.el: Revert last changes.
11682         (message-insert-citation-line): Use newlines.
11684 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11686         * message.el (message-courtesy-message)
11687         (message-mark-insert-begin, message-mark-insert-end)
11688         (message-elide-ellipsis, message-cancel-message)
11689         (message-add-header, message-change-subject)
11690         (message-cross-post-followup-to-header)
11691         (message-cross-post-insert-note, message-reduce-to-to-cc)
11692         (message-widen-reply, message-delete-not-region)
11693         (message-kill-to-signature, message-insert-signature)
11694         (message-insert-importance-high, message-insert-importance-low)
11695         (message-insert-or-toggle-importance)
11696         (message-insert-disposition-notification-to)
11697         (message-indent-citation, message-yank-original)
11698         (message-cite-original-without-signature, message-cite-original)
11699         (message-insert-citation-line, message-position-on-field)
11700         (message-fix-before-sending, message-send-mail-partially)
11701         (message-send-mail, message-send-mail-with-sendmail)
11702         (message-send-mail-with-qmail, message-send-news)
11703         (message-check-news-header-syntax, message-generate-headers)
11704         (message-insert-courtesy-copy, message-fill-address)
11705         (message-fill-header, message-shorten-references)
11706         (message-setup-1, message-cancel-news)
11707         (message-forward-make-body-plain, message-forward-make-body-mime)
11708         (message-forward-make-body-mml, message-encode-message-body)
11709         (message-forward-make-body-digest-plain)
11710         (message-forward-make-body-digest-mime)
11711         (message-use-alternative-email-as-from): Insert `hard-newline'
11712         instead of ordinary newlines.
11714 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11716         * message.el (message-generate-headers): Downcase the argument
11717         given to message-check-element.
11719 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11721         * nntp.el (nntp-authinfo-rejected): New error condition.
11722         (nntp-wait-for): Use new error condition to signal authentication
11723         error.
11724         (nntp-retrieve-data): Rethrow new error condition to break out of
11725         recursive call to nntp-send-authinfo.
11727 2005-11-08  Romain Francoise  <romain@orebokech.com>
11729         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11730         (gnus-summary-exit-map): Bind to `Z p'.
11731         (gnus-summary-make-menu-bar): Add menu item.
11733 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11735         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11736         (gnus-treat-*): Add `first' in all doc strings.
11738         * gnus-group.el (gnus-group-compact-group): Fix typo.
11740 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11742         * gnus.el (gnus-parameters-case-fold-search): New variable.
11743         (gnus-parameters-get-parameter): Use it.
11745         * gnus-score.el (gnus-home-score-file): Doc fix.
11747 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11749         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11751 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11753         * mm-util.el (mm-special-display-p): New function.
11755         * mml.el (mml-preview): Use it; doc fix.
11757 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11759         * imap.el (imap-open): Handle case where buffer is a buffer object.
11761 2005-10-29  Romain Francoise  <romain@orebokech.com>
11763         * message.el (message-fix-before-sending): Fix comment.
11765 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11767         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11769 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11771         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11772         Used in gnus-score.el.
11774 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11776         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11778 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11780         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11781         whitespace removed in revision 7.8.  Use concatenated string to
11782         protect trailing whitespace.
11784 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11786         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11787         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11788         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11789         Courier IMAP ("some version from 2004").  Mostly based on similar
11790         code in the same function.
11792 2005-10-26  Didier Verna  <didier@xemacs.org>
11794         * gnus-group.el (gnus-group-compact-group): Invalidate original
11795         article buffer.
11796         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11797         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11798         NOV database and in article itself.
11799         Invalidate article backlog.
11801 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11803         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11805 2005-10-26  Simon Josefsson  <jas@extundo.com>
11807         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11808         part of 2004-07-25 change.
11810 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11812         * message.el (message-display-completion-list): New function.
11813         (message-expand-group): Use it; make sure the Completions buffer
11814         is modifiable.
11815 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11817         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11818         user-mail-name is an empty string.
11820 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11822         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11823         depending on gnus-score-decay-constant.
11825         * encrypt.el (encrypt-insert-file-contents)
11826         (encrypt-write-file-contents): Don't use `gnus-message'.
11828         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11829         arguments.
11830         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11831         arguments to mm-uu-verbatim-marks-extract.
11832         (mm-uu-hide-markers): New variable.
11833         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11835         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11836         (gnus-convert-image-to-face-command): Use "convert" by default to
11837         allow other input image formats.
11838         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11839         accordingly.
11841 2005-10-23  Simon Josefsson  <jas@extundo.com>
11843         * imap.el (imap-gssapi-program): Align command line parameters
11844         with latest GNU SASL.
11845         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11847 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11850         HTML.
11851         (nnslashdot-request-article): Ditto.
11853         * lpath.el (featurep): Add nobreak-char-display.
11855 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11857         * mail-source.el (mail-source-fetch-pop): Require pop3.
11858         (mail-source-check-pop): Ditto.
11860 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11862         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11863         errors.
11865 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11867         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11868         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11870         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11872         * mm-bodies.el (mm-decode-string): Call
11873         `mm-charset-to-coding-system' with allow-override argument.
11875 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11877         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11878         (rfc2047-charset-to-coding-system): New function.
11879         (rfc2047-decode-encoded-words): New function.
11880         (rfc2047-decode-region): Use them.
11881         (rfc2047-decode-cte): Remove.
11882         (rfc2047-parse-and-decode): Remove.
11883         (rfc2047-decode): Remove.
11885 2005-10-15  Kenichi Handa  <handa@m17n.org>
11887         * rfc2047.el (rfc2047-decode-cte): New function.
11888         (rfc2047-decode-region): Change the way to decode successive
11889         encoded-words: decode B- or Q-encoding in each encoded-word,
11890         concatenate them, and decode it as charset.
11892 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11894         * lpath.el: Fbind codepage-setup for XEmacs.
11896 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11898         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11899         widget-move-and-invoke.
11900         (gnus-custom-mode): Use gnus-custom-map.
11902 2005-10-15  Bill Wohler  <wohler@newt.com>
11904         * message.el (message-tool-bar-map): Renamed image file from
11905         mail_send to mail/send.
11907 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11909         * message.el (message-expand-group): Pass the common
11910         prefix substring of completion to `display-completion-list'.
11912 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11914         * mml-sec.el (mml-secure-method): New internal variable.
11915         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11916         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11917         functions using mml-secure-method.
11919         * mml.el (mml-mode-map): Add key bindings for those functions.
11920         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11921         Harder <harder@myrealbox.com>.
11922         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11923         end of message if point is the headers of the message.
11925         * message.el (message-in-body-p): New function.
11927         * assistant.el: Autoload gnus-util and netrc.
11929         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11930         Use `mm-charset-override-alist' only when decoding.
11932         * mm-bodies.el (mm-decode-body): Call
11933         `mm-charset-to-coding-system' with allow-override argument.
11935         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11936         `filename' from Content-Disposition if Content-Type doesn't
11937         provide `name'.
11938         (gnus-mime-view-part-as-type): Set default instead of
11939         initial-input.
11941 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11943         * format-spec.el (format-spec): Propagate text properties of % spec.
11945 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11947         * gnus-art.el (gnus-treat-predicate): Add `first'.
11949 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11951         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11952         (mm-charset-override-alist): New variable.
11953         (mm-charset-to-coding-system): Use it.
11954         (mm-codepage-setup): New helper function.
11955         (mm-charset-eval-alist): New variable.
11956         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11957         about unknown charsets.
11959         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11961 2005-10-04  David Hansen  <david.hansen@gmx.net>
11963         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11964         (nnrss-check-group): Ditto.
11966 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11968         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11969         Rename x-gnus-verbatim to x-verbatim.
11970         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11972         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11973         x-verbatim.
11975         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11977         * gnus-util.el (gnus-remove-duplicates): Remove.
11979         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11980         instead of gnus-remove-duplicates.
11982         * message.el (message-remove-duplicates): Remove.
11983         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11984         message-remove-duplicates.
11986         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11987         available, else use implementation from `delete-dups'.
11989         * message.el (message-insert-expires): New function.
11990         (message-mode-map): Add key binding.
11991         (message-mode-field-menu): Add menu entry.
11992         (message-mode): Document it.
11993         (message-make-expires-date): Use `message-make-date'.
11995 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11997         * message.el (message-make-expires-date): New function.
11999 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12001         * Makefile.in (list-installed-shadows): New entry.
12002         (install): Use it.
12003         (remove-installed-shadows): New entry.
12005         * dgnushack.el (dgnushack-default-load-path): New variable.
12006         (dgnushack-find-lisp-shadows): New function.
12007         (dgnushack-remove-lisp-shadows): New function.
12009 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12011         * Makefile.in (install-el-elc): New entry.
12012         (install): Use it so that .el files are necessarily installed.
12014 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12016         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12018 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12020         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12021         function rather than the diff-mode.el package.
12022         (mm-display-external): Use with-current-buffer.
12023         (mm-viewer-completion-map, mm-viewer-completion-map):
12024         Move initialization inside declaration.
12026 2005-09-29  Simon Josefsson  <jas@extundo.com>
12028         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12029         autoload mail-check-payment.
12030         (spam-check-hashcash): Define unconditionally, since hashcash.el
12031         is part of Gnus now.  Ignore errors from payment checking.
12033 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12035         * message.el (message-bold-region, message-unbold-region): Rename
12036         from `bold-region' and `unbold-region'.
12038         * message.el: Remove useless autoloads.
12040 2005-09-28  Simon Josefsson  <jas@extundo.com>
12042         * message.el (message-use-idna): Default to t.
12043         (message-use-idna): Test whether encoding works too.  Doc fix.
12045 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12047         * nntp.el (nntp-warn-about-losing-connection): Remove.
12049 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12051         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12052         customizable.  Change default value.
12053         (mm-uu-diff-groups-regexp): Change default value.
12054         (mm-uu-type-alist): Add doc string.
12055         (mm-uu-configure): Add doc string.  Make it interactive.
12056         (mm-uu-tex-groups-regexp): New variable.
12057         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12058         (mm-uu-type-alist): Add LaTeX documents.
12059         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12060         of "text/verbatim".
12061         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12063         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12064         instead of "text/verbatim".
12066         * message.el (message-mark-inserted-region)
12067         (message-mark-insert-file): Use slrn style marks when called with
12068         prefix argument.
12070 2005-09-27  Simon Josefsson  <jas@extundo.com>
12072         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12074 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12076         * message.el (message-remove-duplicates): New function.
12077         Implementation borrowed from `gnus-remove-duplicates'.
12078         (message-idna-to-ascii-rhs): Also encode idna addresses in
12079         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12080         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12081         only ask about the same idna domain once per header and also tell
12082         in what header to replace the idna domain.
12084         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12085         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12086         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12087         a header is decoded and not just the last one.
12089 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12091         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12092         has been decoded.
12094         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12095         (mm-insert-part): Don't modify text if it has been decoded.
12097         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12098         decoded.
12100         * mm-view.el (mm-inline-text): Don't strip text props unless
12101         decoding enriched or richtext parts.
12103 2005-09-25  Romain Francoise  <romain@orebokech.com>
12105         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12106         * gnus-start.el (gnus-subscribe-interactively):
12107         * gnus-uu.el (gnus-uu-grab-articles):
12108         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12109         space.
12111 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12113         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12114         * mm-view.el (mm-view-pkcs7-decrypt):
12115         * gnus-sum.el (gnus-summary-limit-to-extra)
12116         (gnus-summary-respool-article, gnus-read-move-group-name):
12117         * gnus-score.el (gnus-summary-increase-score):
12118         * gnus-util.el (gnus-completing-read-with-default):
12119         * gnus-art.el (gnus-read-save-file-name)
12120         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12121         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12122         * message.el (message-check-news-header-syntax):
12123         Follow convention for reading with the minibuffer.
12125 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12127         * spam-report.el (spam-report-url-ping-plain):
12128         Use gnus-extended-version as User-Agent.
12130         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12131         default value is nil.
12133         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12134         (mm-uu-verbatim-marks-extract): New function.
12135         (mm-uu-extract): New face.
12136         (mm-uu-copy-to-buffer): Use it.
12138         * spam-report.el (spam-report-gmane-ham): Renamed from
12139         `spam-report-gmane-unspam'.
12140         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12141         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12143         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12144         Autoload.
12145         (spam-report-gmane-unregister-routine): Renamed
12146         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12148 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12150         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12151         (spam-report-gmane-unregister-routine): Add support for gmane
12152         unregistration.
12154         * spam-report.el (spam-report-gmane-unspam)
12155         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12156         (spam-report-gmane): Change to take a single article and do unspam
12157         registration.
12159 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12161         * mm-url.el (mm-url-decode-entities): Fix regexp.
12163 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12165         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12166         default to nil, to be able to use Gnus at all.  If the default
12167         switches to something else, then the function should be fixed not
12168         be exceedingly slow.
12170 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12172         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12173         fail hard.
12175         * spam-report.el: Add better Keywords line.
12177         * spam.el: Add Maintainer and better Keywords line.
12179 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12181         * gnus-art.el (gnus-article-replace-part)
12182         (gnus-mime-replace-part): New functions.
12183         (gnus-mime-action-alist, gnus-mime-button-commands)
12184         (gnus-mime-save-part-and-strip): Added file argument.
12185         (gnus-article-part-wrapper): Added interactive argument.
12187         * gnus-sum.el (gnus-summary-mime-map): Add
12188         `gnus-article-replace-part'.
12190 2005-09-19  Didier Verna  <didier@xemacs.org>
12192         The nnml compaction feature:
12193         * nnml.el (nnml-request-compact-group): New function.
12194         * nnml.el (nnml-request-compact): New function.
12195         * gnus-int.el (gnus-request-compact-group): New function.
12196         * gnus-int.el (gnus-request-compact): New function.
12197         * gnus-group.el (gnus-group-compact-group): New function.
12198         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12199         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12200         * gnus-srvr.el (gnus-server-compact-server): New function.
12201         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12202         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12204 2005-09-18  Deepak Goel  <deego@gnufans.org>
12206         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12207         format spec.
12209 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12211         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12213 2005-09-15  Romain Francoise  <romain@orebokech.com>
12215         * message.el (message-fill-paragraph): Clarify docstring.
12217 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12219         * gnus-art.el (gnus-mime-display-part): Protect against broken
12220         MIME messages.
12222 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12224         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12225         before parsing header.
12227 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12229         * html2text.el (html2text-replace-list): Add new entities.
12231 2005-09-11  Romain Francoise  <romain@orebokech.com>
12233         * message.el (message-alternative-emails): Improve docstring.
12234         (message-setup-1): Call `message-use-alternative-email-as-from'
12235         after `message-setup-hook' to give it precedence over posting
12236         styles, etc.
12237         (message-use-alternative-email-as-from): Add docstring.  Remove
12238         the original From header if present.
12240         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12241         (nnml-save-mail): Use it.
12243         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12244         articles.  Add new argument `silent'.
12245         (gnus-uu-mark-all): Report the total number of marked articles.
12247 2005-09-10  Romain Francoise  <romain@orebokech.com>
12249         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12250         (gnus-uu-mark-series): Likewise.
12252 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12254         * spam-report.el (spam-report-gmane): Fix generation of spam
12255         report URL.
12257 2005-09-10  Simon Josefsson  <jas@extundo.com>
12259         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12260         t, based on discussion on the ding list with Robert Epprecht
12261         <epprecht@solnet.ch>.
12263 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12265         * spam-report.el (spam-report-gmane): Make it work without
12266         X-Report-Spam header.  Gmane now only provides Archived-At.
12267         This is only used if `spam-report-gmane-use-article-number' is nil.
12268         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12270         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12271         make `gnus-summary-sort-by-recipient' work with threading.
12273         * nnweb.el (nnweb-google-wash-article): Print a message if article
12274         is not available.
12276 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12278         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12279         change.  Decode text/* parts content before displaying.
12281 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12283         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12285 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12287         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12289         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12290         url-package-name, url-package-version,
12291         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12292         w3m-display-inline-images, and w3m-minor-mode-map.
12294 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12296         * message.el (message-tab-body-function): Fix mismatched custom type.
12298         * gnus.el (gnus-group-change-level-function): Ditto.
12300         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12302         * gnus-art.el (gnus-signature-limit)
12303         (gnus-article-mime-part-function): Ditto.
12305 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12307         * mml.el (mml-mode): Silence the byte compiler.
12309         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12310         using `(sit-for 0)' before moving the point to the specified part;
12311         skip unbuttonized parts.
12312         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12313         return to the summary window if gnus-auto-select-part is non-nil.
12315 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12317         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12318         variables.
12319         (mml-dnd-attach-file, mml-mode): Use them.
12321         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12322         Make fetching article by MID work again for Google Groups.  Added
12323         FIXME concerning gnus-group-make-web-group.
12325         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12326         Don't depend on Gnus by using mail-extract-address-components if
12327         gnus-extract-address-components is not bound.
12329 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331         * gnus-art.el (gnus-mime-display-security): Don't display the
12332         signature, but only the signed part.
12334 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12336         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12338         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12339         list, not listp.
12341 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12343         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12344         when encoding.
12346         * mm-bodies.el (mm-decode-content-transfer-encoding):
12347         De-canonicalize CRLF for all text content types, not just
12348         text/plain.
12350 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12352         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12353         valid article; point arrow and cursor at the MIME button.
12355 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12357         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12358         Suggested by Dan Christensen <jdc@uwo.ca>.
12360         * mm-decode.el (mm-save-part): Enable change of prompt.
12362 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12364         * gnus-msg.el (gnus-inews-add-send-actions): Made
12365         `message-post-method' lambda parameter ARG `&optional'.
12367 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12369         * gnus-sum.el (gnus-summary-mime-map): Added
12370         gnus-article-save-part-and-strip, gnus-article-delete-part and
12371         gnus-article-jump-to-part.
12373         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12374         (gnus-article-edit-part): Use it.
12375         (gnus-article-part-wrapper): Added no-handle argument.
12376         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12377         functions.
12379 2005-08-29  Romain Francoise  <romain@orebokech.com>
12381         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12382         docstring.
12383         (gnus-face-from-file): Likewise.
12385 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12387         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12388         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12389         non-nil.
12390         (gnus-auto-select-part): New variable.
12391         (gnus-article-jump-to-part): New function.
12392         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12393         (gnus-mime-delete-part): Allow selecting specified part after
12394         deleting or stripping parts.
12395         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12396         part if argument is bogus.
12398 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12400         * gnus-art.el (w3m-minor-mode-map):
12401         * gnus-spec.el (gnus-newsrc-file-version):
12402         * gnus-util.el (nnmail-active-file-coding-system)
12403         (gnus-original-article-buffer, gnus-user-agent):
12404         * gnus.el (gnus-ham-process-destinations)
12405         (gnus-parameter-ham-marks-alist)
12406         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12407         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12408         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12409         * mm-decode.el (gnus-current-window-configuration):
12410         * mm-extern.el (gnus-article-mime-handles):
12411         * mm-url.el (url-current-object, url-package-name)
12412         (url-package-version):
12413         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12414         (smime-keys, w3m-cid-retrieve-function-alist)
12415         (w3m-current-buffer, w3m-display-inline-images)
12416         (w3m-minor-mode-map):
12417         * mml-smime.el (gnus-extract-address-components):
12418         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12419         (gnus-newsrc-hashtb, message-default-charset)
12420         (message-deletable-headers, message-options)
12421         (message-posting-charset, message-required-mail-headers)
12422         (message-required-news-headers):
12423         * mml1991.el (mc-pgp-always-sign):
12424         * mml2015.el (mc-pgp-always-sign):
12425         * nnheader.el (nnmail-extra-headers):
12426         * rfc1843.el (gnus-decode-encoded-word-function)
12427         (gnus-decode-header-function, gnus-newsgroup-name):
12428         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12430 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12432         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12433         the end of the date treatments.
12435 2005-08-15  Simon Josefsson  <jas@extundo.com>
12437         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12438         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12439         Capello and Romain Francoise.
12440         (pgg-fetch-key-function): Removed, not used?
12441         (pgg-insert-url-with-w3): Require url, to get
12442         url-insert-file-contents regardless of where it is defined.
12444 2005-08-13  Romain Francoise  <romain@orebokech.com>
12446         * message.el (message-cite-original-1): New function.
12447         (message-cite-original): Use it.
12448         (message-cite-original-without-signature): Ditto.
12450 2005-08-08  Romain Francoise  <romain@orebokech.com>
12452         * message.el (message-yank-empty-prefix): New variable.
12453         (message-indent-citation): Use it.
12454         (message-cite-original-without-signature): Respect X-No-Archive.
12456 2005-08-08  Simon Josefsson  <jas@extundo.com>
12458         * pgg.el: Autoload url-insert-file-contents instead of loading
12459         w3/url.
12460         (pgg-insert-url-with-w3): Don't load url here.
12462 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12464         * message.el (message-kill-to-signature): Don't insert newline at
12465         bol.
12466         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12468 2005-08-06  Romain Francoise  <romain@orebokech.com>
12470         * message.el (message-user-fqdn): Fix typo in docstring.
12472 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12474         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12476         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12478 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12480         * mm-bodies.el (mm-encode-body): Use coding system rather than
12481         charset to encode text.
12483         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12484         number of charsets if utf-8 is available (XEmacs).
12486 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12488         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12489         taken from `gnus-button-mid-or-mail-regexp'.
12490         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12491         (gnus-button-alist): Improve regexp for domain part of the MIDs
12492         for news:localpart@domain buttons.
12493         (gnus-button-ctan-directory-regexp): Update.
12495 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12497         * sieve-manage.el (sieve-manage-interactive-login): Use
12498         make-local-variable rather than make-variable-buffer-local.
12499         (sieve-manage-open): Ditto.
12500         (sieve-manage-authenticate): Ditto.
12502         * mml.el (mml-generate-mime-1): Make the content type default to
12503         text/plain if the filename is not specified.
12505 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12507         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12508         instead of insert-buffer.
12510         * message.el (message-yank-original): Ditto; set the mark at the
12511         end of the yanked message.
12513 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12515         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12516         lines to scroll rather than to stop it.
12518         * mml.el (mml-generate-default-type): Add doc string.
12519         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12520         default to application/octet-stream when determining the content
12521         type if it is not specified for the part or the mml contents; add
12522         a comment about mml-generate-default-type.
12524 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12526         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12527         make it default to application/octet-stream when determining the
12528         content type if it is not specified for the external contents.
12530 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12532         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12533         segmented parameter but also other parameters might be there.
12535 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12537         * mm-decode.el (mm-display-external): Delete temp file, directory
12538         and buffer immediately if the external process is exited.
12540 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12543         fewer lines than that of scroll-margin.
12544         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12546 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12548         * gnus-art.el (gnus-article-next-page): Revert.
12549         (gnus-article-beginning-of-window): New macro.
12550         (gnus-article-next-page-1): Use it.
12551         (gnus-article-prev-page): Ditto.
12552         (gnus-article-edit-part): Use insert-buffer-substring instead of
12553         insert-buffer.
12554         (gnus-article-edit-exit): Ditto.
12556         * gnus-util.el (gnus-beginning-of-window): Remove.
12557         (gnus-end-of-window): Remove.
12559         * lpath.el: Don't bind header-line-format and scroll-margin.
12561 2005-07-25  Simon Josefsson  <jas@extundo.com>
12563         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12564         to have the url package without w3.  Reported by Daiki Ueno
12565         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12567 2005-07-20  Didier Verna  <didier@xemacs.org>
12569         * gnus-diary.el: Remove the description comment (nndiary is now
12570         properly documented in the Gnus manual).
12571         Fix the spelling of "Back End".
12572         * nndiary.el: Ditto.
12573         Fix the copyright notice.
12575 2005-07-18  Romain Francoise  <romain@orebokech.com>
12577         * gnus-sum.el (gnus-summary-to-prefix)
12578         (gnus-summary-newsgroup-prefix): New variables.
12579         (gnus-summary-from-or-to-or-newsgroups): Use them.
12581 2005-07-17  Romain Francoise  <romain@orebokech.com>
12583         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12584         space as it's generally not especially interesting to the user.
12586 2005-07-16  Romain Francoise  <romain@orebokech.com>
12588         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12589         nil to avoid prompting and file modification if one of the
12590         messages at the top of the nnfolder file contains a copyright
12591         notice.
12592         Update copyright notice.
12594         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12595         instead of `current-time-string' as the latter creates a time
12596         string that is not RFC 2822 compliant (it lacks the zone).
12597         Update copyright notice.
12599 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12601         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12602         for text/rtf.  Display default in prompt.  Pass default for M-n.
12604         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12606 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12608         * gnus-msg.el (gnus-button-mailto): Remove
12609         save-selected-window-window hackery because it relies on
12610         save-selected-window internals.
12612 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12614         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12615         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12616         (gnus-article-prev-page): Ditto.
12618         * gnus-util.el (gnus-beginning-of-window): New function.
12619         (gnus-end-of-window): New function.
12621         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12623 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12625         * gnus-score.el (gnus-score-edit-all-score): Set
12626         gnus-score-edit-exit-function to gnus-score-edit-done and call
12627         gnus-message.
12629 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631         * gnus-msg.el (gnus-button-mailto): Remove
12632         save-selected-window-window hackery because it relies on
12633         save-selected-window internals.
12635 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12637         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12638         add-minor-mode.
12639         (gnus-binary-mode): Ditto.
12641         * gnus-topic.el (gnus-topic-mode): Ditto.
12643 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12645         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12646         (gnus-article-prev-page): Take scroll-margin into consideration.
12648 2005-07-04  Lute Kamstra  <lute@gnu.org>
12650         Update FSF's address in GPL notices.
12652 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12654         * gnus.el (gnus-exit):
12655         * gnus-group.el (gnus-group-icons):
12656         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12658         * gnus-nocem.el (gnus-nocem):
12659         * message.el (message-various, message-buffers, message-sending)
12660         (message-interface, message-forwarding, message-insertion)
12661         (message-headers, message-news, message-mail):
12662         * pgg-gpg.el (pgg-gpg):
12663         * pgg-parse.el (pgg-parse):
12664         * pgg-pgp.el (pgg-pgp):
12665         * pgg-pgp5.el (pgg-pgp5):
12666         * pop3.el (pop3): Finish `defgroup' description with period.
12668 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12670         * gnus-art.el (article-display-face): Improve the efficiency.
12671         (article-display-x-face): Ditto; remove grey x-face stuff.
12673 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12675         * gnus-art.el (article-display-face): Correct the position in
12676         which Faces are inserted.
12678 2005-06-29  Didier Verna  <didier@xemacs.org>
12680         * gnus-art.el (article-display-face): Display faces in correct
12681         order.
12683 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12685         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12686         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12687         (gnus-nocem-check-article): Fetch the Type header.
12688         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12689         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12690         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12691         make sure gnus-nocem-hashtb is initialized.
12692         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12693         (gnus-nocem-unwanted-article-p): Ditto.
12695         * pgg.el (pgg-verify): Return the verification result.
12697 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12700         is ascii.
12702 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12704         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12705         `show-nonbreak-escape'.
12707 2005-06-23  Lute Kamstra  <lute@gnu.org>
12709         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12711         * dig.el (dig-mode):
12712         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12714 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12716         * nnimap.el (nnimap-split-download-body): Fix spellings.
12718 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12720         * gnus-art.el (gnus-article-encrypt-body):
12721         * gnus-cus.el (gnus-score-customize):
12722         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12723         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12725 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12727         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12728         header by looking for magic "MII" at the beginnig.
12730 2005-06-16  Miles Bader  <miles@gnu.org>
12732         * gnus-xmas.el (gnus-xmas-group-startup-message):
12733         Use renamed gnus-splash face.
12735         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12736         (assistant-field-face): New backward-compatibility alias for renamed
12737         face.
12738         (assistant-render-text): Use renamed assistant-field face.
12740         * spam.el (spam): Remove "-face" suffix from face name.
12741         (spam-face): New backward-compatibility alias for renamed face.
12742         (spam-face, spam-initialize): Use renamed spam face.
12744         * message.el (message-header-to, message-header-cc)
12745         (message-header-subject, message-header-newsgroups)
12746         (message-header-other, message-header-name)
12747         (message-header-xheader, message-separator, message-cited-text)
12748         (message-mml): Remove "-face" suffix from face names.
12749         (message-header-to-face, message-header-cc-face)
12750         (message-header-subject-face, message-header-newsgroups-face)
12751         (message-header-other-face, message-header-name-face)
12752         (message-header-xheader-face, message-separator-face)
12753         (message-cited-text-face, message-mml-face):
12754         New backward-compatibility aliases for renamed faces.
12755         (message-font-lock-keywords): Use renamed message faces.
12757         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12758         (sieve-test-commands, sieve-tagged-arguments):
12759         Remove "-face" suffix from face names.
12760         (sieve-control-commands-face, sieve-action-commands-face)
12761         (sieve-test-commands-face, sieve-tagged-arguments-face):
12762         New backward-compatibility aliases for renamed faces.
12763         (sieve-control-commands-face, sieve-action-commands-face)
12764         (sieve-test-commands-face, sieve-tagged-arguments-face):
12765         Use renamed sieve faces.
12767         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12768         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12769         (gnus-group-news-3-empty, gnus-group-news-4)
12770         (gnus-group-news-4-empty, gnus-group-news-5)
12771         (gnus-group-news-5-empty, gnus-group-news-6)
12772         (gnus-group-news-6-empty, gnus-group-news-low)
12773         (gnus-group-news-low-empty, gnus-group-mail-1)
12774         (gnus-group-mail-1-empty, gnus-group-mail-2)
12775         (gnus-group-mail-2-empty, gnus-group-mail-3)
12776         (gnus-group-mail-3-empty, gnus-group-mail-low)
12777         (gnus-group-mail-low-empty, gnus-summary-selected)
12778         (gnus-summary-cancelled, gnus-summary-high-ticked)
12779         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12780         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12781         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12782         (gnus-summary-low-undownloaded)
12783         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12784         (gnus-summary-low-unread, gnus-summary-normal-unread)
12785         (gnus-summary-high-read, gnus-summary-low-read)
12786         (gnus-summary-normal-read, gnus-splash):
12787         Remove "-face" suffix from face names.
12788         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12789         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12790         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12791         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12792         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12793         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12794         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12795         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12796         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12797         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12798         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12799         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12800         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12801         (gnus-summary-normal-ticked-face)
12802         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12803         (gnus-summary-normal-ancient-face)
12804         (gnus-summary-high-undownloaded-face)
12805         (gnus-summary-low-undownloaded-face)
12806         (gnus-summary-normal-undownloaded-face)
12807         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12808         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12809         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12810         (gnus-splash-face):
12811         New backward-compatibility aliases for renamed faces.
12812         (gnus-group-startup-message): Use renamed gnus faces.
12814         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12815         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12816         (gnus-server-agent): Remove "-face" suffix from face names.
12817         (gnus-server-agent-face, gnus-server-opened-face)
12818         (gnus-server-closed-face, gnus-server-denied-face)
12819         (gnus-server-offline-face):
12820         New backward-compatibility aliases for renamed faces.
12821         (gnus-server-agent-face, gnus-server-opened-face)
12822         (gnus-server-closed-face, gnus-server-denied-face)
12823         (gnus-server-offline-face): Use renamed gnus faces.
12825         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12826         Remove "-face" suffix from face names.
12827         (gnus-picon-xbm-face, gnus-picon-face):
12828         New backward-compatibility aliases for renamed faces.
12830         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12831         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12832         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12833         (gnus-cite-11): Remove "-face" suffix from face names.
12834         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12835         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12836         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12837         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12838         New backward-compatibility aliases for renamed faces.
12839         (gnus-cite-attribution-face, gnus-cite-face-list)
12840         (gnus-article-boring-faces): Use renamed gnus faces.
12842         * gnus-art.el (gnus-signature, gnus-header-from)
12843         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12844         (gnus-header-content): Remove "-face" suffix from face names.
12845         (gnus-signature-face, gnus-header-from-face)
12846         (gnus-header-subject-face, gnus-header-newsgroups-face)
12847         (gnus-header-name-face, gnus-header-content-face):
12848         New backward-compatibility aliases for renamed faces.
12849         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12851         * gnus-sum.el (gnus-summary-selected-face)
12852         (gnus-summary-highlight): Use renamed gnus faces.
12853         * gnus-group.el (gnus-group-highlight): Likewise.
12855 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12857         * gnus-sieve.el (gnus-sieve-article-add-rule):
12858         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12859         * spam-stat.el (spam-stat-buffer-change-to-spam)
12860         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12862         * message.el (message-is-yours-p):
12863         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12865 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12867         * mm-view.el (mm-inline-text): Withdraw the last change.
12869 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12871         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12872         executing enriched-decode.
12874 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12876         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12877         charset of tar files.
12879 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12881         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12883 2005-06-04  Lute Kamstra  <lute@gnu.org>
12885         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12886         information is never recorded.
12888 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12892 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12894         * pop3.el (pop3-apop): Run md5 in the binary mode.
12896         * starttls.el (starttls-set-process-query-on-exit-flag):
12897         Use eval-and-compile.
12899 2005-05-31  Simon Josefsson  <jas@extundo.com>
12901         * smime.el (smime-replace-in-string): Define.
12902         (smime-cert-by-ldap-1): Use it.
12904 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12906         * gnus-art.el (article-display-x-face): Replace
12907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12909         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12910         set-process-query-on-exit-flag or process-kill-without-query.
12912         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12913         loop instead of replace-regexp.
12915         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12916         instead of process-kill-without-query if it is available.
12918         * lpath.el: Fbind ldap-search-entries.
12920         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12921         instead of find-file-hooks if it is available.
12923         * mml1991.el: Bind pgg-default-user-id when compiling.
12925         * mml2015.el: Bind pgg-default-user-id when compiling.
12927         * nndraft.el (nndraft-request-associate-buffer):
12928         Use write-contents-functions instead of write-contents-hooks if it is
12929         available.
12931         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12932         instead of find-file-hooks if it is available.
12934         * nntp.el (nntp-open-connection): Replace
12935         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12936         (nntp-open-ssl-stream): Ditto.
12937         (nntp-open-tls-stream): Ditto.
12939         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12940         set-process-query-on-exit-flag or process-kill-without-query.
12941         (starttls-open-stream-gnutls): Use it instead of
12942         process-kill-without-query.
12943         (starttls-open-stream): Ditto.
12945 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12947         * smime.el (smime-cert-by-ldap-1): Don't use
12948         replace-regexp-in-string.
12950 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12952         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12954         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12955         in PEM format.  Adjust to the XEmacs compability.
12957 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12959         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12960         by `string-to-number'.
12961         * gnus-agent.el (gnus-agent-regenerate-group)
12962         (gnus-agent-fetch-articles): Ditto.
12963         * gnus-art.el (gnus-button-fetch-group): Ditto.
12964         * gnus-cache.el (gnus-cache-generate-active)
12965         (gnus-cache-articles-in-group): Ditto.
12966         * gnus-group.el (gnus-group-set-current-level)
12967         (gnus-group-insert-group-line): Ditto.
12968         * gnus-score.el (gnus-score-set-expunge-below)
12969         (gnus-score-set-mark-below, gnus-summary-score-effect)
12970         (gnus-summary-score-entry): Ditto.
12971         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12972         (gnus-soup-pack): Ditto.
12973         * gnus-spec.el (gnus-xmas-format): Ditto.
12974         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12975         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12976         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12977         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12978         * nndb.el (nndb-get-remote-expire-response): Ditto.
12979         * nndiary.el (nndiary-parse-schedule-value)
12980         (nndiary-string-to-number, nndiary-request-replace-article)
12981         (nndiary-request-article): Ditto.
12982         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12983         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12984         * nneething.el (nneething-make-head): Ditto.
12985         * nnfolder.el (nnfolder-request-article)
12986         (nnfolder-retrieve-headers): Ditto.
12987         * nnheader.el (nnheader-file-to-number): Ditto.
12988         * nnkiboze.el (nnkiboze-request-article): Ditto.
12989         * nnmail.el (nnmail-process-unix-mail-format)
12990         (nnmail-process-babyl-mail-format): Ditto.
12991         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12992         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12993         (nnmh-request-create-group, nnmh-request-list-1)
12994         (nnmh-request-group, nnmh-request-article): Ditto.
12995         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12996         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12997         * nnsoup.el (nnsoup-make-active): Ditto.
12998         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12999         * nntp.el (nntp-find-group-and-number)
13000         (nntp-retrieve-headers-with-xover): Ditto.
13001         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13002         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13003         (pgg-format-key-identifier): Ditto.
13004         * pop3.el (pop3-last, pop3-stat): Ditto.
13005         * qp.el (quoted-printable-decode-region): Ditto.
13007         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13008         of concat.
13010 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13012         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13014         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13016         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13018         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13020         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13022         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13024         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13025         (gnus-carpal-mode): Ditto.
13027         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13028         (gnus-browse-mode): Ditto.
13030         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13032         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13034 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13036         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13038 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13040         * gnus-util.el (gnus-run-mode-hooks): New function.
13042         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13044         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13045         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13047 2005-05-27  Lute Kamstra  <lute@gnu.org>
13049         * dns-mode.el (dns-mode): Specify customization group.
13051 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13053         * gnus-agent.el (gnus-agent-make-mode-line-string):
13054         Use mode-line-highlight as mouse-face.
13056 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13058         * canlock.el (canlock): Change the parent group to news.
13060         * deuglify.el (gnus-outlook-deuglify): Add :group.
13062         * dig.el (dig): Add :group.
13064         * dns-mode.el (dns-mode): Add :group.
13066         * encrypt.el (encrypt): Add :group.
13068         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13069         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13070         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13071         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13072         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13074         * gnus-diary.el (gnus-diary): Add :group.
13076         * gnus.el (gnus-group-news-1-face): Add :group.
13077         (gnus-group-news-1-empty-face): Ditto.
13078         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13079         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13080         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13081         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13082         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13083         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13084         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13085         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13086         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13087         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13088         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13089         (gnus-summary-high-ticked-face): Ditto.
13090         (gnus-summary-low-ticked-face): Ditto.
13091         (gnus-summary-normal-ticked-face): Ditto.
13092         (gnus-summary-high-ancient-face): Ditto.
13093         (gnus-summary-low-ancient-face): Ditto.
13094         (gnus-summary-normal-ancient-face): Ditto.
13095         (gnus-summary-high-undownloaded-face): Ditto.
13096         (gnus-summary-low-undownloaded-face): Ditto.
13097         (gnus-summary-normal-undownloaded-face): Ditto.
13098         (gnus-summary-high-unread-face): Ditto.
13099         (gnus-summary-low-unread-face): Ditto.
13100         (gnus-summary-normal-unread-face): Ditto.
13101         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13102         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13104         * hashcash.el (hashcash): New custom group.
13105         (hashcash-default-payment): Add :group.
13106         (hashcash-payment-alist): Ditto.
13107         (hashcash-default-accept-payment): Ditto.
13108         (hashcash-accept-resources): Ditto.
13109         (hashcash-path): Ditto.
13110         (hashcash-extra-generate-parameters): Ditto.
13111         (hashcash-double-spend-database): Ditto.
13112         (hashcash-in-news): Ditto.
13114         * message.el (message-minibuffer-local-map): Add :group.
13116         * netrc.el (netrc): Add :group.
13118         * sieve-manage.el (sieve-manage-log): Add :group.
13119         (sieve-manage-default-user): Diito.
13120         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13121         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13122         (sieve-manage-authenticators): Ditto.
13123         (sieve-manage-authenticator-alist): Ditto.
13124         (sieve-manage-default-port): Ditto.
13126         * sieve-mode.el (sieve-control-commands-face): Add :group.
13127         (sieve-action-commands-face): Ditto.
13128         (sieve-test-commands-face): Ditto.
13129         (sieve-tagged-arguments-face): Ditto.
13131         * smime.el (smime): Add :group.
13133         * spam-report.el (spam-report): Add :group.
13135         * spam.el (spam, spam-face): Add :group.
13137 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13140         return \n.\n.\n at the end of articles.  Protect against that.
13141         (nntp-with-open-group): Allow debugging.
13143         * nnheader.el (mail-header-set-extra): Make into a function
13144         because I just could't understand how to quote the list properly.
13146         * dns.el (query-dns-cached): New function.
13148 2005-05-26  Lute Kamstra  <lute@gnu.org>
13150         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13152 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13154         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13156         * gnus-art.el: Don't autoload mail-extract-address-components.
13158         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13159         eval-and-compile to evaluate it.
13161         * hashcash.el: Don't autoload executable-find.
13163         * nndb.el: Don't declare the nndb back end two or more times; don't
13164         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13166         * nntp.el: Autoload format-spec instead of format; use
13167         eval-and-compile to evaluate autoload forms.
13169 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13171         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13173 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13175         * gnus.el (gnus-version-number): Bump version.
13177 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13179         * gnus.el: No Gnus v0.3 is released.
13181 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183         * lpath.el (featurep): Bind show-nonbreak-escape.
13185 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13187         * gnus-art.el (gnus-article-edit-part): Disable undo.
13189 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13191         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13192         gnus-article-date-lapsed-new-header is t if date timer is active;
13193         skip headers in which the original date value is empty.
13194         (gnus-article-save-original-date): Redefine it as a macro.
13195         (gnus-display-mime): Use it.
13197 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13199         * gnus-art.el (article-date-ut): Support converting date in
13200         forwarded parts as well.
13201         (gnus-article-save-original-date): New function.
13202         (gnus-display-mime): Use it.
13204 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13206         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13207         enclosure element of <item>.
13209 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13211         * message.el (message-kill-buffer-query): Renamed from
13212         `message-kill-buffer-query-if-modified'.  Added :version.
13214 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13216         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13217         window layout.
13219 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13221         * mml.el: Autoload dnd when compiling.
13223 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13225         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13226         x-dnd-*.
13228 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13230         * qp.el (quoted-printable-encode-region): Save excursion.
13232 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13234         * message.el (message-kill-buffer-query-if-modified): Add new variable
13235         so the user can kill a modified message buffer quickly.
13236         (message-kill-buffer): Use it.
13238 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13240         * lpath.el: Fbind display-time-event-handler; don't fbind
13241         string-to-multibyte.
13243         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13245 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13247         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13248         contained in text because xml.el decodes entities) with LFs.
13250 2005-04-11  Lute Kamstra  <lute@gnu.org>
13252         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13253         differently.
13255 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13257         * mm-util.el (mm-detect-coding-region): Typo.
13259 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13261         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13263 2005-04-06  Deepak Goel  <deego@gnufans.org>
13265         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13266         user-function allow user modifications of the scores.
13267         (spam-stat-score-buffer-user): New function, to allow
13268         user-computed modifications to the score.
13269         (spam-stat-score-buffer-user-functions): List of additional
13270         scoring functions.
13271         (spam-stat-error-holder): Global temporary error holder.
13272         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13273         variable.
13275 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13277         * gnus-registry.el (gnus-registry-clean-empty-function)
13278         (gnus-registry-trim, gnus-registry-fetch-groups)
13279         (gnus-registry-delete-group): Groups that match
13280         `gnus-registry-ignored-groups' are removed from the registry
13281         entries, not just ignored for splitting.  This helps clean up the
13282         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13283         to get all the groups a message ID is in.
13285         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13286         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13287         (spam-stat-score-buffer-user-functions): Add :number custom type.
13289 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13291         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13292         argument in XEmacs.
13294         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13295         (nnrss-request-group): Decode group name first.
13296         (nnrss-request-article): Make a text/plain article if mml-to-mime
13297         failed.
13298         (nnrss-get-encoding): Return a compatible encoding according to
13299         nnrss-compatible-encoding-alist.
13300         (nnrss-find-el): Use consp instead of listp.
13301         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13303 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13305         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13306         which Emacs 20 doesn't support.
13307         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13309 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13311         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13312         silence the byte compiler inside the defun.
13314         * gnus-demon.el (parse-time-string): Add autoload.
13316         * gnus-delay.el (parse-time-string): Add autoload.
13318         * gnus-art.el (parse-time-string): Add autoload.
13320         * nnultimate.el (parse-time): Require for `parse-time-string'.
13322 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13324         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13326         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13328         * smime.el (smime-ldap-host-list): Add :version.
13330 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13332         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13333         pass it to `gnus-browse-read-group'.
13334         (gnus-browse-read-group): Add NUMBER argument and pass it to
13335         `gnus-group-read-ephemeral-group'.
13337         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13338         argument and pass it to `gnus-group-read-group'.
13340 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13342         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13343         mm-xemacs-find-mime-charset-1 if we have the mule feature
13344         available at runtime.
13346 2005-03-25  Werner Lemberg  <wl@gnu.org>
13348         * nnmaildir.el: Replace `illegal' with `invalid'.
13350 2005-03-23  Lute Kamstra  <lute@gnu.org>
13352         * time-date.el: Add comment on time value formats.
13353         Don't require parse-time.
13354         (with-decoded-time-value): New macro.
13355         (encode-time-value): New function.
13356         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13357         (days-to-time): Return a valid time value when arg is huge.
13358         (time-since): Use time-subtract.
13359         (time-to-number-of-days): Use time-to-seconds.
13361 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13363         * gnus-start.el (gnus-display-time-event-handler):
13364         Check display-time-timer at runtime rather than only at load time
13365         in case display-time-mode is turned off in the mean time.
13367 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13369         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13370         used.
13372         * nneething.el (nneething-map-file-directory): Derive from
13373         `gnus-directory'.
13375         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13376         the To/Cc button.
13378 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13380         * nnmaildir.el (nnmaildir-request-accept-article):
13381         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13383 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13385         * gnus-async.el: Require timer-funcs at compile time when in
13386         XEmacs for `run-with-idle-timer'.
13388 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13390         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13391         autoloaded function.
13393 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13395         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13397 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13399         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13401 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13403         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13404         gnus-expert-user to default.
13406 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13408         * nnimap.el (nnimap-open-server): Ditto.
13410         * imap.el (imap-authenticate): Fix typo.
13412 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13414         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13415         buffer (since IMAP server might return FETCH response out of
13416         order, and the nntp buffer must be sorted).
13418 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13420         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13421         comparison on string.
13423         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13424         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13425         (gnus-agent-summary-fetch-series): Modified to protect against
13426         gnus-agent-summary-fetch-group clearing processable flags.
13427         (gnus-agent-synchronize-group-flags): Update live group buffer as
13428         synchronization may occur due to the user toggle the plugged
13429         status.
13430         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13431         successfully downloaded.
13432         (gnus-agent-expire-group-1): Avoid using markers when the overview
13433         is in ascending order; greatly improves performance.
13434         (gnus-agent-regenerate-group): Use
13435         gnus-agent-synchronize-group-flags to reset read status in both
13436         gnus and server.
13437         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13439 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13441         * message.el: Don't autoload former message-utils variables.
13442         (message-strip-subject-trailing-was): Change doc string.
13444         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13445         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13446         (nnweb-google-search): Add "hl=en" here.
13447         (nnweb-google-parse-1, nnweb-google-create-mapping):
13448         Don't hardcode URL.
13450 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13452         * message.el (message-get-reply-headers, message-followup):
13453         Mention related variables `message-use-followup-to' and
13454         `message-use-mail-followup-to', in the information buffer.
13456         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13457         of broken groups(-beta).google.com.
13459 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13461         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13462         parameter to invoked gnus-request-move-article; remove the
13463         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13464         all at once instead of once per article.
13465         (gnus-summary-remove-process-mark): Accept a list of articles as
13466         well as a single article for processing.
13468         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13469         parameter.
13471         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13473         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13475         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13476         parameter.
13478         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13479         parameter.
13481         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13482         parameter and remove the gnus-sum-hint-move-is-internal variable.
13484         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13485         parameter.
13487         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13488         parameter.
13490         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13491         parameter.
13493         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13495         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13496         parameter.
13498         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13499         parameter.
13501 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13503         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13504         a more conservative way.
13506 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13508         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13509         buffer, so it moves the window's cursor.
13511 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13513         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13514         `mm-dissect-multipart' and receive the from field as an (optional)
13515         argument from `mm-dissect-multipart'.
13516         (mm-dissect-multipart): Receive the from field as an argument and
13517         pass it on when we call `mm-dissect-buffer' on MIME parts.
13518         Fixes verification/decryption of signed/encrypted MIME parts.
13520 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13522         * gnus-sum.el (gnus-summary-move-article): Set
13523         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13524         whatever it calls (right now, only nnimap-request-move article
13525         respects it).
13527         * nnimap.el (nnimap-request-move-article): When
13528         gnus-sum-hint-move-is-internal is set, don't do the extra
13529         nnimap-request-article.
13531 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13533         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13535         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13536         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13538         * gnus-sum.el (gnus-summary-caesar-message):
13539         Apply `gnus-treat-article' after rotation.
13541         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13542         doc string.
13544 2005-02-22  Simon Josefsson  <jas@extundo.com>
13546         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13547         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13548         <arne@arnested.dk>.
13549         (encrypt): Add password-cache and password-cache-expiry as group
13550         members.
13552 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13554         * smime.el (smime-ldap-host-list): Doc fix.
13555         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13556         cache) password.
13557         (smime-sign-region): Use it.
13558         (smime-decrypt-region): Use it.
13559         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13560         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13561         fails.
13562         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13563         certificate from DER to PEM format rather than calling openssl.
13565         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13567         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13568         for signing/encryption.
13570         * mml.el (mml-parse-1): Use them.
13572 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13574         * nnrss.el (nnrss-verbose): Removed.
13575         (nnrss-request-group): Use `nnheader-message' instead.
13577 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13579         * nnrss.el (nnrss-verbose): New variable.
13580         (nnrss-request-group): Make it say nnrss is requesting a group.
13582 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13584         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13585         Handle news URL with given port correctly.
13587 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13589         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13590         containing special characters.
13592         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13594         * mml.el (mime-to-mml): Ditto.
13596         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13597         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13598         (rfc2047-decode-region): Quote decoded words containing special
13599         characters when rfc2047-quote-decoded-words-containing-tspecials
13600         is non-nil.
13602 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13604         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13606         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13608 2005-02-15  Simon Josefsson  <jas@extundo.com>
13610         * nnimap.el (nnimap-debug): Doc fix.
13612         * imap.el (imap-debug): Doc fix.
13614 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13616         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13618 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13620         * gnus.el (spam-contents): Improve docs for spam-contents
13621         parameter in its variable incarnation.
13623 2005-02-14  Simon Josefsson  <jas@extundo.com>
13625         * smime-ldap.el: Use require instead of load-library for ldap.
13626         (smime-ldap-search): Indent.
13627         (smime-ldap-search-internal): Shorten line.
13629         * smime.el (smime-cert-by-dns): Add doc-string.
13630         (smime-cert-by-ldap-1): Indent.
13632         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13633         mml-smime-get-dns-ldap.
13634         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13636 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13638         * smime.el: Require smime-ldap.
13639         (smime-ldap-host-list): New variable.
13640         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13642         * mml-smime.el (mml-smime-encrypt-query): New function.
13643         (mml-smime-encrypt-query): Use it.
13645         * smime-ldap.el: New file.
13647 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13649         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13651 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13653         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13654         argument in doc string.  Make query for type more clear.
13656 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13658         * gnus.el (gnus-group-startup-message): Search for gnus images in
13659         etc/images/gnus.
13660         * mm-util.el (mm-image-load-path): Likewise.
13661         * smiley.el (smiley-data-directory): Search for smilies in
13662         etc/images/smilies.
13664 2005-02-09  Kim F. Storm  <storm@cua.dk>
13666         Change Emacs release version from 21.4 to 22.1 throughout.
13667         Change Emacs development version from 21.3.50 to 22.0.50.
13669 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13673         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13674         non-Mule XEmacs as well.
13675         (mm-decompress-buffer): Signal an error intentionally if it does
13676         not decompress compressed data because auto-compression-mode is
13677         disabled.
13679 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13681         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13682         an ID in the registry even if it has no groups.
13684 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13686         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13687         merge it into mm-decompress-buffer.
13688         (gnus-mime-copy-part): Use the MIME part charset, the value which
13689         a user specified or gnus-newsgroup-charset for decoding, like
13690         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13691         save-buffer what was used.  Suggested by Kevin Ryde
13692         <user42@zip.com.au>.
13693         (gnus-mime-inline-part): Allow the name parameter as well as the
13694         filename parameter; force decompressing of compressed data; always
13695         display contents being not decoded as unibyte.
13697         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13698         as well as the filename parameter.
13700         * mm-util.el (mm-decompress-buffer): Merge
13701         gnus-mime-jka-compr-maybe-uncompress.
13702         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13703         of compressed data.
13705 2005-02-08  Simon Josefsson  <jas@extundo.com>
13707         * imap.el (imap-log): Doc fix.
13709 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13711         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13712         the coding cookies; decompress compressed parts.
13714         * mml.el (mml-generate-mime-1): Add the charset parameter according
13715         to the value which a user specified manually or the coding cookie.
13717         * mm-util.el (mm-string-to-multibyte): New function.
13718         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13719         (mm-coding-system-to-mime-charset): New function.
13720         (mm-decompress-buffer): New function.
13721         (mm-find-buffer-file-coding-system): New function.
13723         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13724         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13725         parts.
13727 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13729         * mm-view.el (mm-display-inline-fontify): Decode a part according
13730         to the charset parameter.
13732 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13735         prefix arg is neither nil nor a number, as info specifies.
13737 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13739         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13740         timestamps.
13742 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13744         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13745         groups error checking and notify user.
13747 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13749         * message.el (message-send-mail-function): Check existence of
13750         sendmail-program first before using default value
13751         `message-send-mail-with-sendmail'.  Otherwise use more generic
13752         `smtpmail-send-it'.
13754 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13756         * nntp.el (nntp-request-update-info): Always return nil.
13758 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13760         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13762 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13764         * message.el (message-beginning-of-line): Change the behavior when
13765         invoked between BOL and : so that it first moves backward.
13767 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13769         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13770         article buffer when editing of the article is discarded.
13771         (gnus-article-prepare): Revert.
13773 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13775         * gnus-art.el (gnus-article-prepare):
13776         Remove message-strip-forbidden-properties from the local hook.
13778 2005-01-27  Simon Josefsson  <jas@extundo.com>
13780         * password.el (password-cache-add): Only start one timer per key.
13781         Reported by Derek Atkins <warlord@MIT.EDU>.
13783 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13785         * run-at-time.el: Removed.  It is no longer needed as
13786         timer-funcs.el in the xemacs-base package has a working version of
13787         `run-at-time'.
13789         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13791         * password.el: Require timer-funcs instead of run-at-time in
13792         XEmacs.
13793         Remove `password-run-at-time' macro.
13794         (password-cache-add): Use `run-at-time' instead of
13795         `password-run-at-time'.
13797         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13798         Remove `nnheader-cancel-function-timers' alias,
13799         `cancel-function-timers' exists in XEmacs in timer-funcs.
13801         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13802         for `run-with-idle-timer'.
13804         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13805         for `run-at-time'.
13807         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13808         for `with-timeout'.
13810         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13811         the same as for XEmacs 21.4.
13812         No need to ignore `run-with-idle-timer', this function exists in
13813         XEmacs now in timer-funcs.el in the xemacs-base package.
13814         (dgnushack-compile): No need to delete
13815         run-at-time.el from the list of files to compile because it
13816         doesn't exist anymore.
13818 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13820         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13821         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13823 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13825         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13826         sensitively.
13828 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13830         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13832 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13834         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13835         which will be inserted according to the multibyteness of a buffer
13836         rather than the type of contents.  Suggested by ARISAWA Akihiro
13837         <ari@mbf.ocn.ne.jp>.
13839         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13840         of string which old xml.el may return rather than a string.
13842 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13844         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13846 2005-01-16  Simon Josefsson  <jas@extundo.com>
13848         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13849         idn/idna.el isn't available.
13850         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13851         <michael@waxrat.com>.
13853         * hashcash.el: Remove non-FSF copyright header.
13855         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13856         (hashcash-generate-payment): Use it.
13857         (hashcash-generate-payment-async): Use it.
13859 2005-01-15  Simon Josefsson  <jas@extundo.com>
13861         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13862         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13864         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13865         gnus-summary-idna-message.
13866         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13867         (gnus-summary-idna-message): New function.
13869 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13871         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13872         gnus-novice-user.
13874 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13876         * nnrss.el (nnrss-request-delete-group): Delete entries in
13877         nnrss-group-alist as well.
13878         (nnrss-save-server-data): Insert newline.
13880 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13882         * gnus.el (gnus-user-agent): Use list of symbols instead of
13883         symbols.  Display full version number for (S)XEmacs.  Optionally
13884         display (S)XEmacs codename.
13886         * gnus-util.el (gnus-emacs-version): Update for new
13887         `gnus-user-agent'.
13889         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13890         Gnus version.
13892 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13894         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13895         which is unreadable in some setups.
13897 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13899         * gnus-spec.el (gnus-update-format-specifications): Flush the
13900         group format spec cache if it doesn't support decoded group names.
13902 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13904         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13905         Allow to apply decay on score files matching a regexp.
13907 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13909         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13910         compatibility in %g and %c.
13912 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13914         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13915         name for only %g and %c.
13916         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13917         of gnus-tmp-group to decoded group name.
13918         (gnus-group-make-rss-group): Exclude `/'s from group names.
13920 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13922         * nnrss.el (nnrss-get-encoding): Fix regexp.
13924 2004-12-27  Simon Josefsson  <jas@extundo.com>
13926         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13927         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13928         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13930 2004-12-17  Kim F. Storm  <storm@cua.dk>
13932         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13934         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13936 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13938         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13940 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13942         * nnrss.el: Require rfc2047 and mml.
13943         (nnrss-file-coding-system): New variable.
13944         (nnrss-format-string): Redefine it as an inline function.
13945         (nnrss-decode-group-name): New function.
13946         (nnrss-string-as-multibyte): Remove.
13947         (nnrss-retrieve-headers): Decode group name; don't use
13948         nnrss-format-string.
13949         (nnrss-request-group): Decode group name.
13950         (nnrss-request-article): Decode group name; allow a Message-ID as
13951         well as an article number; don't use nnrss-format-string; encode a
13952         Message-ID string which may contain non-ASCII characters; use
13953         mml-to-mime to compose a MIME article.
13954         (nnrss-request-expire-articles): Decode group name.
13955         (nnrss-request-delete-group): Decode group name.
13956         (nnrss-fetch): Clarify error message.
13957         (nnrss-read-server-data): Use insert-file-contents instead of load;
13958         bind file-name-coding-system; use multibyte buffer.
13959         (nnrss-save-server-data): Bind coding-system-for-write to the
13960         value of nnrss-file-coding-system; bind file-name-coding-system;
13961         add coding cookie.
13962         (nnrss-read-group-data): Use insert-file-contents instead of load;
13963         bind file-name-coding-system; use multibyte buffer.
13964         (nnrss-save-group-data): Bind coding-system-for-write to the
13965         value of nnrss-file-coding-system; bind file-name-coding-system.
13966         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13967         make it work with non-ASCII text.
13968         (nnrss-find-el): Make it work with old xml.el as well.
13970 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13972         * nnrss.el (nnrss-get-encoding): New function.
13973         (nnrss-fetch): Use unibyte buffer initially; bind
13974         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13975         decode contents according to the encoding attribute.
13976         (nnrss-save-group-data): Add coding cookie.
13977         (nnrss-mime-encode-string): New function.
13978         (nnrss-check-group): Use it to encode subject and author.
13980 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13982         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13983         imaginary variable.
13985 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13987         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13988         correctly even if there are wide characters.
13990 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13992         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13993         downcased symbol names; make a new cache instead of reusing
13994         bbdb-hashtable.
13996 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13998         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13999         concatenating segments rather than before concatenating them.
14000         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14002         * message.el (message-get-reply-headers): Bind `extra'.
14004 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14006         * message.el (message-extra-wide-headers): New variable.
14007         (message-get-reply-headers): Use it.
14009 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14011         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14012         (gnus-agent-group-pathname): Ditto.
14014         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14016         * gnus-group.el (gnus-group-make-group): Decode group name.
14017         (gnus-group-make-rss-group): Register the group data after opening
14018         the nnrss group.
14020 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14022         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14023         by expiry now get marked as read.
14025 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14027         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14029 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14031         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14032         unify Latin characters in XEmacs.
14033         (mm-find-mime-charset-region): Use it.
14035 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14037         * gnus-util.el (gnus-delete-directory): New function.
14039         * gnus-agent.el (gnus-agent-delete-group): Use it.
14041         * gnus-cache.el (gnus-cache-delete-group): Use it.
14043 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14045         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14046         names.
14048 2004-12-16  Simon Josefsson  <jas@extundo.com>
14050         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14052 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14054         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14056         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14057         (gnus-group-set-current-level): Decode group name.
14059 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14061         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14062         failed.
14064 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14066         * gnus-group.el (gnus-group-delete-group): Decode group name.
14067         (gnus-group-make-rss-group): Encode group name.
14068         (gnus-group-catchup-current): Decode group name.
14069         (gnus-group-kill-group): Decode group name.
14071 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14073         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14075 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14077         * gnus-group.el (gnus-group-make-rss-group):
14078         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14080         * gnus-start.el (gnus-setup-news): Honor user's setting to
14081         gnus-message-archive-method.  Suggested by Lute Kamstra
14082         <lute@gnu.org>.
14084 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14086         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14087         global counterparts of the buffer-local variables.
14089 2004-11-16  Romain Francoise  <romain@orebokech.com>
14091         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14092         counterparts of the buffer-local variables.
14094 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14096         * message.el (message-forbidden-properties): Fixed typo in doc
14097         string.
14099 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14101         * gnus-util.el (gnus-replace-in-string): Added doc string.
14103         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14104         to avoid problems when splitting mails with many recipients.
14106 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14108         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14109         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14111 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14113         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14114         if there is no hashtable in memory or file modification time is
14115         newer than cached timestamp.
14117 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14119         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14120         not-matching option.
14122 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14124         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14125         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14126         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14127         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14128         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14129         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14131 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14133         * message.el (message-forward-make-body-mml): Remove headers
14134         according to message-forward-ignored-headers if a message is decoded.
14136 2004-12-02  Romain Francoise  <romain@orebokech.com>
14138         * message.el (message-forward-make-body-plain): Always remove
14139         headers according to message-forward-ignored-headers.
14141 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14143         * spam.el (spam-summary-prepare-exit): Remove the
14144         gnus-summary-limit pop for now, it has problems with ham marks for
14145         me.
14147 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14149         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14150         correctly.
14152 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14154         * format-spec.el (format-spec): Message the char.
14156 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14158         * gnus-art.el (gnus-split-methods): Reformat comments.
14160         * spam.el (spam-summary-prepare-exit): Remove article limits
14161         before exiting the summary buffer.
14163 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14165         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14166         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14168         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14169         order to silence the byte compiler.
14171         * spam.el: Fix the way to silence the byte compiler, which
14172         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14173         bbdb-search-simple, spam-BBDB-register-routine,
14174         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14175         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14176         spam-stat-buffer-is-spam, spam-stat-load,
14177         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14178         spam-stat-save and spam-stat-split-fancy.
14180 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14182         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14183         which may confuse users.
14184         (canlock-password-for-verify): Ditto.
14186         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14188         * gnus-art.el (gnus-emphasis-alist): Ditto.
14190         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14192         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14194         * gnus-start.el (gnus-save-killed-list): Ditto.
14196         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14197         (gnus-sum-thread-tree-root): Ditto.
14198         (gnus-sum-thread-tree-false-root): Ditto.
14199         (gnus-sum-thread-tree-single-indent): Ditto.
14201         * message.el (message-courtesy-message): Ditto.
14202         (message-archive-note): Ditto.
14203         (message-subscribed-address-file): Ditto.
14204         (message-user-fqdn): Ditto.
14206         * spam-report.el (spam-report-gmane-regex): Ditto.
14208         * spam.el (spam-blackhole-good-server-regex): Ditto.
14210 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14212         * mml.el (mml-preview): Widen the message buffer before copying
14213         the contents to the preview buffer; sort headers before previewing.
14215         * message.el (message-hidden-headers): Fix the way to avoid a bug
14216         in the `repeat' widget in Emacs 21.3 or earlier.
14218 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14220         * message.el (message-hidden-headers): Default to "^References:".
14221         Improve customization type.  Suggested by Reiner Steib
14222         <Reiner.Steib@gmx.de>.
14224 2004-11-25  Romain Francoise  <romain@orebokech.com>
14226         * message.el (message-strip-forbidden-properties): Remove check for
14227         obsolete `message-hidden' text property, hidden headers are not
14228         accessible in the buffer anymore.
14230 2004-11-22  Romain Francoise  <romain@orebokech.com>
14232         * message.el (message-header-format-alist): Add `From' in list
14233         so that it can be sorted.
14234         (message-fix-before-sending): Widen and sort headers before
14235         sending.
14236         (message-hide-headers): Use narrowing to hide headers by moving
14237         them to the top of the buffer and narrowing to the region
14238         underneath.
14240 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242         * message.el (message-strip-forbidden-properties): Bind
14243         buffer-read-only (etc) to nil.
14245 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14247         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14248         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14250 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14252         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14254 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14256         * dns.el (query-dns): Use sit-for to time instead of
14257         accept-process-output, since that doesn't seem to work on udp
14258         sockets.
14260 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14262         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14264 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14266         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14267         doc string.  Improve doc string.
14269 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14271         * nntp.el (nntp-request-update-info): Return nil if
14272         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14273         may not call gnus-activate-group which uselessly issues the GROUP
14274         commands for all nntp groups and wastes time.  Reported by Romain
14275         Francoise <romain@orebokech.com>.
14277         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14279 2004-11-15  Simon Josefsson  <jas@extundo.com>
14281         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14282         headers separately.
14283         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14284         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14286 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14288         * gnus-start.el (gnus-convert-old-newsrc):
14289         Assign legacy-gnus-agent to 5.10.7.
14291 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14293         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14294         start of the lines.
14296 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14298         * hashcash.el (hashcash-default-payment): Change default to 20.
14299         (hashcash-default-accept-payment): Change default to 20.
14300         (hashcash-process-alist): New variable.
14301         (hashcash-generate-payment-async): Add.
14302         (hashcash-already-paid-p): Add.
14303         (hashcash-insert-payment): Don't generate payments twice.
14304         (hashcash-insert-payment-async): Add.
14305         (hashcash-insert-payment-async-2): Add.
14306         (hashcash-cancel-async): Add.
14307         (hashcash-wait-async): Add.
14308         (hashcash-processes-running-p): Add.
14309         (hashcash-wait-or-cancel): Add.
14310         (mail-add-payment): New optional argument.  Conditionally start
14311         asynchronous calculation.
14312         (mail-add-payment-async): Add.
14314         * message.el (message-send-mail): Wait for asynchronous hashcash
14315         results.  Don't clobber existing X-Hashcash headers.
14316         (message-setup-1): Call mail-add-payment-async when
14317         message-generate-hashcash is non-nil.
14319 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14321         * message.el (message-use-alternative-email-as-from): Examine the
14322         From header as well; use message-make-from in order to include a
14323         user's full name.
14325 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14327         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14328         default; improve customization type.
14329         (gnus-emphasis-custom-with-format): New macro.
14330         (gnus-emphasis-custom-value-to-external): New function.
14331         (gnus-emphasis-custom-value-to-internal): New function.
14333 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14335         * dns.el (query-dns): Resolve reverse addresses.
14337 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14339         * gnus-group.el (gnus-group-get-new-news): Use it.
14341         * gnus-start.el (gnus-check-reasonable-setup): New function.
14343 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14345         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14346         "Args out of range" error.  Reported by Arnaud Giersch
14347         <arnaud.giersch@free.fr>.
14349 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14351         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14353 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14355         * spam.el (spam group): Add :version.
14357         * pgg-def.el (pgg group): Add :version.
14359 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14361         * gnus-art.el (gnus-article-edit-article): Don't associate the
14362         article buffer with a draft file.  This is a temporary measure
14363         against the 2004-08-22 change to gnus-article-edit-mode.
14365 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14367         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14368         (html2text-format-tags): Remove unused variable `attr'.
14370 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14372         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14374         * tls.el (tls-process-connection-type, tls-success)
14375         (tls-certtool-program): Add :version.
14377         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14378         (starttls-extra-arguments, starttls-process-connection-type)
14379         (starttls-connect, starttls-failure, starttls-success): Add :version.
14381         * spam-stat.el (spam-stat): Add :version.
14383         * sieve.el (sieve): Add :version.
14385         * sha1.el (sha1): Add :version.
14386         (sha1-use-external): Remove redundant version.
14388         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14389         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14390         (nnmail-split-fancy-match-partial-words)
14391         (nnmail-split-lowercase-expanded): Add :version.
14393         * nndiary.el (nndiary): Add :version.
14395         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14397         * mml-sec.el (mml-default-sign-method)
14398         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14399         Add :version.
14401         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14403         * mm-url.el (mm-url-use-external, mm-url-program)
14404         (mm-url-arguments): Add :version.
14406         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14407         (mm-attachment-file-modes, mm-decrypt-option)
14408         (mm-w3m-safe-url-regexp): Add :version.
14410         * message.el (message-cite-prefix-regexp)
14411         (message-sendmail-envelope-from, message-minibuffer-local-map)
14412         (message-user-fqdn, message-completion-alist): Add :version.
14414         * gnus-win.el (gnus-configure-windows-hook)
14415         (gnus-use-frames-on-any-display): Add :version.
14417         * gnus-art.el (gnus-article-address-banner-alist)
14418         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14419         (gnus-treat-from-picon, gnus-treat-mail-picon)
14420         (gnus-treat-x-pgp-sig): Add :version.
14422         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14423         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14424         (gnus-summary-article-delete-hook)
14425         (gnus-summary-display-while-building): Add :version.
14427         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14428         (gnus-get-top-new-news-hook): Add :version.
14430         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14431         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14433         * gnus-registry.el (gnus-registry): Add :version.
14435         * gnus-spec.el (gnus-use-correct-string-widths)
14436         (gnus-make-format-preserve-properties): Add :version.
14438         * gnus.el (gnus-group-charter-alist)
14439         (gnus-group-fetch-control-use-browse-url)
14440         (gnus-install-group-spam-parameters): Add :version.
14442         * gnus-diary.el (gnus-diary): Add :version.
14444         * gnus-delay.el (gnus-delay): Add :version.
14446         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14447         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14448         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14449         Add :version.
14451         * gnus-agent.el (gnus-agent-max-fetch-size)
14452         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14453         (gnus-agent-prompt-send-queue): Add :version.
14455         * deuglify.el (gnus-outlook-deuglify): Add :version.
14457         * html2text.el: Beautify code.  Improve doc strings.  Some
14458         checkdoc cleanup.
14459         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14461 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14463         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14465 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14467         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14468         when package is loaded.
14470         * spam.el (spam-summary-score-preferred-header): Add global preference
14471         for people who want to override the default SpamAssassin over
14472         Bogofilter preference (when both are set).
14473         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14474         (spam-user-format-function-S): Check
14475         spam-summary-score-preferred-header.
14476         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14477         (spam-user-format-function-S): Format the score correctly.
14479 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14481         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14482         signature file.  Suggested by Manoj Srivastava
14483         <srivasta@golden-gryphon.com>.
14485         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14486         iso-2022-jp even in the Japanese language environment.
14487         Suggested by Jason Rumney <jasonr@gnu.org>.
14489 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14491         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14492         use the same characters as the dummy marks; make it free from
14493         getting affected by the language environment.
14494         (gnus-summary-read-group-1): Update mark positions only when the
14495         format spec is updated.
14497         * gnus-spec.el (gnus-update-format-specifications): Return a list
14498         of updated types.
14500 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14502         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14503         of boundp to check if display-warning is available.
14505 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14507         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14509 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14511         * nnspool.el (nnspool-spool-directory): Use news-path if the
14512         news-directory variable is not bound.
14514         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14515         function instead of display-warning if it is not available.
14517 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14519         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14520         v5-10: Use `point-at-bol'.
14522 2004-10-26  Simon Josefsson  <jas@extundo.com>
14524         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14525         <chenggao@gmail.com>.
14527 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14529         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14530         instead.
14532 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14534         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14535         to remove a server from the nnimap-server-buffer-alist.
14536         (nnimap-open-connection, nnimap-close-server): Use it.
14538         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14540 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14542         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14543         running the major-mode function.
14545 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14547         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14548         dummy marks in the right way.
14550 2004-10-18  David Edmondson  <dme@dme.org>
14552         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14553         excessively.
14555 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14557         * gnus-util.el (gnus-split-references): Accept a nil references
14558         string and go on blissfully.
14560         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14561         cases where the references string is non-nil but has no references.
14563         * encrypt.el: Add autoload tags.
14565         * spam.el (spam-resolve-registrations-routine): Remove article
14566         from unregistration list too.  Reported by David Hanak
14567         <dhanak@isis.vanderbilt.edu>
14569 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14571         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14572         nil.  Changed custom type.
14574 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14576         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14578         * gnus-sum.el (gnus-summary-move-article): Use it.
14580 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14582         * encrypt.el: Add autoload cookies.
14584         * spam.el (spam-backend-article-list-property)
14585         (spam-backend-get-article-todo-list)
14586         (spam-backend-put-article-todo-list)
14587         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14588         Resolve registrations separately.
14589         (spam-register-routine): Format comments.
14590         (spam-unregister-routine, spam-register-routine): Always call with
14591         specific-articles, no default list.
14592         (spam-summary-prepare-exit): Use the spam-classifications function.
14594         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14595         gnus-encrypt.el.
14597         * encrypt.el: Copied from gnus-encrypt.el.
14599         * gnus-encrypt.el: Commented that it's obsolete.
14601 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14603         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14604         (gnus-score-save): Use it.
14606         * message.el (message-bury): Use `window-dedicated-p'.
14608 2004-10-15  Simon Josefsson  <jas@extundo.com>
14610         * pop3.el (top-level): Don't require nnheader.
14611         (pop3-read-timeout): Add.
14612         (pop3-accept-process-output): Add.
14613         (pop3-read-response, pop3-retr): Use it.
14615 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14617         * spam.el (spam-register-routine): Move comment.
14618         (spam-verify-bogofilter): Use 'unknown for the initial
14619         spam-bogofilter-valid state, not 'never.
14621         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14622         for netrc-machine.
14624         * nnimap.el (nnimap-open-connection): Use
14625         netrc-machine-user-or-password.
14627 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14629         * gnus-registry.el (gnus-registry-unload-hook):
14630         Set as a variable with add-hook.
14632         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14633         of news-path.
14635         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14637         * spam.el: Delete duplicate `provide'.
14638         (spam-unload-hook): Set as a variable with add-hook.
14640 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14642         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14643         in the doc string.
14645         * message.el (message-ignored-news-headers)
14646         (message-ignored-supersedes-headers)
14647         (message-ignored-resent-headers)
14648         (message-forward-ignored-headers): Improve custom type.
14650 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14652         * message.el (message-tokenize-header): Fix 2004-09-06 change
14653         which used point-min in the wrong place.
14655 2004-10-12  Simon Josefsson  <jas@extundo.com>
14657         * tls.el (tls-certtool-program): New variable.
14658         (tls-certificate-information): New function, based on
14659         ssl-certificate-information.
14661 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14663         * compface.el: Move the version of ELisp-based uncompface program
14664         to the contrib directory because of the copyright problem.
14666 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14668         * message.el (message-kill-buffer): Raise the current frame.
14670 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14672         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14674         * gnus.el (message-y-or-n-p): Autoload.
14676         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14677         (pop3-password-required, pop3-authentication-scheme)
14678         (pop3-leave-mail-on-server): Made customizable.
14679         (pop3): New custom group.
14680         (pop3-retr): Remove `sleep-for' statements.
14681         Suggested by Dave Love <fx@gnu.org>.
14683         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14684         Windows/DOS.
14686         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14687         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14688         Dave Love <fx@gnu.org>.
14690         * mml.el (mml-minibuffer-read-disposition): Require match.
14691         Suggested by Dave Love <fx@gnu.org>.
14693 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14695         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14696         doc string.
14698 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14700         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14702 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14704         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14705         instead of calling `mm-insert-inline', to decode text/* parts
14706         before displaying them.
14708 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14710         * mm-uu.el (mm-uu-text-plain-type): New variable.
14711         (mm-uu-pgp-signed-extract-1): Use it.
14712         (mm-uu-pgp-encrypted-extract-1): Use it.
14713         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14714         bind mm-uu-text-plain-type with that value.
14715         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14716         mm-uu-dissect.
14718 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14720         * gnus-group.el (gnus-update-group-mark-positions):
14721         * gnus-sum.el (gnus-update-summary-mark-positions):
14722         * message.el (message-check-news-body-syntax):
14723         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14724         of string-as-multibyte.
14726 2004-10-05  Juri Linkov  <juri@jurta.org>
14728         * gnus-group.el (gnus-update-group-mark-positions):
14729         * gnus-sum.el (gnus-update-summary-mark-positions):
14730         * message.el (message-check-news-body-syntax):
14731         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14732         8-bit unibyte values to a multibyte string for search functions.
14734 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14736         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14737         (mm-uu-dissect-text-parts): New function.
14739         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14740         dissect text parts.
14742         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14743         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14745         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14747         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14748         gnus-current-topics instead of gnus-current-topic.
14750 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14752         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14754 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14756         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14757         where approriate.
14759         * nnml.el (nnml-generate-active-info): do.
14761         * nndiary.el (nndiary-generate-active-info): do.
14763         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14764         (gnus-topic-move): do.
14766         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14767         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14769         * gnus-srvr.el (gnus-server-prepare)
14770         (gnus-server-open-all-servers): do.
14772         * gnus-msg.el (gnus-summary-cancel-article)
14773         (gnus-summary-resend-message)
14774         (gnus-summary-mail-crosspost-complaint): do.
14776         * gnus-move.el (gnus-change-server): do.
14778         * gnus-group.el (gnus-group-unmark-all-groups)
14779         (gnus-group-set-current-level): do.
14781 2004-10-04  Simon Josefsson  <jas@extundo.com>
14783         * message.el (message-generate-hashcash): Doc fix.
14785 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14787         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14788         avoid infinite recursion via gnus-get-function.
14790 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14792         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14794         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14796         * nnmail.el (nnmail-split-history): do.
14798         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14799         (nnml-request-delete-group): do.
14801         * nnslashdot.el (nnslashdot-read-groups): do.
14803         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14804         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14806         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14807         (nnspool-sift-nov-with-sed): Use last.
14808         (nnspool-retrieve-headers-with-nov): Use mapc.
14809         (nnspool-request-newgroups): Use dolist.
14810         (nnspool-request-group): Use last.
14812         * nntp.el (nntp-read-server-type): Use dolist.
14814         * nnvirtual.el (nnvirtual-create-mapping)
14815         (nnvirtual-update-read-and-marked): Use dolist.
14816         (nnvirtual-convert-headers): Simplify.
14818 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14820         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14821         support for sync'ing tick marks.
14823 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14825         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14826         there's no visible header.
14828 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14830         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14831         necessary, pass full group name to gnus-request-set-marks.
14833 2004-10-01  Simon Josefsson  <jas@extundo.com>
14835         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14836         acroread.
14838 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840         * spam-report.el (spam-report-gmane): Fix interactive.
14842         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14844         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14845         when writing file.
14846         (gnus-agent-synchronize-flags): Don't default to being
14847         interactive.
14849 2004-09-30  Simon Josefsson  <jas@extundo.com>
14851         * message.el (message-generate-hashcash): Add.
14852         (message-send-mail): Use it, call mail-add-payment.
14854 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14856         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14858 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14860         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14861         gnus-requst-update-info with explicit code to sync the in-memory
14862         info read flags with the marks being sync'd to the backend.
14864         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14866 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14868         * spam.el (spam-verify-bogofilter): Add new function.
14869         (spam-check-bogofilter)
14870         (spam-bogofilter-register-with-bogofilter): Use it.
14871         (spam-verify-bogofilter): Add small fixes.
14873 2004-09-28  Simon Josefsson  <jas@extundo.com>
14875         * hashcash.el (hashcash-generate-payment): Revert.
14877 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14879         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14880         gnus-extract-references instead of gnus-split-references.
14882         * gnus-util.el (gnus-extract-references): Add new function, analogous
14883         to gnus-split-references but extracts only the message-ID without
14884         anything extra.
14886         * hashcash.el (hashcash-generate-payment)
14887         (hashcash-check-payment): Do the right thing if hashcash-path is
14888         nil (because the hashcash program could not be found).
14890         * spam.el (spam-use-hashcash): Remove comment.
14892 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14894         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14895         (gnus-cache-enter-article, gnus-cache-remove-article)
14896         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14898         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14900         * gnus-art.el (article-hide-boring-headers)
14901         (article-translate-strings, article-display-face)
14902         (gnus-article-mime-match-handle-first)
14903         (gnus-article-highlight-headers)
14904         (gnus-article-add-buttons-to-head): do.
14906 2004-09-27  Simon Josefsson  <jas@extundo.com>
14908         * hashcash.el: New version, from
14909         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14910         ../contrib/.
14912 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14914         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14916 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14918         * gnus-dup.el (gnus-dup-open): Use mapc.
14919         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14921         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14922         Reported by Stefan Wiens <s.wi@gmx.net>.
14924         * gnus.el (gnus-shutdown): Use dolist.
14926         * gnus-undo.el (gnus-undo): Use mapc.
14928         * nnrss.el (nnrss-generate-active): do.
14930         * message.el (message-cite-original-without-signature)
14931         (message-cite-original): Use mapc.
14932         (message-do-actions, message-make-forward-subject): Use dolist.
14934 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14936         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14937         deletion to remove entire duplicate line.  Fixes merged article
14938         number bug.
14940 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14942         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14943         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14944         first ask if you want to open a server and then, even when you
14945         responded with no, asking if you want to synchronize the server's
14946         flags.
14947         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14948         multi-line expressions.
14949         (gnus-agent-synchronize-group-flags): New internal function.
14950         Updates marks in memory (in the info structure) AND in the
14951         backend.
14953         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14955         * nnagent.el (nnagent-request-set-mark): Use
14956         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14957         method, to ensure that synchronization updates marks in the
14958         backend and in the info (in memory) structure.
14960 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14962         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14963         convention fully; don't miss the root article of a thread; make
14964         the X-Draft-From header with correct article numbers.
14966 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14968         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14969         unless plugged.  Disable the agent so that an open failure causes
14970         an error.
14972         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14973         Reverted 2004-09-21 change.  The backend must be opened while
14974         synchronizing flags even when the backend stores the flags
14975         locally.
14977 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14979         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14980         in `header' match.  Reported by Svend Tollak Munkejord.
14982         * message.el (message-cite-original): Fix use of
14983         `message-cite-articles-with-x-no-archive'.
14985 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14987         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14988         (gnus-window-to-buffer): Ditto.
14990         * mml.el (mml-preview-buffer): New variable.
14991         (mml-preview): Manage window layout with gnus-buffer-configuration.
14993         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14994         X-Draft-From header even if those articles aren't quoted.
14996 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14998         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14999         (gnus-request-set-mark, gnus-request-update-mark): Use new
15000         g-s-t-u-l-m to decide to use backend even when unplugged.
15002 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15004         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15005         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15007 2004-09-20  Simon Josefsson  <jas@extundo.com>
15009         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15010         "utf-16-le".
15012 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15014         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15016 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15018         * uudecode.el (uudecode-use-external): Add :version.
15020         * smime.el (smime-CA-file, smime-encrypt-cipher)
15021         (smime-dns-server): Add :version.
15023         * smiley.el (gnus-smiley-file-types): Add :version.
15025         * sha1.el (sha1-use-external): Add :version.
15027         * pgg-def.el (pgg-query-keyserver): Add :version.
15029         * nnmail.el (nnmail-fancy-expiry-targets)
15030         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15031         Add :version.
15033         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15034         (nnimap-retrieve-groups-asynchronous): Add :version.
15035         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15037         * mml.el (mml-content-disposition-parameters)
15038         (mml-insert-mime-headers-always): Add :version.
15040         * mm-util.el (mm-coding-system-priorities): Add :version.
15042         * mm-decode.el (mm-inline-text-html-with-images)
15043         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15044         (mm-verify-option): Add :version.
15045         (mm-text-html-renderer): Change :version.
15047         * message.el (message-fcc-externalize-attachments)
15048         (message-required-headers, message-draft-headers)
15049         (message-subject-trailing-was-query)
15050         (message-subject-trailing-was-ask-regexp)
15051         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15052         (message-mark-insert-end, message-archive-header)
15053         (message-archive-note, message-cross-post-default)
15054         (message-cross-post-note, message-followup-to-note)
15055         (message-cross-post-note-function, message-use-mail-followup-to)
15056         (message-subscribed-address-functions)
15057         (message-subscribed-address-file, message-subscribed-addresses)
15058         (message-subscribed-regexps, message-allow-no-recipients)
15059         (message-yank-cited-prefix, message-signature-insert-empty-line)
15060         (message-hidden-headers, message-hierarchical-addresses)
15061         (message-mail-user-agent, message-use-idna)
15062         (message-valid-fqdn-regexp)
15063         (message-strip-special-text-properties, message-header-synonyms)
15064         (message-beginning-of-line, message-tab-body-function): Add :version.
15065         (message-insert-canlock, message-wide-reply-confirm-recipients):
15066         Change :version.
15068         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15069         and :version.
15070         (mail-source-delete-old-incoming-confirm)
15071         (mail-source-movemail-program): Add :version.
15073         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15074         (gnus-agent-cache, gnus-agent): Change :version.
15076         * gnus-util.el (gnus-use-byte-compile): Change :version.
15078         * gnus-sum.el (gnus-summary-make-false-root-always)
15079         (gnus-summary-default-high-score)
15080         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15081         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15082         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15083         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15084         (gnus-sum-thread-tree-single-indent)
15085         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15086         (gnus-sum-thread-tree-leaf-with-other)
15087         (gnus-sum-thread-tree-single-leaf): Add :version.
15088         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15089         (gnus-article-loose-mime): Change :version.
15091         * gnus-start.el (gnus-backup-startup-file)
15092         (gnus-save-startup-file-via-temp-buffer): Add :version.
15094         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15095         (gnus-server-offline-face): Add :version.
15097         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15099         * gnus-msg.el (gnus-gcc-externalize-attachments)
15100         (gnus-debug-files, gnus-debug-exclude-variables)
15101         (gnus-discouraged-post-methods): Change :version.
15102         (gnus-confirm-mail-reply-to-news)
15103         (gnus-confirm-treat-mail-like-news): Add :version.
15105         * gnus-int.el (gnus-server-unopen-status): Add :version.
15107         * gnus-group.el (gnus-group-jump-to-group-prompt)
15108         (gnus-large-ephemeral-newsgroup)
15109         (gnus-fetch-old-ephemeral-headers): Add :version.
15111         * gnus-fun.el (gnus-x-face-directory)
15112         (gnus-convert-pbm-to-x-face-command)
15113         (gnus-convert-image-to-x-face-command)
15114         (gnus-convert-image-to-face-command): Add :version.
15116         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15118         * gnus-cite.el (gnus-cite-blank-line-after-header)
15119         (gnus-article-boring-faces): Add :version.
15121         * gnus-art.el (gnus-buttonized-mime-types)
15122         (gnus-inhibit-mime-unbuttonizing)
15123         (gnus-treat-display-face)
15124         (gnus-treat-body-boundary): Change :version.
15125         (gnus-body-boundary-delimiter, gnus-picon-databases)
15126         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15127         (gnus-treat-date-english, gnus-treat-fold-headers)
15128         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15129         (gnus-treat-mail-picon, gnus-treat-wash-html)
15130         (gnus-article-encrypt-protocol)
15131         (gnus-use-idna, gnus-article-over-scroll)
15132         (gnus-mime-display-multipart-alternative-as-mixed)
15133         (gnus-mime-display-multipart-related-as-mixed)
15134         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15135         (gnus-ctan-url, gnus-button-ctan-handler)
15136         (gnus-button-handle-ctan-bogus-regexp)
15137         (gnus-button-ctan-directory-regexp)
15138         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15139         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15140         (gnus-button-man-level, gnus-button-emacs-level)
15141         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15143         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15144         (gnus-agent-go-online): Change :version.
15145         (gnus-agent-expire-unagentized-dirs)
15146         (gnus-agent-auto-agentize-methods): Add :version.
15148         * flow-fill.el (fill-flowed-display-column)
15149         (fill-flowed-encode-column): Add :version.
15151         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15152         (gnus-outlook-deuglify-unwrap-max)
15153         (gnus-outlook-deuglify-cite-marks)
15154         (gnus-outlook-deuglify-unwrap-stop-chars)
15155         (gnus-outlook-deuglify-no-wrap-chars)
15156         (gnus-outlook-deuglify-attrib-cut-regexp)
15157         (gnus-outlook-deuglify-attrib-verb-regexp)
15158         (gnus-outlook-deuglify-attrib-end-regexp)
15159         (gnus-outlook-display-hook): Add :version.
15161         * binhex.el (binhex-use-external): Add :version.
15163 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15165         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15166         and `invisible'.
15168 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15170         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15171         in gnus-registry-trim.
15173 2004-09-13  Simon Josefsson  <jas@extundo.com>
15175         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15177         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15179         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15180         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15181         <yamaoka@jpl.org>.
15182         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15183         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15184         <yamaoka@jpl.org>.
15186         * sieve.el (sieve-manage-mode): Ditto.
15188 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15190         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15192 2004-09-11  Simon Josefsson  <jas@extundo.com>
15194         * dns-mode.el: Add.
15196         * mm-view.el (mm-display-dns-inline): Add.
15198         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15199         (mm-automatic-display): Ditto.
15201         * mailcap.el (mailcap-mime-data): Add text/dns.
15202         (mailcap-mime-extensions): Map .soa to text/dns.
15204 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15206         * gnus-art.el (article-decode-mime-words, article-babel)
15207         (gnus-article-highlight-signature, gnus-article-add-buttons)
15208         (gnus-signature-toggle): Remove unnecessary bindings of
15209         `inhibit-read-only' inherited from v5.10 merge.
15211 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15213         * nntp.el (nntp): New customization group.
15214         (nntp-authinfo-file): Add customization group.
15216         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15218         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15220         * gnus.el (to-address, to-list, subscribed)
15221         (large-newsgroup-initial): Ditto.
15223         * flow-fill.el (fill-flowed-display-column)
15224         (fill-flowed-encode-column): Ditto.
15226 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15228         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15229         Use point-min rather than 1.
15230         (message-send-mail): Use buffer-size rather than point-max.
15232         * gnus-sum.el (gnus-summary-search-article-forward):
15233         Signal a specific `search-failed' rather than a generic `error'.
15235         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15236         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15237         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15239 2004-09-10  Simon Josefsson  <jas@extundo.com>
15241         * nndb.el (require): Remove tcp and duplicate cl.
15243 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15245         * gnus-agent.el (directory-files-and-attributes): Move forward.
15247 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15249         * gnus-agent.el (directory-files-and-attributes): Optionally
15250         defined to support XEmacs.
15252 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15254         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15255         to avoid run-time CL dependencies.
15256         (gnus-agent-unfetch-articles): New function.
15257         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15258         article numbers even when local .overview file is missing.
15259         (gnus-agent-read-article-number): New function.  Only accepts
15260         27-bit article numbers.
15261         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15262         gnus-agent-read-article-number.
15263         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15264         from backend while recognizing that article numbers in .overview
15265         must be valid.
15266         (gnus-agent-update-files-total-fetched-for): Use
15267         directory-files-and-attributes to improve performance.
15268         * gnus-int.el (gnus-request-move-article): Use
15269         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15270         improve performance.
15272         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15273         some users confused by references to .newsrc when they only have a
15274         .newsrc.eld file.
15275         (gnus-convert-mark-converter-prompt)
15276         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15277         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15278         New function.  Used internally to only display 'gnus converting
15279         files' message when actually necessary.
15281         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15282         methods now autoloaded.
15284 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15286         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15287         identifiers.
15289 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15291         * gnus-picon.el: Fix indentation and closing parenthesis.
15293 2004-09-01  Simon Josefsson  <jas@extundo.com>
15295         * message.el (message-canlock-generate): Require sha1, not
15296         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15297         to require within a function.  Sadly, if sha1.el isn't loaded, the
15298         let binding in m-c-g will hide the defcustom definition, which is
15299         bad.)
15301         * canlock.el: Require sha1, not sha1-el.
15303         * message.el: Don't autoload sha1 (there is a autoload cookie in
15304         sha1.el).
15306         * sha1-el.el: Renamed to sha1.el.
15308 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15310         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15312 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15314         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15316 2004-08-30  Kim F. Storm  <storm@cua.dk>
15318         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15320         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15321         Add :group 'nnimap.
15323 2004-08-30  Andreas Schwab  <schwab@suse.de>
15325         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15326         ?* and ?\;.
15328         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15329         and ?\' to symbol instead of whitespace.
15331 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15333         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15335         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15336         instead of re-search-forward.
15338         * gnus-uu.el (gnus-uu-save-article): Ditto.
15339         (gnus-uu-post-encode-uuencode): Ditto.
15341         * html2text.el (html2text-clean-list-items): Ditto.
15342         (html2text-clean-dtdd): Ditto.
15343         (html2text-format-tags): Ditto.
15345         * message.el (message-send-mail-with-sendmail): Fix regexp.
15346         (message-fill-field-general): Use search-forward instead of
15347         re-search-forward.
15348         (unbold-region): Ditto.
15350         * nnrss.el (nnrss-request-article): Ditto.
15352         * nnslashdot.el (nnslashdot-request-article): Ditto.
15354         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15356         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15357         "Unrecognized menu descriptor" error in XEmacs.
15359 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15361         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15362         parent article of a sparse article in the thread hashtb.
15364 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15366         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15367         (nnmail-expand-newtext): Lowercase expanded entries if
15368         nnmail-split-lowercase-expanded is non-nil.
15370 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15372         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15374         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15375         of gnus-tmp-news-method into string under XEmacs.  It will be
15376         passed to gnus-correct-length which takes only a string argument.
15378 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15380         * gnus-util.el (gnus-bind-print-variables): New macro.
15381         (gnus-prin1): Use it.
15382         (gnus-prin1-to-string): Use it.
15383         (gnus-pp): New function.
15384         (gnus-pp-to-string): New function.
15386         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15387         Replace pp-to-string with gnus-pp-to-string.
15388         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15389         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15390         * gnus-msg.el (gnus-debug): Ditto.
15391         * gnus-score.el (gnus-score-save): Ditto.
15392         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15393         gnus-pp-to-string.
15394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15395         with gnus-pp.
15396         * score-mode.el (gnus-score-pretty-print): Ditto.
15397         * webmail.el (webmail-debug): Ditto.
15399 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15401         * gnus-art.el (article-display-face, article-display-x-face):
15402         Use buffer-read-only.
15404 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15406         * gnus-art.el (article-hide-list-identifiers):
15407         Bind inhibit-read-only as t.
15409 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15411         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15413 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15415         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15416         (gnus-narrow-to-page): Don't assume point-min == 1.
15417         (gnus-article-edit-mode): Derive from message-mode.
15419         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15420         point-min == 1.
15422         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15423         Disable incorrect use of `assert'.
15425         * message.el (message-mode): Set comment-start-skip.
15428 2004-08-22  Sam Steingold  <sds@gnu.org>
15430         * pop3.el (pop3-leave-mail-on-server): New user variable.
15431         (pop3-movemail): Delete mail only when it is nil.
15433 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15435         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15437         * mml.el (mml-preview): Use `pop-to-buffer'.
15439         * message.el (message-goto-mail-followup-to): Insert after "To".
15440         (message-carefully-insert-headers): Add comment.
15442         * gnus.el: Remove unused variable `gnus-article-check-size'.
15444         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15446         * gnus-art.el (gnus-button-alist): Improve
15447         `gnus-button-handle-library' entry.
15449 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15451         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15452         downcase, since XEmacs capitalizes error messages differently.
15454 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15456         * nntp.el: Add (require 'gnus) due to reference to
15457         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15459 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15461         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15462         `mm-fill-flowed'.
15464         * mm-decode.el (mm-dissect-singlepart): Check it.
15466 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15468         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15469         'imap' for netrc parsing.
15471 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15473         * mailcap.el (mailcap-mime-data): Mark as risky.
15475 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15477         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15478         may be included in the encoded word.
15479         (rfc2047-encode): Don't append a space if the encoded word
15480         includes close parenthesis.
15482 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15484         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15485         of text within parentheses.
15487 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15489         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15490         (gnus-encrypt-write-file-contents): Make the password key the file
15491         name PLUS the cipher, not just the cipher.  Also remove failed
15492         passwords from the cache.
15494 2004-08-06  Simon Josefsson  <jas@extundo.com>
15496         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15497         fix.
15499 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15501         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15502         LWSP.
15504 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15507         to append in-reply-to: data to the references: header.
15509         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15510         (netrc-parse): Use gnus-encrypt.el functions.
15512         * gnus-encrypt.el: Add new file for encryption support; currently
15513         does only a few GPG ciphers and an internal XOR cipher.
15515         * password.el: Add comments on using password-read-and-add.
15516         (password-read-and-add): Add function to read and add the
15517         password to the cache at once.
15519 2004-07-28  Simon Josefsson  <jas@extundo.com>
15521         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15522         parameter (but don't use it, for now).
15524         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15525         instead of hard coding to nil.
15527 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15529         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15530         as mm-inline-image-xemacs does.
15532 2004-07-26  Simon Josefsson  <jas@extundo.com>
15534         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15535         Revert part of 2004-07-17 change below.
15537 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15539         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15540         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15542 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15544         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15545         quotes that actually start with ">" at the beginning of the
15546         lines.
15548 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15550         * rfc2047.el (rfc2047-encode-region): Fix last change.
15551         (rfc2047-encode-parameter): Remove useless concat.
15553 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15555         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15556         encode special characters; fix some kind of misconfigured headers;
15557         signal a real error if debug-on-quit or debug-on-error is non-nil.
15558         (rfc2047-encode-max-chars): New variable.
15559         (rfc2047-encode-1): Use it.
15560         (rfc2047-encode-parameter): New function.
15562         * mml.el (mml-insert-parameter): Remove an excessive space.
15564 2004-07-17  Simon Josefsson  <jas@extundo.com>
15566         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15567         Kai Grossjohann <kai@emptydomain.de>.
15568         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15569         (gnus-group-make-menu-bar): Ditto.
15571         * gnus-util.el (gnus-group-server): Add.
15573 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15575         * message.el (message-clone-locals): Clone sendmail and smtp
15576         variables.
15578 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15580         * rfc2047.el (rfc2047-encode-region): Fix last change.
15582 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15584         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15585         characters as non-special.
15587 2004-07-09  Simon Josefsson  <jas@extundo.com>
15589         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15590         Users will lose all flag changes made while unplugged with
15591         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15592         good default.  See numerous reports on ding mailing list.
15594 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15596         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15597         add generate-head-function and generate-article-function to the
15598         rfc822-forward entry.
15599         (nndoc-rfc822-forward-generate-article): New function.
15600         (nndoc-rfc822-forward-generate-head): New function.
15602         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15604 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15606         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15607         respect display group parameter and gnus-summary-expunge-below.
15608         (gnus-articles-to-read): Remove unused reference to display group
15609         parameter.
15611 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15613         * nnheader.el (nnheader-uniquify-message-id): New experimental
15614         variable.
15615         (nnheader-nov-read-message-id): Use it.
15617         * spam-report.el (spam-report-gmane): Add interactive.
15619 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15621         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15622         qp-or-base64 for the application/* types.
15624 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15626         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15628 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15630         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15631         trim value.
15633 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15635         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15636         New macro and function.
15637         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15639 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15641         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15642         after-load-alist.
15644 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15647         update info that isn't there.
15649 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15651         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15652         entry.
15654 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15656         * mm-view.el (mm-inline-render-with-function): Use multibyte
15657         buffer; decode html source by charset.
15659         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15661         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15662         Mule-UCS is loaded under XEmacs.
15663         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15665 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15667         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15669 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15671         * mm-util.el (mm-coding-system-p): Return a coding-system.
15672         (mm-mime-mule-charset-alist): Use shift_jis instead of
15673         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15674         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15675         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15676         instead of japanese-shift-jis and iso-latin-1 respectively in
15677         order to share the default value with both Emacs and XEmacs-mule.
15678         (mm-mule-charset-to-mime-charset): Make
15679         mm-coding-system-priorities effective.
15680         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15681         while predicating of candidates upon the priorities.
15683 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15685         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15686         gnus-uu-invert-processable.
15688         * gnus.el: Autoload gnus-uu-invert-processable.
15690 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15692         * mm-util.el (mm-with-multibyte-buffer): New macro.
15694         * rfc2047.el (rfc2047-encode-string): Use it.
15695         (rfc2047-encode-region): Move point to the end of the region after
15696         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15698 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15700         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15701         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15703 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15705         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15706         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15707         Karl Chen <quarl@nospam.quarl.org>.
15709 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15711         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15712         invalid addresses.
15714 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15716         * spam.el: Change section markers, revise TODO list.
15717         (spam-backends): Make new master list of all installed backends.
15718         (spam-summary-exit-behavior): Add new variable to determine how
15719         messages moves are done at summary exit.
15720         (spam-move-spam-nonspam-groups-only)
15721         (spam-process-ham-in-nonham-groups)
15722         (spam-process-ham-in-spam-groups): Remove variables, the
15723         spam-summary-exit-behavior variable should be used to manage this
15724         behavior.
15725         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15726         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15727         and spam-old-spam-articles.
15728         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15729         Add empty variables, placeholders for the backends they represent.
15730         (spam-set-difference): Move, unchanged.
15731         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15732         unless the user has a processor variable.
15733         (spam-classifications, spam-classification-valid-p)
15734         (spam-backend-properties, spam-backend-property-valid-p)
15735         (spam-backend-function-type-valid-p)
15736         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15737         (spam-report-articles-gmane, spam-report-articles-resend):
15738         Remove functions, they are not needed.
15739         (spam-install-backend-super, spam-backend-list)
15740         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15741         (spam-backend-function, spam-backend-ham-registration-function)
15742         (spam-backend-spam-registration-function)
15743         (spam-backend-ham-unregistration-function)
15744         (spam-backend-spam-unregistration-function)
15745         (spam-backend-statistical-p, spam-backend-mover-p)
15746         (spam-install-backend-alias, spam-install-checkonly-backend)
15747         (spam-install-mover-backend, spam-install-nocheck-backend)
15748         (spam-install-backend, spam-install-statistical-backend)
15749         (spam-install-statistical-checkonly-backend): Add backend installation
15750         support.
15751         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15752         (spam-group-processor-p): Use the new backend code and respect the
15753         summary exit behavior.
15754         (spam-mark-spam-as-expired-and-move-routine): Remove.
15755         (spam-summary-prepare): Change to use the new spam-old-articles
15756         variable.
15757         (spam-copy-or-move-routine, spam-copy-spam-routine)
15758         (spam-move-spam-routine, spam-copy-ham-routine)
15759         (spam-move-ham-routine): Add code to copy/move ham or spam.
15760         (spam-fetch-field-fast): Improve doc and code, plus allow the
15761         'number request.
15762         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15763         variables.
15764         (spam-split, spam-find-spam): Use the new backend code.
15765         (spam-registration-functions): Remove variable.
15766         (spam-unregister-routine): Add convenience wrapper.
15767         (spam-log-undo-registration, spam-register-routine)
15768         (spam-log-processing-to-registry)
15769         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15770         where possible.
15771         (spam-check-gmane-xref, spam-check-regex-headers)
15772         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15773         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15774         (spam-check-bogofilter-headers, spam-check-spamoracle)
15775         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15776         (spam-check-crm114-headers): Use the spam-split-group that
15777         spam-split prepares, no need to determine it every time.
15779         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15780         to the nnheader-parse-naked-head call.
15782         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15784         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15785         the nnheader-nov-read-message-id call.
15787 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15789         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15790         gnus-activate-group twice.  Suggested by Markus Peter
15791         <warp@spin.de>.
15793 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * gnus-art.el (gnus-article-time-format): Exchange the order of
15796         day and month in the default value; fix customization type.
15797         (article-date-ut): Use add-text-properties.
15798         (article-make-date-line): Use message-make-date instead of
15799         current-time-string.
15801         * message.el (message-fetch-field): Don't use set-text-properties.
15802         (message-make-date): Simplify.
15804         * messagexmas.el (message-xmas-make-date): New function.
15805         (message-xmas-redefine): Defalias message-make-date to it.
15807 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15809         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15810         (rfc2047-encode-region): Treat text within parentheses as special;
15811         show the original text when error has occurred.
15813         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15814         already-computed method to gnus-activate-group.
15816         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15817         same select-methods identical Lisp objects.
15819         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15820         object when modifying the info.
15822 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15824         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15825         gnus-opened-servers since it has never been opened with the new
15826         configuration yet.
15828 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15830         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15831         arg to nnheader-generate-fake-message-id.
15833 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15835         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15836         number and build a fake message ID localized to a group and
15837         article number (so it's repeatable from that point on).
15838         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15839         ID format.
15841         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15842         nnheader-generate-fake-message-id with the article number.
15844 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15846         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15847         end-of-buffer.
15849 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15851         * message.el (message-ignored-supersedes-headers): Add Approved.
15853 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15855         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15856         goto-char.
15857         (rfc2047-encode): Fold the line before encoding.
15859 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15862         folding -- not all headers can be folded, and this should be done
15863         by the message composition mode.  Probably.  I think.
15865 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15867         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15868         fast.
15870         * gnus-ems.el (gnus-remove-image): Don't use
15871         message-text-with-property; remove only the image found first.
15873         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15874         found first.
15876 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15878         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15880 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15882         * message.el (message-text-with-property): Make it fast and accept
15883         optional arguments.
15884         (message-strip-forbidden-properties): Use it.
15885         (message-fix-before-sending): Follow the m-t-w-p change.
15887         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15889 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15891         * gnus-art.el (article-hide-headers): Don't change the buffer
15892         mistakenly when performing mml-preview even if
15893         gnus-single-article-buffer is nil.
15895 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15897         * message.el (message-expand-name-databases): New user option.
15898         (message-expand-name): Use it.
15900 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15902         * spam.el (spam-report-articles-resend)
15903         (spam-report-resend-register-routine): Allow ham reporting.
15904         (spam-report-resend-register-ham-routine): Add wrapper.
15905         (spam-registration-functions): Add ham resending functions.
15906         (spam-list-of-processors): Add ham resend processor.
15908         * gnus.el (ham-resend-to): Add new group parameter.
15909         (spam-process): Add ham resend option.
15911         * spam-report.el (spam-report-resend): Allow reporting ham.
15912         (spam-report-resend-ham): Add wrapper.
15914 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916         * message.el (message-cite-articles-with-x-no-archive): New
15917         variable.
15918         (message-cite-original): Use it.
15920 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15922         * message.el (message-cite-original): Respect X-No-Archive.
15924 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15926         * gnus-art.el (article-hide-headers): Refer to the values for
15927         gnus-ignored-headers and gnus-visible-headers in the summary
15928         buffer since a user may have set them as group parameters.
15930 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15932         * assistant.el (assistant-node-name): Add convenience function.
15933         (assistant-render-text, assistant-render-node): Add error handling,
15934         plus handle multiple next nodes.
15935         (assistant-find-next-node): Comment out for now.
15936         (assistant-find-next-nodes): Add function, returns list of next
15937         nodes.
15939 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15941         * mail-source.el (mail-source-directory): Fix doc-string.
15943 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15945         * assistant.el (assistant-render-text, assistant-eval): Add :set
15946         widget type, which is different because it takes and returns a
15947         list.  Much hilarity ensues.
15949 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15951         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15953         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15954         doc-string.
15956         * gnus-start.el (gnus-activate-group): Added doc-string.
15958 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15960         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15962 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15964         * assistant.el (assistant-render-text): Try to add a :set
15965         widget, more to come.
15967         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15968         strings.
15969         (spam-report-articles-resend)
15970         (spam-register-routine): Do registration iff any articles warrant
15971         it.
15972         (spam-summary-prepare-exit): Change log message for nil group
15973         destinations.
15975 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15977         * spam.el (spam-report-resend-register-routine): Allow
15978         spam-report-resend-to to be a group parameter or a global value.
15980 2004-05-26  Simon Josefsson  <jas@extundo.com>
15982         * starttls.el: Merge with my GNUTLS based starttls.el.
15983         (starttls-gnutls-program, starttls-use-gnutls)
15984         (starttls-extra-arguments, starttls-process-connection-type)
15985         (starttls-connect, starttls-failure, starttls-success): New
15986         variables.
15987         (starttls-program, starttls-extra-args): Doc fix.
15988         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15989         functions.
15990         (starttls-negotiate, starttls-open-stream): Check
15991         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15992         function if it is set.
15994 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15996         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15997         structured fields.
15999 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16001         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16003 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16005         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16006         variable.
16007         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16008         assigning the spam-mark to new messages.
16010 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16012         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16014 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16016         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16018         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16019         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16020         default.
16022 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16024         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16025         correct data.
16027 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16029         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16030         (spam-group-processor-p): Fix function.
16031         (spam-group-processor-multiple-p)
16032         (spam-group-spam-processor-report-gmane-p)
16033         (spam-group-spam-processor-report-resend-p)
16034         (spam-group-spam-processor-bogofilter-p)
16035         (spam-group-spam-processor-blacklist-p)
16036         (spam-group-spam-processor-ifile-p)
16037         (spam-group-ham-processor-ifile-p)
16038         (spam-group-spam-processor-spamoracle-p)
16039         (spam-group-spam-processor-crm114-p)
16040         (spam-group-ham-processor-bogofilter-p)
16041         (spam-group-spam-processor-stat-p)
16042         (spam-group-ham-processor-stat-p)
16043         (spam-group-ham-processor-whitelist-p)
16044         (spam-group-ham-processor-BBDB-p)
16045         (spam-group-ham-processor-spamoracle-p)
16046         (spam-group-ham-processor-copy-p): Remove functions with some
16047         prejudice against unneeded code.
16048         (spam-report-articles-resend)
16049         (spam-report-resend-register-routine): Allow the group/topic
16050         spam-resend-to value to override spam-report-resend-to.
16051         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16052         properly now.
16054         * gnus.el (spam-resend-to): Add group/topic parameter.
16055         (spam-process): Move the OBSOLETE processors to the end of the
16056         choices.
16058 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16060         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16061         with resend-to set to nil, and then ask the user if necessary.
16062         (spam-report-resend): spam-report-resend takes a list of articles, not
16063         separate article numbers.
16065 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16067         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16068         addition to emacs-w3m.
16070 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16072         * assistant.el (assistant-authinfo-data): New function.
16073         (assistant-eval): Eval for entire assistant.
16075         * netrc.el (netrc-services-file): New variable.
16076         (netrc-parse-services): New function.
16077         (netrc-find-service-name): New function.
16078         (netrc-find-service-number): New function.
16079         (netrc-port-equal): New function.
16080         (netrc-machine): Use it.
16082         * nnimap.el (nnimap-open-connection): Use netrc.
16084         * gnus-util.el (gnus-netrc-get): Remove aliases.
16086         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16088         * assistant.el (wid-edit): Fix compilation.
16090         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16092 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16094         * gnus-util.el (gnus-set-file-modes): New function.  (small
16095         patch).
16097 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16101         * assistant.el (assistant-render-node): Fix up rendering and
16102         read-only text.
16103         (assistant-render-node): Reset.
16104         (assistant-make-read-only): Not sticky.
16106 2004-05-20  Danny Siu  <dsiu@adobe.com>
16108         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16109         centered even when gnus-auto-center-summary is t.
16111 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16113         * dns.el (dns-get-txt-answer): New function.
16114         (dns-read-txt): Ditto.
16115         (query-dns): Use it.
16117 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16119         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16120         active for foreign groups even if the group level is higher than
16121         the specified value.
16123 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16125         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16126         non-active groups.
16128         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16130 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16132         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16134 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16136         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16137         (spam-crm114-header, spam-crm114-spam-switch)
16138         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16139         (spam-crm114-positive-spam-header)
16140         (spam-crm114-database-directory, spam-list-of-processors)
16141         (spam-group-spam-processor-crm114-p)
16142         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16143         (spam-generic-score, spam-list-of-checks)
16144         (spam-list-of-statistical-checks, spam-registration-functions)
16145         (spam-check-crm114-headers, spam-crm114-score)
16146         (spam-check-crm114, spam-crm114-register-with-crm114)
16147         (spam-crm114-register-spam-routine)
16148         (spam-crm114-unregister-spam-routine)
16149         (spam-crm114-register-ham-routine)
16150         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16151         asjo@koldfront.dk (Adam Sjøgren).
16153         * gnus.el: Add spam-use-crm114.
16155         * spam.el (spam-list-of-processors, spam-registration-functions):
16156         Add spam-use-resend.
16157         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16158         (spam-report-articles-gmane): Add doc fix.
16159         (spam-report-articles-resend, spam-report-resend-register-routine):
16160         Add wrappers around spam-report-resend-to.
16162         * spam-report.el (spam-report-resend-to, spam-report-resend):
16163         Add support for resending spam.
16164         (spam-report-gmane): Fix line length >80.
16166         * gnus.el (spam-process): Add spam-use-resend.
16168 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16170         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16171         number of processed spam messages.
16172         (spam-ham-copy-or-move-routine): Return the number of processed
16173         ham messages.
16174         (spam-summary-prepare-exit): Use the above values to decide
16175         whether status messages shouled be displayed.
16177 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16179         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16180         `rfc2047-encoding-function-alist' in order to avoid conflicting
16181         with the old version.
16182         (rfc2047-encode-region): Concatenate words containing non-ASCII
16183         characters in structured fields; don't encode space-delimited
16184         ASCII words even in unstructured fields; don't break words at
16185         char-category boundaries.
16186         (rfc2047-encode-1): New function.
16187         (rfc2047-encode): Use it; encode text so that it occupies the
16188         maximum width within 76-column; work correctly on Q encoding for
16189         iso-2022-* charsets.
16190         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16191         sure not to break a line just after the header name.
16192         (rfc2047-b-encode-region): Removed.
16193         (rfc2047-b-encode-string): New function.
16194         (rfc2047-q-encode-region): Removed.
16195         (rfc2047-q-encode-string): New function.
16197         * mm-util.el (mm-replace-in-string): New function.
16199 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16201         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16202         get it right.
16203         (gnus-inews-make-draft): Really.
16205 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16207         * nnmh.el (nnmh-request-list-1): Don't check the link count
16208         before descending.  (small patch)
16210 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16213         stuff.
16215         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16216         on real group name.
16218         * gnus-art.el (gnus-signature-limit): Doc fix.
16220         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16222         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16224 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16226         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16227         isn't a string.
16229 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231         * gnus-draft.el (gnus-draft-send): Bind
16232         rfc2047-encode-encoded-words.
16234         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16235         (rfc2047-encodable-p): Say that =? needs encoding.
16236         (rfc2047-encode-encoded-words): New variable.
16238         * gnus-group.el (gnus-group-select-group): Doc fix.
16240         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16242         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16243         to nil.
16245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16247         * nnheader.el (nnheader-get-lines-and-char): New function.
16249 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16251         * gnus-msg.el (gnus-summary-followup-with-original): Document
16252         yanking of region when active.
16254 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16256         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16257         groups if the group level is higher than the specified value.
16259 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16261         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16262         (gnus-group-jump-to-group): Added prefix argument using
16263         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16264         non-active group.
16266         * compface.el (uncompface): Be verbose when changing
16267         `uncompface-use-external'.
16269         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16270         handle manual section.
16272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16274         * gnus-art.el (gnus-button-alist): Revert previous change.
16276 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16278         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16280 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16282         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16283         whether backend can accept message.
16285         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16287 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16289         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16290         Avoid creating directory when nntp-marks-is-evil is true.
16291         Reported by Reiner Steib.
16293 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16295         * gnus-picon.el (gnus-picon-style): New variable.
16296         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16297         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16298         Jesper Harder <harder@ifa.au.dk>.
16300 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16302         * message.el (message-fill-field): Return point.
16303         (message-generate-headers): Go to end of field.
16305         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16306         stuff for non-living groups.
16308 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16310         * gnus-art.el (gnus-article-followup-with-original)
16311         (gnus-article-reply-with-original): gnus-mark-active-p ->
16312         gnus-region-active-p.
16314 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16316         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16317         only when there is spam or ham to be processed.
16319 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16321         * mail-source.el (mail-source-delete-crash-box): Refactor.
16322         (mail-source-fetch): Use it.
16323         (mail-source-fetch-file): Ditto.
16324         (mail-source-fetch-directory): Run postscript in loop.
16325         (mail-source-fetch-pop): Delete.
16326         (mail-source-fetch-maildir): Ditto.
16327         (mail-source-fetch-imap): Ditto.
16329         * imap.el (imap-authenticators): Comment out sasl.
16331         * message.el (message-skip-to-next-address): New function.
16332         (message-fill-header-address): Refactor.
16333         (message-fill-address): Use it.
16334         (message-delete-address): Use it.
16335         (message-fill-header-general): Refactor.
16336         (message-fill-field-address): Rename.
16337         (message-narrow-to-field): Find the start of the header.
16338         (message-header-format-alist): Don't pre-fill.
16339         (message-fill-header): Removed.
16340         (message-insert-header): New function.
16341         (message-shorten-references): Use it.
16343         * rfc2047.el (rfc2047-field-value): Strip props.
16345         * mail-parse.el (mail-header-make-address): New alias.
16347         * ietf-drums.el (ietf-drums-make-address): New function.
16349         * imap.el: Add compiler directives.
16351         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16353         * gnus-art.el (article-decode-idna-rhs): Don't use
16354         message-idna-inside-rhs-p.
16356 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358         * message.el (message-idna-inside-rhs-p): Removed.
16359         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16361         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16362         false positives.
16364 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16366         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16370         * nneething.el (nneething-file-name): Don't create spurious
16371         files.
16373         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16374         (gnus-inews-do-gcc): Remove sleep.
16376         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16377         part under point.
16379         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16380         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16382 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16384         * spam.el (spam-summary-prepare-exit): Fixed (length).
16386 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16388         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16389         as expired without moving it" message when there are spam
16390         messages left.
16392 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16394         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16395         header is not nil.
16397 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16399         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16400         nntp-possibly-create-directory, not nntp-possibly-change-group.
16401         (nntp-marks-changed-p): New arg SERVER.
16402         (nntp-request-update-info): Adjust caller.
16404 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16406         * nntp.el (nntp-save-marks): Pass missing arg.
16408 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16410         * nntp.el: Support marks.
16411         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16412         (nntp-marks-modtime, nntp-marks-directory): New variables.
16413         (nntp-request-set-mark, nntp-request-update-info)
16414         (nntp-possibly-create-directory, nntp-marks-changed-p)
16415         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16416         functions.
16418 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16420         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16421         (gnus-xmas-redefine): Rename.
16423         * gnus-score.el (gnus-score-insert-help): Use
16424         gnus-select-lowest-window.
16426         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16427         appt-select-lowest-window and rename to gnus-select-lowest-window.
16429         * gnus.el: do.
16431 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16433         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16434         encodings of MIME-encoded words, in order to improve
16435         interoperability with several broken MUAs.
16437 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16439         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16440         tags, only when charsets are not specified in headers.
16441         (mm-inline-text-html-render-with-w3m): Ditto.
16443         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16444         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16446 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16448         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16449         instead of MIME-decoded from fields when checking
16450         `gnus-article-address-banner-alist'.
16452 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16454         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16455         description rather than subject.
16457 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16459         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16461 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16463         * gnus.el (gnus-version-number): Bump.
16465 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16467         * gnus.el: No Gnus v0.2 is released.
16469 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16471         * gnus-agent.el (gnus-agent-read-agentview): Inline
16472         gnus-uncompress-range.
16474 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16476         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16477         `exec-installed-p'.
16479 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16481         * gnus.el (spam-process, spam-autodetect-methods): Add
16482         bsfilter and bsfilter-headers.
16484         * spam.el (spam-bsfilter): New customize group.
16485         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16486         (spam-bsfilter-header, spam-bsfilter-probability-header)
16487         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16488         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16489         (spam-bsfilter-database-directory): New options.
16490         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16491         (spam-list-of-statistical-checks, spam-registration-functions):
16492         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16493         (spam-bsfilter-score): New command.
16494         (spam-check-bsfilter-headers, spam-check-bsfilter)
16495         (spam-bsfilter-register-with-bsfilter)
16496         (spam-bsfilter-register-spam-routine)
16497         (spam-bsfilter-unregister-spam-routine)
16498         (spam-bsfilter-register-ham-routine)
16499         (spam-bsfilter-unregister-ham-routine): New functions.
16500         (spam-generic-score): Support bsfilter; Accept an optional argument
16501         to recalcurate spam score even if scoring header has already been
16502         added.
16503         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16504         optional argument to recalcurate spam score even if scoring header
16505         has already been added.
16507 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16509         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16510         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16511         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16512         link is missing.
16514 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16516         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16517         (html2text-get-attr): Rewrite.
16519         * message.el (message-setup-1): Remove redundant put-text-property
16520         on mail-header-separator.
16522 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16524         * gnus-registry.el (gnus-registry-cache-whitespace)
16525         (gnus-registry-action, gnus-registry-spool-action)
16526         (gnus-registry-split-fancy-with-parent): Change message levels
16527         from 5 to 3 or 7, as needed.
16529         * spam.el (spam-summary-prepare-exit)
16530         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16531         (spam-split, spam-find-spam, spam-log-undo-registration)
16532         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16533         level from 5 to 6.
16535 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16537         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16538         2004-03-04 change).
16540 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16542         * sieve-manage.el (sieve-manage-open):
16543         * nnweb.el (nnweb-insert-html):
16544         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16545         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16546         * nnspool.el (nnspool-request-group):
16547         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16548         * nnml.el (nnml-request-update-info):
16549         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16550         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16551         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16552         (nnimap-request-set-mark):
16553         * nnfolder.el (nnfolder-request-update-info):
16554         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16555         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16556         * gnus-uu.el (gnus-uu-find-articles-matching):
16557         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16558         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16559         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16560         * gnus-nocem.el (gnus-nocem-scan-groups):
16561         * gnus-int.el (gnus-start-news-server):
16562         * gnus-group.el (gnus-group-make-kiboze-group)
16563         (gnus-group-browse-foreign-server):
16564         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16565         Use mapc when appropriate.
16567 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16569         FIXME: Make separate entries for each person.
16571         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16572         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16573         <shields@msrl.com>:
16575         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16576         may need for spam sorting and scoring.
16577         (spam-user-format-function-S): Add user format function suitable for
16578         general use.
16579         (spam-article-sort-by-spam-status): Add sorting function for summary
16580         sorting.
16581         (spam-extra-header-to-number): Add function to get a score from a
16582         header.
16583         (spam-summary-score): Add function to get a numeric score from the
16584         headers.
16585         (spam-generic-score): Fix function doc, was in wrong place.
16586         (spam-initialize): Take symbols when it's run, and install the
16587         extra headers that spam-necessary-extra-headers thinks we need.
16589 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16591         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16592         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16594 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16596         * gnus-sum.el (gnus-set-global-variables)
16597         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16598         (gnus-article-get-xrefs, gnus-summary-best-group)
16599         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16600         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16601         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16602         Use with-current-buffer.
16604 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16606         * spam.el (spam-summary-prepare-exit): Simplify logic.
16607         (spam-fetch-article-header): Read the article header if it's not
16608         available.
16609         (spam-list-articles): Simplify logic.
16610         (spam-filelist-register-routine): Fix bug with unregister-list.
16612         * gnus-registry.el: Fix comments at beginning.
16614 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16616         * message.el (message-cater-to-broken-inn): Remove.
16617         (message-shorten-references): Make sure the total folded length of
16618         References is shorter than 998 characters to cater to a bug in INN
16619         2.3.  Also, don't pretend that references aren't folded -- this
16620         hasn't worked for a while.
16622 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16624         * gnus-agent.el (gnus-agentize):
16625         gnus-agent-send-mail-real-function no longer set to current value
16626         of message-send-mail-function but rather a lambda that calls
16627         message-send-mail-function.  The change makes the agent real-time
16628         responsive to user changes to message-send-mail-function.
16630 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16632         * legacy-gnus-agent.el
16633         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16634         help from Florian Weimer <fw@deneb.enyo.de>
16636 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16638         * nnmail.el (nnmail-cache-insert): Revert last change.
16640 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16642         * nnmail.el (nnmail-cache-insert): Always check whether
16643         nnmail-cache-ignore-groups matches a group name.
16645 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16647         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16648         (spam-find-spam, spam-log-processing-to-registry)
16649         (spam-log-registered-p, spam-log-unregistration-needed-p)
16650         (spam-log-undo-registration): Use gnus-message instead of
16651         gnus-error, none of these errors are fatal.
16653         * gnus-registry.el (gnus-registry-clean-empty-function)
16654         (gnus-registry-clean-empty): Remove only empty entries without
16655         extra data.
16657 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16659         * spam-stat.el (spam-stat-buffer-change-to-spam)
16660         (spam-stat-buffer-change-to-non-spam): Change (error) to
16661         (gnus-message 8) invocation.
16663 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16665         * nntp.el (nntp-via-netcat-command): New variable.
16666         (nntp-via-netcat-switches): New variable.
16667         (nntp-open-via-rlogin-and-netcat): New function.
16668         (nntp-open-connection-function): Doc fix.
16669         (nntp-telnet-command): Doc fix.
16670         (nntp-end-of-line): Doc fix.
16671         (nntp-via-rlogin-command): Doc fix.
16672         (nntp-via-user-name): Doc fix.
16673         (nntp-via-address): Doc fix.
16675 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16677         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16678         error in Emacs 21.1.
16680 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16682         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16684 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16686         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16687         (gnus-agent-with-refreshed-group): New macro.
16688         (gnus-agent-rename-group): New function.
16689         (gnus-agent-delete-group): New function.
16690         (gnus-agent-save-group-info): Use gnus-command-method when
16691         `method' parameter is nil.  Don't write nil entries into the
16692         active file.
16693         (gnus-agent-get-group-info): New function.
16694         (gnus-agent-fetch-articles): Use
16695         gnus-agent-update-files-total-fetched-for to increment disk space
16696         used.
16697         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16698         gnus-agent-update-view-total-fetched-for to increment disk space
16699         used.
16700         (gnus-agent-get-local): Added optional parameters to avoid calling
16701         gnus-group-real-name and gnus-find-method-for-group.
16702         (gnus-agent-set-local): Delete stored entry if either min, or max,
16703         are nil.
16704         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16705         quit, use gnus-agent-regenerate-group to record existance of any
16706         articles fetched to disk before the quit occurred.
16707         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16708         gnus-agent-update-view-total-fetched-for, and
16709         gnus-agent-update-files-total-fetched-for to decrement disk space
16710         used.
16711         (gnus-agent-retrieve-headers): Use
16712         gnus-agent-update-view-total-fetched-for to increment disk space
16713         used.
16714         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16715         with gnus-agent-update-files-total-fetched-for to decrement disk
16716         space and fresh group buffer.
16717         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16718         (gnus-agent-need-update-total-fetched-for): New variable.
16719         (gnus-agent-update-files-total-fetched-for): New function.
16720         (gnus-agent-update-view-total-fetched-for): New function.
16721         (gnus-agent-total-fetched-for): New function.
16723         * gnus-cache.el (gnus-cache-save-buffers): Use
16724         gnus-cache-update-overview-total-fetched-for to change disk space
16725         used by this group.
16726         (gnus-cache-possibly-enter-article): Use
16727         gnus-cache-update-file-total-fetched-for to increment disk space
16728         used by this group.
16729         (gnus-cache-possibly-remove-article): Use
16730         gnus-cache-update-file-total-fetched-for to decrement disk space
16731         used by this group.
16732         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16733         (gnus-cache-rename-group): New function.
16734         (gnus-cache-delete-group): New function.
16735         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16736         (gnus-cache-need-update-total-fetched-for): New variable.
16737         (gnus-cache-with-refreshed-group): New macro.
16738         (gnus-cache-update-file-total-fetched-for): New function.
16739         (gnus-cache-update-overview-total-fetched-for): New function.
16740         (gnus-cache-rename-group-total-fetched-for): New function.
16741         (gnus-cache-delete-group-total-fetched-for): New function.
16742         (gnus-cache-total-fetched-for): New function.
16744         * gnus-group.el: Require gnus-sum and autoload functions to
16745         resolve warnings when gnus-group.el compiled alone.
16746         (gnus-group-line-format): Documented new %F.
16747         (size of Fetched data) group line format; identifies disk space
16748         used by agent and cache.
16749         (gnus-group-line-format-alist): Defined new F format.
16750         (gnus-total-fetched-for): New function.
16751         (gnus-group-delete-group): No longer update
16752         gnus-cache-active-altered as gnus-request-delete-group now keeps
16753         the cache in sync.
16754         (gnus-group-list-active): Let the agent store a server's active
16755         list if currently plugged.
16757         * gnus-int.el (gnus-request-delete-group):
16758         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16759         local disk in sync with the server.
16760         (gnus-request-rename-group):
16761         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16762         local disk in sync with the server.
16764         * gnus-start.el (gnus-get-unread-articles):
16765         Cosmetic simplification to logic.
16767         * gnus-util.el (gnus-rename-file): New function.
16769 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16771         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16773 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16775         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16776         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16778 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16780         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16781         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16783 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16785         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16787 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16789         * spam.el (spam-set-difference): Add function to replace
16790         gnus-set-difference in spam.el.
16791         (spam-summary-prepare-exit): Use spam-set-difference.
16793 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16795         * gnus-registry.el (gnus-registry-cache-file): Update to use
16796         gnus-dribble-directory OR gnus-home-directory OR ~.
16797         (gnus-registry-split-fancy-with-parent): Fix doc.
16799 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16801         * message.el (message-exchange-point-and-mark): Use
16802         message-mark-active-p.  Suggested by Jesper Harder
16803         <harder@ifa.au.dk>.
16805 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16807         * message.el (message-exchange-point-and-mark): Don't activate
16808         region if it was inactive.  Suggested by Hiroshi Fujishima
16809         <pooh@nature.tsukuba.ac.jp>.
16811 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16813         * gnus-art.el (article-display-face): Display Faces in the same
16814         order as X-Faces.
16816 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16818         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16820 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16822         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16823         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16824         (gnus-article-mime-hierarchy): Remove.
16825         (gnus-article-mime-hierarchy-next): Remove.
16826         (gnus-article-mode): Revert 2004-03-19 change.
16827         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16828         (gnus-insert-mime-button): Revert 2004-03-19 change.
16829         (gnus-mime-accumulate-hierarchy): Remove.
16830         (gnus-mime-enter-multipart): Remove.
16831         (gnus-mime-leave-multipart): Remove.
16832         (gnus-mime-display-part): Revert 2004-03-19 change.
16833         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16835         * mml.el (mml-preview): Revert 2004-03-19 change.
16837 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16839         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16841 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16843         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16844         t while entering a file name using the mm-with-multibyte macro.
16845         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16847         * mm-util.el (mm-with-multibyte): New macro.
16849 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16852         user option.
16853         (gnus-mime-multipart-functions): Doc and customization fix.
16854         (gnus-article-mime-hierarchy): New variable.
16855         (gnus-article-mime-hierarchy-next): New variable.
16856         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16857         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16858         gnus-article-mime-hierarchy-next to nil.
16859         (gnus-insert-mime-button): Show hierarchy numbers.
16860         (gnus-mime-accumulate-hierarchy): New function.
16861         (gnus-mime-enter-multipart): New function.
16862         (gnus-mime-leave-multipart): New function.
16863         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16864         (gnus-mime-display-alternative): Show hierarchy numbers.
16866         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16867         gnus-article-mime-hierarchy-next to nil.
16869 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16871         * dns.el: Don't require gnus-xmas.
16873 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16875         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16876         inline PGP.
16877         (mml-menu): Disable mml-quote-region if mark is inactive.
16879 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16881         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16882         when the group's active is not available.
16884 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16886         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16887         error.
16889 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16891         * imap.el (imap-store-password): New variable.
16892         (imap-interactive-login): Use it.
16893         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16895 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16897         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16898         window-start and hscroll to summary window.
16900 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16902         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16903         conversion message to newsrc-dribble when an actual conversion is
16904         performed.
16906 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16908         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16910 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16912         * mm-decode.el (mm-complicated-handles): New function reviving
16913         former definition of mm-multiple-handles.
16915         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16916         (gnus-mime-delete-part): Use it.
16918 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16920         * gnus-agent.el (gnus-agent-read-local): Bind
16921         nnheader-file-coding-system to gnus-agent-file-coding-system to
16922         avoid the implicit assumption that they will always be equal.
16923         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16924         coding-system-for-write, as the with-temp-file macro first prints
16925         to a buffer then saves the buffer.
16927 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16929         * gnus-art.el (gnus-article-edit-part): New function.
16930         (gnus-mime-save-part-and-strip): Use it; do query instead of
16931         signaling an error; don't use mm-multiple-handles.
16932         (gnus-mime-delete-part): Ditto.
16934 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16936         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16937         old file versions.
16938         (gnus-group-prepare-hook): Removed function that converted list
16939         form of gnus-agent-expire-days to group properties.
16941         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16942         (gnus-request-accept-article): Re-indented.
16944         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16945         converters to handle old agent file formats.  Added logic for a
16946         "backup before upgrading warning".
16947         (gnus-convert-mark-converter-prompt): Developers can mark
16948         functions as needing (default), or not needing,
16949         gnus-convert-old-newsrc's "backup before upgrading warning".
16950         (gnus-convert-converter-needs-prompt): Tests whether the user
16951         should be protected from potentially irreversable changes by the
16952         function.
16954         * legacy-gnus-agent.el: New.  Provides converters that are only
16955         loaded when gnus-convert-old-newsrc needs to call them.
16957 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16959         * mail-source.el (mail-source-touch-pop): Doc fix.
16961         * message.el (message-smtpmail-send-it): Doc fix.
16963 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16965         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16967         * nnmail.el (nnmail-split-fancy): do.
16969         * gnus-kill.el (gnus-kill, gnus-execute): do.
16971 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16973         * gnus-sum.el (gnus-widget-reversible-match)
16974         (gnus-widget-reversible-to-internal)
16975         (gnus-widget-reversible-to-external): New functions.
16976         (gnus-widget-reversible): New widget.
16977         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16979 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16981         * gnus-sum.el (gnus-thread-sort-functions)
16982         (gnus-article-sort-functions): Document `(not F)' items.
16984 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16986         * spam.el (spam-use-gmane-xref): Add new backend.
16987         (spam-gmane-xref-spam-group): Add variable to control the name of the
16988         Gmane spam group.
16989         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16990         (spam-regex-headers-spam, spam-regex-headers-ham)
16991         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16992         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16993         backends and checks.
16994         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16996         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16997         an autodetect method.
16999 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17001         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17002         articles are being added to a group.
17003         (gnus-request-replace-article): Inform the agent that articles
17004         need to be uncached as the cached contents are no longer valid.
17006 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17008         * binhex.el: Don't autoload executable-find.
17010         * canlock.el: Don't autoload mail-fetch-field.
17012         * dgnushack.el: Autoload c-mode for XEmacs.
17014         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17016         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17017         rmail-dont-reply-to and rmail-output.
17019         * gnus-score.el: Don't autoload ffap-string-at-point.
17021         * gnus-setup.el: Don't autoload sc-cite-original.
17023         * imap.el: Don't autoload base64-decode-string,
17024         base64-encode-string and md5.
17026         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17027         and rmail-msg-restore-non-pruned-header.
17029         * mm-decode.el: Don't autoload executable-find.
17031         * mm-url.el: Don't autoload executable-find.
17033         * mm-view.el: Don't autoload diff-mode.
17035         * nndb.el: Don't autoload news-reply-mode, news-setup,
17036         cancel-timer and telnet.
17038         * password.el: Don't autoload run-at-time for Emacs.
17040         * sha1-el.el: Don't autoload executable-find.
17042         * sieve-mode.el: Don't autoload c-mode.
17044         * uudecode.el: Don't autoload executable-find.
17046 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17048         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17049         (gnus-agent-possibly-alter-active): Avoid null in numeric
17050         comparison.
17051         (gnus-agent-set-local): Refuse to save null in local object table.
17052         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17053         list of articles that will be marked as unread.
17055 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17057         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17059 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17061         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17062         language tags.
17064 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17066         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17067         Don't bind "obarray".
17069         * gnus-sum.el (gnus-thread-sort-functions): Added
17070         `gnus-thread-sort-by-most-recent-number' and
17071         `gnus-thread-sort-by-most-recent-date'.
17072         Reported by Kai Grossjohann <kai@emptydomain.de>.
17074 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17076         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17078 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17080         * gnus-cus.el (gnus-agent-customize-category): Removed
17081         ignore-errors macro reference that required cl to be loaded at
17082         run-time.
17084         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17085         single-interval range of the form (min . max).  Previously the
17086         range had to look like ((min . max)).  Likewise, return
17087         (min . max) rather than ((min . max)).
17088         (gnus-range-map): Use gnus-range-normalize to accept
17089         single-interval range.
17091         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17092         the cache, but not the agent, now appear with their usual face.
17094         * dgnushack.el (loaddir): New variable that is bound to the
17095         directory containing the dgnushack.el file. Use loaddir, rather
17096         than srcdir, to update load-path. Change lets dgnushack compile
17097         code in directories other than GNUS/lisp.
17099 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17101         * lpath.el: Don't bind w3m-safe-url-regexp.
17103         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17104         w3m-safe-url-regexp variable buffer-local.
17106         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17108 2004-02-27  Simon Josefsson  <jas@extundo.com>
17110         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17111         gnus-group-real-prefix.
17112         (gnus-summary-move-article): Use it, instead of
17113         gnus-group-real-prefix.
17115 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17117         * lpath.el: Bind w3m-safe-url-regexp.
17119         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17120         w3m-safe-url-regexp variable buffer-local and set it as the value
17121         of mm-w3m-safe-url-regexp.
17123         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17125         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17126         parsing gnus-posting-styles when the message is not for replying.
17128         * dgnushack.el: Autoload sgml-mode for XEmacs.
17130         * nnrss.el (nnrss-opml-export): Use
17131         mm-set-buffer-file-coding-system instead of
17132         set-buffer-file-coding-system.
17134 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17136         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17137         of checkdoc.el).
17138         * nnrss.el: do.
17139         * gnus-mlspl.el: do.
17140         * gnus-ml.el: do.
17141         * gnus-srvr.el: do.
17143         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17145 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17147         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17148         Corrections to custom-manual links.
17150         * gnus-art.el (gnus-article): Ditto.
17152         * mm-decode.el (mime-display, mime-security): Ditto.
17154 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17156         * flow-fill.el: Typo.
17158 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17160         * spam-wash.el: New file.
17162 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17164         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17166 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17168         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17169         to be run with new-articles as LIST1, not LIST2.
17170         (spam-registration-functions): Add spam-use-ham-copy as a nil
17171         registration backend.
17173 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17175         * spam-stat.el (spam-stat-washing-hook): New option.
17176         (spam-stat-buffer-words): Use it.
17177         (spam-stat-process-directory, spam-stat-test-directory): Use
17178         insert-file-contents-literally.
17179         (spam-stat-coding-system): New variable.
17180         (spam-stat-load, spam-stat-save): Use it.
17182 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17184         * spam-report.el (spam-report-plug-agent): Quote
17185         spam-report-url-to-file and spam-report-url-ping-plain.
17187 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17189         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17190         / in mailto URLs.
17192 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17194         * spam-report.el (spam-report-process-queue): Fix interactive use.
17195         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17196         (spam-report-unplug-agent): Doc fixes.
17197         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17198         (spam-report-agentize, spam-report-deagentize): Autoload.
17200 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17202         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17204         * message.el (message-setup-fill-variables): Add mml tags to
17205         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17206         <ajk@iu.edu>.
17207         (message-mode): Don't modify paragraph-separate there.
17209 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17211         * compface.el (uncompface-use-external): Default to undecided.
17212         (uncompface-use-external-threshold): New variable.
17213         (uncompface-float-time): New macro.
17214         (uncompface): Determine whether to use the external decoder if
17215         uncompface-use-external is undecided.
17217 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17219         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17220         after images.
17222         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17224 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17226         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17228         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17230         * gnus-sum.el (gnus-summary-limit-to-age)
17231         (gnus-summary-limit-children): do.
17233         * gnus-int.el (gnus-request-scan): do.
17235         * gnus-group.el (gnus-group-suspend): do.
17237         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17239         * gnus-cite.el (gnus-cite-parse-attributions): do.
17241         * gnus-agent.el (gnus-summary-set-agent-mark)
17242         (gnus-agent-regenerate-group): do.
17244         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17246         * binhex.el (binhex-decode-region-internal): do.
17248 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17250         * gnus-fun.el (gnus-face-properties-alist): New user option.
17251         (gnus-display-x-face-in-from): Use it.
17253         * gnus-art.el (article-display-face): Ditto.
17255         * compface.el (uncompface-use-external): Default to nil.
17257 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17259         * nntp.el (nntp-erase-buffer): New function.
17260         (nntp-retrieve-data, nntp-send-command)
17261         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17262         (nntp-possibly-change-group): Use it.
17264         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17265         with-current-buffer.
17267 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17269         * compface.el: Merge the ELisp-based uncompface program.
17270         (compface): New customization group.
17271         (uncompface-use-external): New user option.
17272         (uncompface): Call uncompface-internal if uncompface-use-external
17273         is nil.
17274         (uncompface-internal): New function.  Note that there are also
17275         some other functions and variables added for this function.
17277 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17279         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17280         if necessary.
17282 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17284         * spam-report.el (spam-report-unplug-agent)
17285         (spam-report-plug-agent, spam-report-deagentize)
17286         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17287         Add support for the Agent in spam-report: when unplugged, report to a
17288         file; when plugged, submit all the requests.
17290         * spam.el (spam-register-routine): Fix message about
17291         registration.
17293 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17295         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17296         dependencies.
17297         (rfc2047-encode): Use it.
17299         * gnus-art.el (gnus-button-marker-list): Move before first
17300         reference.
17302         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17303         (imap-parse-body): Fix format string mismatch.
17305         * gnus-score.el (gnus-summary-increase-score): do.
17307         * nnrss.el (nnrss-close): New function.
17309 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17311         * nnrss.el (nnrss-make-filename): New function.
17312         (nnrss-request-delete-group, nnrss-read-server-data)
17313         (nnrss-save-server-data, nnrss-read-group-data)
17314         (nnrss-save-group-data): Use it.
17315         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17316         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17317         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17319 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17321         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17323 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17325         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17326         files.
17328         * message.el (message-generate-headers-first): Don't quote nil
17329         and t in docstrings.
17331         * imap.el (imap-id): do.
17333         * gnus-agent.el (gnus-agent-consider-all-articles)
17334         (gnus-agent-queue-mail): do.
17336 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17338         * spam-report.el (spam-report-process-queue): New function.
17339         Process requests from `spam-report-requests-file'.
17340         (spam-report-process-queue): Doc fix.
17342 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17344         * spam.el (spam-register-routine)
17345         (spam-log-processing-to-registry, spam-log-registered-p)
17346         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17347         Change "check" to "spam-check" for semi-clarity.
17349 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17351         * pop3.el: Require nnheader.
17353         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17355         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17357         * gnus-picon.el: Require cl.
17359         * gnus-fun.el: Require gnus-ems and gnus-util.
17361         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17363         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17365         * gnus-art.el (gnus-article-edit-mode): Define before first
17366         reference.
17368 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17370         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17371         (gnus-uu-post-encoded): Use point-at-bol.
17373         * gnus-topic.el (gnus-group-active-topic-p): do.
17375         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17377         * gnus-group.el (gnus-group-kill-region): do.
17379         * gnus-art.el (article-date-ut): do.
17381         * message.el (message-fetch-field): Remove redundant
17382         case-fold-search binding.
17383         (message-narrow-to-field): Simplify.
17385 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17387         * spam.el (spam-directory): Derive from `gnus-directory'.
17389         * spam-report.el (spam-report-url-to-file)
17390         (spam-report-requests-file): New function and variable for offline
17391         reporting.
17392         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17393         and user defined function.
17394         (spam-report-url-ping-mm-url): Remove doubled slash.
17396 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17398         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17400 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17402         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17403         format string mismatch.
17405         * sieve.el (sieve-deactivate-all): do.
17407         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17409         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17411         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17413         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17415 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17417         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17418         the list of checks.
17420 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17422         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17423         padding.
17425 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17427         * mm-view.el (mm-fill-flowed): New variable.
17428         (mm-inline-text): Use it.
17430 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17432         * spam.el (spam-spamassassin-register-ham-routine)
17433         (spam-spamassassin-register-spam-routine): Fix function names.
17435 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17437         * gnus.el (gnus-tmp-grouplens): Remove.
17438         (gnus-summary-line-format): Remove grouplens.
17440         * gnus-group.el (gnus-group-line-format): Ditto.
17442         * gnus-spec.el (gnus-format-specs): Ditto.
17443         (gnus-update-format-specifications): Flush the group format spec
17444         cache if there's the grouplens stuff.
17445         (gnus-parse-simple-format): Replace %l with the empty string.
17447 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17449         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17450         omission.
17452 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17454         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17455         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17457 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17459         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17460         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17461         New macros and functions.
17462         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17463         Handle > NLINK_MAX messages.
17464         * nnmaildir.el (nnmaildir-request-set-mark): Use
17465         nnmaildir--emlink-p and nnmaildir--eexist-p.
17467 2004-01-25  Alex Schroeder  <alex@gnu.org>
17469         * spam-stat.el (spam-stat-process-directory-age): New option.
17470         (spam-stat-process-directory): Use it.
17472 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17474         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17475         (spam-stat-save): Accept prefix argument.
17477 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17479         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17480         links" error.
17482 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17484         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17485         the rest of the and/or forms.
17487 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17489         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17490         compatibility with old .newsrc.eld files.
17492         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17494         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17496         * gnus-start.el (gnus-1): do.
17498         * gnus-group.el (gnus-group-line-format-alist): do.
17500         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17502         * gnus-gl.el: Remove.
17504 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17506         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17507         marks consisting of a single range {for example, (3 . 5)} rather
17508         than a list of a single range { ((3 . 5)) }.
17510 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17512         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17513         with-current-buffer.
17514         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17515         avoid consing a string.
17517         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17518         Remove obsolete entries for big5 and gb2312.
17520 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17522         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17523         uncompressed list.
17525 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17527         * spam-stat.el (spam-stat-strip-xref): New function.
17528         (spam-stat-process-directory): Use it.
17530         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17531         here -- it's done in message-fetch-field.
17533 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17535         * gnus-agent.el (gnus-agent-queue-mail)
17536         (gnus-agent-prompt-send-queue): New variables.
17537         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17538         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17539         "nndraft:queue" along to gnus-draft-send.  Use
17540         gnus-agent-prompt-send-queue.
17541         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17542         is "nndraft:queue".  Suggested by Gaute Strokkenes
17543         <gs234@srcf.ucam.org>
17545         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17546         (agent-enable-undownloaded-faces): Added.
17547         (gnus-agent-cat-groups): Use eval-and-compile, not
17548         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17549         method of gnus-agent-cat-groups even when the buffer has been
17550         evaled.
17551         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17552         delete gnus-agent-save-active-1.
17553         (gnus-agent-save-groups): Deleted.  Identical to
17554         gnus-agent-save-active.
17555         (gnus-agent-write-active): No longer adjust agent's copy of active
17556         file as agent's adjustments are now stored in their own
17557         file.  Removed optional parameter.
17558         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17559         servers.  Add use of min/max range limits from server's local
17560         file.
17561         (gnus-agent-save-alist): Removed unused optional argument.
17562         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17563         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17564         (gnus-agent-set-local): A per-server file that keeps min/max range
17565         limits for articles known to the agent.  Provides a fast mechanism
17566         for altering many active ranges.
17567         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17568         active file (local makes it unnecessary).
17569         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17571         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17572         (agent-enable-undownloaded-faces): Added.
17574         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17575         disable it when sending to "nndraft:queue".
17576         (gnus-group-send-queue): Add safety check to avoid sending queue
17577         when unplugged.
17579         * gnus-group.el (gnus-group-catchup): Use new
17580         gnus-sequence-of-unread-articles, not
17581         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17582         numbers of articles.  Use gnus-range-map to avoid having to
17583         uncompress the unread list.
17584         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17585         Fixed invalid ange-ftp reference.
17587         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17588         (gnus-sorted-range-intersection): Intersection of two ranges
17589         without requiring that they first be uncompressed.
17591         * gnus-start.el (gnus-activate-group): Unless blocked by the
17592         caller, possibly expand the active range to include both cached
17593         and agentized articles.
17594         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17595         multiple version-dependent converters.
17596         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17597         gnus-agent-save-active.
17598         (gnus-save-newsrc-file): Save dirty agent range limits.
17600         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17601         gnus-agent-possibly-alter-active.
17602         (gnus-adjust-marked-articles): Faster handling of simple lists.
17604 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17606         * spam-stat.el (spam-stat-test-directory): New optional argument
17607         displays a list of files detected.  Suggested by Andrew Cohen
17608         <cohen@andy.bu.edu>.
17609         (spam-stat-buffer-words-with-scores): Don't narrow and change
17610         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17612 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17614         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17615         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17616         (spam-spamassassin-arguments)
17617         (spam-spamassassin-spam-flag-header)
17618         (spam-spamassassin-positive-spam-flag-header)
17619         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17620         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17621         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17622         (spam-list-of-processors, spam-list-of-checks)
17623         (spam-list-of-statistical-checks, spam-registration-functions)
17624         (spam-check-spamassassin-headers, spam-check-spamassassin)
17625         (spam-spamassassin-score)
17626         (spam-spamassassin-register-with-sa-learn)
17627         (spam-spamassassin-register-spam-routine)
17628         (spam-spamassassin-register-ham-routine)
17629         (spam-assassin-register-spam-routine)
17630         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17631         (spam-bogofilter-score): Fix to show article before scoring.
17633 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17635         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17636         default scoring function.
17637         (spam-generic-score): Call spam-spamassassin-score if
17638         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17639         spam-bogofilter-score otherwise.
17641         * gnus.el (spam-process, spam-autodetect-methods): Add
17642         spamassassin and spamassassin-headers.
17644 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17646         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17647         Suppress unnecessary messages.
17649 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17651         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17652         make-hash-table.
17654 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17656         * canlock.el (base64-encode-string): Don't autoload it.
17658 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17660         * run-at-time.el: Remove useless (require 'itimer),
17661         eval-and-compile and (featurep 'xemacs).
17663 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17665         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17666         GROUP is a virtual group.
17668 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17670         * gnus.el: Autoload `message-y-or-n-p'.
17672 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17674         * pgg-parse.el: Remove unnecessary (require 'custom).
17676         * pgg-def.el: do.
17678         * nnmail.el: do.
17680         * gnus-undo.el: do.
17682         * gnus-picon.el: do.
17684         * gnus-util.el: do.
17686 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17688         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17690 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17692         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17693         handle, as well as a list.
17695         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17696         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17697         (mm-w3m-cid-retrieve): Simplify.
17699 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17701         * message.el (message-kill-to-signature): Allow prefix arg to
17702         specify number of lines to keep before signature.
17704 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17706         * message.el (message-kill-to-signature): Change docstring.
17708 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17710         * canlock.el: Always require sha1-el.
17711         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17713         * message.el: Autoload sha1 only when compiling.
17715         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17716         eudc-expand-inline for XEmacs.
17718 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17720         * message.el (message-canlock-generate): Require sha1-el.
17722 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17724         * message.el (message-expand-name): Silence the byte compiler.
17726         * lpath.el: Add detect-coding-system.
17728         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17729         cus-edit.
17731 2004-01-13  Simon Josefsson  <jas@extundo.com>
17733         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17734         Invoke gnus-score-mode.  Reported by
17735         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17737         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17738         Jim Blandy <jimb@redhat.com> (tiny change).
17740 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17742         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17744 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17746         * spam.el (spam-get-article-as-string): Update to use
17747         gnus-request-article-this-buffer, much simpler.
17748         (spam-get-article-as-buffer): Remove.
17750 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17752         * message.el (message-expand-name): Use EUDC if the user uses that.
17754 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17756         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17757         character for the encoding to avoid consing a string.
17759         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17760         unnecessarily.
17762         * mm-util.el (mm-replace-chars-in-string): Remove.
17764         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17765         of mm-replace-chars-in-string.
17767 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17769         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17771         * mm-util.el (mm-subst-char-in-string): Support inplace.
17773         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17774         a new string in every iteration.  Use shy groups.
17776 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17778         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17779         * gnus-soup.el (gnus-soup-group-brew):
17780         * gnus-msg.el (gnus-put-message):
17781         * gnus-move.el (gnus-group-move-group-to-server):
17782         * gnus-kill.el (gnus-batch-score):
17783         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17784         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17785         (gnus-group-update-group, gnus-group-read-group)
17786         (gnus-group-make-group, gnus-group-make-help-group)
17787         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17788         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17789         (gnus-group-sort-by-unread, gnus-group-catchup)
17790         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17791         (gnus-group-yank-group, gnus-group-set-info)
17792         (gnus-group-list-groups):
17793         * gnus.el (gnus-generate-new-group-name):
17794         * gnus-delay.el (gnus-delay-send-queue):
17795         * nnvirtual.el (nnvirtual-catchup-group):
17796         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17797         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17798         (gnus-group-prepare-topics, gnus-topic-check-topology):
17799         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17800         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17801         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17802         (gnus-group-make-articles-read):
17803         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17804         (gnus-group-change-level, gnus-kill-newsgroup)
17805         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17806         (gnus-get-unread-articles, gnus-make-articles-unread)
17807         (gnus-make-ascending-articles-unread): Use accessor
17808         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17809         to get group information for improved readability.
17812 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17814         * gnus-art.el (article-decode-mime-words, article-babel)
17815         (gnus-article-highlight-signature, gnus-article-add-buttons)
17816         (gnus-signature-toggle): Use gnus-with-article-buffer.
17818         * gnus-art.el (gnus-article-highlight-headers)
17819         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17821         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17822         (gnus-article-set-globals, gnus-request-article-this-buffer)
17823         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17824         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17825         (gnus-mime-display-alternative): Use with-current-buffer.
17827 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17829         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17830         also under 80 char limit, and call gnus-error if needed.
17831         (spam-fetch-article-header): Fix - it was a
17832         buffer-local variable (gnus-newsgroup-data).
17833         (spam-find-spam): Use spam-generate-fake-headers, forget about
17834         spam-insert-fake-headers.
17835         (spam-insert-fake-headers): Remove.
17837 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17839         * deuglify.el (gnus-article-outlook-unwrap-lines)
17840         (gnus-outlook-rearrange-article)
17841         (gnus-outlook-repair-attribution-outlook)
17842         (gnus-outlook-repair-attribution-block)
17843         (gnus-outlook-repair-attribution-other): Remove redundant
17844         save-excursion.
17846 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17848         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17849         (spam-fetch-field-subject-fast)
17850         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17851         (spam-fetch-article-header): Add functions to deal with Gnus
17852         internals for fast retrieval of article header data.
17853         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17857         * pop3.el (pop3-md5): Remove.
17858         (pop3-apop): Replace pop3-md5 with md5.
17860         * mm-bodies.el: base64 is always built-in.
17862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17863         with-current-buffer.
17865 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17867         * canlock.el (canlock-insert-header): Remove excessive grouping in
17868         regexp.
17870         * gnus-sum.el (gnus-summary-read-document): Ditto.
17872         * gnus-uu.el (gnus-uu-part-number): Ditto.
17874         * html2text.el (html2text-remove-tags): Ditto.
17875         (html2text-format-tags): Ditto.
17876         (html2text-format-single-elements): Ditto.
17878         * mml.el (mml-parse-1): Ditto.
17880 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17882         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17884         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17886         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17888         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17890 2003-11-15  Simon Josefsson  <jas@extundo.com>
17892         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17893         (pgg-gpg-lookup-key): Use regexp match instead of
17894         split-string (split-string is different between emacs 21.2 and
17895         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17897 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17899         * gnus-art.el (gnus-mime-view-all-parts)
17900         (gnus-article-part-wrapper, gnus-article-view-part): Use
17901         with-current-buffer.
17903 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17905         * spam.el (spam-disable-spam-split-during-ham-respool)
17906         (spam-spamoracle-database, spam-cache-lookups)
17907         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17908         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17909         (spam-group-ham-marks, spam-group-spam-marks)
17910         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17911         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17912         also add spam-use-blackholes to the statistical checks.
17913         (spam-fetch-field-fast): Add interface to fetching fields, may
17914         become a macro.
17915         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17916         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17917         (spam-insert-fake-headers): Fake an article when needed.
17918         (spam-find-spam): Fake article when possible.
17919         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17920         (spam-check-bogofilter-headers): Use message-fetch-field instead
17921         of nnmail-fetch-field.
17923 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17925         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17927 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17929         * spam.el (spam-split): Do not require spam-use-CHECK to be
17930         enabled if that check is passed to spam-split explicitly; also
17931         fix so 'spam doesn't get converted to spam-split-group when
17932         spam-split-symbolic-return is t.
17933         (spam-find-spam): Find registrations of the article and use those
17934         instead of re-running spam-split to find the spam/ham
17935         classification of the article.
17936         (spam-log-processing-to-registry, spam-log-registered-p)
17937         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17938         Use gnus-error instead of gnus-message.
17939         (spam-log-registration-type): Add function to determine the
17940         classification of a message based on registry entries; will
17941         return nil if both 'spam and 'ham are found.
17942         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17943         a reasonably fast local cache without the loading errors.
17944         (spam-cache-lookups): Set to t by default.
17945         (spam-find-spam): Don't try to guess spam-cache-lookups.
17946         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17947         spam-caches entry.
17948         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17949         caching of whitelist/blacklist entries.
17950         (spam-check-whitelist, spam-check-blacklist): Invoke
17951         spam-from-listed-p with a type, not a cache variable.
17952         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17954 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17956         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17958         * nnmail.el (nnmail-split-fancy): do.
17960         * mml.el (mml-parse): do.
17962         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17963         (gnus-score-adaptive): do.
17965 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17967         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17968         (gnus-mime-button-map): Don't set keymap parent.
17969         (gnus-button-ctan-directory-regexp): Use shy grouping.
17970         (gnus-prev-page-map): Don't set keymap parent.
17971         (gnus-prev-page-map): Remove duplicated one.
17972         (gnus-next-page-map): Don't set keymap parent.
17973         (gnus-mime-security-button-map): Ditto.
17975         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17976         version number.
17978         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17980 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17982         * canlock.el (canlock-sha1-function): Remove.
17983         (canlock-sha1-function-for-verify): Remove.
17984         (canlock-openssl-program): Remove.
17985         (canlock-openssl-args): Remove.
17986         (canlock-ignore-errors): Remove.
17987         (canlock-sha1-with-openssl): Remove.
17988         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17989         (canlock-verify): Don't use canlock-ignore-errors.
17991         * sha1-el.el (sha1-string-external): Make it can return a string
17992         in binary form.
17993         (sha1-region-external): Ditto.
17994         (sha1-string-internal): Ditto.
17995         (sha1-region-internal): Ditto.
17996         (sha1-region): Ditto.
17997         (sha1-string): Ditto.
17998         (sha1): Ditto.
18000 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18002         * spam.el (spam-report-articles-gmane): New command.
18004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18006         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18008         * run-at-time.el (run-at-time-saved): Remove.
18009         (run-at-time): Doc fix.
18011 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18013         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18014         (gnus-summary-limit-map): Add it.
18015         (gnus-summary-make-menu-bar): do.
18017 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18019         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18020         Make attempt at some caching support (done for BBDB only now).
18021         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18022         addresses to be checked.
18023         (spam-clear-cache-BBDB): Add function, to be invoked by
18024         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18025         (spam-check-BBDB): Check and use the caches, if
18026         spam-cache-lookups is on, remove superfluous (provide).
18028 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18030         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18032 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18034         * run-at-time.el (run-at-time-saved): Move to after the definition
18035         of `run-at-time'.
18037         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18039 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18041         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18042         mm-w3m-local-map-property.
18044         * mm-view.el (mm-w3m-mode-map): Remove.
18045         (mm-w3m-local-map-property): Remove.
18046         (mm-inline-text-html-render-with-w3m): Don't use
18047         mm-w3m-local-map-property.
18049 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18051         * run-at-time.el: New file.
18053         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18054         under Emacs.
18056         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18057         of gnus-set-text-properties.
18059         * gnus-uu.el (gnus-uu-save-article): Ditto.
18061         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18063         * gnus-cite.el (gnus-cite-parse): Ditto.
18065         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18066         of gnus-.
18068         * gnus-xmas.el (run-at-time): Require run-at-time.
18070         * gnus.el: Changed calls to nnheader-run-at-time and
18071         password-run-at-time throughout to use run-at-time directly.
18073         * password.el: Removed definition of run-at-time.
18075         * nnheaderxm.el: Remove definition of run-at-time.
18077 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18079         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18080         in prompt.
18082 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18084         * messagexmas.el (message-xmas-redefine): Alias
18085         `message-make-caesar-translation-table' to
18086         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18087         version.
18089         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18090         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18091         `gnus-xmas-set-text-properties'.
18092         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18093         `gnus-xmas-completing-read'.
18094         (gnus-xmas-completing-read): Removed.
18095         (gnus-xmas-open-network-stream): Removed.
18097         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18098         XEmacs version.
18100         * dns.el (dns-make-network-process): Use `open-network-stream'
18101         instead of `gnus-xmas-open-network-stream'.
18103         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18105         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18107 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18109         * gnus-art.el (gnus-mime-display-alternative)
18110         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18111         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18112         Don't use gnus-local-map-property.
18114         * gnus-util.el (gnus-local-map-property): Remove.
18116         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18117         gnus-completing-read-maybe-default with completing-read.
18119         * gnus-util.el (gnus-completing-read): do.
18120         (gnus-completing-read-maybe-default): Remove.
18122 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18124         * password.el: Only autoload `run-at-time' if not XEmacs.
18125         Only autoload the itimer functions if XEmacs.
18127 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18129         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18130         XEmacsen.
18132         * dgnushack.el: Autoload executable-find for XEmacs.
18134 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18136         * gnus-art.el (gnus-read-string): Remove.
18137         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18138         read-string.
18140 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18142         * netrc.el: Autoload password-read.
18143         (netrc): Add configuration group.
18144         (netrc-encoding-method, netrc-openssl-path): Add
18145         variables for encoding and decoding of files with symmetric
18146         ciphers.
18147         (netrc-encode): Add assistant function to encode a file with
18148         netrc-encoding-method.
18149         (netrc-parse): Add interactive parameter, added optional
18150         decoding if netrc-encoding-method is non-nil but otherwise
18151         behavior is standard.
18152         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18153         Do s/encode/encrypt/ everywhere.
18155         * spam.el: Remove executable-find autoload.
18157 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18159         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18161         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18163 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18165         * gnus-art.el (gnus-treat-ansi-sequences)
18166         (article-treat-ansi-sequences): New variable and function.
18167         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18169         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18170         Use it.
18172 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18174         * mm-util.el (mm-quote-arg): Remove.
18176         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18177         shell-quote-argument.
18179         * gnus-uu.el (gnus-uu-command): do.
18181         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18183         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18184         with make-char.
18186         * mm-util.el (mm-make-char): Remove.
18188         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18189         add-minor-mode.
18191         * gnus-undo.el (gnus-undo-mode): do.
18193         * gnus-topic.el (gnus-topic-mode): do.
18195         * gnus-sum.el (gnus-dead-summary-mode): do.
18197         * gnus-start.el (gnus-slave-mode): do.
18199         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18201         * gnus-ml.el (gnus-mailing-list-mode): do.
18203         * gnus-gl.el (gnus-grouplens-mode): do.
18205         * gnus-draft.el (gnus-draft-mode): do.
18207         * gnus-dired.el (gnus-dired-mode): do.
18209         * gnus-ems.el (gnus-add-minor-mode): Remove.
18211         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18212         Replace gnus-char-width with char-width.
18214         * gnus-ems.el (gnus-char-width): Remove.
18216         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18217         Replace gnus-char-width with char-width.
18219         * gnus-ems.el (gnus-char-width): Remove.
18221         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18222         definition.
18223         Remove Emacs 20 hash table compatibility code.
18225         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18226         20 compatibility code.
18228         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18230         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18232         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18233         with point-at-{eol,bol}.
18235         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18237         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18239         * flow-fill.el (fill-flowed-point-at-bol)
18240         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18242         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18243         Replace with point-at-{eol,bol} throughout all files.
18245 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18247         * ntlm.el (ntlm-string-as-unibyte): New macro.
18248         (ntlm-build-auth-response): Use it.
18250         Remove Emacs 20 stuff:
18251         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18252         (butlast, mapc, remove): Remove the compiler macros.
18253         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18254         of delq and copy-sequence.
18255         * gnus-art.el (popup-menu): Remove the compiler macro.
18256         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18257         Emacs 20.
18259 2004-01-05  Simon Josefsson  <jas@extundo.com>
18261         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18262         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18263         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18264         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18265         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18266         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18267         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18268         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18269         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18270         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18271         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18272         string-xor into ntlm-string-xor.  Suggested by
18273         Jesper Harder <harder@myrealbox.com>.
18275         * ntlm.el: Don't include poem.
18277         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18278         Jesper Harder <harder@myrealbox.com>.
18280         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18282         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18283         probably breaks emacs with DL patch, but do we care? Is anyone
18284         still using the DL stuff?)
18286         * sieve-manage.el: Use the password package.
18287         (sieve-manage-read-passwd): Remove.
18288         (sieve-manage-interactive-login): Use password.  Re-add
18289         condition-case around loop.
18291         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18292         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18293         the password package.
18295 2003-02-19  Simon Josefsson  <jas@extundo.com>
18297         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18298         token.
18300 2002-08-07  Simon Josefsson  <jas@extundo.com>
18302         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18303         (sieve-manage-authenticators):
18304         (sieve-manage-authenticator-alist): Add some SASL mechs.
18305         (sieve-sasl-auth): New function.
18306         (sieve-manage-cram-md5-auth):
18307         (sieve-manage-plain-auth): Rewrite using SASL library.
18308         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18309         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18310         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18311         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18313 2004-01-05  Simon Josefsson  <jas@extundo.com>
18315         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18316         New files.
18318 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18320         * gnus-group.el (gnus-no-groups-message): Update.
18322         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18324 2003-11-09  Simon Josefsson  <jas@extundo.com>
18326         * imap.el: Support for ID IMAP extension (RFC 2971).
18327         (imap-local-variables): Add imap-id.
18328         (imap-id): New variable.
18329         (imap-id): New function.
18330         (imap-parse-response): Parse untagged ID response.
18331         * nnimap.el (nnimap-id): New variable.
18332         (nnimap-open-connection): Use it.
18334 2003-12-28  Simon Josefsson  <jas@extundo.com>
18336         * gnus-score.el (gnus-score-edit-all-score): New.
18337         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18339 2004-01-04  Simon Josefsson  <jas@extundo.com>
18341         * password.el: Add.
18343 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18345         * dns.el (dns-query-types): Fix typo.
18346         (dns-query-types): New function.
18347         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18348         PTR and SOA replies, see RFC 1035.
18350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18352         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18354         * Moved to Changelog.2.
18356 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358         * gnus.el (gnus-version-number): Bump version.
18360 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18362         * gnus.el: No Gnus v0.1 is released.
18364 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18366         * gnus.el: No Gnus v0.0 is released.
18368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18370         * gnus.el (gnus-version-number): Bump.
18371         (gnus-version): No.
18373 See ChangeLog.2 for earlier changes.
18375     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18376       Free Software Foundation, Inc.
18378   This file is part of GNU Emacs.
18380   GNU Emacs is free software: you can redistribute it and/or modify
18381   it under the terms of the GNU General Public License as published by
18382   the Free Software Foundation, either version 3 of the License, or
18383   (at your option) any later version.
18385   GNU Emacs is distributed in the hope that it will be useful,
18386   but WITHOUT ANY WARRANTY; without even the implied warranty of
18387   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18388   GNU General Public License for more details.
18390   You should have received a copy of the GNU General Public License
18391   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18393 ;; Local Variables:
18394 ;; coding: utf-8
18395 ;; fill-column: 79
18396 ;; add-log-time-zone-rule: t
18397 ;; End: