gnus-group.el (gnus-group-make-tool-bar): Check for display graphic capability before...
[emacs.git] / lisp / gnus / ChangeLog
blob84dc4258347e8f450954c4c780a04b9c15545f06
1 2010-10-29  Julien Danjou  <julien@danjou.info>
3         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4         capability before doing anything.
5         (gnus-group-insert-group-line): Remove useless
6         gnus-group-remove-excess-properties.
8 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
12 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
15         config after reselecting.
17 2010-10-28  Julien Danjou  <julien@danjou.info>
19         * shr.el (shr-put-image): Use point even if only inserting text.
20         (shr-put-image): Save excursion when inserting alt text on non-graphic
21         display, so the behaviour is the same when we are on a graphic display.
23         * nnir.el (nnir-run-swish-e): Remove hyrex support.
25 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
28         (gnus-mime-copy-part): Check coding system, not charset.
29         (gnus-mime-view-part-externally): Never remove part.
30         (gnus-mime-view-part-internally): Don't remove part here.
31         (gnus-article-part-wrapper): Make sure MIME tag is visible.
32         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
33         multipart/alternative.
35         * mm-decode.el (mm-display-part): Take optional arg `force'.
37 2010-10-26  Julien Danjou  <julien@danjou.info>
39         * gnus-group.el (gnus-group-default-list-level): Add this function to
40         compute the default list level.
41         (gnus-group-default-list-level): Add possibility to use a function.
43 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
45         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
47         * gnus-group.el (gnus-group-completing-read)
48         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
49         gnus-replace-in-string.
51 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
53         * shr.el (shr-tag-div): Added.
55 2010-10-25  Julien Danjou  <julien@danjou.info>
57         * gnus-util.el: Remove `gnus-with-local-quit'.
59         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
61 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
64         the original article buffer.
66 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68         * nnimap.el (nnimap-request-head): New function.
69         (nnimap-request-move-article): Try to be slighly faster by not
70         requesting the entire message when moving.
71         (nnimap-transform-headers): Don't bug out on bodiless articles.
72         (nnimap-send-command): Have no outstanding messages if the IMAP server
73         doesn't support streaming.
74         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
76 2010-10-24  Julien Danjou  <julien@danjou.info>
78         * message.el (message-default-headers): Fix type.
80 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
83         prefetching images.
85         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
86         backend for unknown groups.  This is mainly useful for nnimap groups.
88         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
89         group isn't covered by the agent.
91 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
93         * nnir.el (nnir-method-default-engines): new variable.
94         (nnir-run-query): use it.
95         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
96         (gnus-summary-nnir-goto-thread): change group if needed.
98         * gnus-group.el (gnus-group-group-map): add key binding for
99         gnus-group-make-nnir-group.
101 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103         * shr.el (shr-tag-object): Added.
105         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
106         original article buffer live.
107         (gnus-summary-select-article-buffer): Mention
108         gnus-widen-article-buffer.
110 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112         * shr.el (shr-tag-strong): Added.
114 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
117         group names.  They mess up the group buffer badly.
119         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
121         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
122         instead of the summary one.
124 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
126         * mml.el (mml-preview): Work properly when editing article.
128         * gnus-start.el (gnus-read-active-file-1): Don't add method to
129         gnus-have-read-active-file if it's already been in.
131 2010-10-22  Tom Tromey  <tromey@redhat.com>
133         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
134         gnus-group-completing-read.
136 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138         * message.el (message-mode-map): Don't bind M-; to comment region, to
139         allow the global comment-dwim to work.
141 2010-10-21  Julien Danjou  <julien@danjou.info>
143         * message.el (message-setup-1): Allow message-default-headers to be a
144         function.
146 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
148         * shr.el (shr-tag-table): Simplify.
150 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
153         to avoid trying to snarf invalid stuff.
155         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
157         * gnus.el (gnus-message-archive-group): Quote value.
158         (gnus-message-archive-group): Mark as changed.
160         * shr.el (shr-add-font): Don't put the font properties on the newline
161         or the indentation.
163         * message.el (message-fix-before-sending): Change options when sending
164         non-printable characters.
166         * gnus.el (gnus-message-archive-method): Change the default to
167         monthly outgoing groups.
169         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
170         that have gotten new numbers.
172         * nnimap.el (nnimap-request-replace-article): New function.
174 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
176         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
177         (nnrss-request-article): Don't use special html washing code.
179 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
181         * shr.el (shr-tag-table): Remove useless nconc.
183 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185         * gnus-art.el (article-wash-html): Simplify and remove the charset
186         stuff.  Use the normal html rendering code instead of the special html
187         washing code.
189         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
190         `gnus-w3m' symbols.
191         (mm-text-html-washer-alist): Removed.
193         * mm-decode.el (mm-inline-text-html-renderer): Removed.
194         (mm-inline-media-tests): Removed use.
195         (mm-text-html-renderer): Change default to the `shr' symbol.
197         * mm-view.el (mm-inline-text-html): Removed use.
199         * gnus-art.el (gnus-blocked-images): New function.  Allow the
200         `gnus-blocked-images' to be a function.
201         (gnus-article-wash-function): Removed.
203 2010-10-20  Julien Danjou  <julien@danjou.info>
205         * spam.el (spam-list-of-processors): Mark as obsolete.
207         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
208         (nnimap-insert-partial-structure): Fix boundary detection.
210 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
212         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
213         run file-truename on remote files.  This can be expensive and even
214         prevent one from editing drafts if some unrelated buffer has a stale
215         connection.
217 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
219         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
220         kinsoku-eol regardless of shr-kinsoku-shorten.
221         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
222         (shr-tag-table): Support caption, thead, and tfoot.
224 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
227         lines.
228         (shr-save-contents): New command and keystroke.
230         * nndoc.el (nndoc-type-alist): Add git support.
231         (nndoc-git-type-p): New function.
232         (nndoc-transform-git-article): Ditto.
233         (nndoc-transform-git-headers): Ditto.
234         (nndoc-transform-git-headers): Generate Subject headers.
236         * shr.el (shr-parse-style): New function.
237         (shr-tag-span): Ditto.
239         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
240         to `G G' to avoid collisions.
242 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
244         * shr.el: Load kinsoku if necessary.
245         (shr-kinsoku-shorten): New internal variable.
246         (shr-find-fill-point): Make kinsoku shorten text line if
247         shr-kinsoku-shorten is bound to non-nil.
248         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
249         shr-indentation too when testing if table is wider than frame width.
250         (shr-insert-table): Use `string-width' instead of `length' to measure
251         text width.
252         (shr-insert-table-ruler): Make sure indentation is done at bol.
254 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
257         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
258         undecoded network data.
260 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
263         name in the mode line spec so that the mode line menu works
264         (bug #2431).
266         * message.el (message-get-reply-headers): If we're fed `to-address',
267         then always use that.
269         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
270         aren't so wide as to need to switch off the edit menu.
272         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
273         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
275         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
276         `M-g'.
277         (nnimap-update-info): Update flags/read marks even if \* isn't part of
278         the permanent marks.
280 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
282         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
283         Splitting according to references/in-reply-to obeys the ignore-groups
284         variable, while splitting by sender and subject do not.
286 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
289         alist, so that we can look for non-Unicode chars.
290         (article-translate-strings): Allow both character and string maps.
292 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
294         * shr.el (shr-insert): Don't insert space behind a wide character
295         categorized as kinsoku-bol, or between characters both categorized as
296         nospace.
298 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
300         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
301         headers to gnus-newsgroup-headers.
303 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305         * shr.el (shr-tag-img): Don't align images -- since we're not
306         rescaling, this often leads to ugly displays.
308 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
310         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
311         duplicates.
313 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
315         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
316         call.
318 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320         * gnus.el: Autoload gnus-html-show-images.
322         * nnimap.el: Use nnheader-message throughout.
324         * shr.el (shr-tag-img): Ignore images with no data.
326 2010-10-15  Julien Danjou  <julien@danjou.info>
328         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
329         a possibility to disable format=flow encoding when using hard newlines.
331 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
333         * shr.el (shr-insert): Remove space inserted before or after a
334         breakable character or at the beginning or the end of a line.
335         (shr-find-fill-point): Do kinsoku; find the second best point or give
336         it up if there's no breakable point.
338 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340         * nnimap.el (nnimap-open-connection): Message when opening connection
341         for debugging purposes.
343         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
344         on every setup buffer call to allow this to change from article to
345         article.
347         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
348         buffers where we have a wide table.
350 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
352         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
353         uses *-request-thread.
355 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357         * nnimap.el (nnimap-open-connection): Remove %s from openssl
358         incantation, which is no longer valid.
360 2010-10-14  Julien Danjou  <julien@danjou.info>
362         * shr.el: Fix defcustom type (char -> character).
364 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366         * nnimap.el (nnimap-open-connection): tls-program should be a list of
367         programs.
369 2010-10-14  Julien Danjou  <julien@danjou.info>
371         * shr.el (shr-tag-a): Use url-link as widget type.
373         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
374         `gnus-group-get-icon'.
376 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
379         This should make server editing work better.
381         * shr.el (shr-find-fill-point): Don't inloop on indented text.
383         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
384         (nnimap-parse-flags): Fix regexp.
386         * shr.el (shr-find-fill-point): Use a filling algorithm that should
387         probably work for CJVK text, too.
389         * nnimap.el (nnimap-extend-tls-programs): Removed.
390         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
392 2010-10-13  Julien Danjou  <julien@danjou.info>
394         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
395         responses.
397 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
401         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
402         anything in Emacs.
404         * shr.el (shr-current-column): Remove buggy and unnecessary function.
406 2010-10-13  Julien Danjou  <julien@danjou.info>
408         * shr.el (shr-width): Make shr-width a defcustom with default to
409         fill-column.
410         (shr-tag-img): Use shr-width rather than fill-column.
412 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
414         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
416         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
417         position when (X-)Faces exist.
418         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
419         avatars when called interactively.
421 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
423         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
424         gnus-article-x-face-too-ugly is bound.
426 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
430         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
431         mailbox that doesn't exist.
433 2010-10-12  Julien Danjou  <julien@danjou.info>
435         * shr.el (shr-tag-img): Encode URL properly when retrieving.
436         (shr-get-image-data): Encode URL properly when fetching from cache.
437         (shr-tag-img): Use aligned-to spaces to align correctly images.
439         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
440         before inserting the Gravatar.
442         * shr.el (shr-tag-img): Add align attribute support for <img>.
444 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446         * gnus-gravatar.el (gnus-art): Required.
448         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
449         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
450         Remove long obsoleted functions.
452 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
456         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
457         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
458         mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
459         mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
460         nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
461         rfc1843.el, sieve-manage.el, smime.el, spam.el:
462         Fix comment for declare-function.
464 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466         * nnimap.el (nnimap-request-rename-group): Select group read-only
467         before renaming it.
469         * shr.el (shr-insert): Fix up the white space only regexp.
471         * nnimap.el (nnimap-transform-split-mail): Not all articles have
472         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
474         * shr.el (shr-current-column): New function.
475         (shr-find-fill-point): New function.
477 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
479         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
480         numbers.
482 2010-10-11  Julien Danjou  <julien@danjou.info>
484         * shr.el (shr-hr-line): Add.
485         (shr-tag-hr): Use shr-hr-line to specify which character to use to
486         display hr lines.
487         (shr-max-columns): Do not change state to nil if we just inserting
488         spaces.
490 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492         * gnus-topic.el (gnus-topic-read-group): If after the last group,
493         select the last group.
495 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
497         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
499 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
502         for Gnus.
503         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
504         (nnimap-update-qresync-info): Mark \Seen articles as read.
506         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
507         non-variable, too.
509         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
510         available.
511         (nnimap-update-info): Rely more on the current active than the param
512         active to avoid marking articles as read too much.
514         * auth-source.el (auth-source-create): Use (user-login-name) for the
515         user name default.
517         * nnimap.el (nnimap-update-info): If the server doesn't return any
518         useful info, just use the previous info.
519         (nnimap-update-info): Prefer old info over start-article.
520         (nnimap-update-qresync-info): Finish implementing QRESYNC.
522 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
524         * nnir.el (autoload): Clean up autoloads.
525         (nnir-imap-default-search-key): Renamed from
526         nnir-imap-search-field. Use key rather than value.
527         (nnir-imap-search-other): New variable.
528         (nnir-read-parm): Use it.
529         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
530         (gnus-summary-nnir-goto-thread): Modify to work with imap.
532 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
535         the process, too.
537 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
540         Allbery.
542         * shr.el: Rework the way things are indented by <li> slightly.
544         * gnus.el (gnus-group-set-parameter): Fix typo.
546         * nnimap.el: Start implementing QRESYNC support.
548 2010-10-09  Julien Danjou  <julien@danjou.info>
550         * nnir.el (nnir-engines): Fix too many arguments.
552 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
555         group is the "last", so that the backends like nnfolder actually save
556         their folders.
558         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
559         try to use that for the tls stream.
560         (nnimap-retrieve-group-data-early): Rework the marks code to heed
561         UIDVALIDITY and find out which groups are read-only and not.
562         (nnimap-get-flags): Use the same marks parsing code as the rest of
563         nnimap.
565 2010-10-09  Julien Danjou  <julien@danjou.info>
567         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
569         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
570         retrieving gravatars.
572         * shr.el (shr-table-corner): Add.
573         (shr-table-line): Add.
574         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
576 2010-10-08  Julien Danjou  <julien@danjou.info>
578         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
580 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
582         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
584         * gnus-sum.el (gnus-mark-article-as-unread)
585         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
586         (gnus-summary-set-bookmark): Use it.
588         * gnus-msg.el (gnus-setup-message): Use it.
590         * gnus-demon.el (gnus-demon-remove-handler): Use it.
592         * gnus.el (gnus-group-remove-parameter): Use it.
594         * gnus-group.el (gnus-group-make-web-group): Use it.
596         * gnus-demon.el (gnus-demon-remove-handler): Use it.
598         * nnregistry.el: Update docs to mention manual.
600         * gnus-registry.el: Update docs to mention nnregistry.el.
601         (gnus-registry-initialize): Don't install nnregistry refer method
602         automatically.
603         (gnus-registry-install-nnregistry): Remove it.
605 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607         * shr.el (shr-insert): Don't insert double spaces.
609 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
611         * gnus-gravatar.el (gnus-treat-from-gravatar)
612         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
613         called interactively.
615         * gnus-art.el (gnus-mime-view-part-externally)
616         (gnus-mime-view-part-internally): Make predicate function passed to
617         gnus-mime-view-part-as-type assume argument is a mime type, not a list
618         of a mime type.
620         * shr.el (shr-table-widths): Don't use cl function `reduce'.
622 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624         * shr.el (require): Require cl when compiling.
625         (shr-tag-hr): New function.
627         * nnimap.el (nnimap-update-info): Remove double setting of high.
628         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
629         makes nnimap work properly on Courier again.
631         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
632         the variable for backwards compatability.
634         * mm-decode.el (mm-save-part): If given a non-directory result, expand
635         the file name before using to avoid setting mm-default-directory to
636         nil.
638         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
639         bidning gnus-agent variables.
641         * shr.el (shr-render-td): Use a cache for the table rendering function
642         to avoid getting an exponential rendering behaviour in nested tables.
643         (shr-insert): Rework the line-breaking algorithm.
644         (shr-insert): Don't leave trailing spaces.
645         (shr-insert-table): Also insert empty TDs.
646         (shr-tag-blockquote): Ensure paragraphs after </ul>.
648 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * gnus-sum.el (gnus-number): Rename from `number'.
651         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
652         (gnus-summary-limit-children): Update uses correspondingly.
654 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
656         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
657         (gnus-gravatar-transform-address): Don't show avatars of people of
658         which mail addresses match gnus-gravatar-too-ugly.
660 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662         * shr.el (shr-table-widths): Expand TD elements to fill available
663         space.
665 2010-10-07  Julien Danjou  <julien@danjou.info>
667         * nnimap.el (nnimap-request-rename-group): Add this method.
669 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
671         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
672         name from XEmacs' function-arglist.
674         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
675         gravatar under XEmacs.
677 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
679         * auth-source.el: Update docs with TODO items.
681         * gnus-sync.el: Update docs to explain state and plans.
683         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
684         Hooks for mark updates.
685         (gnus-request-set-mark, gnus-request-update-mark): Use them.
687         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
688         hooks with arguments, which is needed for mark update hooks.
690 2010-10-06  Julien Danjou  <julien@danjou.info>
692         * gnus.el (gnus-expand-group-parameter): Only return and act on what
693         was matched.
695         * sieve-manage.el: Update example in `Commentary'.
697         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
699         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
700         not 2000.
701         (sieve-manage-authenticate): Re-add function.
703 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705         * shr.el (shr-insert): Get 'space transition right.
706         (shr-render-td): Only delete space at the end of the TD.
708         * nnimap.el (nnimap-open-connection): Prepare to support
709         open-gnutls-stream.
711         * shr.el: Rearrange function order to be more logical.
713 2010-10-06  Julien Danjou  <julien@danjou.info>
715         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
716         (nnrss-discover-feed): Remove 404 URL in docstring.
718         * nnir.el: Fix Swish-E URL.
719         Fix Namazu URL.
721         * message.el (message-change-subject): Remove 404 URL in a comment.
723 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
725         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
726         called interactively.
728         * gnus-util.el (gnus-remove-if): Allow hash table.
729         (gnus-remove-if-not): New function.
731         * gnus-art.el (gnus-mime-view-part-as-type)
732         * gnus-score.el (gnus-summary-score-effect)
733         * gnus-sum.el (gnus-read-move-group-name):
734         Replace remove-if-not with gnus-remove-if-not.
736         * gnus-group.el (gnus-group-completing-read):
737         Regard collection as a hash table if it is not a list.
739 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741         * shr.el (shr-render-td): Allow blank/missing <TD>s.
743         * shr.el: Document the table-rendering algorithm.
745         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
746         invalid URLs.
748         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
749         line-broken.
750         (shr-tag-img): Ignore image fetching errors.
751         (shr-overlays-in-region): Compute overlay positions correctly.
753         * mm-decode.el (mm-shr): Require shr.
755         * gnus-art.el (gnus-blocked-images): Move variable here.
757         * shr.el (shr-insert-table): Bind free variable.
759         * mm-decode.el (mm-shr): Bind shr-content-function.
761         * shr.el (shr-content-function): New variable.
763         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
764         added for symmetry.
766         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
768         * gnus-group.el (gnus-group-make-group): Doc fix.
770         * nnimap.el (nnimap-request-newgroups): Return success.
772         * shr.el (shr-find-elements): New function.
773         (shr-tag-table): Put all the images after the table.
774         (shr-tag-table): Really inhibit images inside the table.
775         (shr-collect-overlays): Copy over overlays from the TD elements to the
776         main document.
778         * mm-decode.el (mm-shr): Bind shr-blocked-images to
779         gnus-blocked-images.
781 2010-10-05  Julien Danjou  <julien@danjou.info>
783         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
785         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
786         (gnus-html-maximum-image-size): Add this function.
787         (gnus-html-put-image): Use gnus-html-maximum-image-size.
789         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
790         server-value of the capability is nil.
792 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794         * shr.el (shr-tag-em): Add <EM> tag.
796 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
798         * sieve-manage.el (sieve-manage-default-stream): Make default stream
799         customizable.
801         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
802         handing broken links to browse-url.
804 2010-10-05  Julien Danjou  <julien@danjou.info>
806         * gnus-util.el (gnus-emacs-completing-read)
807         (gnus-iswitchb-completing-read): Use autoload rather than require.
809 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
811         * gnus-util.el (gnus-completing-read-function): Exclude
812         gnus-icompleting-read and gnus-ido-completing-read from candidates for
813         XEmacs since iswitchb.el is very old and ido.el is unavailable in
814         XEmacs.
816         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
817         not to use `delete-dups' that is unavailable in XEmacs 21.4.
819         * gnus-html.el: Don't require help-fns under XEmacs.
820         (gnus-html-schedule-image-fetching): Work for XEmacs.
822         * mm-decode.el (mm-shr): Decode contents by charset.
824 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
827         unknown.
829         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
830         (shr-get-image-data): Ensure against the cache file missing.
832         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
833         for data.
835         * spam-report.el (spam-report-url-ping-plain): Don't query about
836         killing the process.
838         * shr.el (shr-render-td): Protect against too-wide text.
840 2010-10-04  Julien Danjou  <julien@danjou.info>
842         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
843         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
845         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
846         retrieved.
848 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850         * shr.el (browse-url): Required.
851         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
852         lines.
853         (shr-show-alt-text, shr-browse-image): New commands.
854         (shr-browse-url, shr-copy-url): New commands.
856         * gnus-sum.el (gnus-widen-article-window): New variable.
857         (gnus-summary-select-article-buffer): Use it.
859         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
860         without @ signs.
862 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
864         * nnir.el (nnir-run-imap): Remove spurious space in search string.
866 2010-10-04  Julien Danjou  <julien@danjou.info>
868         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
869         for XEmacs.
871 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
875         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
876         (nnimap-close-server): Implement.
878         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
879         (shr-insert): Tweak line breaking.
880         (shr-insert): Handle <pre> better.
881         (shr-tag-li): Get <li> indentation right.
882         (shr-tag-li): Get <li> indentation even righter.
883         (shr-tag-blockquote): Ensure paragraph start.
884         (shr-make-table): Tweak table generation.
885         (shr-make-table): Fix typo.
887         * shr.el: Implement table rendering.
889 2010-10-04  Julien Danjou  <julien@danjou.info>
891         * gnus-html.el (gnus-html-put-image): Fix resize image code.
893 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895         * shr.el (shr-insert): Use string anchors instead of line anchors.
897 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899         * shr.el: Add headings.
900         (shr-ensure-paragraph): Actually work.
901         (shr-tag-li): Make <ul> prettier.
902         (shr-insert): Get white space at the beginning/end of elements right.
903         (shr-tag-p): Collapse subsequent <p>s.
904         (shr-ensure-paragraph): Don't insert double line feeds after blank
905         lines.
906         (shr-insert): \t is also space.
907         (shr-tag-s): Fix "s" tag name function.
908         (shr-tag-s): Fix face prop name.
910 2010-10-03  Julien Danjou  <julien@danjou.info>
912         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
914         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
915         gnus-window-inside-pixel-edges.
917         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
918         gnus-ems.
920         * mm-view.el (mm-inline-image-emacs): Support image resizing.
922         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
923         function.
925         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
926         resize choice.
928 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
931         beginning of the buffer.
933         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
934         article buffer again.
936         * shr.el (shr-tag-p): Don't insert newlines at the start of the
937         buffer.
939         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
940         when it's at the start of the buffer.
942         * shr.el (shr-tag-blockquote): Convert name.
943         (shr-rescale-image): Use the right image-size variant.
945         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
946         buffer isn't shown, then select the current article first instead of
947         bugging out.
948         (gnus-summary-select-article-buffer): Show both the article and summary
949         buffers again.
951         * shr.el (shr-fontize-cont): Protect against regions with no text.
952         Rename tag functions to shr-tag-* for enhanced security.
953         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
955 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
957         * shr.el (shr-insert):
958         * pop3.el (pop3-movemail):
959         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
960         loaded.
962 2010-10-03  Glenn Morris  <rgm@gnu.org>
964         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
966         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
968         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
970         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
972         * gnus-util.el (gnus-make-local-hook): Simplify.
974 2010-10-02  Julien Danjou  <julien@danjou.info>
976         * gnus-util.el (gnus-iswitchb-completing-read): New function.
977         (gnus-ido-completing-read): New function.
978         (gnus-emacs-completing-read): New function.
979         (gnus-completing-read): Use gnus-completing-read-function.
980         Add gnus-completing-read-function.
982 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984         * shr.el (shr-insert-document): Autoload.
985         (shr-img): Be silent.
986         (shr-insert): Add a newline after every picture before text.
987         (shr-add-font): Use overlays for combining faces.
988         (shr-insert): Pass upwards the text start point.
990         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
991         possible.
992         (mm-shr): New function.
994 2010-10-02  Julien Danjou  <julien@danjou.info>
996         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
997         should go backward.
999 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1001         * shr.el (shr): Fix typo in provide call.
1003 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005         * shr.el: New file.
1007         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1009         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1010         completing read.
1012 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1015         we're being queried about.  Suggested by Dan Jacobson.
1017         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1018         by Jason Eisner.
1020         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1021         table, too.  Suggested by Stefan Wiens.
1022         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1023         the table unnecessary.  Suggested by Stefan Wiens.
1025         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1026         longer needed, and probably doesn't work either, as pointed out by
1027         Stefan Wiens.
1028         (gnus-summary-exit): Remove call to the clearing function.
1029         (gnus-summary-exit-no-update): Ditto.
1031         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1032         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1033         Reported by Stefan Monnier.
1034         (gnus-summary-save-in-rmail): Ditto.
1036         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1037         article buffer, instead of both the article buffer and the summary
1038         buffer.  Sort of suggested by Dan Jacobson.
1040         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1042         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1043         Suggested by Dan Jacobson.
1045         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1046         documentation clearer.
1048         * message.el (message-shorten-references): Comment on the number "21".
1049         Suggested by Stefan Monnier.
1051         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1052         Suggested by Dan Jacobson.
1054         * gnus.el (gnus-large-newsgroup): Mention
1055         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1057         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1058         externalize attachments.  Bug reported by Steve Wen.
1060         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1061         really message anything to the user.
1063         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1064         directly.
1066         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1067         messages in empty groups.
1069 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1071         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1072         non-UIDNEXT group.
1074 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1077         not the value from the collection.
1079         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1080         values.  This sometimes happens on some groups that have no info.
1081         (nnimap-request-newgroups): New function.
1083 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1085         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1086         check into `gnus-registry-initialize'.
1087         (gnus-registry-initialize): Ditto.
1088         Fix and extend header docs.
1090 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1093         regexp backtrace overflows.
1095         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1096         for starttls that tls.el implements; i.e. openssl.
1098 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1100         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1101         (gravatar-create-image): New function that's an alias to
1102         gnus-xmas-create-image, gnus-create-image, or create-image.
1103         (gravatar-data->image): Use it.
1105 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1107         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1108         install the nnregistry refer method.
1109         (gnus-registry-install-hooks): Use it.
1110         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1111         unfollowed groups.
1113 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1115         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1116         expanding threads.
1118 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120         * nnir.el: Use the server names without suffixes (bug #7009).
1122         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1123         unencrypted to STARTTLS, if possible.
1125 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1127         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1128         headers before superseding.
1130 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132         * nnrss.el (nnrss-use-local): Add documentation.
1134         * nnimap.el (nnimap-extend-tls-programs): New function.
1135         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1136         (nnimap-wait-for-connection): Accept the greeting from the stupid
1137         output from openssl s_client -starttls, too.
1139         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1140         article number.
1141         (nnimap-split-fancy): New variable.
1142         (nnimap-split-incoming-mail): Use it.
1144         * nntp.el (nntp-server-list-active-group): Document.
1146         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1147         SELECT to get the message-id.
1149         * mail-source.el (mail-sources): Removed webmail support.
1150         (defvar): Ditto.
1151         (mail-source-fetcher-alist): Ditto.
1152         (mail-source-fetch-webmail): Removed.
1154         * webmail.el: Removed -- doesn't seem relevant any more.
1156         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1158         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1159         the \r.
1161 2010-09-30  Julien Danjou  <julien@danjou.info>
1163         * gnus-agent.el (gnus-agent-add-group): Fix call to
1164         gnus-completing-read.
1166 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168         * nndoc.el (nndoc-retrieve-groups): New function.
1170         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1171         `default', use nnmail-split-methods.
1172         (nnimap-request-article): Downcase the NILs so that they are nil.
1174         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1175         symbol.
1177         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1178         code, since if the user has requested network, that's what they ought
1179         to get.
1180         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1181         (nnimap-split-rule): Mark as obsolete.
1183         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1184         variable.
1186         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1187         correct slot, too.
1189 2010-09-29  Julien Danjou  <julien@danjou.info>
1191         * gnus.el (gnus-local-domain): Declare variable obsolete.
1193         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1194         computing.
1195         (gnus-ido-completing-read): Require ido.
1197 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1200         build Gnus.
1202         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1203         when interpreting the structures.
1204         (nnimap-request-accept-article): Add \r\n to the lines to make this
1205         work with Cyrus.
1207         * nndraft.el (nndraft-request-expire-articles): Use the group name
1208         instead if "nndraft".  Fix found by Nils Ackermann.
1210 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1212         * nnregistry.el: Added.
1214 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * nnmail.el (group, group-art-list, group-art):
1217         Remove unneeded directives.
1219 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1221         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1222         (mm-mime-charset)
1223         * rfc2047.el (rfc2047-syntax-table)
1224         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1226         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1227         rather than `insert-file-contents' and `eval-region'.
1229 2010-09-29  Julien Danjou  <julien@danjou.info>
1231         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1232         replacement of `gnus-gravatar-relief' to mimic
1233         `gnus-faces-properties-alist'.
1234         Add :version property.
1236 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1238         * mail-source.el (mail-source-report-new-mail)
1239         * message.el (message-default-mail-headers)
1240         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1242         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1244 2010-09-28  Julien Danjou  <julien@danjou.info>
1246         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1247         mail-address contains the same string as real-name.
1249         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1250         non-blank in header, otherwise it'll get stripped.
1252         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1253         real-name, and then for mail address rather than doing : or , search.
1255 2010-09-27  Julien Danjou  <julien@danjou.info>
1257         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1258         (gnus-server-goto-server): Use gnus-completing-read.
1260         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1262         * mm-util.el (defalias): Use gnus-completing-read.
1263         (mm-codepage-setup): Use gnus-completing-read.
1265         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1266         (smime-decrypt-buffer): Use gnus-completing-read.
1268         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1270         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1271         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1272         (mml-insert-multipart): Use gnus-completing-read.
1274         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1276         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1278         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1280         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1282         * gnus.el (gnus-read-method): Use gnus-completing-read.
1284         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1286         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1287         (gnus-mime-action-on-part): Use gnus-completing-read.
1288         (gnus-article-encrypt-body): Use gnus-completing-read.
1290         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1291         (gnus-topic-move-matching): Use gnus-completing-read.
1292         (gnus-topic-copy-matching): Use gnus-completing-read.
1293         (gnus-topic-sort-topics): Use gnus-completing-read.
1294         (gnus-topic-move): Use gnus-completing-read.
1296         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1297         (gnus-agent-add-group): Use gnus-completing-read.
1299         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1300         gnus-completing-read.
1301         (nnmairix-update-groups): Use gnus-completing-read.
1302         (nnmairix-get-server): Use gnus-completing-read.
1303         (nnmairix-backend-to-server): Use gnus-completing-read.
1304         (nnmairix-goto-original-article): Use gnus-completing-read.
1305         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1307         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1309         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1310         (gnus-group-make-useful-group): Use gnus-completing-read.
1311         (gnus-group-make-web-group): Use gnus-completing-read.
1312         (gnus-group-add-to-virtual): Use gnus-completing-read.
1313         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1315         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1316         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1317         (gnus-summary-execute-command): Use gnus-completing-read.
1318         (gnus-summary-respool-article): Use gnus-completing-read.
1319         (gnus-read-move-group-name): Use gnus-completing-read.
1321         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1322         (gnus-summary-score-effect): Use gnus-completing-read.
1324         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1326         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1327         right completing-read function.
1328         (gnus-use-ido): New variable
1329         (gnus-completing-read-with-default): Remove.
1331 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1333         * nnimap.el (auth-source-forget-user-or-password)
1334         (auth-source-user-or-password): Autoload.
1336         * message.el (message-from-style, message-interactive)
1337         (message-signature): Remove comment.
1338         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1339         always.
1340         (message-sendmail-envelope-from): Comment fix.
1341         (message-yank-prefix): Default to mail-yank-prefix always.
1342         (message-indentation-spaces): Default to mail-indentation-spaces always.
1343         (message-signature-file): Default to mail-signature-file always.
1345 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1348         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1349         new articles.
1351         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1352         parts.
1353         (nnimap-request-article): Work with the t setting, too.
1355         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1356         that you don't get flashes of other buffers.
1357         (gnus-summary-show-complete-article): Intern before setting.
1359 2010-09-27  David Engster  <dengste@eml.cc>
1361         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1362         well as HEADERS.
1363         (nnmairix-retrieve-headers): Provide new argument for the above.
1365 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367         * gnus-sum.el (gnus-summary-move-article): Don't alter
1368         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1369         group.
1371         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1373         * message.el (message-cite-prefix-regexp): Revert my last edit.
1375         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1376         variable instead of the Gnus variable.
1378         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1380         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1381         again.
1383         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1384         since some servers don't like it.
1385         (nnimap-open-connection): Forget credentials if the server says the
1386         password was wrong.
1387         (nnimap-parse-line): Protect against invalid data.
1389         * gnus-sum.el (gnus-summary-move-article): Add comment.
1390         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1391         nothing alters it while scanning for new messages.
1393         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1394         which may or may not help.
1395         (nnimap-open-connection): If we're doing a stream connection, and then
1396         discover we're on a STARTTLS-capable server, then open a STARTTLS
1397         connection instead.
1399 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401         * nnimap.el (utf7): Required.
1403         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1404         prefix.
1406 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1408         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1410 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412         * nnimap.el (nnimap-request-accept-article): Message the error on
1413         error.
1415 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1417         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1419 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421         * nndoc.el (nndoc-request-list): Return success always.
1423         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1424         `fetch-old' -- we only want to fetch the articles we've requested.  The
1425         rest are in the agent, probably.
1426         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1427         disappeared server" to something low.  It's not important.
1429         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1430         arrived before the FETCH data.
1432         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1433         target here, because we don't know the Gnus name of the group.
1435         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1436         for the correct group.
1438         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1440         * gnus.el (gnus): Give a final warning after startup.
1442         * gnus-util.el (gnus-action-message-log): New variable.
1443         (gnus-message): Use it.
1444         (gnus-final-warning): New function.
1446         * nnimap.el (nnimap-open-connection): Record the greeting.
1447         (nnimap): Add greeting.
1449 2010-09-26  Julien Danjou  <julien@danjou.info>
1451         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1452         arguments.
1453         (gnus-html-wash-images): Fix spec computing to include start/end.
1455         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1457 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1460         deletion.
1461         (nnimap-retrieve-headers): Don't select the group, because that's
1462         already done by nnimap-possibly-change-group.
1464         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1465         (gnus-picon-transform-address): Use it.
1467         * mail-source.el (mail-source-value): Revert previous patch.
1469         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1470         on failure.
1471         (nnimap-open-connection): Look up both virtual and physical server name
1472         credentials.
1474         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1476 2009-02-08  Dave Love  <fx@gnu.org>
1478         * gnus-win.el (gnus-window-to-buffer-helper,
1479         gnus-all-windows-visible-p): Function needn't be a symbol.
1481         * mail-source.el (mail-source-value): Function needn't be a symbol.
1483 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485         * message.el (message-cite-prefix-regexp): Remove } from the cite
1486         prefix.
1488         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1489         highlight again, so that the highlight is correct.
1491         * gnus-picon.el (gnus-picon): Remove again.
1492         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1494         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1495         doing the header highlightling, so that the background colour of the
1496         picon is correct.
1498         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1499         (gnus-picon): Ditto.
1500         (gnus-picon): Reinstate.  The background colour for picons is white.
1501         (gnus-picon-insert-glyph): Make the background white.
1503         * nnml.el (nnml-open-nov): Don't return dead buffers.
1505         * auth-source.el (auth-source-create): Query the user for whether to
1506         store the credentials.
1508         * auth-source.el (auth-source-user-or-password): Use the existing auth
1509         sources, if any, for creation.
1511         * gnus.el (gnus-group-fast-parameter): Return the last matching
1512         parameter instead of the first matching parameter.
1514 2010-09-26  Julien Danjou  <julien@danjou.info>
1516         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1518 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520         * mml2015.el (mml2015-use): Remove gpg support.
1522         * mml1991.el (mml1991-function-alist): Remove gpg function.
1523         (mml1991-gpg-sign): Removed.
1525 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1527         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1528         (gnus-browse-unsubscribe-current-group): Document it.
1529         (gnus-browse-unsubscribe-group): Use it.
1531 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1534         address to the To list for easier response.
1536         * gnus.el (gnus-play-startup-jingle): Removed.
1537         (gnus-splash): Don't play jingle.
1538         (gnus): Silence gnus-load message.
1540         * gnus-art.el (gnus-treat-play-sounds): Removed.
1542         * gnus.el (gnus-play-jingle): Remove audio support.
1544         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1546         * earcon.el: Removed -- no users.
1548         * gnus-audio.el: Removed -- no users of this package.
1550         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1552         * gnus-start.el (gnus-setup-news): Remove nocem support.
1554         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1556         * gnus.el (gnus-use-nocem): Removed.
1558         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1559         Removed.
1561         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1562         uses NoCeM any more.
1564         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1565         (gnus-button-ctan-handler): Ditto.
1566         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1567         (gnus-button-ctan-directory-regexp): Ditto.
1568         (gnus-button-handle-ctan): Ditto.
1569         (gnus-button-tex-level): Ditto.
1570         (gnus-button-alist): Removed CTAN stuff.
1572 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1575         nnimap-streaming test.
1577         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1578         servers twice.
1580         * nnimap.el (nnimap-open-connection): Add more error reporting when
1581         nnimap fails early.
1583         * nnheader.el (nnheader-get-report-string): New function.
1584         (nnheader-get-report): Use it.
1586         * gnus-int.el (gnus-check-server): Say what the error was when opening
1587         failed.
1589         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1590         using streaming.
1592 2010-09-25  Julien Danjou  <julien@danjou.info>
1594         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1595         gnus-window-inside-pixel-edges.
1597 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1601         * mm-decode.el (mm-save-part): Allow saving to other directories the
1602         normal Emacs way.
1604         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1605         by Jay Berkenbilt.
1607         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1608         there isn't a single byte.
1610         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1611         just do it.  It doesn't really seem to matter what the user responds
1612         here, I think, so it's just a confusing question.
1614         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1615         non-streaming case.
1617         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1618         (gnus-article-encrypt-body): Use it.
1620         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1621         keystroke.
1623         * nnimap.el (nnimap-find-wanted-parts-1): Use
1624         gnus-fetch-partial-articles.
1626         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1628         * nnimap.el (nnimap-insert-partial-structure): New function.
1629         (nnimap-get-partial-article): New function.
1630         (nnimap-request-article): Use it.
1631         (nnimap-wait-for-response): Return whether the wait was successful.
1632         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1633         retrieval wasn't successful.
1634         (nnimap-retrieve-group-data-early): Allow throttling servers.
1635         (nnimap-streaming): New variable.
1636         (nnimap-fetch-partial-articles): Removed.
1638         * mm-decode.el (mm-with-part): Protect against killed buffers.
1640         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1641         for prettier summary display.
1643 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1645         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1646         directly.
1648 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1651         apparently third-party libraries depend on it.
1653         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1654         before starting negotiation.
1656         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1657         privacy reasons.
1658         (gnus-treat-mail-gravatar): Ditto.
1660         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1661         buffer when inserting images.  Inserting text into the headers, for
1662         instance, can make them invalid.
1664 2010-09-25  Julien Danjou  <julien@danjou.info>
1666         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1667         variables.
1669         * nnheader.el: Remove useless variables news-reply-yank-from and
1670         news-reply-yank-message-id.
1672         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1673         variables.
1675         * mml1991.el: Remove useless mml1991-verbose.
1677         * gnus.el: Remove useless variable gnus-use-generic-from.
1678         Remove obsolete variable gnus-topic-indentation.
1680         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1682         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1684         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1686         * gnus-group.el: Remove useless gnus-group-icon-cache.
1687         Remove useless gnus-ephemeral-group-server.
1689         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1691         * mml2015.el: Remove useless mml2015-verbose.
1693         * mml-smime.el: Remove useless mml-smime-verbose.
1695         * gnus.el: Remove useless gnus-local-domain.
1697         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1698         gnus-gravatar-size.
1700         * gnus-art.el: Remove useless gnus-treat-translate.
1702 2010-09-24  Julien Danjou  <julien@danjou.info>
1704         * gnus-sum.el: Add support for Gravatars.
1706         * gnus-art.el: Add support for Gravatars.
1708         * gnus-gravatar.el: Add this file.
1710         * gravatar.el: Add this file.
1712 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1716         * gnus-group.el (gnus-group-fetch-faq): Removed.
1718         * gnus.el (gnus-group-faq-directory): Removed.
1720         * gnus-group.el (gnus-group-fetch-charter): Removed.
1722         * gnus.el (gnus-group-charter-alist): Removed.
1724         * gnus-group.el (gnus-group-archive-directory): Removed.
1725         (gnus-group-recent-archive-directory): Ditto.
1726         (gnus-group-make-archive-group): Removed.
1728         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1730         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1731         use the same article number for all the cached articles.
1733         * nnimap.el (nnimap-command): Register the last command time so
1734         that we can use it for idling NOOPs.
1735         (nnimap-open-connection): Start the keeplive timer.
1736         (nnimap-make-process-buffer): Store all the process buffers.
1737         (nnimap-keepalive): New function.
1739         * starttls.el: (starttls-open-stream): Add autoload cookie.
1741 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1743         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1744         handling.
1746 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1749         its data structures.
1751         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1752         instead of the cl.el copy-list.
1753         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1754         equalp.
1756 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1758         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1759         and tool-bar-local-item-from-menu.
1761         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1762         mode-line-highlight face for Emacs.
1764         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1765         loading gnus-sum.elc; fix comment for canlock-verify.
1766         (gnus-article-jump-to-part): Use read-number.
1767         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1768         Emacs pre-21 compatible code for help-echo.
1769         (gnus-article-next-page-1): No need to adjust the number of lines.
1770         (gnus-article-describe-bindings): Always use help-buffer.
1772         * gnus-audio.el (gnus-audio-inline-sound)
1773         * gnus-cus.el (gnus-custom-mode)
1774         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1776         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1778         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1779         compatible code.
1781 2010-09-24  Glenn Morris  <rgm@gnu.org>
1783         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1784         visiting the fcc file in rmail-mode.
1786 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1788         * nnir.el: Silence the byte compiler.
1790         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1791         alias to browse-url-url-encode-chars if any.
1792         (gnus-html-encode-url): Use it.
1794 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796         * gnus-start.el (gnus-use-backend-marks): New variable.
1797         (gnus-get-unread-articles-in-group): Use it.
1799         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1800         makeover.
1802 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1804         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1806 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1809         Removed.
1810         (gnus-setup-news-hook): Removed
1811         gnus-fixup-nnimap-unread-after-getting-new-news.
1813         * gnus-int.el (gnus-request-update-info): Protect against backends not
1814         having the function.
1816         * nnimap.el (nnimap-stream): Mention starttls.
1817         (nnimap-open-connection): Add starttls support.
1819 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1821         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1823 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1826         BODYSTRUCTUREs.
1827         (nnimap-transform-headers): Unfold quoted {42} headers.
1829         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1830         the info.
1831         (gnus-get-unread-articles): Only call updatep on backends that support
1832         it.
1834         * nnweb.el (nnweb-request-update-info): NOOP.
1836         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1838         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1839         since it only deals with marks.
1841         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1842         gnus-request-marks, and make a new gnus-request-update-info.
1844         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1845         the active instead of the high number, which is usually too low.
1847 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1849         * encrypt.el: Removed.
1851 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1854         server in symbolic form.
1856         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1857         0.9.
1859 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1862         (nnimap-update-info): Fix up code slightly.
1864         * gnus-int.el (gnus-open-server): Add tracing for performance
1865         debugging.
1867         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1868         (gnus-group-insert-group-line): Pass the real group name so that it
1869         gets the right data.
1871         * gnus-start.el (gnus-get-unread-articles): Don't have
1872         `gnus-get-unread-articles-in-group' update info, since that can be
1873         really slow and doesn't seem to be needed?
1875 2010-09-22  Julien Danjou  <julien@danjou.info>
1877         * gnus-group.el (gnus-group-insert-group-line): Call
1878         gnus-group-highlight-line.
1879         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1880         default hook list.
1881         (gnus-group-update-eval-form): Add new function.
1882         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1883         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1885 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1888         immediate, then expire all articles.
1889         (nnimap-update-info): Fix off-by-one errors.
1890         (nnimap-flags-to-marks): Would return no marks lists for group with no
1891         flags.  Instead return the other data.
1893 2010-09-22  Julien Danjou  <julien@danjou.info>
1895         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1896         Only return an icon.
1897         (gnus-group-insert-group-line): Compute icon to return.
1899         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1900         variable.
1901         (gnus-html-image-fetched): Only cache if
1902         gnus-html-image-automatic-caching is set.
1903         (gnus-html-image-fetched): Check for errors.
1905 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1908         once per method on `g'.  This ensures that backends like nnfolder don't
1909         open all their folders.
1911         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1912         (nnimap-request-list): Nix out group in the correct buffer.
1913         (nnimap-parse-flags): Implement by using `read' instead of
1914         hand-parsing.
1915         (nnimap-flags-to-marks): Pass on permanent-flags.
1916         (nnimap-make-process-buffer): Record the server name.
1917         (nnimap-parse-flags): Fix typo.
1918         (nnimap-request-scan): Run split on the server in general, not just a
1919         single group.
1921         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1922         parameter, and propagate this downwards.
1924         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1925         since EXAMINE changes it on the server.
1927         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1928         this command might take a while.
1930 2010-09-22  Julien Danjou  <julien@danjou.info>
1932         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1933         harmful if you have 2 images side-by-side, they can't be properly
1934         update on text deletion.  Using text-property is safer here.
1935         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1936         data.
1938 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940         * nnimap.el (nnimap-expunge-inbox): Removed.
1941         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1942         (nnimap-expunge): Flip default to t.
1944         * gnus.el (gnus-method-to-server): Don't push things to the cache
1945         unless it's unique.
1946         (gnus-server-to-method): Ditto.
1948 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1950         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1952 2010-09-22  Julien Danjou  <julien@danjou.info>
1954         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1955         get the start of data.
1956         (gnus-html-encode-url): Add this function to encode special chars in
1957         URL.
1958         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1959         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1961         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1962         default.
1963         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1965         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1966         images alt-text.
1967         (gnus-html-put-image): Put alt-text as help-echo.
1969 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1971         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1972         * mm-util.el (mm-decompress-buffer)
1973         * nnir.el (nnir-run-find-grep)
1974         * pop3.el (pop3-list): Use 3rd arg of split-string.
1976 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1979         outside the active range.  Suggested by Dan Christensen.
1981         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1982         slightly later to avoid double-getting it.
1984         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1985         previous patch.
1987         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1989 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1991         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1993 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995         * gnus-int.el (gnus-open-server): Give a better error message in the
1996         "go offline" case.
1998         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1999         marks for nnimap, which is seldom the right thing to do.
2001         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2002         (gnus-same-method-different-name): New function.
2004         * nnimap.el (parse-time): Require.
2006         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2007         method in the presence of many similar methods.
2009         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2011         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2012         nnml-inhibit-expiry.
2014         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2015         find out whether methods are equal.
2017         * nnimap.el (nnimap-find-expired-articles): New function.
2018         (nnimap-process-expiry-targets): New function.
2019         (nnimap-request-move-article): Request the article before looking at
2020         what the Message-ID is.  Fix found by Andrew Cohen.
2021         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2023         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2024         for oldness in addition to being a predicate.
2026         * nnimap.el (nnimap-request-group): When we have zero articles, return
2027         the right data to Gnus.
2028         (nnimap-request-expire-articles): Only delete articles immediately if
2029         the target is 'delete.
2031         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2032         method, this would bug out.
2034         * gnus-group.el (gnus-group-expunge-group): Renamed from
2035         gnus-group-nnimap-expunge, and implemented as a normal interface
2036         function.
2038         * gnus-int.el (gnus-request-expunge-group): New function.
2040         * nnimap.el (nnimap-request-create-group): Implement.
2041         (nnimap-request-expunge-group): New function.
2043 2010-09-21  Julien Danjou  <julien@danjou.info>
2045         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2046         (gnus-html-cache-expired): Add new function.
2047         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2048         wethever we should display image for fetch it.
2049         Compute alt-text earlier to pass it to the fetching function too.
2050         (gnus-html-schedule-image-fetching): Change function argument to only
2051         get one image at a time, not a list.
2052         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2053         cache.
2054         (gnus-html-get-image-data): New function to retrieve image data from
2055         cache.
2056         (gnus-html-put-image): Change buffer argument to use image data rather
2057         than file, and place image above region rather than inserting a new
2058         one. Do not take alt-text as argument, since it's useless now: we place
2059         the image above alt-text.
2060         (gnus-html-prune-cache): Remove.
2061         (gnus-html-show-images): Start to fetch image when we find one, do not
2062         push into a temporary list.
2063         (gnus-html-prefetch-images): Only fetch image if they have expired.
2064         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2065         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2067 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2069         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2071 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2074         spec inser "*" if the group isn't active instead of 0.
2076         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2077         opening the server.
2078         (nnimap-request-delete-group): Implement group deletion.
2079         (nnimap-transform-headers): Return the size of the entire message in
2080         the Bytes header, not just the size of the first part.
2081         (nnimap-request-move-article): When moving an article from nnimap,
2082         request the article first so the accepting form has an article to
2083         accept.  Reported by Dan Christensen.
2084         (nnimap-command): Make sure that the error message doesn't error out.
2086 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2088         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2089         we haven't requested anything.
2091 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2094         "".  Fix found by Andrew Cohen.
2096         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2097         instead of -encode-string.
2099 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2101         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2103         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2104         by mm-subst-char-in-string.
2106 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2109         waiting for the connection string.
2111         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2112         arriving.
2114         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2115         bogus characters.  This allows selecting certain Gmail groups.
2117         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2118         (nnimap-fetch-partial-articles): New variable.
2119         (nnimap-open-connection): When looking for credentials, also use the
2120         nnimap-server-port.
2121         (nnimap-request-article): Return the group/article number, so that Gnus
2122         `^' works as expected.
2123         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2124         them.
2126         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2127         comments.
2128         (gnus-methods-sloppily-equal): New function.
2129         (gnus): When using the development version of Gnus, load the gnus-load
2130         file.
2132         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2133         `gnus-open-server' on each method before trying to scan them etc.  This
2134         ensures that all the backend parameters are set correctly.
2136         * nnimap.el (nnimap-authenticator): New variable.
2137         (nnimap-open-connection): Allow anonymous login.
2138         (nnimap-transform-headers): The chars header is called Chars not
2139         Bytes.
2140         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2141         drops.
2143         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2144         patch, found by Knut Anders Hatlen.
2146 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2148         * gnus-agent.el (gnus-agent-batch-confirmation)
2149         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2150         to gnus-message.
2151         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2152         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2153         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2154         * gnus-int.el (gnus-open-server): Likewise.
2155         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2156         (gnus-score-check-syntax): Likewise.
2157         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2158         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2159         Likewise.
2160         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2162 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2165         calling conventions so that prefetch doesn't bug out.
2167 2010-09-19  Julien Danjou  <julien@danjou.info>
2169         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2170         rather than `subst-char-in-region' in order to be able to replace ASCII
2171         char by UTF-8 ones.
2173         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2174         than curl.
2175         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2176         the right URL and ALT text on images.
2177         (gnus-html-wash-tags): Fix tag case.
2178         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2179         (gnus-article-html): Add -o display_ins_del=2 option.
2180         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2182 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2185         the extra mail headers, which sometimes seem to happen for unknown
2186         reasons.
2188         * mail-parse.el (mail-header-encode-parameter): Define as
2189         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2190         (or most, perhaps?) mail readers don't understand the latter, but do
2191         understand the former.
2193         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2194         to nil, so that no methods are automatically agentized.  I think this
2195         is probably what most users want.
2197         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2198         from url-retrieve, for instance about invalid URLs.
2200         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2201         groups that have no articles.
2202         (nnimap-request-article): Check that we really got an article when we
2203         requested one.
2205         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2206         doesn't exist.
2208         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2209         nntp buffer so the agent can save it.
2210         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2211         that CRLF doesn't get translated to \n.
2212         (nnimap-open-connection): Don't make 'shell commands only send \n.
2214 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2217         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2218         Update var name.
2219         (nnml-generate-nov-file): Use dolist.
2220         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2221         Use with-current-buffer.
2223 2010-09-18  Julien Danjou  <julien@danjou.info>
2225         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2226         parallel.
2228 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2231         the range update right.
2232         (nnimap-request-group): Don't make `M-g' bug out on group with no
2233         marks.
2234         (nnoo): Required, so that other packages can require nnimap.
2235         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2236         command we're looking for.  This helps when the server sends more
2237         responses after we've gotten everything we expected.
2238         (nnimap): Add a `newlinep' field to keep track of end-of-line
2239         conventions.
2240         Don't send CRLF to things that don't want it.
2241         (nnimap-request-accept-article): Ditto.
2243 2010-09-18  Julien Danjou  <julien@danjou.info>
2245         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2246         than curl to retrieve images.
2248 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2251         the marks.
2252         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2253         (nnimap-wait-for-connection): New function.
2254         (nnimap-open-connection): If we have PREAUTH, don't query for login
2255         credentials.
2256         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2257         when doing a partial update.
2259 2010-09-18  Julien Danjou  <julien@danjou.info>
2261         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2262         tags.
2264 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266         * nnimap.el (nnimap-credentials): New function.
2267         (nnimap-open-connection): Use the new function to look for credentials
2268         also on the numeric equivalents of "imap" and "imaps".
2270         * gnus-start.el (gnus-activate-group): Send the info to
2271         gnus-request-group.
2273         * nnimap.el (nnimap-request-group): Have the "check" version of the
2274         function parse flags and update the info, so that a `M-g' get a total
2275         resync of all flags from the group.
2277         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2278         to allow backends to alter the info on group selection.  Also alter all
2279         the backend -request-group functions to take the parameter.
2281         * nnimap.el (nnimap-store-info): New function.
2282         (nnimap-update-info): Store the info for later usage.
2283         (nnimap-request-group): Use the stored info for the dont-check case, so
2284         that we don't retrieve all marks when we enter a group.
2286         * nnimap.el: Use deffoo instead of defun for interface functions.
2288         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2289         update the group info.  This makes the nndraft groups, for instance, go
2290         back to their old behaviour.
2292         * gnus-sum.el (gnus-select-newsgroup): Indent.
2294         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2295         in.
2296         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2297         nothing.
2299         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2300         from methods that are denied.
2302         * gnus-int.el (gnus-method-denied-p): New function.
2304         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2305         store the password instead of netrc.
2306         (nnimap-open-connection): Don't error out when we can't make a
2307         connections.
2309         * auth-source.el (auth-source-create): In the password prompt, say what
2310         we're querying for.  Also prompt for user name if that hasn't been
2311         given.
2313         * nnimap.el (nnimap-with-process-buffer): Removed.
2315 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2318         method when we're reading from the agent.
2320         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2322         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2323         that's probably most useful for users.
2325         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2326         "failed" all the time.
2328         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2329         ...)) with (with-current-buffer ... ).
2331         * nntp.el (nntp-open-server): Return whether the open was successful or
2332         not.
2334         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2335         select an unread unseen article first.
2337         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2338         /etc/services, supply some sensible port defaults.
2340 2010-09-17  Julien Danjou  <julien@danjou.info>
2342         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2344 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2346         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2347         doesn't have any parameters.
2349 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2352         only upcased checks.
2354         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2356         * nnimap.el (nnimap-open-shell-stream): New function.
2357         (nnimap-open-connection): Use it.
2358         (nnimap-transform-headers): Get the number of lines in each message.
2359         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2360         number of lines.
2361         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2362         problem.
2364         * utf7.el (utf7-encode): Autoload.
2366         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2367         to allow the mail splitting to not return a default group.  This is
2368         useful for nnimap, which will leave unmatched mail in the inbox.
2370         * nnimap.el: Rewritten.
2372         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2373         nnimap usage.
2375         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2376         if the move is internal, so that nnimap can do fast internal moves.
2378         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2379         data.
2380         (gnus-read-active-for-groups): Support finishing the early retrieval of
2381         data.
2383         * gnus-range.el (gnus-range-nconcat): New function.
2385         * gnus-int.el (gnus-finish-retrieve-group-infos)
2386         (gnus-retrieve-group-data-early): New functions.
2388 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2390         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2391         (nnrss-retrieve-groups):
2392         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2393         (pop3-quit): Use with-current-buffer.
2395 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2397         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2398         instead of nnheader-accept-process-output.
2400         * gnus-html.el (gnus-html-schedule-image-fetching)
2401         (gnus-html-prefetch-images): Replace process-kill-without-query by
2402         gnus-set-process-query-on-exit-flag.
2404 2010-09-16  Romain Francoise  <romain@orebokech.com>
2406         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2408 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2411         parameter to unintern is mandatory-ish in Emacs 24.
2413         * gnus-html.el (gnus-html-schedule-image-fetching)
2414         (gnus-html-prefetch-images): Check for curl before using it.
2416         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2417         depend on curl, which isn't essential.
2419         * imap.el: Revert back to version
2420         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2421         seem problematic.
2423 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2425         * gnus-registry.el (gnus-registry-install-shortcuts):
2426         Explicitly pass `obarray' to `unintern' to avoid a warning.
2428 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2431         change.
2433         * nnrss.el (nnrss-request-list): Removed this function and related
2434         functions, including the moreover stuff.
2436 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438         * nnrss.el (nnrss-retrieve-groups): New function.
2440 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2442         * .dir-locals.el: Add no-byte-compile cookie.
2444 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2446         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2447         for back end that doesn't support request-scan.
2449 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2452         then do request scans from the backends.
2454         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2455         avoid running a hook per line, since this takes a lot of time,
2456         profiling shows.
2457         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2458         directly if gnus-visual-p is true.
2460 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2462         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2463         groups; replace mapcar with dolist which is a bit faster; pass groups
2464         info to gnus-read-active-file-1.
2465         (gnus-read-active-file-1): Scan only specified groups if the new
2466         optional arg `infos' is given.
2468 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2472         * pop3.el (pop3-movemail): Removed.
2473         (pop3-streaming-movemail): Renamed to pop3-movemail.
2475         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2476         don't restrict end-tag searches to the end of the line.
2478 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2480         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2481         articles of every unchecked group to t, which means unknown since the
2482         server has never been opened.
2484 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486         * gnus-html.el (gnus-html-show-alt-text): New command.
2487         (gnus-html-browse-image): Ditto.
2488         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2489         to browse the image directly.
2490         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2491         better.
2493         * gnus-async.el (gnus-async-article-callback): Call
2494         `gnus-html-prefetch-images' unconditionally.
2496         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2497         before feeding URLs to curl.
2499 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2501         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2502         internal images as deletable by `W D D'.
2504         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2505         (gnus-async-article-callback): Fix typo.
2507 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2510         current line to work around bugs in the output from w3m.
2512         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2513         for groups that want that.
2515         * nntp.el (nntp-wait-for-string): Supply a timeout for
2516         accept-process-output to ensure progress.
2518         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2519         level to get unread articles from, then use that for foreign groups,
2520         too.
2522         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2523         confuses the rest of the function.
2525         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2526         for the methods that support -retrieve-groups, too.
2528         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2530 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2532         * pop3.el: Require cl when compiling.
2533         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2535 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2538         that aren't going to be activated.
2539         (gnus-get-unread-articles): Fix up the last commit.
2541         * gnus-html.el (gnus-article-html): Allow calling without specifying
2542         the handle.  In that case, dissect the buffer first.
2544         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2546         * nnimap.el (nnimap-open-connection): Revert the change that would look
2547         into authinfo for imaps instead of imap.
2549         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2550         say that you don't want to call gnus-request-group with don-check, but
2551         do check the reponse.  This is for virtual groups only.
2552         (gnus-get-unread-articles): Count the archive groups as secondary, so
2553         that they're activated the same way as before.
2555         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2556         case-insensitively.
2557         (nnimap-debug): Removed.
2559         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2560         mail from a file, and the file doesn't exist.
2562         * pop3.el (pop3-streaming-movemail): Return t for success.
2564         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2565         .authinfo if we're using ssl connection.
2567         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2568         already have if we're in a main Gnus `g' run.
2570         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2572 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2574         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2576         * nnmh.el (nnmh-request-list-1): Bind `file'.
2578         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2579         alias to set-process-query-on-exit-flag or process-kill-without-query.
2580         (pop3-open-server): Use it.
2582 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2585         box to the Incoming file.  Fixes mistake in previous checkin.
2587         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2588         request loop (for debugging purposes) removed.
2590         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2591         culprit is more visible.
2592         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2593         (nnml-add-incremental-nov): New functions to do "incremental" nov
2594         updates, where we just append to the end of the existing nov files
2595         without reading/writing them in full.
2597         * mail-source.el (mail-source-delete-crash-box): Really only check the
2598         incoming files once in a while.
2600         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2602         * mail-source.el (mail-source-delete-crash-box): Only check the
2603         incoming files for deletion once per day to save a lot of file
2604         accesses.
2606         * pop3.el (pop3-logon): Fix up unbound variable typo.
2608         * mail-source.el (pop3-streaming-movemail): Autoload.
2610         * pop3.el (pop3-streaming-movemail): Respect
2611         pop3-leave-mail-on-server.
2613         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2614         retrieval.
2616         * pop3.el (pop3-process-filter): Removed unused function.
2617         (pop3-streaming-movemail, pop3-send-streaming-command)
2618         (pop3-wait-for-messages, pop3-write-to-file)
2619         (pop3-number-of-responses): New functions for streaming pop3
2620         retrieval.
2622         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2623         come from no known methods.
2624         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2625         list.
2627         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2628         message sizes.
2629         (pop3-movemail): Use erase-buffer instead of looping and deleting
2630         regions, which seems rather odd.
2632         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2633         file once per `g' run.
2635         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2636         directories.  This makes the draft queue directory work.
2638         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2639         data from the backends, so that we only request the list of groups from
2640         each method once.  This should speed things up considerably.
2642         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2643         detect that it's not implemented.
2645         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2646         we actually do recurse down into the tree, but don't stat all leaf
2647         nodes.
2649         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2650         then say so instead of bugging out.
2652         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2653         files exist before trying to read them.
2655         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2656         around <pre_int>.
2658         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2660         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2662 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664         * mm-util.el (mm-image-load-path): Just return the image directories,
2665         not all directories in the path in addition to the image directories.
2666         (mm-image-load-path): Maintain a cache of the image directories so that
2667         the `g' command in Gnus doesn't have to stat dozens of directories each
2668         time.
2670         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2671         (gnus-html-wash-tags): Add a new `i' command to insert images.
2672         (gnus-html-insert-image): New command and keystroke.
2673         (gnus-html-redisplay-with-images): New command and keystroke.
2674         (gnus-html-show-images): Renamed command.
2675         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2676         spacers.
2677         (gnus-html-wash-tags): Decode entities at the end, so that entities
2678         inside the tags don't mess up the rest of the "parsing".
2680         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2681         so that nnimap methods aren't agentized by default.  There's apparently
2682         many problems related to agent/imap behaviour.
2684         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2686         * gnus-html.el: Doc fix.
2688 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2690         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2691         glyph-width and glyph-height instead of display-graphic-p and
2692         image-size; make avoidance of displaying small images work for XEmacs.
2694         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2695         for XEmacs.
2697         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2698         of symbol that holds plist data.
2699         (gnus-process-plist): Remove plist of process after getting it.
2701 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703         * message.el (message-generate-hashcash): Change default to
2704         'opportunistic if hashcash is installed.
2706         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2707         (gnus-html-put-image): Only call image-size once, since it's somewhat
2708         time-consuming on remote X servers.
2710 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2712         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2713         decoded contents.
2714         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2716 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2719         group line format, since it isn't very interesting.
2721         * gnus-agent.el (gnus-agent-short-article),
2722         (gnus-agent-long-article): Increase values for these two variables,
2723         since most people are likely to have more network connection and
2724         storage than before.
2726         * gnus.el (gnus-refer-article-method): Change default to 'current.
2727         When referring an article, the common behaviour is to refer it from the
2728         current select method, not the native select method.  The chances of
2729         the native select method having the message in question is rather slim
2730         these days.
2732         * gnus-sum.el (gnus-auto-select-subject): Change default to
2733         `unseen-or-unread'.  I think it's likely that most people want to
2734         select an unseen article over a previously seen, but unread one.
2736         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2737         means that in the article buffer none of the minor mode elements will
2738         be shown, usually, and this is not desirable in most cases.
2740         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2741         that commands like `d' (and the like) go to the next line in the
2742         buffer, instead of the next unread article.  I think this is the
2743         behaviour that is most natural for most users.
2744         (gnus-single-article-buffer): Change default to nil, so that people can
2745         have as many article buffers open as they have summary buffer.  I think
2746         this is the most natural way for the groups to behave.
2748         * message.el (message-generate-new-buffers): Change default to
2749         `unsent', so that all new message buffers start their names with the
2750         string "*unsent", and it's easier to find the buffers if you move from
2751         them.
2753 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2756         small.  They're probably tracking images.
2757         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2758         (gnus-html-rescale-image): Yet another try at getting the image sizing
2759         right.
2761         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2762         nntp-marks-file-name is nil.
2764 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2766         * gnus-html.el (gnus-html-wash-tags)
2767         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2768         Better logging.
2770 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2774         * gnus-html.el (gnus-html-wash-tags): Check the value of
2775         gnus-blocked-images in the summary buffer.
2777 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2779         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2781 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2784         like "a", it seems like.
2785         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2786         since it needs to be picked from the correct buffer.
2788         * nnwfm.el: Removed.
2790         * nnlistserv.el: Removed.
2792 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2794         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2795         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2797 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799         * nnkiboze.el: Removed.
2801         * nndb.el: Removed.
2803         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2804         alt text.
2805         (gnus-html-rescale-image): Try to get the rescaling logic right for
2806         images that are just wide and not tall.
2808         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2809         overshadow variable bindings.
2811 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2813         * gnus-html.el (gnus-html-wash-tags)
2814         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2815         extra logging.
2817 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2820         (gnus-max-image-proportion): New variable.
2821         (gnus-html-rescale-image): New function.
2822         (gnus-html-put-image): Rescale images.
2824 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         Fix up some byte-compiler warnings.
2827         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2828         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2829         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2830         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2831         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2832         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2833         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2835 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2837         * gnus-html.el (gnus-article-html): Decode contents by charset.
2839 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2841         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2842         (gnus-html-frame-width, gnus-blocked-images)
2843         * message.el (message-prune-recipient-rules): Add custom version.
2844         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2846         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2847         functions.
2849         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2850         gnus-process-get.
2852 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2854         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2855         instead of lsub directly.
2857 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859         * nnwarchive.el: Removed.
2861         * gnus-soup.el: Removed.
2863         * nnsoup.el: Removed.
2865         * nnultimate.el: Removed.
2867         * gnus-html.el (gnus-blocked-images): New variable.
2869         * message.el (message-prune-recipients): New function.
2870         (message-prune-recipient-rules): New variable.
2872         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2873         guess whether a long line is natural text or not.
2875         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2876         gnus-process-plist and friends for compatibility.
2878 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * gnus-html.el: Require packages that define macros used in this file.
2881         (gnus-article-mouse-face): Declare to silence byte-compiler.
2882         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2883         process-get.
2884         (gnus-html-put-image): Use plist-get to avoid getf.
2885         (gnus-html-prefetch-images): Use with-current-buffer.
2887 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2889         * gnus-ems.el: Provide compatibility functions for
2890         gnus-set-process-plist.
2892         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2893         * gnus.el (gnus-valid-select-methods)
2894         * message.el (message-send-mail-partially-limit)
2895         * mm-decode.el (mm-text-html-renderer)
2896         * mml.el (mml-insert-mime-headers-always)
2897         * smiley.el (smiley-regexp-alist): Bump custom version.
2899 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901         * gnus-html.el: require mm-url.
2902         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2903         with the url to `url'.
2904         (gnus-html-wash-tags): Support cid: URLs/images.
2906 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2909         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2910         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2912         * gnus-move.el: Removed file, since it doesn't really work.
2914         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2915         UTF-8.  This seems to fix problems with some German web feeds.
2917         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2918         at the top so that the proper colours are applied.
2920         * gnus-art.el (gnus-article-view-part): Doc fix.
2922         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2923         XEmacs-compatible.
2924         (gnus-html-put-image): Don't do images on non-graphic displays.
2926         * nnslashdot.el: Removed this unused backend.
2928         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2929         actions.
2930         (gnus-undo-register-1): Revert last change.
2932         * gnus-group.el (gnus-group-completing-read): Protect against not
2933         having completion-styles bound.
2935         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2936         make broken recipients happier.
2938         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2940         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2941         point parameter.
2943         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2944         completion-styles for group selection.
2946 2009-02-04  Andreas Schwab  <schwab@suse.de>
2948         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2949         headers and regexp-quote the match if necessary.
2951 2009-03-24  Miles Bader  <miles@gnu.org>
2953         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2954         the blinking smiley.
2956 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2958         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2959         blink smiley.
2961 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2964         where the dribbel file lives exists.
2966         * message.el (message-send-mail-partially-limit): Change the default to
2967         nil, since most people don't want this.
2969         * mm-url.el (mm-url-decode-entities): Also decode entities like
2970         &#x3212.
2972 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2974         * gnus-sum.el (gnus-summary-idna-message):
2975         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2976         Hyperlink urls in docstrings with URL `...'.
2978 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2980         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2981         functions.
2983 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2986         say what the mouseover text should be.
2988         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2989         version of the mm-w3m-safe-url-regexp variable to only download images
2990         in the groups where we want that to happen.
2992         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2994         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2995         easier debugging.
2996         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2997         big pictures in the article buffer.
2999         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3000         gnus-article-html.
3001         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3002         w3m.
3004         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3006 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3009         which doesn't exist.
3011         * message.el (message-inhibit-ecomplete): New variable to allow some
3012         function to inhibit ecomplete address storage.
3013         (message-resend): Disable ecomplete message storage when resending
3014         messages.
3016         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3018 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3020         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3021         Save excursion while copying, moving, and deleting articles in order to
3022         prevent the cursor from jumping to unforeseen place.
3024 2010-08-17  Glenn Morris  <rgm@gnu.org>
3026         * gnus-sync.el: Require gnus components whose functions are used.
3028         * gnus-art.el (bookmark-make-record-function):
3029         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3030         Declare for compiler.
3032         * mm-url.el (mml-compute-boundary): Autoload.
3034 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3036         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3038 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3040         Typo fix "hoo4a" -> "hook".
3042         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3044 2010-08-14  Glenn Morris  <rgm@gnu.org>
3046         * gnus-sync.el (gnus-sync): Fix defgroup version.
3048 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3050         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3052         * gnus-sync.el: Fix docs.
3053         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3054         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3056 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3058         Optimizations for gnus-sync.el.
3060         * gnus-sync.el: Add docs about gnus-sync-backend
3061         possibilities.
3062         (gnus-sync-save): Remove unnecessary message.
3063         (gnus-sync-read): Optimize and show what groups were skipped.
3065 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3067         Minor bug fixes for gnus-sync.el.
3069         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3070         read the sync on get-new-news.
3072         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3073         quiet.
3075         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3077 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3079         Make saving and restoring of hidden threads work with overlays.
3080         Patch applied by Ted Zlatanov.
3082         * gnus-sum.el (gnus-hidden-threads-configuration)
3083         (gnus-restore-hidden-threads-configuration): Update to deal with text
3084         properties, rather than searching for a magic character.
3086 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3088         New gnus-sync.el library for synchronization of marks.
3090         * gnus-sync.el: New library for synchronization of marks.
3092         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3093         renamed from `gnus-registry-grep-in-list'.
3095         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3097         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3099 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3101         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3102         determining charset of text fails.
3104 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3106         * nnmail.el (nnmail-get-new-mail-1): Revert.
3108         * nnml.el (nnml-active-number): Make sure names of newly created groups
3109         in nnml-group-alist are encoded.
3111 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3113         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3114         containing non-ASCII characters in active file for nnml back end.
3116 2010-07-24  David Engster  <dengste@eml.cc>
3118         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3119         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3121 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3123         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3124         tag (Bug#6654).
3126 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3128         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3129         the article buffer, not the summary buffer.
3131 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3133         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3134         Emacs 23 as well.
3136 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3138         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3139         Patch applied by Karl Fogel.
3141         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3142         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3144 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3146         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3147         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3148         C-w still not working correctly from Article buffers; Thierry's
3149         patch to fix that will be applied after this.
3151         * gnus-art.el (bookmark-make-record-function): New local variable.
3153         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3154         article buffer.
3155         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3157 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3159         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3160         on changes in bookmark.el.
3162 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3164         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3165         the *other* type of HTML form submission.
3167 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3169         * auth-source.el (auth-source-pick): If choice does not contain a
3170         questioned keyword, set the check to t.
3172 2010-06-12  Romain Francoise  <romain@orebokech.com>
3174         * gnus-util.el (gnus-date-get-time): Move up before first use.
3176 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3178         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3179         (gnus-article-edit-part): Bind it to make last part that is substituted
3180         or deleted visible.
3181         (gnus-mime-display-single): Buttonize part of which id equals to
3182         gnus-mime-buttonized-part-id.
3184 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3186         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3187         (gnus-dd-mmm): Use gnus-date-get-time.
3188         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3189         simplify logic.
3190         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3191         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3193 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3195         * auth-source.el (top): Autoload `secrets-list-collections',
3196         `secrets-create-item', `secrets-delete-item'.
3197         (auth-sources): Fix tag string.
3198         (auth-get-source, auth-source-retrieve, auth-source-create)
3199         (auth-source-delete): New defuns.
3200         (auth-source-pick): Rewrite in order to avoid 2 passes.
3201         (auth-source-forget-user-or-password): New parameter USERNAME.
3202         (auth-source-user-or-password): New parameters CREATE-MISSING and
3203         DELETE-EXISTING.  Retrieve password interactively, if needed.
3205 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3207         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3208         deleting unused directories when gnus-expert-user is t.
3210 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3212         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3213         for each temp file when gnus-article-browse-delete-temp is ask.
3215 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3217         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3219 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3221         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3222         article unless decoding article to be saved.
3224 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3226         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3227         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3228         generated within the mm-with-unibyte-current-buffer macro.
3230 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3232         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3233         to nil when we're in a mml-preview buffer and no group is selected.
3235 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3237         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3238         when catching the `C-g'.  Reported by "Leo".
3240 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3242         * message.el (message-forward-make-body-plain)
3243         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3244         multibyte-string-p.
3246 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3248         * message.el (message-forward-make-body-mml): Assume original message
3249         is multibyte string; error on unibyte.
3250         (message-forward-make-body-plain): Ditto; don't add excessive newline
3251         in body end.
3253 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3255         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3256         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3258 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3260         * mm-extern.el (mm-extern-url): Don't use
3261         mm-with-unibyte-current-buffer.
3262         (mm-extern-cache-contents): Use with-current-buffer instead of
3263         save-excursion + set-buffer.
3265 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3267         * mm-util.el (mm-emacs-mule): Remove.
3269 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3271         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3272         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3273         change.
3275 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3277         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3278         bind the default value of enable-multibyte-characters to nil.
3280 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3282         * message.el (message-forward-make-body-plain)
3283         (message-forward-make-body-mml):
3284         Don't use mm-with-unibyte-current-buffer.
3286 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3288         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3289         (Bug#5592).
3291 2010-05-07  Julien Danjou  <julien@danjou.info>
3293         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3294         it to mm-pipe-part.
3296         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3297         it is given.
3299 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3301         * nnweb.el (nnweb-gmane-search)
3302         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3303         XEmacs.
3305         * gnus-art.el (gnus-article-browse-html-parts)
3306         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3307         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3308         make-temp-file.
3310         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3311         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3312         compiling.
3314         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3315         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3316         XEmacs when compiling.
3318         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3319         gnus-pick-mode-off-hook for XEmacs when compiling.
3320         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3321         gnus-binary-mode-off-hook for XEmacs when compiling.
3323         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3324         nil if char-charset is not available.
3326         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
3327         macro.
3329         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3330         instead of encode-coding-string.
3332         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3333         'xemacs) instead of mm-emacs-mule to switch function definitions.
3334         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3336 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3338         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3340 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3342         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3343         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3345 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3347         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3348         alias `jka-compr-delete-temp-file' no longer exists.
3350 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3352         Use define-minor-mode in Gnus where applicable.
3353         * mml.el (mml-mode): Use define-minor-mode.
3354         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3355         (gnus-undo-mode): Use define-minor-mode.
3356         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3357         (gnus-dead-summary-mode): Use define-minor-mode.
3358         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3359         Initialize in declaration.
3360         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3361         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3362         (gnus-mailing-list-mode): Use define-minor-mode.
3363         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3364         (gnus-draft-mode): Use define-minor-mode.
3365         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3366         (gnus-dired-mode): Use define-minor-mode.
3368 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3370         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3371         handles on recursive mml-to-mime translation and check them for
3372         boundary delimiter collisions.  Reported by Greg Troxel.
3374 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3376         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3378 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * mm-util.el (mm-find-buffer-file-coding-system):
3381         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3383 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3385         * message.el (message-generate-headers): Record insertion of optional
3386         headers as well.  Otherwise the check to prevent repeated insertion of
3387         optional headers is a no-op.
3389 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3391         * smime.el: Don't mention CVS.
3393         * nnrss.el (nnrss-fetch): Don't mention CVS.
3395         * nnir.el: Don't mention CVS.
3397 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3399         * gnus-sum.el (gnus-summary-bookmark-make-record):
3400         Add `location' field.
3402 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3405         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3406         Use with-current-buffer to silence the byte-compiler.
3407         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3408         bother to require `gnus'.
3409         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3411 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3413         * gnus-sum.el (gnus-summary-bookmark-make-record)
3414         (gnus-summary-bookmark-jump): New functions.
3415         (gnus-summary-mode): Setup bookmark support.
3417 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3419         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3420         if set.
3422 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3424         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3425         gnus-article-browse-html-save-cid-image; make it work recursively for
3426         forwarded messages as well.
3427         (gnus-article-browse-html-parts): Work when prefix arg is given.
3428         (gnus-article-browse-html-article): Doc fix.
3430 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3432         * message.el (message-default-mail-headers):
3433         (message-default-headers): Carry the value mail-default-headers over
3434         into message-default-mail-headers, rather than message-default-headers.
3436 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3438         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3439         charset.
3441         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3442         charset into the <meta> tag when the article is encoded to utf-8.
3444 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3446         * gnus-art.el (gnus-article-browse-delete-temp-files):
3447         Delete directories as well.
3448         (gnus-article-browse-html-parts): Work for images that do not specify
3449         file names; delete temp directory when quitting; insert header at the
3450         right place; use file: scheme for image files.
3452 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3454         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3455         (gnus-article-browse-html-parts): Use it to make temporary cid image
3456         files in addition to html file so that browser may display them.
3458 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3460         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3462 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3464         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3466 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3468         * auth-source.el (auth-sources): Change default to be simpler.
3469         Explain about Secret Service API sources.  Improve Customize options.
3470         (auth-source-pick): Change to accept any number of search parameters.
3471         Implement fallbacks iteratively, not recursively.  Add scoring on the
3472         second pass and sort by score.  Call Secret Service API when needed.
3473         (auth-source-user-or-password): Use it.  Call Secret Service API
3474         directly when needed to get the user name and the password.
3476 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3478         * message.el (message-interactive): Doc fix.
3479         (message-qmail-inject-args): Reflow.
3480         (message-kill-to-signature): Fix typo in docstring.
3482         * smiley.el (smiley-buffer): Fix typo in docstring.
3484 2010-03-24  Glenn Morris  <rgm@gnu.org>
3486         * mail-source.el (gnus-message): Declare.
3487         (mail-source-delete-old-incoming): Require gnus-util.
3489 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3491         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3493         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3495         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3496         password-cache's default if it is not bound.
3497         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3498         password-cache-expiry's default if it is not bound.
3500         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3501         available in Emacs 21.
3503 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3505         * auth-source.el (auth-sources): Fix up definition so extra parameters
3506         are always inline.
3508 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3510         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3511         wasn't updated after mismatch.  Clear cached mailbox info correctly
3512         when uidvalidity changes.
3513         (nnimap-group-prefixed-name): New function to avoid some code
3514         duplication.
3515         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3516         (nnimap-request-group): Use it.
3517         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3518         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3519         with many imap folders.  This is done by caching the group status from
3520         the imap server persistently in a group parameter `imap-status'.  (This
3521         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3522         but not persistently, so every Gnus startup was still very slow.)
3524 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3526         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3527         secrets.el dependency.
3528         (auth-sources): Add optional user name.  Add secrets.el configuration
3529         choice (unused right now).
3531 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3533         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3534         `gnus-registry-install-shortcuts' fill in the functions.
3536         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3537         warnings.
3538         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3539         (gnus-registry-install-shortcuts): Populate and use it in a
3540         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3542 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3544         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3545         In-place substitutions for the group name encoding/decoding.
3546         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3547         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3548         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3549         (nnimap-update-unseen, nnimap-request-list)
3550         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3551         (nnimap-request-set-mark, nnimap-split-to-groups)
3552         (nnimap-split-articles, nnimap-request-newgroups)
3553         (nnimap-request-create-group, nnimap-request-accept-article)
3554         (nnimap-request-delete-group, nnimap-request-rename-group)
3555         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3556         `encoded-mbx' for consistency.
3557         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3558         variable `imap-current-mailbox'.
3560         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3561         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3563 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3565         * pop3.el (pop3-display-message-size-flag): Display message size byte
3566         counts during POP3 download.
3567         (pop3-movemail): Use it.
3568         (pop3-list): Implement listing of available messages.
3570 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3572         * nnir.el (nnir-get-article-nov-override-function): New function to
3573         override the normal NOV retrieval.
3574         (nnir-retrieve-headers): Use it.
3576 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3578         * auth-source.el (netrc-machine-user-or-password): Autoload.
3580 2010-03-19  Glenn Morris  <rgm@gnu.org>
3582         Stop message.el from loading about 40 libraries it doesn't always need.
3583         The general approach is to autoload rather than require, and to
3584         require in the specific functions rather than the file.  (Bug#5642)
3586         * gmm-utils.el: Don't require wid-edit.
3587         (widget-create-child-value, widget-convert, widget-default-get):
3588         Autoload.
3590         * gnus-util.el: Don't require time-date, netrc.
3591         (message-fetch-field, gnus-group-name-decode): Declare rather than
3592         autoloading.
3593         (gnus-fetch-field): Require message.
3594         (gnus-decode-newsgroups): Require gnus-group.
3596         * ietf-drums.el: Don't require time-date.
3598         * message.el: Don't require hashcash, canlock, ecomplete.
3599         Do require mail-utils.  Require nnheader only when compiling.
3600         (smtpmail-default-smtp-server): Remove declaration.
3601         (message-send-mail-function): Check smtpmail-default-smtp-server
3602         is bound rather than requiring smtpmail.
3603         (message-auto-save-directory, message-insert-signature): Use
3604         expand-file-name rather than nnheader-concat.
3605         (nnheader-insert-file-contents): Autoload.
3606         (hashcash-wait-async): Declare.
3607         (message-send-mail): Only call gnus-setup-posting-charset if
3608         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3609         (message-send-mail-with-sendmail): Require sendmail.
3610         (canlock-password, canlock-password-for-verify): Declare.
3611         (message-canlock-password): Require canlock.
3612         (nnheader-get-report): Autoload.
3613         (gnus-setup-posting-charset): Declare.
3614         (message-send-news): Require gnus-msg.
3615         (message-make-references, message-make-in-reply-to): Use mail-header-id
3616         rather than the alias mail-header-message-id.
3617         (ecomplete-add-item, ecomplete-save): Declare.
3618         (message-put-addresses-in-ecomplete): Require ecomplete.
3619         (ecomplete-display-matches): Autoload.
3621         * mm-decode.el: Don't require mailcap, gnus-util.
3622         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3623         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3624         Autoload.
3625         (mailcap-mime-extensions): Declare.
3627         * mm-encode.el: Don't require mailcap.
3628         (mailcap-extension-to-mime): Autoload.
3630         * mml-sec.el: Don't require password-cache.
3632         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3633         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3634         (mml-minibuffer-read-type): Require mailcap.
3635         (mml-preview): Require gnus-msg.
3637         * mml1991.el: Require password-cache.
3638         (password-cache-expiry): Remove declaration.
3640         * mml2015.el: Require password-cache.
3641         (password-cache-expiry): Remove declaration.
3643         * nneething.el (mailcap): Require mailcap.
3645         * nnheader.el (declare-function): Add compatibility stub.
3646         (message-remove-header): Declare rather than autoload.
3647         (nnheader-replace-header): Require message.
3649         * nnimap.el (declare-function): Add compatibility stub.
3650         (netrc-parse, netrc-machine-user-or-password): Declare.
3651         (nnimap-open-connection): Require netrc.
3653         * nntp.el (declare-function): Add compatibility stub.
3654         (netrc-parse, netrc-machine, netrc-get): Declare.
3655         (nntp-send-authinfo): Require netrc.
3657         * rfc2047.el: Don't require qp.
3658         (quoted-printable-encode-region, quoted-printable-decode-string):
3659         Autoload.
3661         * sieve-mode.el: Don't require easymenu.
3662         (easy-menu-add-item): Autoload it.
3664         * spam-stat.el (time-to-number-of-days): Autoload it.
3666 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3668         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3669         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3670         value if any backslash escapes).
3672 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3674         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3675         if it is available.  (bug#5647)
3677 2010-02-26  Glenn Morris  <rgm@gnu.org>
3679         * message.el (message-send-mail-function): Change the default, so that
3680         it inherits from a customized send-mail-function.  (Bug#5643)
3682 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3685         shell-command-to-string signals an error (bug#5299).
3687 2010-02-24  Glenn Morris  <rgm@gnu.org>
3689         * message.el (message-smtpmail-send-it)
3690         (message-send-mail-with-mailclient): Doc fixes.
3692 2010-02-16  Glenn Morris  <rgm@gnu.org>
3694         * message.el (message-default-mail-headers): Change the default value
3695         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3697 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3699         * message.el (message-mail): Just pass yank-action on to message-setup.
3700         (message-setup): Handle (FUN . ARGS) form of yank-action.
3701         (message-with-reply-buffer, message-widen-reply)
3702         (message-yank-original): Handle non-buffer values of
3703         message-reply-buffer (Bug#4080).
3704         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3706 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3708         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3709         Fix typo in docstring.
3711 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3713         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3714         response.
3716 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3718         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3720         * message.el (message-check-news-header-syntax): Protect against a
3721         string that `rfc822-addresses' returns when parsing fails.
3723 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3725         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3726         (gnus-previous-char-property-change): New functions.
3728         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3730 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3732         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3733         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3735 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3737         * message.el (message-exchange-point-and-mark): Rework last change to
3738         avoid using optional arg of exchange-point-and-mark, for backward
3739         compatibility.
3741 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3743         * message.el (message-exchange-point-and-mark): Call
3744         exchange-point-and-mark with an argument rather than setting
3745         mark-active by hand (Bug#5175).
3747 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3749         * nntp.el (nntp-service-to-port): Work for service expressed with
3750         numeric string; replace [:digit:] with [0-9] for XEmacs.
3752 2009-12-17  Glenn Morris  <rgm@gnu.org>
3754         * gnus-group.el (gnus-bug-group-download-format-alist):
3755         Change emacs entry to debbugs.gnu.org.  Bump :version.
3757 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3759         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3761 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3763         * message.el (message-info): Explain why we use `Info-goto-node'.
3765 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * message.el (message-completion-in-region): New compatibility function.
3768         (message-expand-group): Use it.
3770 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3772         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3773         with no unread article should be listed if the 2nd arg `predicate' is
3774         given.
3776 2009-11-29  Juri Linkov  <juri@jurta.org>
3778         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3779         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3780         on `gnus-recenter'.  (Bug#4698, Bug#4981)
3782 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3784         * message.el (message-from-style, message-interactive)
3785         (message-signature): Always set default values from the corresponding
3786         mail-* variables.
3787         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3788         (message-yank-prefix, message-indentation-spaces)
3789         (message-signature-file, message-default-headers): Use boundp rather
3790         than (featurep 'xemacs) to check if the corresponding mail-* variables
3791         exist.
3793 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3795         * message.el (message-send-mail-with-sendmail): Revert last change.
3797 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3799         * message.el (message-from-style, message-interactive)
3800         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3801         (message-yank-prefix, message-indentation-spaces, message-signature)
3802         (message-signature-file, message-default-headers): For GNU Emacs, set
3803         default values from the corresponding mail-* variables.
3804         (message-send-mail-with-sendmail): Use envelope-from only if
3805         mail-specify-envelope-from is non-nil.
3807 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3809         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3810         containing tspecial characters if they have been already quoted.
3812 2009-10-24  Glenn Morris  <rgm@gnu.org>
3814         * gnus-art.el (help-xref-stack-item): Define for compiler.
3816 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3818         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3820 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3822         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3823         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3825 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3827         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3828         (gnus-overlays-in): New alias to overlays-in.
3830         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3831         gnus-overlay-get, and gnus-delete-overlay.
3832         (gnus-summary-show-thread): Make it work as well for systems in which
3833         next-single-char-property-change is not available.
3834         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3836 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3838         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3840 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3842         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3843         and XEmacs that don't have `remove-overlays'.
3845 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3847         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3848         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3849         selective display.  Use overlays instead.
3851 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3853         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3855 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3857         * spam-stat.el (spam-stat-load): Fix typo in message.
3859 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3861         * gnus-art.el (gnus-article-encrypt-body):
3862         * message.el (message-check-recipients):
3863         * mm-util.el (mm-codepage-setup):
3864         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3865         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3867 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3869         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3870         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3871         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3872         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3873         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3875 2009-09-18  Glenn Morris  <rgm@gnu.org>
3877         * gnus-diary.el (gnus-diary-check-message):
3878         * message.el (message-insert-formatted-citation-line):
3879         * nnbabyl.el (top-level):
3880         * nndiary.el (nndiary-schedule):
3881         Fix typos in condition-case handlers.
3883 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3885         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3886         configuration that provides the sole article window in a frame;
3887         position point correctly after deleting a part.
3889 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3891         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3892         (spam-resolve-registrations-routine): Use it to unregister articles
3893         that change status.
3895 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3897         * nnrss.el (nnrss-request-article): Remove binding of
3898         default-enable-multibyte-characters that has gotten needless by
3899         the 2007-07-13 change in rfc2047-encode-message-header.
3901         * mml.el (mml-insert-multipart): Error on the message header.
3902         (mml-insert-part): Error on the message header; position point at
3903         the end of a MIME tag.
3905 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3907         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3908         (gnus-float-time): Alias to float-time if it exists.
3910         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3911         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3912         float-time is available; suppress compile warning for time-to-seconds.
3914 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3916         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3917         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3918         Add the optional argument `encoding' that overrides the default.
3920         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3921         mm-encode-buffer.
3923 2009-09-04  Glenn Morris  <rgm@gnu.org>
3925         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3926         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3927         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3928         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3929         * mm-util.el (mm-with-unibyte-current-buffer)
3930         (mm-find-buffer-file-coding-system):
3931         * yenc.el (yenc-decode-region): Use default-value rather than
3932         default-enable-multibyte-characters.
3934 2009-09-03  Glenn Morris  <rgm@gnu.org>
3936         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3937         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3938         than default-enable-multibyte-characters.
3940 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3942         * gnus-art.el (gnus-article-read-summary-keys):
3943         Fix gnus-buffer-configuration's value temporarily used.
3945 2009-09-02  Glenn Morris  <rgm@gnu.org>
3947         * gnus-util.el (gnus-float-time): New function.
3948         * gnus-delay.el (gnus-delay-article):
3949         * gnus-sum.el (gnus-thread-latest-date):
3950         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3951         * nnspool.el (nnspool-request-newgroups):
3952         Use gnus-float-time rather than time-to-seconds.
3953         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3955         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3956         (gnus-header-subject-face, gnus-header-newsgroups-face)
3957         (gnus-header-name-face, gnus-header-content-face):
3958         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3959         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3960         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3961         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3962         (gnus-cite-face-11):
3963         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3964         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3965         (gnus-server-closed-face, gnus-server-denied-face)
3966         (gnus-server-offline-face):
3967         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3968         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3969         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3970         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3971         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3972         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3973         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3974         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3975         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3976         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3977         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3978         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3979         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3980         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3981         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3982         (gnus-summary-high-undownloaded-face)
3983         (gnus-summary-low-undownloaded-face)
3984         (gnus-summary-normal-undownloaded-face)
3985         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3986         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3987         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3988         (gnus-splash-face):
3989         * message.el (message-header-to-face, message-header-cc-face)
3990         (message-header-subject-face, message-header-newsgroups-face)
3991         (message-header-other-face, message-header-name-face)
3992         (message-header-xheader-face, message-separator-face)
3993         (message-cited-text-face, message-mml-face):
3994         * sieve-mode.el (sieve-control-commands-face)
3995         (sieve-action-commands-face, sieve-test-commands-face)
3996         (sieve-tagged-arguments-face):
3997         * spam.el (spam-face):
3998         Mark face aliases with "-face" in the name as obsolete.
4000 2009-09-01  Glenn Morris  <rgm@gnu.org>
4002         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4003         than goto-line.
4005 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4007         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4008         Don't move point if the command is invoked inside the message header.
4010 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4013         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4014         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4015         * nnir.el (nnir-swish-e-index-file):
4016         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4017         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4018         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4019         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4020         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4021         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4023 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4025         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4026         Don't save excursion.
4028 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4030         * nnheader.el (nnheader-find-file-noselect):
4031         * mm-util.el (mm-insert-file-contents):
4032         Use (default-value 'major-mode) instead of default-major-mode.
4034 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4038 2009-08-25  Glenn Morris  <rgm@gnu.org>
4040         * nnir.el (top-level): Don't require cl at run-time.
4041         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4042         Replace cl-function substitute with gnus-replace-in-string.
4043         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4044         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4045         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4046         simplified expansions.
4048 2009-08-22  Glenn Morris  <rgm@gnu.org>
4050         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4051         goto-line.
4053 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4055         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4057         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4058         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4059         (gnus-mm-display-part, gnus-mime-display-single)
4060         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4061         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4063         * gnus-sum.el
4064         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4065         (gnus-summary-move-article): Add expirable mark to articles copied or
4066         moved to group that has auto-expire turned on if the option is non-nil.
4068 2009-07-24  Glenn Morris  <rgm@gnu.org>
4070         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4071         Fix typo.  (Bug#3903)
4073 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4075         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4076         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4077         that should not be used for draft articles.
4078         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4079         that has no concern in minor mode keys.
4080         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4081         Abolish.
4083 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4085         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4086         article without making inquiry to a user for unknown encoding.
4088         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4089         (nnmaildir--scan): Assume i-node and device number that file-attributes
4090         returns might be cons-cell.
4092 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4094         * auth-source.el: Remove docs now in auth.texi.  Don't use
4095         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4096         `auth-source-hide-passwords' and use them.
4098 2009-07-15  Glenn Morris  <rgm@gnu.org>
4100         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4102 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4104         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4105         excessive whitespace from the default values of title and description.
4107 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4109         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4110         mail-fetch-field to fetch Content-Description header in order to
4111         exclude newlines.
4113 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4115         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4116         to deleted part.
4118 2009-05-30  David Engster  <dengste@eml.cc>
4120         * nnmairix.el: Remove old documentation in the commentary block.
4121         (nnmairix-request-group): Do not update active file for nnml back ends.
4122         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4123         end so that overview files are ignored.
4124         (nnmairix-update-groups): Make updating the groups more robust by using
4125         marks.
4126         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4127         with dollar characters in message-id.
4129 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4131         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4132         2008-12-25 in dns.el.
4134 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4137         could happen if the text is only composed of spaces and/or tabs.
4139 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4141         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4142         when sending a queued message to avoid extra mml tags.
4144 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4146         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4148 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4150         * gnus-dired.el: Remove autoload for gnus-setup-message.
4151         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4152         displaying Gnus logo; always use compose-mail.
4154 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4156         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4158 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4160         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4161         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4162         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4163         available.
4164         (gnus-nocem-epg-verify): New function.
4166 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4168         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4170 2009-02-15  Glenn Morris  <rgm@gnu.org>
4172         * gnus-util.el (rmail-insert-rmail-file-header)
4173         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4174         autoloads.
4175         (rmail-default-rmail-file): Remove unnecessary declaration.
4176         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4178 2009-02-14  Glenn Morris  <rgm@gnu.org>
4180         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4181         variable (only used in gnus-util, which declares it anyway).
4182         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4183         which was only needed by gnus-art (changed to not use it any more).
4184         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4185         only used in gnus-util, which autoloads it itself.
4186         (rmail-update-summary): Fix autoload.
4188         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4189         rather than rmail-output-to-rmail-file.
4191 2009-02-07  Glenn Morris  <rgm@gnu.org>
4193         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4194         autoload of function that no longer exists.
4195         (rmail-toggle-header): Declare.
4196         (message-forward-rmail-make-body): Handle mbox Rmail.
4198 2009-01-31  Glenn Morris  <rgm@gnu.org>
4200         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4201         2009-01-09 change.
4203 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
4205         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4206         (auth-source-forget-all-cached): New convenience function.
4207         (auth-source-user-or-password): Accept list of modes or a single mode.
4209         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4210         auth-source modes.
4212         * nnimap.el (nnimap-open-connection): Use list of
4213         auth-source modes.
4215         * nntp.el (nntp-send-authinfo): Use list of
4216         auth-source modes.
4218 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4220         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4221         now.
4223 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4225         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4226         coding system in XEmacs; add a workaround for XEmacs.
4228 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4230         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4231         of current-language-environment.
4233 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4235         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4236         available at runtime.
4238 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4240         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4242 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4244         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4245         the greatest positive fixnum value doesn't work under an XEmacs with
4246         bignum support; use the most-positive-fixnum constant instead,
4247         available since Emacs 21.1 with cl and XEmacs 21.1.
4249 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4251         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4252         XEmacs gets not to work.
4254 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4256         * mm-util.el (mm-coding-system-priorities): Allow the value like
4257         "Japanese (UTF-8)" of current-language-environment.
4259 2009-01-09  Glenn Morris  <rgm@gnu.org>
4261         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4262         with last-command-event.
4264 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4266         * message.el (message-fix-before-sending): Amend comment.
4268 2009-01-07  David Engster  <dengste@eml.cc>
4270         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4271         simplified server definitions by converting it via
4272         gnus-server-to-method.
4274 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4276         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4277         parameter's operands.
4279 2009-01-06  David Engster  <dengste@eml.cc>
4281         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4282         primary select method (for gnus-group-mark-article-as-read).
4284 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4286         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4287         `(gnus)Face', not `(gnus)X-Face'.
4289 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4291         * mm-util.el (mm-ucs-to-char): New function.
4293         * mm-url.el (mm-url-decode-entities): Use it.
4295 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4297         * message.el (message-fix-before-sending): Add `eight-bit' to
4298         illegible-text check.
4300 2009-01-03  Michael Olson  <mwolson@gnu.org>
4302         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4303         `headers' is nil.  This can occur if the IMAP server does not have
4304         permissions to read messages from a folder, but can write new messages
4305         to the folder.
4306         (nnimap-request-article-part): Do not insert `data' if it is nil.
4308 2009-01-01  Dave Love  <fx@gnu.org>
4310         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4312         * nnimap.el: Fix author email.
4313         (nnimap-split-rule): Add FIXME comment.
4314         (nnimap-debug): Fix doc string.
4316 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4318         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4319         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4320         to check if those variables exist (first appeared in Emacs 18.50).
4322 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4324         * mm-util.el (mm-line-number-at-pos): New function.
4326         * spam-report.el (spam-report-process-queue): Use it.
4328 2008-12-24  David Engster  <dengste@eml.cc>
4330         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4331         parameters that haven't existed as variables as buffer-local variables.
4333 2008-12-23  Dave Love  <fx@gnu.org>
4335         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4336         cadar.
4338         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4339         imap-starttls-p.
4340         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4342 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4344         * spam-report.el (spam-report-gmane-max-requests): New constant.
4345         (spam-report-gmane-wait): New variable.
4346         (spam-report-gmane-ham, spam-report-gmane-spam)
4347         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4348         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4349         the server.
4351         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4352         Add explanations.
4354         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4355         nnheader-accept-process-output and nnheader-read-timeout if available.
4356         (pop3-movemail): Use it.
4358         * message.el (message-check-news-body-syntax): Fix signature check if
4359         there's an attachment.
4361 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4363         * mm-util.el: Add comments to the mm- emulating functions.
4365 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4367         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4368         by Stephen Berman <stephen.berman@gmx.net>.
4370 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4372         * mm-util.el (mm-substring-no-properties): New function.
4373         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4374         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4375         (mm-string-to-multibyte): Doc fix.
4377         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4379 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4381         * mml.el (mml-attach-file): Strip text properties from file name.
4382         (Bug#1574)
4384 2008-12-16  Glenn Morris  <rgm@gnu.org>
4386         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4388 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4390         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4391         knows since the charset specified might be a bogus alias that
4392         mm-charset-synonym-alist provides.
4394 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4396         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4397         "ISO_8859-1".
4399         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4401 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4403         * mm-util.el (mm-charset-eval-alist):
4404         Define it before mm-charset-to-coding-system.
4405         (mm-charset-to-coding-system): Add optional argument `silent';
4406         define it before mm-charset-override-alist.
4407         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4408         default value if it can be used in Emacs currently running;
4409         silence mm-charset-to-coding-system.
4411 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4413         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4414         `allow-override' which says whether to use `mm-charset-override-alist'.
4415         (rfc2047-decode-encoded-words): Use it.
4417         * mm-util.el (mm-charset-override-alist): Fix custom type;
4418         add `(gb2312 . gbk)' to choices.
4420 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4422         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4423         fast.
4425         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4427 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4429         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4430         on links.
4432         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4434 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4436         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4437         users' addresses that don't have domain parts.
4438         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4439         rather than message-narrow-to-head since there will be the message
4440         header separator.
4442 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4444         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4445         since the result is inserted in a unibyte buffer anyway.
4446         (nnimap-demule-use-string-to-multibyte): Remove.
4447         (nnimap-demule): Alias it to mm-string-to-multibyte.
4449 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4451         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4452         variable for debugging bug#464 and bug#1174.
4453         (nnimap-demule): Use it.
4455 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4457         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4458         score calculation correctly.
4460 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         * message.el (message-send-mail): Just set the buffer to unibyte
4463         rather than use mm-with-unibyte-current-buffer which does a lot more.
4464         (message-send-mail-partially): Don't bother with
4465         mm-with-unibyte-current-buffer since it's already been made unibyte by
4466         message-send-mail.
4468 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4470         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4472 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4474         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4476 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4478         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4479         require itself and to remove `with-no-warnings'.
4481 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4483         * starttls.el (starttls-any-program-available): Get the name of the
4484         available TLS layer program.
4485         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4486         well as the host name in the "opening" message.
4488         * auth-source.el (auth-source-cache, auth-source-do-cache)
4489         (auth-source-user-or-password): Cache passwords and logins by default,
4490         allow override with `auth-source-do-cache'.
4491         (auth-source-forget-user-or-password): Allow users to remove cache
4492         entries if needed.
4494 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4496         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4497         condition-case to only the forward-sexp call.
4499 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4501         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4502         quotes contained.  Make it more robust regardless by an extra
4503         condition-case wrapper.
4505 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4507         * nnml.el (nnml-request-expire-articles): Check if the function set to
4508         `nnmail-expiry-target' returns the symbol `delete'.
4510         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4512         * nnmail.el (nnmail-expiry-target): Fix custom type.
4514 2008-10-02  Glenn Morris  <rgm@gnu.org>
4516         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4517         Silence compiler warning.
4519 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4521         * mml.el (mml-menu): Don't assume mml2015 is bound.
4523 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4525         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4526         exists.
4528 2008-09-27  Glenn Morris  <rgm@gnu.org>
4530         * gnus-util.el (mail-header-remove-comments): Autoload it.
4532 2008-09-27  Andreas Schwab  <schwab@suse.de>
4534         * gnus-util.el (gnus-split-references): Strip comments.
4535         (gnus-parent-id): Likewise.
4537 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4539         * message.el (message-confirm-send): Fix version.
4541 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4543         * message.el (message-idna-to-ascii-rhs-1): Use
4544         mail-extract-address-components rather than mail-header-parse-addresses
4545         that is an alias by default to ietf-drums-parse-addresses that does not
4546         support non-ASCII names in headers' contents.
4548 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4550         * message.el (message-confirm-send): Fixed variable documentation to
4551         avoid the "y/n" wording.
4553 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4555         * message.el (message-set-auto-save-file-name): Save to a different
4556         filename so multiple messages (especially drafts) can be recovered.
4558 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4560         * message.el (message-confirm-send): Add appropriate version.
4562 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4564         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4565         defvar.
4567 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4569         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4570         (mm-pkcs7-enveloped-magic): Ditto.
4572 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4574         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4575         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4577 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4579         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4580         default, it's better.
4582 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4584         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4585         summary line gnus-number property and ignore them (with a warning
4586         message).
4588 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4590         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4591         macro caddr in the interactive form since it won't be expanded.
4593 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4595         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4596         `charset'; fix name of function called recursively.
4597         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4599 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4601         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4602         (gnus-mime-set-charset-parameters): New function.
4603         (gnus-mime-view-part-as-charset): Use it to correctly display part
4604         specifying wrong charset.
4606 2008-09-08  David Engster  <dengste@eml.cc>
4608         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4609         in completing-read for back end server.
4611 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4613         * message.el (message-confirm-send): New variable to confirm sending a
4614         message.
4615         (message-send): Use it.
4617 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4619         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4621 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4623         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4625 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4627         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4628         prevent tracking too many groups.
4629         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4630         Use it.
4632 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4634         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4635         moving point to the bottom of the window in order to avoid recentering.
4637 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4639         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4640         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4641         (gnus-article-beginning-of-window): Fix calculation.
4643 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4645         * gnus-msg.el (gnus-summary-supersede-article)
4646         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4647         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4648         message header.
4650 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4652         * message.el:
4653         * gnus-start.el:
4654         * gnus-registry.el: Remove VMS support.
4656 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4658         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4659         macro.
4660         (rfc2104-hash): Use it.
4662 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4664         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4665         (gnus-summary-sort-by-most-recent-date): New commands.
4666         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4667         and menu entries.
4669 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4671         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4672         don't redisplay article for raw contents; remove plural articles stuff.
4674         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4675         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4676         on gnus-summary-save-article; display results properly.
4678 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4680         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4682 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4684         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4685         gnus-save-all-headers.
4687 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4689         * gnus-util.el (ns-focus-frame): Remove declaration.
4690         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4691         like x.
4693 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4695         * rfc2104.el (rfc2104-zero): Delete defconst.
4696         (rfc2104-hex-alist): Likewise.
4697         (rfc2104-hex-to-int): Delete func.
4698         (rfc2104-hexstring-to-bitstring): Likewise.
4699         (rfc2104-nybbles): New defconst.
4700         (rfc2104-hash): Rewrite for speed.
4702 2008-07-16  Glenn Morris  <rgm@gnu.org>
4704         * gnus-util.el (ns-focus-frame): Declare for compiler.
4706 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4708         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4709         set as a group parameter.
4710         (gnus-summary-save-in-pipe): Work when it is called independently.
4711         (gnus-summary-pipe-to-muttprint): Don't modify
4712         gnus-summary-pipe-output-default-command.
4714 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4716         * message.el (message-send-mail-with-sendmail):
4717         Display the error message.
4719 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4721         * gnus-art.el (gnus-default-article-saver):
4722         Add gnus-summary-save-in-pipe to choices.
4723         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4724         gnus-summary-pipe-output-default-command as the default command.
4725         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4726         instead of gnus-last-shell-command.
4728         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4729         New user option.
4730         (gnus-summary-muttprint-program): Mention the value will be changed.
4731         (gnus-summary-save-article): Force showing of all headers.
4732         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4734 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4736         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4738 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4740         * nnimap.el (nnimap-id):
4741         * sieve-manage.el (sieve-manage-open): Doc fixes.
4743 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4745         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4746         if available.
4748 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4750         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4752         * nnkiboze.el (nnkiboze-generate-group):
4753         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4755         * nnmairix.el: Require CL.
4757 2008-06-15  David Engster  <dengste@eml.cc>
4759         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4761 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4763         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4764         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4765         runtime choice under XEmacs.
4767         * gnus-sum.el (gnus-summary-set-display-table):
4768         Use `gnus-put-display-table', `gnus-get-display-table',
4769         `gnus-set-display-table' for the display table, instead of `aset'.
4771 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4773         * nnmairix.el: Add autoloads.
4775 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4777         * nnmairix.el (nnmairix-delete-recreate-group)
4778         (nnmairix-update-and-clear-marks): Fix error messages.
4780 2008-06-14  David Engster  <dengste@eml.cc>
4782         * nnmairix.el: Upgrade to version 0.6.
4783         (nnmairix-group-toggle-propmarks-this-group)
4784         (nnmairix-group-toggle-readmarks-this-group)
4785         (nnmairix-group-delete-recreate-this-group)
4786         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4787         (nnmairix-remove-tick-mark-original-article): New commands.
4788         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4789         (nnmairix-propagate-marks-to-nnmairix-groups)
4790         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4791         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4792         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4793         functions needed for marks propagation and manipulation of read marks.
4794         (nnmairix-update-groups): New function.
4795         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4796         (nnmairix-determine-original-group-from-registry)
4797         (nnmairix-determine-original-group-from-path)
4798         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4799         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4800         New helper functions.
4801         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4802         keystrokes for new commands.
4803         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4804         (nnmairix-request-group): Check allow-fast group parameter.
4805         (nnmairix-request-create-group): Set allow-fast group parameter if
4806         nnmairix-allowfast-default is set.
4807         (nnmairix-close-group): Propagate marks upon closing if needed.
4808         (nnmairix-group-toggle-threads-this-group): Use new.
4809         nnmairix-group-toggle-parameter helper function.
4810         (nnmairix-search): Better check for empty search result.
4811         (nnmairix-goto-original-article): Use new helper functions for
4812         determining original article.
4813         (nnmairix-show-original-article): Make sure message-id is in brackets.
4814         (nnmairix-call-mairix-binary): Change variable name.
4815         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4816         helper function.
4817         (nnmairix-widget-toggle-activate): Fix doc string.
4819 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4821         * nnir.el: Require edmacro when compiling with XEmacs.
4822         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4823         available in Emacs 21.
4825 2008-06-11  Glenn Morris  <rgm@gnu.org>
4827         * gnus-util.el (x-focus-frame):
4828         * gnus.el (image-size):
4829         * mm-decode.el (image-size): Declare.
4831         * gnus-picon.el (declare-function): Add compat definition.
4832         (image-size): Declare.
4834         * gnus-group.el (tool-bar-map):
4835         * gnus-sum.el (tool-bar-map): Define for compiler.
4837         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4839         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4841         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4842         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4843         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4844         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4845         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4846         * sieve-manage.el, spam-report.el, spam.el:
4847         Remove unnecessary eval-and-compile of autoloads.
4849 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4851         * auth-source.el: Precise Tramp doc.
4853 2008-06-07  Glenn Morris  <rgm@gnu.org>
4855         * nnmairix.el: Remove unnecessary eval-when-compile.
4857 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
4859         * nnir.el: New file.
4861 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * gnus-util.el (gnus-read-shell-command): New function.
4864         * mm-decode.el (mm-pipe-part):
4865         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4867 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4869         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4871 2008-06-03  Glenn Morris  <rgm@gnu.org>
4873         * pop3.el (nnheader-accept-process-output): Autoload it.
4875 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4877         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4878         are not 2-digit hexadecimal characters that follow `%'s.
4880 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * message.el (message-bogus-recipient-p): Fix type in doc string.
4883         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4884         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4885         Improve custom options.
4886         (message-bogus-recipient-p): Adjust accordingly.
4888 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4890         * nnmairix.el: Require edmacro when compiling with XEmacs.
4892 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4894         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4895         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4897 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4899         * auth-source.el: Add more docs.
4901 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4904         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4905         retrieval faster in some cases, but might make CPU usage larger.  If
4906         this has any bad side effects, we might revert this change.
4908         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4909         seems to make mail retrieval much, much faster.
4910         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4911         unconditionally.
4913         * gnus-draft.el (gnus-group-send-queue): Bind
4914         message-send-mail-partially-limit to nil to avoid being prompted.
4916 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4918         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4920         * message.el (message-bogus-address-regexp): Fix and improve custom
4921         type.
4922         (message-setup-hook): Add message-check-recipients as custom option.
4924 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4926         * message.el (message-cite-function): Remove bogus autoload which crept
4927         in during merge from v5-10.
4929 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4931         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4933         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4935         * auth-source.el: Preliminary Tramp docs.
4936         (auth-sources): Change the default auth-sources to use
4937         EPA .gpg files.
4939 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4941         * nntp.el: Autoload `auth-source-user-or-password'.
4942         (nntp-send-authinfo): Use it.
4944         * nnimap.el: Autoload `auth-source-user-or-password'.
4945         (nnimap-open-connection): Use it.
4947         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4948         for the gnus-message function.
4949         (auth-source-user-or-password): Use it.
4951 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4953         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4954         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4955         (rfc2104-hash): Use it.
4957 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4959         * gnus-art.el (gnus-article-toggle-truncate-lines):
4960         Don't use `iff' in docstring.
4962 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4964         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4966         * gnus-util.el (gnus-extract-address-component-name)
4967         (gnus-extract-address-component-email): Convenience functions around
4968         `gnus-extract-address-components'.
4970         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4971         Use `gnus-extract-address-component-email' to fix bug of comparing full
4972         sender name to `user-mail-address'.
4974 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4976         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4977         catch/throw to optimize.
4978         (gnus-registry-find-keywords): Just use member to find a keyword.
4980 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4982         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4983         is current before calling gnus-server-prepare.
4984         (gnus-server-setup-buffer, gnus-server-update-server)
4985         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4987 2008-05-04  Juri Linkov  <juri@jurta.org>
4989         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4990         (mailcap-file-default-commands): Use mailcap-replace-in-string
4991         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4992         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4994 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4996         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4998 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5001         hooks.
5002         (gnus-update-read-articles): Speed up non-marks-using users.
5003         (gnus-use-marks): Define gnus-use-marks.
5004         (gnus-propagate-marks): Rename variable to something more sensible.
5006 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5008         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5009         (gmm-image-load-path-for-library): Fix typos in docstrings.
5010         (gmm-message): Reflow docstring.
5012 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5014         * mail-source.el (mail-source-set-1, mail-source-bind):
5015         Move auth-source code out of the macro to clean it up and fix bugs.
5017 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5019         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5020         by sender if it's equal to user-mail-address, it's likely to be
5021         useless.
5023         * mail-source.el (mail-source-bind): Don't use user or password if they
5024         are not bound.  Unintern them if they are nil.  Don't use server unless
5025         it's bound, and default it to empty string otherwise.
5027 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5029         * mail-source.el: Load auth-source.el.
5030         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5031         get user name or password, if auth-sources is set up.
5033         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5034         strategy of splitting with parent.
5035         (gnus-registry-split-fancy-with-parent)
5036         (gnus-registry-post-process-groups): Use it and fix prior
5037         bug (returning a list as the split result).
5039         * auth-source.el (auth-sources): Remove server parameter.
5040         (auth-source-pick, auth-source-user-or-password)
5041         (auth-source-user-or-password-imap)
5042         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5043         (auth-source-user-or-password-sftp)
5044         (auth-source-user-or-password-smtp): Remove server parameter.
5046 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5048         * smime.el (smime-sign-region, smime-encrypt-region)
5049         (smime-decrypt-region):
5050         Remove redundant calls to `generate-new-buffer-name'.
5052 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5054         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5055         Don't use QP for message/rfc822.
5056         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5058 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * sieve-manage.el (sieve-string-bytes): Remove.
5061         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5062         correct byte-length only if the process's coding-system is the same as
5063         the one used internally by Emacs to represent strings.
5065 2008-04-22  Juri Linkov  <juri@jurta.org>
5067         * mailcap.el (mailcap-file-default-commands): New function.
5069 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5071         * message.el (message-signature-separator, message-cite-function):
5072         Change custom version.
5074 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5076         * mm-decode.el (mm-display-external): Make temp file read-only.
5078 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5080         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5081         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5082         `C-c C-f d'.
5084 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5086         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5088 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5090         * auth-source.el: Added docs.
5091         (auth-sources): Modify format to support server.
5092         (auth-source-pick, auth-source-user-or-password)
5093         (auth-source-user-or-password-imap)
5094         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5095         (auth-source-user-or-password-sftp)
5096         (auth-source-user-or-password-smtp): Add server parameter.
5098 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5100         * gnus-registry.el: Initialize the registry when gnus-registry-install
5101         is t.
5103 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5105         * compface.el (uncompface): Make buffer unibyte.
5107 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * mail-source.el (mail-source-value):
5110         Prefer fboundp to functionp so it works with macros as well.
5112 2008-04-05  Glenn Morris  <rgm@gnu.org>
5114         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5116 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5118         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5119         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5121         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5122         multibyteness after rather than before erasing it.
5124         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5125         mm-with-multibyte.
5126         (gnus-request-article-this-buffer): Make sure the proper decoding is
5127         used if gnus-original-article-buffer happens to be unibyte.
5129         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5130         default-enable-multibyte-characters.
5132         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5133         default-enable-multibyte-characters.
5135         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5137         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5139 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5142         Fix last change in case the element is not even a symbol.
5144 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5146         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5147         imap-enable-exchange-bug-workaround.
5148         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5150 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5152         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5153         a 100 byte status-checks into a 2-3MB transfer for each group.
5154         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5155         to enable bug workaround or not.
5156         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5158 2008-03-31  Glenn Morris  <rgm@gnu.org>
5160         * message.el (mml2015-use): Declare for compiler.
5161         (message-info): Require mml2015 when appropriate.
5163 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5166         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5167         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5168         (nntp-service-to-port): New function.
5169         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5170         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5171         (nntp-open-netcat-stream): New function.
5172         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5174 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5176         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5178 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5182 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5184         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5186 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5188         * message.el (message-signature-separator): Change default.
5189         Improve custom type.
5190         (message-cite-function): Change default to
5191         message-cite-original-without-signature.
5193         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5194         toggle.
5196         * message.el (message-check-news-body-syntax): Fix signature check.
5197         (message-setup-1): Mark buffer as unmodified _after_ running
5198         message-setup-hook and handling message-alternative-emails.
5199         (message-shorten-references): Be more strict when building list of
5200         valid references to comply with GNKSA.
5202         * gnus-group.el (gnus-read-ephemeral-bug-group)
5203         (gnus-read-ephemeral-debian-bug-group)
5204         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5206         * message.el (message-info): Don't use booleanp which isn't supported
5207         in Emacs 21 and XEmacs.
5209 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5211         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5212         gnus-group-gmane-group-download-format.
5213         (gnus-group-read-ephemeral-gmane-group): Rename from
5214         gnus-group-read-ephemeral-gmane-group.
5215         (gnus-read-ephemeral-gmane-group-url): Rename from
5216         gnus-group-read-ephemeral-gmane-group-url.
5217         (gnus-bug-group-download-format-alist): New variable.
5218         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5219         (gnus-read-ephemeral-emacs-bug-group): New commands.
5221 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5223         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5224         (gnus-visible-headers): Improve custom type.
5226 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5228         * mml.el (mml-menu): Add workarounds for XEmacs.
5230         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5231         X-Boundary header.
5233         * message.el (message-simplify-recipients): Fix previous commit.
5235 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5237         * mm-util.el (mm-set-buffer-multibyte): New function.
5238         * mm-decode.el (mm-copy-to-buffer): Use it.
5240         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5241         Prefer fboundp to functionp so it works with macros as well.
5243 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5245         * message.el (message-alter-recipients-discard-bogus-full-name):
5246         New function.
5247         (message-alter-recipients-function): New variable.
5248         (message-get-reply-headers): Use it.
5249         (message-replace-header): New helper function.
5250         (message-recipients-without-full-name): New variable.
5251         (message-simplify-recipients): New command.
5253         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5255         * message.el (message-info): Handle EasyPG manual.
5257         * mml.el (mml-menu): Add entry for EasyPG.
5259 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5261         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5262         parameter.
5264         * message.el (message-disassociate-draft): Specify drafts group name
5265         fully.
5267 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5269         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5270         unnecessary duplicates from the match list.
5272 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5274         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5275         args of `how-many' of which the XEmacs version doesn't take; declare
5276         Info-index-next as function.
5278 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5280         * gnus-score.el (gnus-score-headers): Fix handling of
5281         gnus-inhibit-slow-scoring.
5283         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5284         string.
5285         (gnus-button-url-regexp): Improve handling of parenthesis.
5286         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5287         (gnus-button-handle-info-keystrokes): Handle index entries.
5289 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5291         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5292         Incoming* files.
5294 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5296         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5297         (auth-source-pick): Use it.
5299 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5301         * auth-source.el (auth-source-protocols)
5302         (auth-source-protocols-customize, auth-source-choices): Added and
5303         modified variable customizations and defaults.
5304         (auth-source-pick, auth-source-user-or-password)
5305         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5306         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5307         (auth-source-user-or-password-sftp)
5308         (auth-source-user-or-password-smtp): Use new variables and provide an
5309         interface to netrc.el.
5311 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5313         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5314         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5315         Make sure the nntp port to specify is a string.
5317 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * nntp.el: Use with-current-buffer.
5320         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5321         dubious mm-with-unibyte-current-buffer.
5322         (nntp-with-open-group-function): New function extracted from
5323         nntp-with-open-group macro.
5324         (nntp-with-open-group): Use the function, so it's easier to debug.
5325         Add indentation and debugging info.
5326         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5327         the use of the netcat alternatives.
5329         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5330         Avoid mm-string-as-multibyte as well.
5332         * nnweb.el (nnweb-insert-html):
5333         Remove use of nnheader-string-as-multibyte.
5335         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5336         (nnheader-string-as-multibyte): Remove.
5338         * mm-view.el: Use inhibit-read-only.
5339         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5340         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5341         or unibyte-string.
5343         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5344         (mm-uu-yenc-extract): Use with-current-buffer.
5346         * gnus-soup.el (gnus-soup-send-packet): Don't use
5347         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5349         * nnmh.el: Use with-current-buffer.
5350         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5351         mm-string-as-multibyte on the output of mm-encode-coding-string.
5353         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5354         (nnimap-request-move-article): Use with-current-buffer.
5356         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5357         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5358         conversion uses string-make-unibyte rather than string-as-unibyte.
5360         * gnus-msg.el: Use with-current-buffer.
5362         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5364 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5366         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5367         string for caching if it is 'PIN.
5369 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5371         * mail-source.el (mail-source-delete-old-incoming-confirm):
5372         Change default to nil.
5373         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5375 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5377         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5378         (gnus-article-goto-prev-page): Work for articles having ^L's.
5380         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5382         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5384 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5386         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5387         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5388         (gnus-bookmark-jump): Adjust some variable names.
5390 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5392         * auth-source.el: New package.
5393         (auth-source-choices): Add customization entry point variable.
5395         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5396         bug.
5398 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5400         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5401         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5402         (gnus-registry-install-shortcuts): Rename from
5403         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5404         the `gnus-registry-mark-map' keymap dynamically from
5405         `gnus-registry-marks'.  The generated functions update the summary line
5406         when a registry mark is added or deleted, and will call
5407         `gnus-registry-install-p' (see the comments in the code).
5408         (gnus-registry-user-format-function-M): Use concat intelligently.
5410         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5411         the registry mark functions.
5413 2008-03-05  Glenn Morris  <rgm@gnu.org>
5415         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5416         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5417         gnus-art.
5418         (top-level): No need to load own source when compiling.
5420 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5422         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5423         Suggested by <chris.anderton@zetnet.co.uk>.
5425 2008-03-04  Glenn Morris  <rgm@gnu.org>
5427         * gnus-sum.el (top-level): No need to require gnus when compiling,
5428         since unconditionally required near start of file.
5429         (gnus-summary-display-while-building): Move definition before use.
5431 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5433         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5434         formatting function.
5436 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5438         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5439         with plists.
5440         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5441         Use new format.
5443 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5445         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5446         `where-is-internal' that returns a range of key sequences.
5448 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5450         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5452         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5453         (gnus-summary-jump-to-group): Consider windows on other displayed
5454         frames as well.  Similar changes might be needed elsewhere, but that's
5455         the one I've bumped into during my use.
5457         * nndoc.el (nndoc-oe-dbx-type-p):
5458         * gnus-msg.el (gnus-debug):
5459         * gnus-group.el (gnus-update-group-mark-positions):
5460         Use mm-string-to-multibyte.
5462 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5464         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5465         doesn't handle NotDashEscaped.
5467         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5468         (mml-dnd-attach-options): Fix typo in custom choice.
5470         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5471         nndoc-article-type to mbox.
5472         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5474         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5475         to nil, instead of html2text.
5477         * imap.el (imap-debug): Add `imap-ping-server'.
5479         * gnus-bookmark.el: Add FIXMEs.
5481         * message.el (message-form-letter-separator)
5482         (message-send-form-letter-delay): New variables.
5483         (message-send-form-letter): Use them.  New command to send form
5484         letters.  Requested by Uwe Siart.
5485         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5487 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5489         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5490         empty author.
5492 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5494         * gnus-registry.el (gnus-registry-marks): Add variable for
5495         customization of marks and their appearance.
5496         (gnus-registry-read-mark): Use it.
5497         (gnus-registry-do-marks): Add utility function to loop through
5498         `gnus-registry-marks'.
5499         (gnus-registry-install-shortcuts-and-menus): Add function to install
5500         shortcuts and menus.
5501         (gnus-registry-initialize): Use it.
5502         (gnus-registry-default-mark): Clarify documentation.
5504 2008-02-29  Glenn Morris  <rgm@gnu.org>
5506         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5507         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5508         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5509         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5510         Change defcustom :version from 23.0 to 23.1.
5512 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5514         * gnus-registry.el (gnus-registry-follow-group-p)
5515         (gnus-registry-post-process-groups): Add functions to aid registry
5516         splitting and improve logging.  Clarify behavior in function
5517         documentation.
5518         (gnus-registry-split-fancy-with-parent): Use them.
5520 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5522         * gnus-art.el: Use with-current-buffer.
5524 2008-02-27  David Engster  <dengste@eml.cc>
5526         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5527         Express real group name in the response.
5529 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5531         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5532         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5533         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5534         autoload gnus-registry-fetch-group when compiling.
5535         (nnmairix-request-group-with-article-number-correction): Remove
5536         unreferenced argument passed to nnmairix-call-backend.
5538 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5540         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5541         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5542         Wilde.
5544 2008-02-27  Glenn Morris  <rgm@gnu.org>
5546         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5547         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5548         variables to defconsts.  Convert comments to doc-strings.
5549         (nnmairix-last-server, nnmairix-current-server): Convert from free
5550         variables to defvars.  Convert comments to doc-strings.
5551         (gnus-registry-fetch-group): Autoload.
5552         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5553         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5554         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5555         caddr.
5556         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5557         nnmairix-request-group-with-article-number-correction call.
5558         (nnmairix-fast, nnmairix-group): New, less general names, for free
5559         variables passed from nnmairix-request-group to
5560         nnmairix-request-group-with-article-number-correction.  Declare.
5561         (nnmairix-request-group-with-article-number-correction):
5562         Use nnmairix-fast, nnmairix-group rather than fast, group.
5564 2008-02-26  David Engster  <dengste@eml.cc>
5566         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5567         version 0.5.
5569 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5571         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5572         instead of making an extra function call.  Don't add the current group
5573         to articles only when they have the group.  Use
5574         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5575         Reported by David <de_bb@arcor.de>.
5577 2008-02-24  Miles Bader  <miles@gnu.org>
5579         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5580         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5581         (mm-find-mime-charset-region):
5582         * mm-bodies.el (mm-encode-body):
5583         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5585 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5587         * mail-source.el (mail-source-delete-incoming): Change default.
5588         Supplement doc string.
5590         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5592 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5594         * nnmail.el (nnmail-message-id-cache-file): Derive from
5595         `gnus-home-directory'.
5597 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5599         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5600         Document negative prefix.
5602         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5604 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606         * message.el (message-unsent-separator): Add the Exim bounce
5607         separator.
5609 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5611         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5612         list.
5613         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5614         recipient/signer list.
5616 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5618         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5619         fbound (Emacs 23 unicode), signal an error.
5621 2008-02-08  Glenn Morris  <rgm@gnu.org>
5623         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5625 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5627         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5628         ports to the calls to `netrc-machine-user-or-password' in addition to
5629         "imap" and "imaps".
5631 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5633         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5634         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5635         <hanche@math.ntnu.no>.
5637 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5639         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5641 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5643         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5645         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5647 2008-02-01  Miles Bader  <miles@gnu.org>
5649         * mml.el (mml-parse-1): Remove apparently vestigial use of
5650         `mm-hack-charsets'.
5651         * mm-bodies.el (mm-encode-body): Likewise.
5653 2008-02-01  Kenichi Handa  <handa@m17n.org>
5655         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5656         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5657         (rfc2104-hash): Convert the result of concat to unibyte string.
5659 2008-02-01  Dave Love  <fx@gnu.org>
5661         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5662         coding-system-for-read.
5663         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5665         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5666         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5667         (mm-find-mime-charset-region): Remove hack-charsets stuff.
5669 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5671         * mail-source.el (mail-sources): Add `group' choice.
5673         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5674         parameter `in-group' to control into which group the articles go.
5675         Add treatment of `group' mail-source.
5677 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5679         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5680         * message.el (message-beginning-of-line): Use featurep instead of bound
5681         tests in order to resolve conditionals at compile time.
5683 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5685         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5687         * mm-decode.el (mm-dissect-buffer): Decode description.
5689         * mml.el (mml-to-mime): Encode message header first.
5691 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5694         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5696 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5698         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5700 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5702         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5703         prefix keys.
5704         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5705         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5706         gnus-xmas.el.
5708 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5710         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5711         Add new variables for article mark management.
5712         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5713         list of extra data entries which, when present, will indicate that the
5714         article ID should not be trimmed from the registry.
5715         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5716         functions.
5717         (gnus-registry-read-mark): New function to read a mark name from the
5718         user.
5719         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5720         (gnus-registry-set-article-mark-internal): New functions to add and
5721         remove marks.
5722         (gnus-registry-get-article-marks): New function to show the marks for
5723         an article, or retrieve them for further use.
5725 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5727         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5728         keys when no argument is given.
5730 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5732         * gnus-sum.el (gnus-article-sort-by-random)
5733         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5734         jidanni@jidanni.org.
5736 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5738         * gnus-art.el (gnus-article-describe-bindings): New function.
5739         (gnus-article-read-summary-keys): Use it.
5740         (gnus-article-mode-map): Bind `C-h b' to it.
5742 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5744         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5745         XEmacs.
5746         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5747         against non-character events.
5749 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5751         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5752         command.
5753         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5754         instead of END.  Change name of the temp file.
5755         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5756         customizable.
5758 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5760         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5761         bind `S W' to gnus-article-wide-reply-with-original; set default
5762         binding to gnus-article-read-summary-send-keys.
5763         (gnus-article-read-summary-keys): Fix the order of keys; display
5764         continuation keys correctly in the echo area; describe bindings
5765         correctly when keys end with `C-h'.
5766         (gnus-article-read-summary-send-keys): New function.
5767         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5768         for gnus-article-read-summary-send-keys; display continuation keys
5769         correctly in the echo area.
5770         (gnus-article-reply-with-original): Ignore prefix argument.
5771         (gnus-article-wide-reply-with-original): New function.
5773 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5775         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5776         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5778 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5780         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5781         (gnus-group-read-ephemeral-gmane-group): New command.
5783 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5785         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5787 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5789         * message.el (message-send-mail-function): Increase custom version.
5791         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5792         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5794 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5796         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5797         html parts correctly; support forwarded messages.
5798         (gnus-article-browse-html-article): Remove work buffers.
5800         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5801         compiling.
5802         (netrc-bound-and-true-p): New macro.
5803         (netrc-parse): Use it instead of bound-and-true-p that is not available
5804         in XEmacs 21.4.
5806 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5808         * gnus-registry.el (gnus-registry-mark-article)
5809         (gnus-registry-article-marks): Add functionality to mark articles
5810         through the Gnus registry.
5812         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5813         (netrc-parse): Use encrypt-file-alist to determine if
5814         encrypt-find-model or encrypt-insert-file-contents should be used.
5816 2007-12-19  Glenn Morris  <rgm@gnu.org>
5818         * mml.el (message-options-set, message-narrow-to-head)
5819         (message-in-body-p, message-mail-p, message-encode-message-body):
5820         Autoload.
5821         (message-remove-header, message-narrow-to-headers-or-head)
5822         (message-subscribed-p, message-make-mail-followup-to)
5823         (message-position-on-field, message-news-p)
5824         (message-options-set-recipient, message-generate-headers)
5825         (message-sort-headers): Declare as functions.
5827 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5829         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5830         convention in doc string.
5832 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5834         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5835         title to html parts.
5836         (gnus-article-browse-html-article): Pass message header to it.
5838         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5840 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5842         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5843         or password compatible with XEmacs.
5845 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5847         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5848         format document.
5849         (gnus-mime-delete-part): Don't write description line if empty.
5850         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5852 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5854         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5855         (gnus-summary-mark-read-and-unread-as-read)
5856         (gnus-summary-mark-current-read-and-unread-as-read)
5857         (gnus-summary-mark-unread-as-ticked): Doc fix.
5858         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5860 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5862         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5863         Christoph Conrad <christoph.conrad@gmx.de>.
5865 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5867         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5868         yes-or-no-p.
5870 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5872         * mm-decode.el (mm-add-meta-html-tag): New function.
5873         (mm-save-part-to-file, mm-pipe-part): Use it.
5875         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5876         gnus-y-or-n-p instead of y-or-n-p.
5877         (gnus-article-browse-html-parts): Work with message/external-body; use
5878         mm-add-meta-html-tag.
5880 2007-12-11  Glenn Morris  <rgm@gnu.org>
5882         * gnus-cache.el: Require gnus-sum not just when compiling.
5884         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5886         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5887         definitions before use.
5889         * mm-decode.el: Require gnus-util.
5890         (mm-remove-part): Only call delete-annotation on XEmacs.
5892         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5894         * nnmail.el: Require gnus-int.
5896         * spam.el: Move `require's before `eval-when-compile's.
5898         * gnus-ems.el (gnus-alive-p):
5899         * gnus-fun.el (message-goto-eoh):
5900         * gnus-util.el (gnus-group-name-decode):
5901         * mail-source.el (gnus-compress-sequence):
5902         * message.el (Info-goto-node, format-spec):
5903         * mm-bodies.el (message-options-get):
5904         * mm-decode.el (mm-view-pkcs7):
5905         * mm-util.el (gmm-write-region):
5906         * mml-smime.el (mml-compute-boundary)
5907         (gnus-completing-read-with-default):
5908         * mml.el (widget-button-press, gnus-make-hashtable):
5909         * mml1991.el (mm-decode-content-transfer-encoding)
5910         (mm-encode-content-transfer-encoding)
5911         (message-options-get, message-options-set):
5912         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5913         * nnfolder.el (gnus-request-group):
5914         * nnheader.el (ietf-drums-unfold-fws):
5915         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5916         * smime.el (gnus-run-mode-hooks):
5917         * spam-stat.el (gnus-message): Autoload.
5919         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5920         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5921         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5922         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5923         Add declare-function compatibility definition.
5925         * gnus-cache.el (nnvirtual-find-group-art):
5926         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5927         (gnus-add-image, gnus-add-wash-type):
5928         * gnus-group.el (nnkiboze-score-file):
5929         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5930         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5931         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5932         (message-tokenize-header, gnus-get-buffer-create)
5933         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5934         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5935         * gnus.el (gnus-group-decoded-name):
5936         * mail-source.el (imap-capability):
5937         * mm-bodies.el (message-options-set):
5938         * mm-decode.el (gnus-configure-windows):
5939         * mm-extern.el (message-goto-body):
5940         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5941         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5942         (epg-sub-key-validity, message-options-set):
5943         * mml.el (widget-event-point, gnus-configure-windows):
5944         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5945         * mml2015.el (epg-check-configuration, epg-configuration)
5946         (message-options-set):
5947         * nndb.el (nndb-request-article):
5948         * nnfolder.el (gnus-request-create-group):
5949         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5950         * nnmaildir.el (gnus-group-mark-article-read):
5951         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5952         * rfc1843.el (message-fetch-field):
5953         * spam.el (gnus-extract-address-components):
5954         Declare as functions.
5956 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5958         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5960 2007-12-09  Glenn Morris  <rgm@gnu.org>
5962         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5964         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5965         * message.el, mm-view.el, sieve-manage.el, smime.el:
5966         Add declare-function compatibility definition.
5968         * gnus-art.el (w3-region, w3m-region, Info-menu):
5969         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5970         * gnus-sum.el (gnus-get-predicate):
5971         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5972         * message.el (mail-abbrev-in-expansion-header-p):
5973         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5974         (w3m-detect-meta-charset, w3m-region):
5975         * sieve-manage.el (password-read, password-cache-add)
5976         (password-cache-remove):
5977         * smime.el (password-read-and-add): Declare as functions.
5979 2007-12-08  David Kastrup  <dak@gnu.org>
5981         * gnus-sum.el (gnus-summary-simplify-subject-query):
5982         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5983         `message'.
5985 2007-12-07  Glenn Morris  <rgm@gnu.org>
5987         * gnus-art.el (article-make-date-line): Revert previous change.
5989 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5991         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5993 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5995         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5996         Call gnus-add-to-range ranges only once with a prepared article-list.
5998 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6000         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6001         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6002         group names with backslashes.  Reported by Tassilo Horn
6003         <tassilo@member.fsf.org>.
6005 2007-12-06  Deepak Goel  <deego3@gmail.com>
6007         * gnus-art.el (article-make-date-line):
6008         * gnus-start.el (gnus-load):
6009         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6011 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6013         * gnus-art.el (gnus-use-idna)
6014         * gnus-start.el (gnus-site-init-file)
6015         * message.el (message-use-idna)
6016         * mm-uu.el (mm-uu-hide-markers)
6017         * smiley.el (smiley-style): Revert changes that suppress warnings.
6019 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6021         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6022         specify charset to html source.  Reported by Christoph Conrad
6023         <christoph.conrad@gmx.de>.
6025 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6027         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6028         idna-program in order to suppress byte compile warning issued by XEmacs
6029         that came to byte compile the default value section of defcustom forms
6030         recently.
6032         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6033         value of installation-directory.
6035         * message.el (message-use-idna): Don't directly refer to the value of
6036         idna-program.
6038         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6040         * smiley.el (smiley-style): Don't directly call face-attribute.
6042 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6044         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6046         * gnus-dired.el: Reduce Gnus dependencies.
6047         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6048         require.  Use autoloads instead.
6049         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6050         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6051         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6052         (gnus-dired-mode): Adjust doc string.
6053         (gnus-dired-mail-mode): New variable.
6054         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6055         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6056         (gnus-dired-mail-buffers): New function.  Return mail or message
6057         composition buffers.
6058         (gnus-dired-attach): Use it.
6059         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6060         NO-DECODE.
6061         (gnus-dired-print): Use `gnus-print-buffer' depending on
6062         `gnus-dired-mail-mode'.
6064 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6066         * rfc2047.el (rfc2047-encoded-word-regexp)
6067         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6068         explaining what regexp patterns are for.
6070 2007-12-04  Glenn Morris  <rgm@gnu.org>
6072         * password.el: Move to ../password-cache.el.
6074         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6075         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6076         * mml-smime.el (password-read, password-cache-add)
6077         (password-cache-remove):
6078         No need to autoload, since mml-sec requires password.
6080         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6081         * message.el (gnus-extract-address-components):
6082         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6084         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6085         password.
6087 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6089         * mailcap.el: Reduce dependencies.
6090         (mail-header-parse-content-type): Autoload.
6091         (mailcap-delete-duplicates): New alias.
6092         (mailcap-mime-info): Add optional argument NO-DECODE.
6093         (mailcap-mime-types): Use mailcap-delete-duplicates.
6095         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6097 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6100         function.
6102         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6103         (gnus-uu-yenc-article): New function.
6105         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6107         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6108         buffer.
6110 2007-12-02  Glenn Morris  <rgm@gnu.org>
6112         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6113         Move to ../net.
6115         * binhex.el, uudecode.el: Move to ../mail.
6117         * encrypt.el: Remove file.
6119 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6121         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6122         matches on patches.
6124         * gnus-art.el (gnus-article-browse-html-article): Mention
6125         `mm-text-html-renderer' in the doc string.
6127         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6128         string.  Add comments.
6130         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6131         if rhs is ASCII.
6133 2007-12-01  Glenn Morris  <rgm@gnu.org>
6135         * dig.el, dns.el: Move to ../net.
6136         * format-spec.el, hex-util.el, sha1.el: Move to ../.
6138         * mail-source.el (top-level): Require format-spec before
6139         eval-when-compile.
6141 2007-11-30  Glenn Morris  <rgm@gnu.org>
6143         * encrypt.el: Require password, rather than autoloading password-read.
6145 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6147         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6148         caller can indicate whether the cache should be disregarded for this
6149         call.  This way the result of the call is reproducible at all times and
6150         can be considered a canonical server name for the supplied method.
6151         (gnus-agent-method-p): Canonicalize server names by pushing their
6152         method through `gnus-method-to-server' using the no-cache argument.
6154         * gnus-srvr.el (gnus-server-insert-server-line): Call
6155         `gnus-method-to-server' with `no-cache' argument.
6157         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6158         gnus-agent-possibly-synchronize-flags as this should be called when the
6159         server is actually being opened.
6160         (gnus-agent-possibly-synchronize-flags)
6161         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6162         flags file of an agentized server to the latter function.
6164         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6165         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6166         after a connection has been established successfully.
6168 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6170         * gnus-art.el (article-display-face): Force to display face if called
6171         interactively; check if gnus-article-x-face-too-ugly matches author.
6172         (article-display-x-face): Display face even if From header is missing
6173         as article-display-face does.
6175 2007-11-28  Richard Stallman  <rms@gnu.org>
6177         * md4.el: Move to ../.
6178         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6180 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6182         * mail-source.el (mail-sources): Default to fetch from file for
6183         compatibility with default of nnmail-spool-file.
6185 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6187         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6188         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6189         to look for encoded word that should be encoded again.
6190         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6191         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6192         encoding pattern.
6193         (rfc2047-decode-region): Switch strict regexp and loose one according
6194         to rfc2047-allow-irregular-q-encoded-words.
6196 2007-11-26  Simon Josefsson  <simon@josefsson.org>
6198         * imap.el: Move to ../net directory.
6200 2007-11-25  Romain Francoise  <romain@orebokech.com>
6202         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6204 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6206         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6207         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6209         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6210         `nnmail-spool-file'.
6212         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6213         `nnmail-spool-file'.
6215         * gnus-move.el (gnus-change-server): Ditto.
6217         * gnus-kill.el (gnus-batch-score): Ditto.
6219         * gnus-cache.el (gnus-jog-cache): Ditto.
6221         * gnus-msg.el (gnus-summary-reply):
6222         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6224 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6226         * gnus-cache.el (gnus-cache-generate-nov-databases):
6227         Use nnml-generate-nov-databases-directory instead of
6228         nnml-generate-nov-databases-1.
6230 2007-11-24  Glenn Morris  <rgm@gnu.org>
6232         * message.el (message-tool-bar-retro): Update for rename
6233         mail_send.xpm->mail-send.xpm.
6235 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6237         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6238         `smime-ldap-search' for Emacs 22 and up.
6240 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6242         * hashcash.el: Move to ../mail directory.
6244         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
6246         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6247         `smime-ldap-search' for Emacs 22 and up.
6249 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6251         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6253         * message.el (message-send-mail-function): Fix error convention.
6254         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6255         (message-widen-reply, message-send-mail, message-talkative-question)
6256         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6257         (message-clone-locals, message-send-news): Use with-current-buffer.
6258         (message-insert-or-toggle-importance): Remove unused var `valid'.
6259         (message-make-references): Remove unused var `new-references'.
6260         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6262 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6264         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6265         (spam-split-symbolic-return-positive): Reflow docstring.
6266         (spam-backends, spam-summary-exit-behavior)
6267         (spam-mark-ham-unread-before-move-from-spam-group)
6268         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6269         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6270         (spam-clear-cache, spam-backend-check, spam-install-backend)
6271         (spam-install-statistical-backend, spam-list-of-processors)
6272         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6273         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6274         (spam-check-crm114, spam-initialize, spam-unload-hook):
6275         Fix typos in docstrings.
6277 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6279         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6280         been checked if they have never been read and those group levels are
6281         higher than the one that a user specified.
6283 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6285         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6286         foreign groups unless a group level is specified by a user.
6287         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6289 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6291         * message.el (message-send-mail-function): Require sendmail.
6293 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6295         * message.el (message-send-mail-function): Check for smtpmail too.
6297         * utf7.el (utf7-encode, utf7-decode): Use coding system
6298         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6300         * message.el (message-send-mail-function): New function.
6301         (message-send-mail-function): Set default using
6302         message-send-mail-function.  Adjust doc string.
6303         (message-send-mail-with-mailclient): New function.
6305 2007-11-17  Richard Stallman  <rms@gnu.org>
6307         * assistant.el: Remove file.
6309 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6311         * smime.el (from):
6312         * rfc2047.el (message-posting-charset):
6313         * qp.el (mm-use-ultra-safe-encoding):
6314         * pop3.el (parse-time-months):
6315         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6316         * nnml.el (files):
6317         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6318         (jka-compr-compression-info-list, ange-ftp-path-format)
6319         (efs-path-regexp):
6320         * nndiary.el (files):
6321         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6322         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6323         (epg-digest-algorithm-alist, inhibit-redisplay)
6324         (password-cache-expiry):
6325         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6326         (pgg-output-buffer, password-cache-expiry):
6327         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6328         (efs-path-regexp):
6329         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6330         (inhibit-redisplay):
6331         * mm-uu.el (file-name, start-point, end-point, entry)
6332         (gnus-newsgroup-name, gnus-newsgroup-charset):
6333         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6334         (latin-unity-ucs-list):
6335         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6336         (mm-uu-binhex-decode-function):
6337         * message.el (gnus-message-group-art, gnus-list-identifiers)
6338         (rmail-enable-mime-composing, gnus-local-organization)
6339         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6340         (gnus-read-active-file, facemenu-add-face-function)
6341         (facemenu-remove-face-function, gnus-article-decoded-p)
6342         (tool-bar-mode):
6343         * mail-source.el (display-time-mail-function):
6344         * gnus-util.el (nnmail-pathname-coding-system)
6345         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6346         (gnus-original-article-buffer, gnus-user-agent)
6347         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6348         (xemacs-codename, sxemacs-codename, emacs-program-version):
6349         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6350         * gnus-start.el (gnus-agent-covered-methods)
6351         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6352         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6353         (gnus-newsgroup-headers, gnus-group-list-mode)
6354         (gnus-group-mark-positions, gnus-newsgroup-data)
6355         (gnus-newsgroup-unreads, nnoo-state-alist)
6356         (gnus-current-select-method, mail-sources)
6357         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6358         (nnmail-spool-file, gnus-cache-active-hashtb):
6359         * gnus-mh.el (mh-lib-progs):
6360         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6361         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6362         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6363         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6364         (gnus-group-buffer):
6365         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6366         (font-lock-set-defaults):
6367         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6368         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6369         (gnus-summary-post-menu, total-parts, type, condition, length):
6370         * gnus-agent.el (gnus-agent-read-agentview):
6371         * flow-fill.el (show-trailing-whitespace):
6372         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6373         eval-and-compile wrappers for byte compiler pacifiers.
6375         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6376         (mm-display-inline-fontify): Check for featurep 'xemacs not
6377         extent-list.
6379         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6380         itimer-list.
6381         (mm-create-image-xemacs): Only do something for XEmacs.
6382         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6384         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6386         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6387         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6389 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6391         * nnimap.el (nnimap-split-download-body):
6392         * gnus-demon.el (gnus-demon):
6393         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6395 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6397         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6398         macros.
6399         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6400         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6401         copy data from unibyte buffer to multibyte current buffer.
6402         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6403         to copy data from unibyte current buffer to multibyte buffer.
6404         (nntp-make-process-buffer): Make process buffer unibyte.
6406         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6408 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6410         * pop3.el (pop3-open-server): Accept and process data more robustly at
6411         connexion start to avoid spurious "POP SSL connexion failed" errors.
6413 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6415         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6416         read group names.
6418 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6420         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6422 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6425         (nnmail-save-active): Use a unibyte buffer when saving active file,
6426         which may contain non-ASCII group names.
6428         * nnml.el (nnml-request-group): Decode group names in messages.
6430 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6432         * message.el (message-citation-line-function)
6433         (message-insert-formatted-citation-line): Fix spelling of
6434         `message-insert-formated-citation-line'.
6436 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6438         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6440 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6442         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6443         nnmail-pathname-coding-system.
6445         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6446         that a user enters; decode group names in messages.
6448         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6450 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6452         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6454         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6456         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6457         risky local variable.
6459         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6461 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6463         * encrypt.el: Improve documentation to fix function name typo.
6464         Reported by Daiki Ueno <ueno@unixuser.org>.
6466 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6468         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6469         even if the point is not in the last page of an article.
6470         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6471         back to the previous page.
6473 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6475         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6477 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6479         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6481 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6483         * message.el (message-check-news-body-syntax): Avoid
6484         mm-string-as-multibyte.
6485         (message-hide-headers): Don't assume (point-min)==1.
6487 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6489         * message.el (message-remove-blank-cited-lines): Fix if remove is
6490         given.
6491         (message-bogus-address-regexp): New variable.
6492         (message-bogus-recipient-p): New function.
6493         (message-check-recipients): New command.
6494         (message-syntax-checks): Add `bogus-recipient'.
6495         (message-fix-before-sending): Add `bogus-recipient'.
6497         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6498         (gnus-treat-body-boundary): Don't test window-system.
6500 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6502         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6504 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6506         * gnus.el: Bump version to Gnus v5.13.
6508 2007-10-28  Miles Bader  <miles@gnu.org>
6510         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6511         at compile-time too.
6513 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6515         * gnus-msg.el (gnus-message-setup-hook): Add
6516         `message-remove-blank-cited-lines' to options.
6518 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6520         * message.el (message-remove-blank-cited-lines): New function.
6521         Suggested by Karl Plästerer.
6523 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6525         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6526         mapc.
6528         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6529         (top-level): Use mapc to set functions to be traced for debugging.
6531         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6532         called for effect with while loop.
6534         * message.el (message-talkative-question): Replace mapcar called for
6535         effect with mapc.
6537         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6538         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6539         called for effect with dolist.
6541         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6543         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6544         gnus-extra-headers and nnmail-extra-headers.
6546         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6547         called for effect with dolist.
6548         (top-level): Use mapc to set functions to be traced for debugging.
6550         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6551         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6552         dolist.
6554         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6555         Replace mapcar called for effect with mapc.
6556         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6557         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6558         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6559         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6561         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6562         remove-if that's a cl function.
6564         * webmail.el (webmail-debug): Replace mapcar called for effect with
6565         dolist.
6567 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6569         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6570         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6571         with while loop.
6573         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6574         functions from article-* functions.
6575         (gnus-multi-decode-header): Replace mapcar called for effect with
6576         dolist.
6578         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6579         (gnus-bookmark-show-details): Replace mapcar called for effect with
6580         while loop.
6582         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6583         called for effect with while loop.
6585         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6586         with dolist.
6588         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6589         mapcar called for effect with dolist.
6591         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6593         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6594         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6595         Replace mapcar called for effect with dolist.
6596         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6597         mapc.
6599         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6600         Replace mapcar called for effect with dolist.
6601         (gnus-topic-list): Replace mapcar called for effect with mapc.
6603         * gnus.el: Use mapc instead of mapcar to add autoloads.
6605 2007-10-23  Richard Stallman  <rms@gnu.org>
6607         * gnus-group.el (gnus-group-highlight): Mark as risky.
6609 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6611         * gnus.el (gnus-server-to-method): Return method found first in
6612         gnus-newsrc-alist.
6614         * gnus-art.el (gnus-article-highlight-signature)
6615         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6616         button overlay without the front stickiness.
6618 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6620         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6621         overview buffer needed a catch to receive its throw.
6622         (gnus-agent-flush-cache): Declared as interactive to make this function
6623         easier to use.
6625 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6627         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6628         `next-line'.
6630 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6632         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6633         exclude address matching message-dont-reply-to-names.
6635 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6637         * gnus-util.el (gnus-string<): New function.
6639         * gnus-sum.el (gnus-article-sort-by-author)
6640         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6642 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6644         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6645         the frame-focus tag is set in gnus-buffer-configuration.
6647 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6649         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6650         the front stickiness.
6652 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6654         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6655         url pattern; remove duplicate one.
6656         (gnus-article-extend-url-button): New function.
6657         (gnus-article-add-buttons): Use it.
6658         (gnus-button-push): Use concatenated url that it makes.
6660 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6662         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6663         (sieve-manage-open): Use `mapc' instead of `mapcar'.
6665 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6667         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6668         Don't hardcode point-min==1.
6670 2007-09-30  David Kastrup  <dak@gnu.org>
6672         * gnus-art.el (gnus-article-reply-with-original)
6673         (gnus-article-followup-with-original): When `transient-mark-mode' is
6674         off, refrain from active-region behavior for followups.
6676 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6678         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6679         Fix comment about "iso8859-1".
6681 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6683         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6684         ones returned from the verify-function.
6686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6687         mml2015-extract-cleartext-signature if extraction failed.
6689 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6691         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6692         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6693         failed.
6695 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6697         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6699 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6701         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6702         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6703         thread for both the null and zero (kill/expire thread) universal prefix
6704         cases.
6705         (gnus-summary-expire-thread): Add new function to expire a thread,
6706         using gnus-summary-kill-thread.
6707         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6708         shortcuts for gnus-summary-expire-thread.
6709         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6710         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6712 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6714         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6715         extras value, so an extras entry can be deleted.
6716         (gnus-registry-delete-extra-entry): Use it.
6717         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6718         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6719         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6720         storage through the gnus-registry, and provide an appropriate API for
6721         it.
6723 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6725         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6726         Suggested by Leo <sdl.web@gmail.com>.
6728         * gnus.el: Do.
6730 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6732         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6733         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6735         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6737         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6738         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6740 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6742         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6743         newline.
6744         (nnmbox-request-accept-article): Don't change article in source buffer;
6745         narrow to header to use message-fetch-field rather than
6746         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6747         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6748         as delimiters; make sure article ends with newline.
6749         (nnmbox-delete-mail): Correct last position of article to be deleted;
6750         ignore X-Gnus-Newsgroup header in article body.
6751         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6752         positions; make sure article ends with newline.
6754         * message.el (message-display-abbrev): Don't infloop when a user
6755         inserts SPC in the beginning of header.
6757 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6759         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6760         list of groups not followed by default.  Fix type to be regexp.
6761         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6763 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6765         * hmac-def.el (define-hmac-function): Switch from old-style to
6766         new-style backquotes.
6768         * md4.el (md4-make-step): Likewise.
6770 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6772         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6773         raw-text coding system when saving .newsrc file, which may contain
6774         non-ASCII group names.
6776 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6778         * gnus-cus.el (gnus-score-extra): New widget.
6779         (gnus-score-extra-convert): New function.
6780         (gnus-score-customize): Use it for Extra.
6782 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6784         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6785         (mml2015-mailcrypt-clear-verify): Use it.
6786         (mml2015-gpg-clear-verify): Use it.
6787         (mml2015-pgg-clear-verify): Use it.
6788         (mml2015-epg-clear-verify): Replace the current part with the output
6789         from GnuPG; don't extract the plaintext by itself.
6791         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6792         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6793         mml2015-clear-verify-function; don't touch the armor headers or
6794         dash-escaped text here.
6796 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6798         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6799         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6800         parts, or application/octet-stream as a last resort.
6801         (gnus-mime-view-part-as-type): Don't toggle display.
6802         (gnus-mime-view-part-as-charset): Don't turn off display before
6803         querying charset.
6805         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6806         stuff to undisplayer function in Emacs.
6807         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6809         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6810         text/calendar parts.
6812 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6814         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6815         decoding text/calendar parts.
6817         * message.el (message-forward-make-body-mime): Always mark body as
6818         having no illegible text; remove signed-or-encrypted argument.
6819         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6821         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6822         (mml-generate-mime-1): Don't encode body if it is specified to be in
6823         raw form; don't make buffer be unibyte when inserting multibyte string.
6825 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * sha1.el: Fix up comment style.
6828         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6829         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6831         * hex-util.el: Fix up comment style.
6832         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6834         * gnus-salt.el: Use with-current-buffer.
6835         (gnus-pick-setup-message): Fix long-standing typo.
6837 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6839         * imap.el (imap-logout-timeout): New variable.
6840         (imap-logout, imap-logout-wait): New functions.
6841         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6843         * nnimap.el (nnimap-logout-timeout): New server variable.
6844         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6845         nnimap-logout-timeout.
6847         * gnus-art.el (gnus-article-summary-command-nosave)
6848         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6850 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6852         * gnus.el (gnus-maximum-newsgroup): New variable.
6854         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6855         according to gnus-maximum-newsgroup.
6857         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6858         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6859         Limit the range of articles according to gnus-maximum-newsgroup.
6861 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6863         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6864         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6865         Don't perform gnus-configure-windows here; reuse existing sticky
6866         article buffer.
6868         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6869         it doesn't exist in gnus-article-mode.
6871 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6873         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6874         (gnus-agent-decoded-group-name): New function.
6875         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6876         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6878 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6880         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6881         Add binding for gnus-sticky-article.
6882         (gnus-summary-exit): Don't kill sticky article buffers.
6884         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6885         article buffer.
6886         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6887         (gnus-kill-sticky-article-buffers): New commands.
6889 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6891         * nntp.el (nntp-xref-number-is-evil): New server variable.
6892         (nntp-find-group-and-number): If it is non-nil, don't trust article
6893         numbers in the Xref header.
6895 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6897         * gnus-agent.el (gnus-agent-read-group): New function.
6898         (gnus-agent-flush-group, gnus-agent-expire-group)
6899         (gnus-agent-regenerate-group): Use it.
6900         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6901         nnmail-pathname-coding-system.
6903 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6905         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6907         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6908         that are unread as unread, and also as selected so that information of
6909         marks having been changed by a user may be updated when exiting group.
6911 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6913         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6915 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6917         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6918         calculated ignoring signature parts to gnus-treat-article.
6920 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6922         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6923         a point here in order to keep the window start.
6924         (gnus-insert-mime-security-button): Make a button overlay without the
6925         front stickiness.
6926         (gnus-mime-display-security): Goto the end of a button.
6928         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6930 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6932         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6933         group-name-at-point.
6934         (gnus-group-completing-read): New function that offers decoded
6935         non-ASCII group names for completion.
6936         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6937         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6938         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6939         (gnus-group-fetch-control): Use it.
6940         (gnus-fetch-group): Use group-name-at-point for the initial value
6941         rather than the default value; use gnus-alive-p.
6943         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6944         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6945         (gnus-summary-post-news): Use gnus-group-completing-read.
6947         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6948         (gnus-read-move-group-name): Decode group name for completion.
6950 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6952         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6953         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6954         Yamaoka slightly modified the code).
6956 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6958         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6959         (nnmail-split-incoming): Bind it.
6961         * nnml.el (nnml-group-name-charset): New function.
6962         (nnml-decoded-group-name): Use it; don't decode group name if
6963         nnmail-group-names-not-encoded-p is non-nil.
6964         (nnml-encoded-group-name): New function.
6965         (nnml-group-pathname): Inline nnml-decoded-group-name.
6966         (nnml-request-expire-articles): Decode group name in message.
6967         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6968         nnmail-pathname-coding-system.
6969         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6970         not decoded ones according to nnmail-group-names-not-encoded-p.
6971         (nnml-generate-active-info): Use nnml-encoded-group-name.
6973 2007-08-08  Glenn Morris  <rgm@gnu.org>
6975         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6976         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6977         doc-strings and comments.
6979 2007-07-25  Glenn Morris  <rgm@gnu.org>
6981         * Relicense all FSF files to GPLv3 or later.
6983 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6985         * gnus-sum.el (gnus-summary-move-article): Make
6986         gnus-summary-respool-article work.
6988 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6990         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6991         string.
6993 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6995         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6996         that should be ignored when comparing distant RSS articles with local
6997         ones.
6998         (nnrss-make-hash-index): New function.  Create a hash index according
6999         to the ignored fields.
7000         (nnrss-check-group): Use it.
7002 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7004         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7006         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7008         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7009         the new optional argument ENCODED is non-nil.
7010         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7011         coding system for encoding group name.
7012         (gnus-group-make-rss-group): Pass un-encoded group name to
7013         gnus-group-make-group.
7014         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7015         encoded.
7017         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7018         Encode group name to which articles are moved or copied.
7019         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7020         coding system for encoding Newsgroup, Followup-To and Xref headers.
7022         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7023         marks; use nnheader-file-coding-system to write a file.
7024         (nnagent-retrieve-headers): Bind file-name-coding-system to
7025         nnmail-pathname-coding-system.
7027         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7029         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7030         (nnml-request-article, nnml-request-create-group)
7031         (nnml-request-rename-group, nnml-find-id)
7032         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7033         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7034         (nnml-save-marks): Use nnml-group-pathname instead of
7035         nnmail-group-pathname.
7037         (nnml-request-create-group, nnml-request-expire-articles)
7038         (nnml-request-move-article, nnml-request-delete-group)
7039         (nnml-deletable-article-p, nnml-possibly-create-directory)
7040         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7041         (nnml-open-marks): Bind file-name-coding-system to
7042         nnmail-pathname-coding-system.
7044         (nnml-request-article): Pass server argument to nnml-find-group-number.
7045         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7046         server argument to nnml-possibly-create-directory.
7047         (nnml-request-accept-article): Pass server argument to
7048         nnml-active-number and nnml-save-mail.
7049         (nnml-find-group-number): Pass server argument to nnml-find-id.
7050         (nnml-request-update-info): Pass server argument to
7051         nnml-marks-changed-p.
7053         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7054         (nnml-save-mail, nnml-active-number): Add server argument.
7056         (nnml-request-delete-group): Warn if group is missing.
7057         (nnml-get-nov-buffer): Decode group name.
7058         (nnml-generate-active-info): Encode group name.
7059         (nnml-open-marks): Decode group name in messages.
7061 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7063         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7064         if it is not specified.
7065         (gnus-article-pipe-part, gnus-article-save-part)
7066         (gnus-article-interactively-view-part, gnus-article-copy-part)
7067         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7068         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7069         (gnus-article-replace-part, gnus-article-delete-part)
7070         (gnus-article-view-part-as-type): Pass raw prefix argument to
7071         gnus-article-part-wrapper.
7073 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7075         * gnus-agent.el (gnus-agent-save-active): Bind
7076         nnheader-file-coding-system to gnus-agent-file-coding-system.
7078         * gnus-cache.el (gnus-cache-save-buffers)
7079         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7080         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7081         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7082         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7083         (gnus-cache-generate-active, gnus-cache-rename-group)
7084         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7085         (gnus-cache-update-overview-total-fetched-for): Bind
7086         file-name-coding-system to nnmail-pathname-coding-system.
7087         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7088         variables.
7089         (gnus-cache-decoded-group-name): New function.
7090         (gnus-cache-file-name): Use it.
7091         (gnus-cache-generate-active): Use non-decoded group name for active.
7093         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7094         right place.
7095         (gnus-write-active-file): Don't break non-ASCII group names.
7097         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7098         nnmail-pathname-coding-system.
7100         * gnus-uu.el (gnus-uu-decode-save): Typo.
7102 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7104         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7106 2007-07-14  David Kastrup  <dak@gnu.org>
7108         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7109         finishing actions if we did not edit the article.
7111 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7113         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7114         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7115         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7116         (gnus-agent-flush-group, gnus-agent-flush-cache)
7117         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7118         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7119         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7120         (gnus-agent-regenerate-group)
7121         (gnus-agent-update-files-total-fetched-for)
7122         (gnus-agent-update-view-total-fetched-for): Bind
7123         file-name-coding-system to nnmail-pathname-coding-system.
7124         (gnus-agent-group-pathname): Don't encode file names by
7125         nnmail-pathname-coding-system.
7126         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7127         coding-system-for-write instead of buffer-file-coding-system to
7128         gnus-agent-file-coding-system.
7130         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7131         Decode group name.
7133         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7135         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7136         (gnus-read-newsrc-el-file): Make group names unibyte.
7138         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7139         nnmail-pathname-coding-system.
7141         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7142         (nnrss-request-delete-group): Bind file-name-coding-system to
7143         nnmail-pathname-coding-system.
7144         (nnrss-read-server-data, nnrss-read-group-data): Bind
7145         file-name-coding-system correctly.
7146         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7148         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7149         (nntp-server-to-method-cache): New variable.
7150         (nntp-group-pathname): New function that decodes non-ASCII group names.
7151         (nntp-possibly-create-directory, nntp-marks-changed-p)
7152         (nntp-save-marks, nntp-open-marks): Use it.
7153         (nntp-possibly-create-directory, nntp-open-marks):
7154         Bind file-name-coding-system to nnmail-pathname-coding-system.
7155         (nntp-open-marks): Decode group names when bootstrapping marks.
7157         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7158         Newsgroups and Folowup-To headers.
7160 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7162         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7163         (gnus-server-closed-face, gnus-server-denied-face)
7164         (gnus-server-offline-face): Remove variable.
7165         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7167         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7168         of modifying message-stack directly for XEmacs.
7170         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7171         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7172         if the coding-system argument is nil for XEmacs.
7174         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7175         mm-charset-override-alist.
7177         * rfc2047.el: Don't require base64; require rfc2045 for the function
7178         rfc2045-encode-string.
7179         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7180         to quote the parameter value.
7182 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7184         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7185         form in gnus-group-name-charset-method-alist.
7187         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7188         overrides the default layout edit-form.
7190         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7192         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7194 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7196         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7197         as unfetched articles.
7199 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7201         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7203 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7205         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7206         original back end that keeps marks in the local system.
7208 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7210         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7211         arg of pop-to-buffer for XEmacs.
7212         (gnus-article-read-summary-keys): Ditto; don't restore window
7213         configuration if summary command ends up with neither article buffer
7214         nor summary buffer; describe bindings if summary keys end with C-h.
7216 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7218         * message.el (message-fix-before-sending): Skip raw message part to be
7219         forwarded while checking illegible text.
7220         (message-forward-make-body-mime, message-forward-make-body): Mark
7221         signed or encrypted raw message as having no illegible text.
7223 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7225         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7226         (gnus-message-with-timestamp-1): New macro.
7227         (gnus-message-with-timestamp): New function.
7228         (gnus-message): Use them.
7230         * nnheader.el (nnheader-message): Use them.
7232 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7234         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7235         .newsrc.eld file.
7237 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7239         * gnus-agent.el (gnus-agent-fetch-headers)
7240         (gnus-agent-retrieve-headers): Bind
7241         gnus-decode-encoded-address-function to identity.
7243         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7244         available also when the server returns simply a dot.
7246         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7248 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7250         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7252 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7254         * gnus-ems.el (gnus-x-splash): Make it work.
7256         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7257         from being used.
7259 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7261         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7262         the front stickiness.
7263         (gnus-article-summary-command-nosave): Correct the order of the
7264         arguments passed to pop-to-buffer.
7265         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7266         summary command ends up with the article buffer.
7268         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7269         the same faces.
7271 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7273         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7275 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7277         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7278         * gnus-sum.el (gnus-summary-highlight):
7279         * mail-source.el (mail-source-delete-old-incoming-confirm):
7280         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7282 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7284         * gnus-art.el (gnus-mime-view-part-externally)
7285         (gnus-mime-view-part-internally): Fix predicate function passed to
7286         completing-read.
7288         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7290         * gnus.el (gnus-update-message-archive-method): Add :version.
7292 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7294         * gnus.el (gnus-update-message-archive-method): New variable.
7296         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7297         according to gnus-message-archive-method if
7298         gnus-update-message-archive-method is non-nil.
7300 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7302         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7303         by Loic Dachary <loic@dachary.org>.
7304         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7306 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7308         * message.el (message-pop-to-buffer): Add switch-function argument.
7309         (message-mail): Pass switch-function argument to it.
7311 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7313         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7314         Improve doc string.
7316 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7318         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7319         (gnus-header-content)
7320         * gnus-cite.el (gnus-cite-10)
7321         * gnus-srvr.el (gnus-server-closed)
7322         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7323         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7324         (gnus-group-mail-3-empty, gnus-group-mail-low)
7325         (gnus-group-mail-low-empty, gnus-splash)
7326         * message.el (message-header-to, message-header-cc)
7327         (message-header-subject, message-header-other, message-header-name)
7328         (message-header-xheader, message-separator, message-cited-text)
7329         (message-mml): Lighten colors of faces used for dark background.
7331 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7333         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7334         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7336 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7338         * message.el (message-narrow-to-headers-or-head):
7339         Ignore mail-header-separator in the body.
7341 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7343         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7344         same as window size.
7346 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7348         * message.el (message-font-lock-keywords): Use message-header-xheader
7349         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7350         ahead of the anything pattern, to get it recognised.
7352 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7354         * gnus-sum.el (gnus-articles-to-read)
7355         (gnus-summary-insert-old-articles): Don't truncate group name for
7356         `read-string'.
7358         * gnus-util.el (gnus-limit-string): Delete this function.
7360         * gnus-sum.el (gnus-simplify-subject-fully): Use
7361         `truncate-string-to-width' instead.
7363 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7365         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7366         if, on summary exit, the next group has to be selected.
7367         (gnus-summary-exit): Use it.
7369 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7371         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7372         non-break space.
7374 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7376         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7377         Check if group is not a directory.
7378         (nnfolder-request-expire-articles): Don't delete articles if the target
7379         group is not available.
7381         * nnml.el (nnml-request-create-group): Properly check if group is not a
7382         file.
7383         (nnml-request-expire-articles): Don't delete articles if the target
7384         group is not available.
7386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7387         Don't quote characters that are within parentheses.
7389 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7391         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7392         (gnus-handle-ephemeral-exit): Select article according to it.
7394 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7396         * message.el (message-insert-formated-citation-line): Remove newline.
7397         (message-citation-line-format): Add final \n here so that the user can
7398         avoid a blank line.
7400 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7402         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7403         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7404         Update lanl/arXiv support.
7406 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7408         * gnus.el: Bump version number.
7410 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412         * gnus.el (gnus-version-number): Bump version.
7414 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7416         * gnus.el: No Gnus v0.6 is released.
7418 2007-04-27  Didier Verna  <didier@xemacs.org>
7420         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7421         * gmm-utils.el (gmm-regexp-concat): here.
7422         * message.el: Don't require 'gnus-util.
7423         (message-dont-reply-to-names): Handle name change above.
7424         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7426 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7428         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7429         since the initial value varies according to the system.
7431 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7433         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7435 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7437         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7439 2007-04-24  Didier Verna  <didier@xemacs.org>
7441         Improve the type of gnus-ignored-from-addresses.
7442         * gnus-util.el (gnus-orify-regexp): New function.
7443         * message.el (gnus-util): Require it.
7444         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7445         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7446         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7448 2007-04-24  Didier Verna  <didier@xemacs.org>
7450         * gnus-sum.el:
7451         * gnus-utils.el: Fix some trailing whitespaces.
7453 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7455         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7456         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7457         article's Message-ID; refer parent article in summary buffer.
7459         * message.el (message-bounce): Call mime-to-mml.
7461 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7463         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7465 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7467         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7468         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7469         displayed of multipart/alternative part if it is invoked from summary
7470         buffer.
7472         * mm-view.el (mm-inline-text-html-render-with-w3m)
7473         (mm-inline-text-html-render-with-w3m-standalone)
7474         (mm-inline-render-with-function): Use mail-parse-charset by default.
7476 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7478         * parse-time.el (parse-time-string-chars): Check if CHAR
7479         is less than the length of parse-time-syntax.
7481 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7483         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7484         from gnus-newsgroup-processable.
7486 2007-04-16  Didier Verna  <didier@xemacs.org>
7488         * gnus-msg.el (gnus-configure-posting-styles): Handle
7489         message-signature-directory properly with :file syntax.  Reported by
7490         "Leo".
7492 2007-04-11  Didier Verna  <didier@xemacs.org>
7494         New user option: message-signature-directory.
7495         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7496         * message.el (message-insert-signature): Ditto.
7497         * message.el (message-signature-file): Doc update.
7498         * message.el (message-signature-directory): New.
7500 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7502         * gnus-msg.el (gnus-inews-yank-articles): Use
7503         message-exchange-point-and-mark instead of exchange-point-and-mark.
7505 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7507         * message.el (message-yank-original): Make sure cited text ends with
7508         newline; don't exchange point and mark.
7510 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7512         * tls.el (open-tls-stream): Properly handle case where there
7513         is no associated buffer.
7515 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7517         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7518         message-yank-original, make sure (< mark TEXT point).
7520 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7522         * message.el (message-fill-column): New variable.
7523         (message-mode): Use it.  Add comment on a possible new hook.
7525         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7526         (nnmail-get-new-mail): Reformat.
7528         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7530         * gmm-utils.el: Fix Commentary.
7531         (gmm-tool-bar-from-list): Fix typo in doc string.
7533 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7535         * message.el (message-yank-original): Don't switch point and mark
7536         unnecessarily to put point and mark as documented.
7538 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7541         from the message heads.
7543 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7545         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7546         article buffer does not have a window.  This may not be the best
7547         solution but is certainly better than setting the start of the null,
7548         that is the current, window.
7550 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7552         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7553         (gnus-draft-setup): Run it.
7555         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7556         gnus-score-fast-scoring.  Allow regexp.
7557         (gnus-score-headers): Use it.
7559         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7560         XEmacs.
7562         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7563         string.
7564         (gnus-button-alist): Also catch `<f1> k ...'.
7565         (gnus-treat-display-x-face): Fix doc string.
7567 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7569         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7570         evaluation of gnus-extended-version to ensure correct generation of the
7571         User-Agent header when message-generate-headers-first is used.
7573 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7575         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7576         hashcash-path is nil.  Don't call callback with incorrect number of
7577         parameters if val is 0.
7579 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7581         * message.el (message-required-news-headers):
7582         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7584 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7586         * message.el (message-generate-new-buffers): Change the meaning of the
7587         nil value; add `standard' to the choices; treat t as `unique'; improve
7588         doc string.
7589         (gnus-select-frame-set-input-focus): Autoload.
7590         (message-buffer-name): Search for the existing message buffer if
7591         message-generate-new-buffers is nil or `standard'; treat the value t of
7592         message-generate-new-buffers as `unique'.
7593         (message-pop-to-buffer): Raise the frame already displaying the message
7594         buffer; clear the echo area after querying.
7595         (message-setup): Pass the `continue' argument to compose-mail.
7596         (message-mail): Prefer `switch-function' if it is given; search for the
7597         existing message buffer if the `continue' argument is non-nil; pass
7598         continue and switch-function arguments to compose-mail by way of
7599         message-setup.
7600         (message-mail-other-window): Adjust argument of message-setup.
7601         (message-mail-other-frame): Ditto.
7603 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7605         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7606         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7607         to turn font-lock on when turning gnus-message-citation-mode on.
7609 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7611         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7612         (mml-smime-function-alist): New variable; add epg as the backend.
7613         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7614         mml-smime- functions instead.
7615         * mm-view.el: Require smime.
7617 2007-03-05  Didier Verna  <didier@xemacs.org>
7619         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7620         instead of just inheritance for posting styles.
7621         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7623 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7625         * tls.el (tls-certtool-program): Fix custom type.
7627 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7629         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7630         and point-at-eol instead of line-(beginning|end)-position.
7632         * assistant.el (assistant-parse-buffer): Ditto.
7634 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7636         * mml2015.el (mml2015-epg-find-usable-key): New function.
7637         (mml2015-epg-sign): Use it.
7638         (mml2015-epg-encrypt): Use it.
7640 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * message.el (message-make-in-reply-to): Quote name containing
7643         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7644         if there are special characters.  Reported by NAKAJI Hiroyuki
7645         <nakaji@jp.freebsd.org>.
7647 2007-02-27  Didier Verna  <didier@xemacs.org>
7649         Include the group parameters as well as the topic ones in the
7650         inheritance filter process.
7651         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7652         argument GROUP-PARAMS-LIST.
7653         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7655 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7657         * nntp.el (nntp-never-echoes-commands)
7658         (nntp-open-connection-functions-never-echo-commands): New variables.
7659         (nntp-send-command): Use them.
7661 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7663         * mml2015.el (mml2015-epg-verify): Simplified.
7665 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7667         * mml.el (mml-content-disposition-alist): New user option.
7668         (mml-content-disposition): New function.
7669         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7670         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7672 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7674         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7675         verification.
7677 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7679         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7680         articles posted in the last 24 hours.
7682 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7684         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7686 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7688         * nntp.el (nntp-send-command): Don't wait for echoes when
7689         nntp-open-ssl-stream is used.
7691 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7693         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7694         (gnus-message-add-citation-keywords)
7695         (gnus-message-remove-citation-keywords): Remove.
7696         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7697         directly, make the variables in font-lock-defaults buffer-local, add
7698         gnus-message-citation-keywords to them and then update the value of
7699         font-lock-keywords.
7701 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7703         * message.el (message-cite-original-1): Don't call
7704         gnus-article-highlight-citation.
7706         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7707         citations; fix line count.
7709 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7711         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7712         (gnus-message-add-citation-keywords)
7713         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7714         versions of font-lock-add-keywords and font-lock-remove-keywords to
7715         work with XEmacs correctly.
7717 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7719         * gnus-cite.el (gnus-cite-face-list): Set the values of
7720         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7721         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7722         (gnus-message-cite-prefix-regexp): New variable.
7723         (gnus-message-search-citation-line): Use it; protect against long
7724         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7725         the 0th match data for Emacs.
7726         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7727         (gnus-message-add-citation-keywords): Append keywords rather than
7728         prepending; emulate font-lock-add-keywords if it is not available.
7729         (gnus-message-remove-citation-keywords): Emulate
7730         font-lock-remove-keywords if it is not available.
7732         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7734         * message.el (message-cite-prefix-regexp): Set the value of
7735         gnus-message-cite-prefix-regexp.
7737 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7739         * nnweb.el (nnweb-google-parse-1): Update parser.
7741 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7743         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7745 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7747         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7748         regexp.
7750 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7752         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7753         string-to-multibyte.
7754         (uudecode-decode-region-internal): Use it.
7756 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7758         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7759         custom choice.
7761         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7763 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7765         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7767         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7768         `write-region' to respect `mm-inhibit-file-name-handlers'.
7770 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7772         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7773         Use gnus-home-directory instead of "~/" or "$HOME".
7775 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7777         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7778         to mention filename.
7779         Add comments at beginning regarding usage.
7780         (encrypt-write-file-contents): Change interactive so a string is
7781         acceptable.  If the file has no associated model, show an error instead
7782         of a nonsense prompt.
7784 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7786         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7787         Thanks to Yoshihiko Yamada for kind notification of this typo.
7789 2007-01-12  Kenichi Handa  <handa@m17n.org>
7791         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7792         multibyte buffer.
7794 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7796         * gnus-score.el (gnus-score-fast-scoring): New variable.
7797         (gnus-score-headers): Use it.
7799         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7801         * message.el (message-cite-original-1): Call
7802         gnus-article-highlight-citation if requested.
7803         (message-make-from): Allow name and address as optional arguments.
7805         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7807         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7808         bugs to doc string.
7809         (gnus-button-alist): Add mid\\|message-id.
7810         (gnus-button-fetch-group): Extend for use in
7811         `browse-url-browser-function'.
7812         (gnus-button-url-regexp): Try to catch paired parentheses like in
7813         Wikipedia URLs.
7815         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7816         Suggested by Simon Krahnke <overlord@gmx.li>.
7818 2007-01-13  Romain Francoise  <romain@orebokech.com>
7820         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7821         Update copyright.
7823 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7825         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7827 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7829         * gnus-registry.el (gnus-registry-unfollowed-groups)
7830         (gnus-registry-split-fancy-with-parent): Fix documentation.
7832 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7834         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7835         from nnweb groups.
7837 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7840         Xref urls.  Erase buffer before requesting head.
7842         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7844 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7846         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7847         customizable.
7849 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7851         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7852         no signing key is found.
7853         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7854         no encrypting and/or signing key is found.
7856 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7858         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7860 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7862         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7863         headers read from disk with the ones newly found in the current search.
7864         This should no longer cause problems, because the article numbers in
7865         Gmane's `nov.php' output are ignored since the previous change.
7867 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7869         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7871 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7873         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7875 2007-01-01  Romain Francoise  <romain@orebokech.com>
7877         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7879 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7881         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7882         `define-minor-mode' macro definition expanded properly.
7883         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7884         exclude it there.
7886         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7887         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7888         `fboundp' test.
7889         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7890         This is OK to autoload in (S)XEmacs now.
7892 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7895         keystroke.
7896         (gnus-summary-limit-to-singletons): Fix typo.
7898         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7899         else fails.
7901 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7903         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7904         docstring.
7906         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7907         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7908         (gnus-summary-insert-dormant-articles): Fix typo in message.
7910 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7912         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7913         nil for XEmacs.
7914         (gnus-message-citation-mode): Don't autoload in XEmacs.
7916         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7918 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7920         * nnimap.el (nnimap-expunge-search-string): Mention
7921         nnimap-search-uids-not-since-is-evil in docstring.
7923 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7925         * spam.el: Revert to make-obsolete-variable because
7926         define-obsolete-variable-alias is not supported in Emacs 21.
7928         * spam.el (spam-ifile-path, spam-ifile-database-path)
7929         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7930         make-obsolete-variable.
7931         (spam-bsfilter-path, spam-bsfilter-program)
7932         (spam-spamassassin-path, spam-spamassassin-program)
7933         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7934         use "path" inappropriately.
7935         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7936         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7937         variable names.
7939 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7941         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7942         summary buffer.
7944         * password.el (password-cache-remove): Use clear-string to burn
7945         password, if available.
7947 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7949         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7951         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7953         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7954         (gnus-message-highlight-citation): Move defcustom here from
7955         gnus-cite.el.
7956         (gnus-message-citation-mode): Autoload.
7958         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7959         checks to make it compile with XEmacs.
7960         (gnus-message-citation-mode): New minor mode.
7961         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7962         (gnus-message-highlight-citation): New variables.
7963         (gnus-message-search-citation-line)
7964         (gnus-message-add-citation-keywords)
7965         (gnus-message-remove-citation-keywords)
7966         (turn-on-gnus-message-citation-mode)
7967         (turn-off-gnus-message-citation-mode): New functions.
7969 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7971         * gnus-cite.el: Enable highlighting of different citation levels in
7972         message-mode.
7974 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7976         * message.el (message-make-fqdn): Fix comment.
7977         (message-bogus-system-names): Add ".local".
7979         * spam.el (spam-ifile-path, spam-ifile-program)
7980         (spam-ifile-database-path, spam-ifile-database)
7981         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7982         Don't use "path" inappropriately.
7983         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7984         strings.
7985         (spam-check-ifile, spam-ifile-register-with-ifile)
7986         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7987         new variable names.
7989         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7990         (gnus-treat-display-smileys): Simplify using
7991         gnus-image-type-available-p.
7993         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7994         available.
7996 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7998         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7999         one after turning on the buffer's multibyteness instead of decoding
8000         them directly in the unibyte buffer that causes unexpected conversion
8001         in Emacs 23 (unicode).
8003 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8005         * message.el (message-generate-hashcash): Fix custom type.
8007 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8009         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8011 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8013         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8014         disconnect icons.  Add help text.
8016 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8018         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8019         negated to be consistent with the others we handle.
8021 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8024         version of gnus-summary-buffer to something, so that we can use two
8025         article buffers at the same time.
8027 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8029         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8030         trigger all the extra headers.
8031         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8032         sorting.
8034 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8036         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8037         solid groups.
8039 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8041         * legacy-gnus-agent.el: Add Copyright notice.
8043 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8045         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8047 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8051         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8052         to make it work reliably in CVS Emacs.
8053         (gnus-summary-limit-strange-charsets-predicate)
8054         (gnus-summary-limit-to-predicate): New functions.
8056 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8058         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8059         specifying array size.
8060         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8061         array if it is too small.
8062         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8063         (gnus-sort-threads-loop): New function.
8065 2006-12-06  Chris Moore  <dooglus@gmail.com>
8067         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8068         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8070 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8072         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8073         options.
8075 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8077         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8078         DOS-ing the recipient.
8080         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8081         the headers when creating the mapping to avoid mismappings.
8082         (nnweb-gmane-create-mapping): Always nix out old mapping.
8084 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8087         and mm-verify-option to never.
8089 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * message.el (message-signed-or-encrypted-p): New function.
8092         (message-forward-make-body): Use it.
8094         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8095         Replace encode-coding-string with mm-encode-coding-string.
8097 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8099         * nneething.el (nneething-decode-file-name): Replace
8100         decode-coding-string with mm-decode-coding-string.
8102         * gnus-int.el (gnus-open-server): Say failed server's name.
8104 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8106         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8107         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8109         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8110         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8111         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8112         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8113         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8114         (gnus-subscribe-newsgroup, gnus-1):
8115         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8116         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8117         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8118         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8120 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8123         keystroke.
8124         (gnus-summary-limit-to-bodies): Implement headersp.
8126 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8130 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8132         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8134 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136         * message.el (message-generate-hashcash): Expand range of values to
8137         include `opportunistic'.
8138         (message-send-mail): Use it.
8140 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8142         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8143         and comment it.
8145         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8147 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8149         * gnus-util.el (gnus-extract-address-components): Improve comment.
8151 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8153         * gnus-util.el (gnus-extract-address-components): Work with address in
8154         which the name portion contains @.
8156 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8158         * gnus.el (gnus-start): Move custom group up.
8159         (gnus-select-method): Don't autoload, but make it available for
8160         `customize-variable'.
8161         (gnus-getenv-nntpserver): Don't autoload.
8163 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8165         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8167 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8169         * message.el (message-sendmail-extra-arguments): New variable.
8170         (message-send-mail-with-sendmail): Use it.
8172 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8174         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8175         mm-with-unibyte-current-buffer to make string unibyte.
8177         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8178         mm-string-as-multibyte.
8180 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8182         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8183         Reported by Werner Koch <wk@gnupg.org>.
8185 2006-11-14  Daiki Ueno  <ueno@p360>
8187         * mml2015.el: Autoload epa-select-keys when compiling.
8189 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8191         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8192         message-options.
8193         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8195 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8197         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8198         EasyPG (< 0.0.6).
8199         (mml2015-always-trust): New user option.
8200         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8201         prompt.
8203 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8205         * nntp.el (nntp-authinfo-force): New variable.
8206         (nntp-send-authinfo): Use it.
8208 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8210         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8211         decode encoded words.  Improve prompt.  Add comment about forwarding.
8212         (message-replacement-char): Move up.
8214 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8216         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8217         instead of gnus-intersection because arguments of gnus-sorted-nunion
8218         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8220 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8222         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8223         (message-simplify-subject-functions): Enable
8224         message-strip-subject-encoded-words by default.
8226 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8228         * message.el (message-strip-subject-encoded-words): New function.
8229         (message-simplify-subject-functions): New variable.
8230         (message-simplify-subject): Use it.  Fix typo in doc string.
8231         Support message-strip-subject-encoded-words.
8233 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8235         * gnus-diary.el (gnus-diary-delay-format-function):
8236         * nndiary.el (nndiary-reminders):
8237         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8239 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8241         * gnus-art.el (article-hide-boring-headers): Fetch date from
8242         gnus-original-article-buffer to avoid problems with localized date
8243         strings.
8245 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8247         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8249 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8251         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8252         New variables.
8253         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8254         (mm-charset-synonym-alist): Move some entries to
8255         mm-codepage-iso-8859-list.
8256         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8257         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8259 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8261         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8263 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8265         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8266         with Emacs 21 and XEmacs.
8268 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8270         * spam.el (spam-parse-address): New function for better parsing,
8271         catching errors, etc.
8272         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8274 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8276         * mm-view.el: Add interactive arg to html2text autoload.
8278 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8280         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8282 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8284         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8285         variables.
8286         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8287         (mm-charset-synonym-alist): Move some entries to
8288         mm-codepage-iso-8859-list.
8290         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8292 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8294         * message.el (message-citation-line-format)
8295         (message-insert-formated-citation-line): Fix implementation of %E, %N
8296         and %n according to the doc string.
8298 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8300         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8301         car-safe to avoid bad parses.
8303 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8305         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8306         names.
8308         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8310 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8312         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8313         header.
8315         * message.el (message-draft-headers): Add Date.
8316         (message-headers-to-generate): Fix typo in docstring.
8318         * nndraft.el (nndraft-required-headers): New variable.
8319         (nndraft-generate-headers): Use it.
8321         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8323 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8325         * gnus-registry.el (gnus-registry-wash-for-keywords)
8326         (gnus-registry-find-keywords): New functions to allow easy searching of
8327         articles that are in the registry.
8329 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8331         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8332         ietf-drums-parse-address instead of gnus-extract-address-components.
8333         Reported by Damien Elmes <damien@repose.cx>.
8335 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8337         * gnus.el (gnus-mime): Remove unused custom group.
8339 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8342         "blank line" when searching for end of armor headers.
8344 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8346         * gmm-utils.el (gmm-write-region): Fix variable name.
8348 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8350         * gmm-utils.el (gmm-write-region): New function based on compatibility
8351         code from `mm-make-temp-file'.
8353         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8355         * nnmaildir.el (nnmaildir--update-nov)
8356         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8357         Use `gmm-write-region'.
8359 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8361         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8362         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8364         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8366         * message.el (message-replacement-char): New variable.
8367         (message-fix-before-sending): Use it.
8368         (message-simplify-subject): New function to remove duplicate code.
8369         (message-reply, message-followup): Use it.
8371         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8372         gnus-summary-limit-to-articles.
8374 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8376         * gnus-util.el (gnus-with-local-quit): New macro.
8378         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8380 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8382         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8383         ignore non-string data.
8385 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8387         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8388         non-string data (needs to be done in the registry too).
8390 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8392         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8393         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8394         (gnus-registry-split-fancy-with-parent)
8395         (gnus-registry-fetch-simplified-message-subject-fast)
8396         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8397         Remove text properties on ingress into the registry and when it's saved.
8398         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8399         registry from entries with no groups.
8401 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8403         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8404         function to remove string properties.
8406 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8408         * gmm-utils.el (gmm): Adjust custom version.
8410         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8411         custom version.
8413         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8415 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8417         * gnus-art.el (gnus-insert-prev-page-button)
8418         (gnus-insert-next-page-button): Simplify.  Reformat.
8420 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8422         * gnus-art.el (gnus-insert-prev-page-button)
8423         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8425 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8427         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8429 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8431         * gnus-art.el (gnus-insert-mime-button)
8432         (gnus-insert-mime-security-button):
8433         Apply gnus-article-button-face to MIME and security buttons.
8435 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8437         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8438         readable.
8440 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8442         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8443         `browse-url-of-file' instead of `browse-url'.
8445 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8447         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8448         regexp.  Articles containing quotation were cut prematurely.
8450 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8452         * message.el (message-cite-original-1): Use nobody by default for the
8453         value of From header.
8454         (message-reply): Ditto.
8456 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8458         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8459         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8460         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8462 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8464         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8465         mails in the doc string.  Add some URLs in comment.
8466         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8468 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8470         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8471         backslashes handling and the way to find boundaries of quoted strings.
8473 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8475         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8476         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8477         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8478         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8480 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8482         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8483         doc string.
8484         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8486 2006-09-06  Simon Josefsson  <jas@extundo.com>
8488         * mml2015.el (mml2015-use): Doc fix, mention epg.
8490 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8492         * mml2015.el (mml2015-use): Default to epg, if available.
8494 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8496         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8497         message-sender.
8498         (mml1991-epg-encrypt): Ditto.
8499         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8500         message-sender.
8501         (mml2015-epg-encrypt): Ditto.
8503 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8505         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8506         several common directories.
8508 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8510         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8511         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8513 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8515         * gnus-art.el (article-decode-encoded-words): Make it fast.
8517 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8519         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8521         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8522         in quoted string into `\'.
8524 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8526         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8527         Use standard-syntax-table.
8529 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8531         * gnus-art.el (gnus-decode-address-function): New variable.
8532         (article-decode-encoded-words): Use it to decode headers which are
8533         assumed to contain addresses.
8534         (gnus-mime-delete-part): Remove useless `or'.
8536         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8537         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8538         (gnus-nov-parse-line): Use it to decode From header.
8539         (gnus-get-newsgroup-headers): Ditto.
8540         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8542         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8543         (mail-decode-encoded-address-string): New alias.
8545         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8546         New function.
8547         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8548         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8549         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8550         (rfc2047-decode-string): Ditto.
8551         (rfc2047-decode-address-region): New function.
8552         (rfc2047-decode-address-string): New function.
8554 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8556         * message.el (message-caesar-buffer-body): Allow rotating headers.
8558         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8560         * message.el (message-insert-formated-citation-line): Fix %f.
8561         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8563 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8565         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8566         (gnus-bookmark-mouse-available-p): New macro.
8567         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8568         (gnus-bookmark-bmenu-show-infos): Use it.
8569         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8570         (gnus-bookmark-bmenu-hide-infos): Ditto.
8571         (gnus-bookmark-remove-properties): New function.
8572         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8573         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8574         (gnus-bookmark-write-file): Bind coding-system-for-write.
8575         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8576         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8577         group before selecting it.
8578         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8579         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8580         quit-window if it is not available; use gnus-mouse-2 and bind it to
8581         gnus-bookmark-bmenu-select-by-mouse.
8582         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8583         (gnus-bookmark-bmenu-select-by-mouse): New function.
8585 2006-08-13  Romain Francoise  <romain@orebokech.com>
8587         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8588         space.
8590 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * compface.el (uncompface): Use binary rather than raw-text-unix.
8594 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8596         * compface.el (uncompface): Make sure the eol conversion doesn't take
8597         place when communicating with the external programs.  Reported by
8598         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8600 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8602         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8604 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8606         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8607         Make it more robust by parsing author and date independently.
8609 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8611         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8613 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8615         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8616         first matching secret key.
8617         (mml2015-epg-encrypt): Ditto.
8619         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8620         first matching secret key.
8621         (mml1991-epg-encrypt): Ditto.
8623         * mml2015.el (mml2015-encrypt-to-self): New user option.
8624         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8625         mml2015-epg-encrypt-to-self is set.
8627         * mml1991.el (mml1991-encrypt-to-self): New variable.
8628         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8629         mml1991-epg-encrypt-to-self is set.
8631         * mml2015.el (mml2015-signers): New user option.
8632         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8633         (mml2015-epg-encrypt): Allow to select signing keys.
8635         * mml1991.el (mml1991-signers): New variable.
8636         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8637         (mml1991-epg-encrypt): Allow to select signing keys.
8639 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8641         * nnheader.el (nnheader-insert-head): Make it work even if the file
8642         uses CRLF for the line-break code.
8644 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8646         * mml2015.el: Require mml-sec instead of password.
8647         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8648         (mml2015-cache-passphrase): Inherit the default value from
8649         mml-secure-cache-passphrase.
8650         (mml2015-passphrase-cache-expiry): Inherit the default value from
8651         mml-secure-passphrase-cache-expiry.
8653         * mml1991.el: Require mml-sec instead of password.
8654         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8655         (mml1991-cache-passphrase): Inherit the default value from
8656         mml-secure-cache-passphrase.
8657         (mml1991-passphrase-cache-expiry): Inherit the default value from
8658         mml-secure-passphrase-cache-expiry.
8660         * mml-sec.el: Require password.
8661         (mml-secure-verbose): New user option.
8662         (mml-secure-cache-passphrase): New user option.
8663         (mml-secure-passphrase-cache-expiry): New user option.
8665 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8667         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8668         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8669         andreas@altroot.de (Andreas Vögele).
8671         FIXME: Use `tiny change'?
8673 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8675         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8676         workaround for the url package included with Emacs.
8678         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8680 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8682         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8683         correctly.  This fixes a bug caused by the 2006-05-12 change.
8685 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8687         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8688         some information about the error when saying that the `bogus' mail
8689         group will be used.
8691 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8693         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8694         string.
8696 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8698         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8700 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8702         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8704 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8706         * mml1991.el (mml1991-function-alist): Add epg.
8707         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8708         (mml1991-epg-encrypt): New functions.
8710 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8712         * mml2015.el (mml2015-verbose): New variable.
8713         (mml2015-cache-passphrase): Ditto.
8714         (mml2015-passphrase-cache-expiry): Ditto.
8715         (mml2015-function-alist): Add epg.
8716         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8717         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8718         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8719         functions.
8721 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8723         * message.el (message-cite-original-1): Preserve region when removing
8724         quoted text due to X-No-Archive in order to avoid bogus attribution
8725         when citing multiple messages.
8727 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8729         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8730         Kenneth Jacker <khj@be.cs.appstate.edu>.
8732 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8734         * gnus-diary.el (gnus-user-format-function-d)
8735         (gnus-user-format-function-D): Autoload.
8737         * imap.el (Commentary): Fix typo.
8739         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8740         2006-04-22 contribution.
8742 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8744         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8745         It didn't really fix the bogosity I'm seeing with solid web groups.
8747 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8749         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8750         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8751         created using server names.  If we use the feature without declaring
8752         it, Gnus does not properly manage server and group state.
8754         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8755         bound.
8757 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8759         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8760         looking up the method using GROUP's prefix before inventing a new one.
8761         It is used on killed/unknown groups in various places where returning
8762         an all-new method isn't expected by the caller.
8764         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8765         and match semantics of gnus-group-real-prefix.
8767 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8769         * nnmail.el (nnmail-broken-references-mailers): New variable.
8770         (nnmail-ignore-broken-references): New function generalizing
8771         nnmail-fix-eudora-headers.
8772         (nnmail-fix-eudora-headers): Now obsolete.
8774         * gnus-art.el (gnus-button-handle-custom): Support
8775         `customize-apropos*'.
8777 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8781         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8782         articles.
8784 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8786         * message.el (message-cite-reply-above): New variable.
8787         (message-yank-original): Use it.
8789 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8791         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8793 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8795         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8796         as read.
8798         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8800 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8802         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8803         (gnus-bookmark-default-file): Use gnus-directory.
8804         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8805         Remove "*" in doc string.
8806         (gnus-bookmark-write-file): Simplify.
8807         (gnus-bookmark-maybe-sort-alist): Use `when'.
8808         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8809         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8810         FIXME about Emacs 21 and XEmacs compatibility.
8811         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8812         compatibility.
8813         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8814         compatibility.
8815         (gnus-bookmark-menu-heading): Fix version.
8817 2006-06-19  Bastien Guerry  <bzg@altern.org>
8819         * gnus-bookmark.el: New file.
8821 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8823         * message.el (message-syntax-checks): Doc fix.
8825 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8827         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8828         unsubscribed groups as if they were killed ones.  It causes duplicate
8829         entries in gnus-newsrc-alist.
8831 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8833         * message.el (message-syntax-checks): Doc fix.
8834         (message-send-mail): Add check for continuation headers.
8835         (message-check-news-header-syntax): Fix regexp used to check for
8836         continuation headers.
8838 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8840         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8842 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8844         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8846 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8848         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8849         default-truncate-lines.
8851 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8853         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8854         to fill the utf-8 entry.
8856 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8858         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8860 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8862         * gnus-agent.el (directory-files-and-attributes): Move all the way
8863         forward (the third and final move).
8864         (gnus-agent-read-agentview): Trap reconstruction errors due to
8865         nonexistent directory.  Handle by returning nil.
8867 2006-05-30  Didier Verna  <didier@xemacs.org>
8869         * message.el (message-dont-reply-to-names): Update the custom type.
8870         * message.el (message-dont-reply-to-names): New defsubst: potentially
8871         convert a list of regexps into a single one.
8872         * message.el (message-get-reply-headers): Use it.
8873         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8875 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8877         * gnus-agent.el (directory-files-and-attributes): Move forward.
8879 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8881         * gnus-ml.el (gnus-mailing-list-subscribe)
8882         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8883         (gnus-mailing-list-message): Fix doc strings.
8885 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8887         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8888         of doing it manually.
8890 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8892         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8893         comment.
8895 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8897         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8898         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8899         (gnus-agent-read-local): All symbols allocated in my-obarray.
8900         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8901         (gnus-agent-regenerate-group): Check numeric names to see if they are
8902         messages or groups.
8903         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8904         better way of do this...)
8906         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8907         'dummy.group' (there should be a better way of do this...)
8909 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8911         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8912         (gnus-saved-headers): Ditto.
8913         (gnus-default-article-saver): Mention functions may have properties.
8914         (gnus-article-save): Override gnus-save-all-headers and
8915         gnus-saved-headers by :headers property which saver function may have.
8916         (gnus-summary-save-in-file): Add :headers property.
8917         (gnus-summary-write-to-file): Ditto.
8919         * gnus-sum.el (gnus-summary-save-article): Bind
8920         gnus-prompt-before-saving to t when saving many articles in a file;
8921         always show all headers.
8923 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8925         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8926         marks.
8928         * message.el (message-indent-citation): Add optional arguments to allow
8929         using it outside of message buffers.
8931         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8932         (gnus-article-treat-unfold-headers): Use it.
8933         (gnus-article-truncate-lines): New variable.
8934         (gnus-article-mode): Use it.
8935         (gnus-article-toggle-truncate-lines): New function.
8937         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8938         gnus-article-toggle-truncate-lines.
8940         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8941         coding system in XEmacs, use binary.
8943 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8945         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8946         after-load-alist.
8948         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8949         this function should save decoded articles.
8950         (gnus-summary-write-to-file): Use property to specify this function
8951         should save decoded articles and specify gnus-summary-save-in-file
8952         should be used to save articles other than the first one when saving
8953         many articles.
8954         (gnus-summary-save-body-in-file): Use property to specify this
8955         function should save decoded articles.
8956         (gnus-summary-write-body-to-file): Use property to specify this
8957         function should save decoded articles and specify
8958         gnus-summary-save-body-in-file should be used to save articles other
8959         than the first one when saving many articles.
8961         * gnus-sum.el (gnus-summary-save-article): Simplify.
8963 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8965         * gnus-art.el (gnus-default-article-saver): Add
8966         gnus-summary-write-body-to-file.
8967         (gnus-article-save-coding-system): Don't use coding system object
8968         in XEmacs.
8969         (gnus-read-save-file-name): Add optional `dir-var' argument which
8970         specifies directory in which files are saved; work even if optional
8971         `variable' argument is not specified.
8972         (gnus-summary-write-to-file): Read file name.
8973         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8974         (gnus-summary-write-body-to-file): New function.
8976         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8977         (gnus-summary-local-variables): Add it.
8978         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8979         (gnus-summary-save-article): Remove optional `decode' argument;
8980         determine whether to decode articles by the value of
8981         gnus-default-article-saver; when saving many files using
8982         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8983         it first and use gnus-summary-save-in-file or
8984         gnus-summary-save-body-in-file thereafter unless
8985         gnus-prompt-before-saving is always; move point to article which
8986         will be saved.
8987         (gnus-summary-save-article-file): Revert.
8988         (gnus-summary-write-article-file): Revert.
8989         (gnus-summary-save-article-body-file): Revert.
8990         (gnus-summary-write-article-body-file): New function.
8992 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8994         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8996 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8998         * gnus-art.el (gnus-default-article-saver): Doc fix.
8999         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9000         from gnus-summary-save-article-coding-system, and default to a
9001         certain coding system.
9002         (gnus-output-to-file): Add coding cookie and encode text according
9003         to gnus-article-save-coding-system; don't use mm-append-to-file.
9005         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9006         gnus-art.el and rename to gnus-article-save-coding-system.
9007         (gnus-summary-save-article): Require gnus-art; don't show all
9008         headers if it decodes articles; don't add coding cookie here;
9009         don't bind mm-text-coding-system-for-write.
9010         (gnus-summary-save-article-file): Save decoded articles.
9011         (gnus-summary-write-article-file): When saving many files, use
9012         gnus-summary-write-to-file first and gnus-summary-save-in-file
9013         thereafter unless gnus-prompt-before-saving is always.
9014         (gnus-summary-save-article-body-file): Save decoded articles.
9016 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9018         * nnrss.el (nnrss-check-group): Bind hash-index.
9020 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9022         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9023         its hash index.  Store this hash in `nnrss-group-data'.
9024         (nnrss-read-group-data): Update accordingly.
9026 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9028         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9029         entry.
9031         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9032         gnus-article-browse-html-article.
9034 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9036         * gnus-sum.el (gnus-summary-mime-map): Add
9037         gnus-article-browse-html-article.
9038 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9040         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9041         suitable coding systems in customize.
9043 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9045         * mail-source.el (mail-sources): Fix custom type.
9047 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9049         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9050         (gnus-summary-expire-articles-now): Shorten prompt.
9052         * gmm-utils.el (wid-edit): Require.
9053         (defun-gmm): Renamed from `gmm-defun-compat'.
9054         (gmm-image-search-load-path): Use it.
9055         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9057 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9059         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9060         variable.
9061         (gnus-summary-save-article): Add optional `decode' argument.  If
9062         it is set and gnus-summary-save-article-coding-system is non-nil,
9063         save decoded article.
9064         (gnus-summary-write-article-file): Save decoded article if
9065         gnus-summary-save-article-coding-system is non-nil.
9067         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9068         type.
9070 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9072         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9074 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9076         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9077         first to test gnus-single-article-buffer which may be buffer-local.
9079         * gnus-sum.el (gnus-summary-setup-buffer): Make
9080         gnus-single-article-buffer buffer-local and nil in ephemeral
9081         group; make gnus-article-buffer, gnus-article-current, and
9082         gnus-original-article-buffer always buffer-local.
9083         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9084         group.
9085         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9087 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9089         * nnml.el (nnml-request-compact-group): Compressed files might not
9090         have .gz extension.
9092 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9094         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9095         (mm-copy-to-buffer): Use with-current-buffer.
9096         (mm-display-part): Simplify.
9097         (mm-inlinable-p): Add optional arg `type'.
9099 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9102         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9103         Try harder to show the attachment internally or externally using
9104         gnus-mime-view-part-as-type.
9106 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9108         * message.el (message-from-style, message-signature-separator)
9109         (message-user-organization-file, message-send-mail-function)
9110         (message-citation-line-function, message-yank-prefix)
9111         (message-indent-citation-function, message-signature)
9112         (message-signature-file, message-signature-insert-empty-line):
9113         Remove autoloads.
9115         * gnus-art.el (gnus-buttonized-mime-types): Remove
9116         "multipart/signed".  Revert 2006-04-26 change.
9118 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120         * gnus.el (gnus-version-number): Bump version.
9122 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9124         * gnus.el: No Gnus v0.5 is released.
9126 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9128         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9129         fetching articles by message-id.
9131 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133         * message.el (hashcash): Require hashcash as normal.
9135         * ecomplete.el (ecomplete-highlight-match-line): Use
9136         point-at-eol.
9137         (ecomplete-highlight-match-line): Use `highlight', because that
9138         face exists in both Emacs and XEmacs.
9140         * message.el (message-display-abbrev): Use point-at-bol.
9142         * mail-source.el: Don't require timer/timer-funcs.
9144         * gnus-async.el: Ditto.
9146         * password.el: Ditto.
9148         * mm-url.el: Ditto.
9150         * mm-util.el: Require timer/timer-funcs.
9152 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9154         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9155         Close.
9157 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9159         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9160         unibyte after clear-decrypt function runs.
9162         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9163         returns as a unibyte string.
9165 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9167         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9168         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9169         (mml1991-pgg-encrypt): Ditto.
9171 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9173         * message.el (message-user-organization-file): Check several
9174         locations of the organization file.
9176         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9177         Add gnus-article-view-part-as-type.
9179         * gnus-art.el (gnus-article-view-part-as-type): New function.
9181         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9182         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9184         * mml.el: Simplify autoload.
9185         (mml-mode): defvar dnd-protocol-alist instead of using
9186         symbol-value.
9187         (mml-default-directory): New variable.
9188         (mml-minibuffer-read-file): Use it.
9189         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9191         * message.el (message-citation-line-format): New variable.
9192         (message-insert-formated-citation-line): New function.
9193         (message-citation-line-function): Add
9194         `message-insert-formated-citation-line' to custom type.
9196         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9197         to doc string.
9199         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9200         depending on mm-verify-option.
9202 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9204         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9205         binding pgg-* variables; reimplement the section which prevents
9206         MIME header from being signed.
9207         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9208         pgg-text-mode; remove a blank line at the top of body.
9210         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9211         lines at the top of body; use gnus-newsgroup-charset if there's no
9212         Charset header.
9214 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9216         * message.el (message-self-insert-commands): Doc fix.
9218         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9219         (mm-uu-pgp-encrypted-test): Ditto.
9220         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9221         between header and body; return application/pgp-encrypted handle
9222         if decryption failed; decode decrypted body by charset.
9224         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9225         element match to application/pgp-*.
9227 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9229         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9230         HTML.
9232 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234         * mail-source.el (mail-source-call-script): Message the error
9235         string.
9237 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239         * gnus-util.el (gnus-byte-compile): Use it.
9241 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9243         * gnus-util.el (kill-empty-logs): New function.
9245 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247         * message.el (message-mail-alias-type): Doc fix.
9248         (message-mail-alias-type-p): New function.
9249         (message-send): Use it.
9250         (message-mode): Ditto.
9251         (message-strip-forbidden-properties): Ditto.
9253         * ecomplete.el (ecomplete-database-file-coding-system): New
9254         variable.
9255         (ecomplete-save): Use it.
9256         (ecomplete-setup): Use it.
9258 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9260         * message.el (message-self-insert-commands): New variable.
9261         (message-strip-forbidden-properties): Use it.
9263 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9265         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9266         that doesn't make XEmacs choke.
9268 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9270         * gnus-util.el (gnus-replace-in-string):
9271         Prefer replace-regexp-in-string over of replace-in-string.
9273 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9275         * gnus-util.el (gnus-select-frame-set-input-focus):
9276         Use select-frame-set-input-focus if it is available in XEmacs; use
9277         definition defined in Emacs 22 for old Emacsen.
9279 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9281         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9283 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9285         * gnus-registry.el (gnus-registry-cache-save): Remove text
9286         properties when saving via the temp buffer.
9288 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9290         * message.el (message-generate-hashcash): Honor custom type.
9292 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294         * message.el (message-generate-hashcash): Default to non-nil when
9295         hashcash is found.
9297         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9298         (gnus-refer-thread-limit): Increase default to 500.
9300         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9302         * flow-fill.el (fill-flowed): Allow delete-space.
9304 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9306         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9307         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9308         Remove autoloads.
9310 2006-04-18  Simon Josefsson  <jas@extundo.com>
9312         * message.el (message-generate-hashcash): Default to.
9314 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9316         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9317         concatenating segments rather than before concatenating them.
9319 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9321         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9323         * imap.el (imap-quote-specials): New function.
9324         (imap-login-auth): Quote specials.
9326 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9330         * message.el (message-forward-make-body-plain): Allow
9331         message-forward-ignored-headers to be a list.
9332         (message-remove-ignored-headers): Factor out into function.
9333         (message-forward-make-body-mml): Use it.
9334         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9335         (rfc2231-parse-string): Allow concatanation of parameters that
9336         aren't contiguous.  The test case is
9337           (mail-header-parse-content-type "message/external-body;
9338             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9339             access-type=LOCAL-FILE;
9340             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9342 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9344         * nntp.el (nntp-accept-process-output): Return the value of
9345         `nnheader-accept-process-output'.
9347 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9350         (gnus-button-alist): Recognize more diff formats.
9351         (gnus-button-patch): Strip directory.
9353 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9355         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9356         Emacs 22 when setting focus.
9358 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360         * gnus-art.el (gnus-article-treat-types): Do treatment of
9361         text/x-verbatim parts.
9362         (gnus-button-patch): New command.
9364         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9365         addresses that contain invalid characters.
9367 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369         * message.el (message-put-addresses-in-ecomplete): Use
9370         gnus-replace-in-string.
9371         (message-is-yours-p): Use the more correct
9372         mail-header-parse-address instead of
9373         mail-extract-address-components.
9374         (message-put-addresses-in-ecomplete): Fix typo.
9376         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9377         keystroke.
9379         * gnus-art.el (gnus-treatment-function-alist): Change order of
9380         newsgroups/generic header folding to avoid double-folding.
9382         * message.el (message-hidden-headers): Add X-Draft-From.
9384         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9385         command.
9386         (gnus-summary-repeat-search-article-backward): New command.
9388         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9389         groups in the parent topic.
9391 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9393         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9394         (spam-extra-header-to-number): Return the CRM114 number as a
9395         number instead of a string.
9397 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399         * gnus-art.el (gnus-face-properties-alist): Moved here from
9400         gnus-fun.
9402         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9404 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406         * message.el (message-strip-forbidden-properties): Only display on
9407         self-insert-command.
9409         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9410         reindent.
9411         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9413 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9415         * smiley.el (smiley-style): Fix typo.
9417 2006-03-23  Kenichi Handa  <handa@m17n.org>
9419         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9420         instead of set-buffer-multibyte.
9422 2006-03-23  Kenichi Handa  <handa@m17n.org>
9424         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9425         buffer and then decode the buffer text if necessary.
9426         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9427         first, and after mm-encode-body, change the buffer to unibyte.
9429 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431         * hashcash.el (hashcash-insert-payment-async-2): Use
9432         message-goto-eoh instead of doing it manually.
9433         (mail-add-payment): Use message-narrow-to-header instead of trying
9434         to do the same itself.
9436         * message.el (message-hidden-headers): Add Face.
9438         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9439         reparenting code.
9440         (gnus-summary-reparent-children): Refactored out code.
9441         (gnus-summary-thread-map): New keystroke.
9442         (gnus-summary-reparent-children): Make into command.
9444         * smiley.el (smiley-style): Default to `medium' if using a large
9445         font.
9447         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9448         does it itself.
9450         * message.el (message-point-in-header-p): Simplify definition.
9452 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454         * nnagent.el (nnagent-request-set-mark): Silence log file
9455         writing.
9456         (nnagent-request-set-mark): Use write-region instead of
9457         append-to-file.
9459         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9460         strange select method.
9462         * ecomplete.el (ecomplete-display-matches): Get highlightling
9463         right.
9464         (ecomplete-display-matches): Use literals.
9465         (ecomplete-display-matches): Disable message logging.
9467         * message.el (message-display-abbrev): Small optimization.
9469         * ecomplete.el (ecomplete-display-matches): Allow automatic
9470         display.
9472         * message.el (message-strip-forbidden-properties): Display
9473         abbrevs.
9474         (message-display-abbrev): Get automatic display right.
9476         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9477         keystrokes.
9479 2006-04-13  Romain Francoise  <romain@orebokech.com>
9481         TODO: Backport to v5-10!
9483         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9484         Moved here (and renamed) from gnus-registry.el.
9486         * gnus-registry.el: Require gnus-util.
9487         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9489 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491         * gnus-group.el (gnus-group-catchup-current): Change
9492         if-then-else-if-then-else into cond.
9493         (gnus-group-catchup): Indent.
9494         (group-name-at-point): New function.
9495         (gnus-fetch-group): Provide default from thing at point.
9497 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499         * message.el (message-display-abbrev): Fix regexp.
9501         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9502         choosing.
9503         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9504         dead variables.
9506         * message.el (message-newline-and-indent): Remove debugging.
9507         (message-display-abbrev): Use new implementation.
9509 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9511         * gnus-art.el (gnus-article-mode): Set
9512         cursor-in-non-selected-windows to nil.
9514         * smiley.el: Revert previous change.
9515         (smiley-data-directory): defvar it before using it in the
9516         defcustom of `smiley-style'.
9518 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520         * message.el (message-newline-and-indent): New function.
9522         * ecomplete.el: Implement more bits.
9524         * message.el (message-put-addresses-in-ecomplete): Clean up the
9525         string.
9527         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9529         * gnus-sum.el (gnus-summary-save-parts): Bind
9530         gnus-summary-save-parts-counter and use it to make unique file
9531         names.
9533         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9535         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9536         parameter to say whether to actually parse the individual
9537         addresses.
9539         * message.el (message-put-addresses-in-ecomplete): New function.
9540         (ecomplete): Require.
9541         (message-mail-alias-type): Add ecomplete as an option.
9543 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9545         * flow-fill.el (fill-flowed): Remove trailing space from blank
9546         quoted lines.
9548 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550         * smiley.el (smiley-style): Move definition later to avoid a
9551         compilation warning.
9553 2006-04-12  Kenichi Handa  <handa@m17n.org>
9555         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9556         buffer and then decode the buffer text if necessary.
9557         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9558         first, and after mm-encode-body, change the buffer to unibyte.
9559         Use mm-disable-multibyte instead of set-buffer-multibyte.
9561 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9563         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9564         Content-Type header instead of Content-Disposition header.
9565         (gnus-mime-inline-part): Ditto.
9566         (gnus-mime-view-part-as-charset): Ignore charset that the part
9567         specifies.
9569         * mm-decode.el (mm-display-part): Work with external parts and
9570         usual parts similarly.
9572         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9573         instead of gnus-display-mime.
9575         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9576         instead of with-temp-buffer.
9578         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9579         tag to summarized topics part in order to encode non-ASCII text.
9581 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9583         * smiley.el (smiley-style): New variable.
9584         (smiley-directory): New function.
9585         (smiley-data-directory): Derive from `smiley-style' using
9586         `smiley-directory'.
9587         (smiley-regexp-alist): Add new entries.
9589         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9590         (gnus-article-browse-delete-temp): Add :version.
9592 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9594         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9595         the sieve region.
9597 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599         * gnus.el (gnus-version-number): Bump version.
9601 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9603         * gnus.el: No Gnus v0.4 is released.
9605 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9608         layout.
9610         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9611         unknown charset.
9613         * message.el (message-header-synonyms): Add Original-To to the
9614         default.
9616         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9617         optional parameter.
9619 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9621         * gnus-fun.el (gnus): Require it for gnus-directory.
9623 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9625         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9627 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9629         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9631 2006-04-05  Simon Josefsson  <jas@extundo.com>
9633         * password.el (password-reset): New function.
9635 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9637         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9638         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9640 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9642         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9643         Some whitespace was matched into the url, which broke browsing hits
9644         > 100 when mm-url-use-external was nil.
9646 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9648         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9649         gnus-extra-headers for 'Newsgroups.
9651         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9652         bound.
9654 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9656         * pgg-gpg.el: Clean up process buffers every time gpg processes
9657         complete.
9659 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9661         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9662         doc string.
9664 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9666         * pgg-gpg.el (pgg-gpg-process-filter)
9667         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9669         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9670         lines, temporary fix.
9672 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9674         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9676 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9678         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9679         default-enable-multibyte-characters.  This reverts the change from
9680         revision 6.17 which is no longer necessary because the passphrase
9681         is sent separately now.  GnuPG messages are unreadable under
9682         multibyte locales with default-enable-multibyte-characters set to
9683         nil.
9685 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9687         * message.el (message-tool-bar-gnome): Move "spell".
9689 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9691         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9692         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9693         instead.
9695 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9697         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9698         newsgroups handling for NNTP overviews which don't include
9699         Newsgroups.
9701 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9703         * message.el (message-resend): Bind message-generate-hashcash to nil.
9705 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9707         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9708         when searching for already-paid recipients.
9710 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9712         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9713         passphrases when it is not needed.
9714         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9715         passphrase stuff from gpg, should only be necessary when you use
9716         gpg with a smartcard.
9718 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9720         * mml.el (mml-insert-mime): Ignore cached contents of
9721         message/external-body part.
9723         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9724         (mm-insert-part): Ditto.
9726 2006-03-23  Simon Josefsson  <jas@extundo.com>
9728         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9729         Reiner.
9730         (pgg-gpg-use-agent-p): Use it again.
9732 2006-03-23  Simon Josefsson  <jas@extundo.com>
9734         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9735         older emacsen.
9736         (pgg-gpg-use-agent-p): Don't use it.
9738 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9740         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9741         if we can.
9743 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9745         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9746         (pgg-gpg-update-agent): New function.
9747         (pgg-gpg-use-agent-p): New function.
9748         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9749         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9750         (pgg-gpg-sign-region): Use it.
9752 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9755         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9757 2006-03-21  Simon Josefsson  <jas@extundo.com>
9759         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9760         <wilde@sha-bang.de>.
9761         (pgg-gpg-use-agent): New variable.
9762         (pgg-gpg-process-region): Use it.
9763         (pgg-gpg-encrypt-region): Likewise.
9764         (pgg-gpg-encrypt-symmetric-region): Likewise.
9765         (pgg-gpg-decrypt-region): Likewise.
9766         (pgg-gpg-sign-region): Likewise.
9767         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9769 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9771         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9773         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9774         Add comment on version.
9776 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9778         * smiley.el: Add missing test smiley.
9780 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9782         * mm-decode.el (mm-with-part): New macro.
9783         (mm-get-part): Use it; work with message/external-body as well.
9784         (mm-save-part): Treat name and filename equally.
9786         * mm-extern.el (mm-extern-cache-contents): New function.
9787         (mm-inline-external-body): Use it; force the part to be displayed;
9788         move undisplayer added to the cached handle to the parent.
9790         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9791         (gnus-mime-view-part-as-type): Work with message/external-body.
9793         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9795 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9797         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9798         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9799         Emacs.]
9801 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9803         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9804         path rather than symbol.  Always return list of directories.
9805         Guarantee that image directory comes first.  [Sync with image.el,
9806         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9808         * message.el (message-make-tool-bar): Adjust to new API of
9809         `gmm-image-load-path-for-library'.
9811         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9813         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9815 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9817         * gnus-art.el (gnus-article-only-boring-p):
9818         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9819         intangible text.
9820         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9822 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9824         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9825         `defun' instead of `gmm-defun-compat'.
9827 2006-03-14  Simon Josefsson  <jas@extundo.com>
9829         * message.el (message-unique-id): Don't use message-number-base36
9830         if (user-uid) is a float.
9831         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9833 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9835         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9837         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9838         empty line between a part and a message part.
9840 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9842         * smiley.el: Add more test smileys.
9843         (smiley-data-directory, smiley-regexp-alist)
9844         (gnus-smiley-file-types): Fix doc strings.
9845         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9846         adding new elements.
9847         (smiley-mouse-map): Unused code.  Make it a comment.
9849 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9851         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9852         scan latest NoCeM messages instead of old ones.
9853         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9854         delimiters that are recently used.
9855         (gnus-nocem-load-cache): Add autoload cookie.
9857         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9859         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9860         level which is larger than gnus-use-nocem is specified.
9862         * gnus-group.el (gnus-group-get-new-news): Ditto.
9864 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9866         * gnus-util.el (gnus-tool-bar-update): New function.
9868         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9869         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9871         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9873         * gnus-group.el (gnus-group-redraw-when-idle)
9874         (gnus-group-redraw-check): Remove.
9875         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9877 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9879         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9880         if optional last element is specified in splits (FIELD VALUE...).
9882 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9884         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9885         to gmm-image-load-path-for-library.  Call with no-error argument.
9886         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9888         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9890         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9892         * gmm-utils.el (gmm-image-load-path): Remove alias.
9894 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9896         * gmm-utils.el (gmm-image-load-path): Add alias.
9898         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9899         nnml-generate-nov-databases-1.
9900         (nnml-generate-nov-databases): Use it.
9901         (nnml-generate-nov-databases-directory): Document no-active
9902         argument.
9904         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9905         directory if path is t.  Add no-error.
9907         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9908         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9910         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9911         resetting gnus-article-browse-html-temp-list.
9913         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9914         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
9915         Add example to docstring.  Rename local variables.  Move error
9916         checks to default case in cond and simplify.
9918 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9920         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9921         handle is multipart when calling it recursively.
9922         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9924 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9926         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9927         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9929 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9931         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9932         is loaded.
9934         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9935         loaded.
9937 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9939         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9940         to "Emacs 23 (unicode)" in doc string.
9942         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9943         "Emacs 23 (unicode)" in comment.
9945 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9947         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9949         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9950         characters 160 through 255 in Emacs 23.
9952 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9954         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9955         gnus-article-browse-html-temp.
9956         (gnus-article-browse-delete-temp): Make it customizable.  Add
9957         `file'.  Adjust doc string.
9958         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9959         query for each file.  Adjust doc string.
9960         (gnus-article-browse-html-parts): Add
9961         `gnus-article-browse-delete-temp-files' to
9962         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9964 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9966         * gnus-art.el (gnus-article-browse-html-temp)
9967         (gnus-article-browse-delete-temp): New variables.
9968         (gnus-article-browse-delete-temp-files): New function.
9969         (gnus-article-browse-html-parts): Use it.
9971 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9973         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9975         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9976         string.
9978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9979         gnus-summary-insert-new-articles when unplugged.  Remove
9980         gnus-summary-search-article-forward.
9982         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9983         display-visual-class instead of display-color-cells.
9985 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9987         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9988         message/* containing non-ASCII text properly.
9990 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9992         * message.el: Require gmm-utils, remove autoloads.
9993         (message-tool-bar): Set default based on
9994         gmm-tool-bar-style.
9995         (message-tool-bar-gnome): Add gmm-customize-mode.
9997         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9998         gmm-tool-bar-style.
9999         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10001         * gnus-group.el (gnus-group-tool-bar): Set default based on
10002         gmm-tool-bar-style.
10003         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10005         * gmm-utils.el (gmm-image-directory): Rename variable from
10006         gmm-image-load-path.
10007         (gmm-image-load-path): Use gmm-image-directory.
10008         (gmm-customize-mode): New function.
10009         (gmm-tool-bar-style): New variable.
10011         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10012         gnus-group-redraw-line-number.
10013         (gnus-group-redraw-check): Simplify.
10014         (gnus-group-tool-bar-update): Remove redraw check.
10015         (gnus-group-make-tool-bar): Add redraw check.
10017 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10019         * gnus-art.el (gnus-button): Add missing parentheses.
10021 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10023         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10025 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10027         * gnus-art.el (gnus-button): New face.
10028         (gnus-article-button-face): Use it.
10030         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10031         gnus-summary-next-page.  Re-order.
10033         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10034         next-node are now included.
10035         (gnus-group-redraw-line-number): New internal variable.
10036         (gnus-group-redraw-check): Helper function for updating the tool
10037         bar.
10038         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10040         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10042         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10043         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10044         Use it to match format of Spamassassin 3.0 and later.  Reported by
10045         IRIE Tetsuya <irie@t.email.ne.jp>.
10046         (spam-check-bogofilter)
10047         (spam-bogofilter-register-with-bogofilter): Fix args of
10048         `gnus-error' calls.
10050 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10052         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10053         unnecessary interaction when sending queued mails.  Reported by
10054         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10056 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10058         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10059         first or last are nil.
10061 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10063         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10065 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10069 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10071         * dns.el (query-dns): Protect more against buggy tcp output.
10073 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10075         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10076         nov.php.
10078 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10080         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10081         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10082         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10083         output on the server side.
10084         (nnweb-google-create-mapping): Update regexps and add some
10085         progress indication.
10087 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10089         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10090         gnus-agent-toggle-plugged.  Re-order icons.
10091         (gnus-group-tool-bar-gnome): Add
10092         gnus-group-{prev,next}-unread-group.
10093         (gnus-group-tool-bar-gnome): Re-order icons.
10095         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10096         gnus-summary-insert-new-articles.
10098         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10099         comments.
10101         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10102         also available in Emacs 21.3.
10104         * message.el (message-fix-before-sending): Change "Emacs 22" to
10105         "Emacs 23 (unicode)" in comment.
10107         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10108         "Emacs 23 (unicode)" in comment.
10110         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10111         comment.
10112         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10114         * mm-view.el (mm-fill-flowed): Add :version.
10116 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10118         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10119         and load-path.
10121 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10123         * message.el: Autoload gmm-image-load-path.
10124         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10125         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10126         consitency.
10128         * gmm-utils.el (gmm-image-load-path): Also search in
10129         "../etc/images".  Don't set gmm-image-load-path if we don't find
10130         the image.
10132 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10134         * gmm-utils.el (gmm-image-load-path): Don't make
10135         `gmm-image-load-path' include subdirectories which the second arg
10136         `image' might specify.
10138         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10139         subdirectory to icon file names.
10141         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10143 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10145         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10146         gmm-image-load-path calls.
10148         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10150         * message.el (message-make-tool-bar): Ditto.
10152         * mml.el (mml-preview): Added comment concerning tool bar icons.
10154         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10155         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10157         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10158         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10160         * message.el (message-tool-bar-gnome): Use new icon names.
10161         (message-make-tool-bar): Use `gmm-image-load-path'.
10163         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10164         functions from MH-E.
10165         (gmm-image-load-path): New variable from MH-E.
10166         (gmm-image-load-path): New function from MH-E.  Added arguments
10167         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10168         *-image-load-path-called-flag.
10170 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10172         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10174 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10176         * nnimap.el (nnimap-request-move-article): Change folder back to
10177         source group before deleting.
10179 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10181         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10183         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10184         mm-url.
10186         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10188 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10190         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10191         coding system which mm-charset-to-coding-system returns for a
10192         given charset is valid.
10194 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10196         * html2text.el (html2text-remove-tag-list):
10197         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10199 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10201         * gnus-cus.el: Revert 2005-10-17 change.
10203 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10205         * gnus-art.el (article-strip-banner): Call
10206         article-really-strip-banner only when the regexp match is made.
10208 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10210         * gnus-art.el (article-strip-banner): Use
10211         gnus-extract-address-components instead of
10212         mail-header-parse-addresses to make it work with non-ASCII text;
10213         remove mail-encode-encoded-word-string.
10215         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10216         values which are surrounded with \"...\"; make it never cause a
10217         Lisp error; give up parsing of parameters if it failed in
10218         extracting type.
10220 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10222         * smime.el (smime-cert-by-ldap-1): Fix bug where
10223         `smime-ldap-search' returns results without userCertificates.
10225 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10227         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10229 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10231         * spam.el (spam-check-spamassassin-headers): Adapt format for
10232         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10233         <ari@mbf.ocn.ne.jp>.
10234         (spam-list-of-processors): Add spam-use-gmane.
10236 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10238         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10239         make-temp-file; make it work with XEmacs as well.
10241         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10242         mm-make-temp-file.
10244         * mm-decode.el (mm-display-external): Use the 3rd arg of
10245         mm-make-temp-file.
10246         (mm-create-image-xemacs): Ditto.
10248 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10250         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10251         with message-narrow-to-headers.
10252         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10253         (gnus-draft-check-draft-articles): New function.
10254         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10256 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10258         * gnus-art.el (gnus-article-browse-html-parts):
10259         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10260         Don't use suffix argument for mm-make-temp-file for Emacs 21
10261         compatibility.  Remove useless `format'.
10263 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10265         * nnweb.el (nnweb-google-wash-article): Update regexps.
10266         (nnweb-group-alist): Use defvoo instead of defvar.
10268 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10270         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10271         re-loading nn* modules.
10273 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10275         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10276         for `tool-bar-mode' and don't check it's default-value.
10278         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10280         * message.el (message-make-tool-bar): Ditto.
10282         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10283         `substring'.  Shorten tmp-file name.
10285         * gnus.el: Remove bogus comment.
10287 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10289         * gnus-art.el (gnus-article-browse-html-parts): New function.
10290         (gnus-article-browse-html-article): New function for viewing html
10291         articles with a browser.
10293 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10295         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10296         (mml2015-pgg-encrypt): Ditto.
10298         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10299         (mml1991-pgg-encrypt): Ditto.
10301 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10303         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10304         message-make-date instead of current-time-string.
10306         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10307         to gnus-decoded which mm-uu might set.
10309 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10311         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10312         don't decode quoted parameters; remove misimported Emacs code.
10313         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10314         (rfc2231-decode-encoded-string): Don't use split-string which
10315         behaves differently according to Emacs version; use
10316         mm-decode-coding-region to convert charset to coding-system.
10317         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10318         (rfc2231-encode-string): Remove misimported Emacs code.
10320 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10322         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10323         when calling mail-header-parse-content-type.
10324         (article-de-quoted-unreadable): Ditto.
10325         (article-de-base64-unreadable): Ditto.
10326         (article-wash-html): Ditto.
10328         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10329         calling mail-header-parse-content-type and
10330         mail-header-parse-content-disposition.
10331         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10332         mail-header-parse-content-type.
10334         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10335         insert charset and format parameters; encode description after
10336         inserting it to buffer.
10337         (mml-insert-parameter): Fold lines properly even if a parameter is
10338         segmented into two or more lines; change the max column to 76.
10340         * rfc1843.el (rfc1843-decode-article-body): Don't use
10341         ignore-errors when calling mail-header-parse-content-type.
10343         * rfc2231.el (rfc2231-parse-string): Return at least type if
10344         possible; don't cause an error even if it fails in parsing of
10345         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10346         (rfc2231-encode-string): Don't break lines at the beginning, leave
10347         it to mml-insert-parameter.
10349         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10350         calling mail-header-parse-content-type.
10352 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10354         * spam-report.el (spam-report-gmane-use-article-number):
10355         Improve doc string.
10356         (spam-report-gmane-internal): Check if a suitable header was found
10357         in the article.
10359 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10361         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10362         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10364 2006-02-05  Romain Francoise  <romain@orebokech.com>
10366         Update copyright notices of all files in the gnus directory.
10368 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10370         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10372 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10374         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10375         segmented lines of parameter value to cope with Thunderbird 1.5
10376         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10377         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10378         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10380 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10382         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10383         parts.
10385 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10387         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10388         there's only one active file for all servers.
10389         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10390         solid groups.  Gnus might have used a FAST request to select the group.
10391         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10392         and nnweb-search redundantly in the active file.
10393         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10394         (nnweb-request-create-group): Don't use ARGS.
10395         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10396         initialisations.  Let nnoo do the work.
10398 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10400         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10401         Say the part has been decoded.
10403         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10405 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10407         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10408         mailcap-viewer-test-cache when there's no 'test clause, since that
10409         will invert the meaning of a "nil" test previously determined by
10410         mailcap-mailcap-entry-passes-test.
10412 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10414         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10415         compiling.
10417         * gnus-sum.el: Ditto.
10419         * message.el: Don't bind tool-bar-map when compiling.
10421 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10423         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10425 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10427         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10428         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10429         current Google Groups.
10431 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10433         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10434         and tool-bar-mode.
10436         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10437         and tool-bar-mode.
10439         * message.el (message-tool-bar-update): Simplify.
10440         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10442         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10443         gnus-summary-buffer.
10444         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10445         gnus-summary-reply.
10447         * gmm-utils.el (gmm): Add :version.
10449 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10451         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10452         autoload.
10454 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * gmm-utils.el (gmm-verbose): Add :group.
10458 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10460         * message.el: Change some comments WRT tool-bars.
10462         * gnus-sum.el (gnus-summary-tool-bar)
10463         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10464         (gnus-summary-tool-bar-zap-list): New variables.
10465         (gnus-summary-make-tool-bar): Complete rewrite using
10466         `gmm-tool-bar-from-list'.
10468         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10469         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10470         variables.
10471         (gnus-group-make-tool-bar): Complete rewrite using
10472         `gmm-tool-bar-from-list'.
10473         (gnus-group-tool-bar-update): New function.
10475         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10477 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10479         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10480         is dissected into a single part of which the type is the same as
10481         the given one; decode charset.
10483 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10485         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10486         into alists as symbol not string, since that's what
10487         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10488         look for.
10490 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10492         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10493         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10495         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10497 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10499         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10500         (gnus-mime-security-button-menu): New definition.
10501         (gnus-mime-security-button-map): Use them.
10502         (gnus-mime-security-button-menu): New function.
10503         (gnus-insert-mime-security-button): Addition to help echo.
10504         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10505         (gnus-mime-security-pipe-part): New functions.
10507         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10508         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10510         * mm-decode.el (mm-handle-set-disposition): Remove.
10511         (mm-handle-set-description): Remove.
10513 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10515         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10516         (mm-w3m-standalone-supports-m17n-p): New function.
10517         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10518         w3m usage.
10520         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10521         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10523 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10525         * message.el (message-tool-bar-zap-list): Use
10526         gmm-tool-bar-zap-list as custom type.
10527         (message-tool-bar-update): New function.
10528         (message-tool-bar, message-tool-bar-gnome)
10529         (message-tool-bar-retro): Add message-tool-bar-update.
10530         (message-tool-bar-gnome): Add flyspell-buffer.
10532         * gnus-util.el (gnus-error): Describe `args'.
10534         * gmm-utils.el (gmm-error): Describe `args'.
10535         (gmm-tool-bar-zap-list): New widget.
10536         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10538 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10540         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10541         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10542         the number of recursive calls.
10544         * mm-decode.el (mm-handle-set-disposition): New macro.
10545         (mm-handle-set-description): New macro.
10547 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10549         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10550         encoding.
10552 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10554         * message.el (message-tool-bar-zap-list, message-tool-bar)
10555         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10556         (message-tool-bar-local-item-from-menu): Remove.
10557         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10558         (message-make-tool-bar): New function.
10559         (message-mode): Use `message-make-tool-bar'.
10561         * gmm-utils.el: New file.
10562         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10563         (gmm-lazy): New widget copied from `nnmail.el'.
10564         (gmm-tool-bar-from-list): New function for creating customizable
10565         tool bars.
10566         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10567         output.
10568         (gmm): Add :prefix to defgroup.
10570 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10572         * gmm-utils.el (gmm-widget-p): New function.
10574 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10576         * mml.el (mml-attach-file): Describe `description' in doc string.
10577         (mml-menu): Add Emacs MIME manual and PGG manual.
10579 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10581         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10583 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10585         * nntp.el (nntp-end-of-line): Doc fix.
10587 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10589         * imap.el (imap-open): Handle case where buffer is a buffer
10590         object.
10592 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10594         * gnus-delay.el (gnus-delay): Don't autoload.
10595         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10596         to be re-loaded when customizing the `gnus-delay' group.
10598 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10600         * message.el (message-insert-citation-line): Use newlines.
10602 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10604         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10606         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10608 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10610         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10612 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10614         * mm-decode.el (mm-inlined-types): Add application/pgp.
10615         (mm-automatic-display): Ditto.
10617         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10618         part as text.
10620 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10622         * nnrss.el: Update copyright.
10623         (nnrss-opml-import): Query whether to subscribe to each entry.
10625         * gnus-art.el:
10626         * gnus-sum.el:
10627         * mm-uu.el:
10628         * mm-view.el: Update copyright.
10630 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10632         * message.el (message-info): New function.
10633         (message-mode-menu): Add it.
10634         Update copyright.
10636         * ChangeLog: Fix and update copyright.
10638 2006-01-13  Romain Francoise  <romain@orebokech.com>
10640         * message.el (message-forward-subject-name-subject): Prefer the
10641         address to 'nowhere' if the sender has no name.
10642         Fix typo.  Update copyright year.
10644 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10646         * gnus-art.el (article-wash-html): Use
10647         gnus-summary-show-article-charset-alist if a numeric arg is given.
10648         (gnus-article-wash-html-with-w3m-standalone): New function.
10650         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10651         mm-inline-text-html-render-with-w3m-standalone.
10652         (mm-text-html-washer-alist): Map w3m-standalone to
10653         gnus-article-wash-html-with-w3m-standalone.
10654         (mm-inline-text-html-render-with-w3m-standalone): New function.
10656 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10658         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10659         Improve LaTeX.
10661 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10663         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10664         (nnrss-request-article): Render text/plain parts as HTML.
10666         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10667         the buffer.
10669 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10671         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10672         custom definition of `gnus-posting-styles'.
10674         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10675         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10677 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10679         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10680         Use nntp for bug archive.
10682 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10684         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10685         parts.
10686         (nnrss-normalize-date): New function converts ISO 8601 date into
10687         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10688         (nnrss-check-group): Use it.
10690 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10692         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10694         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10695         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10696         (nnrss-insert-w3): Ditto.
10698 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10700         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10701         the articles to be forwarded including the case where neither a
10702         number of articles nor a region is specified.
10704 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10706         * nnrss.el (nnrss-request-article): Fix last change; fill
10707         text/plain parts.
10709 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10711         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10712         in text/plain part.
10713         (nnrss-check-group): Don't add excessive newline to dc:subject.
10715 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10717         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10718         article.
10720 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10722         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10723         (nnml-use-compressed-files, nnml-save-mail): Support other
10724         comression programs such as bzip2.
10726 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728         * dns.el (query-dns): Make sure we check the buffer size before
10729         removing tcp headers.
10731 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10733         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10734         remove MIME buttons associated with multipart/alternative parts.
10735         (gnus-mime-display-alternative): Tag buttons using `article-type'
10736         text property.
10738         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10739         associated with multipart/alternative parts.
10741         * gnus-art.el (gnus-signature-separator): Fix custom type.
10743         * mm-decode.el (mm-inlined-types): Fix custom type.
10744         (mm-keep-viewer-alive-types): Ditto.
10745         (mm-automatic-display): Ditto.
10746         (mm-attachment-override-types): Ditto.
10747         (mm-inline-override-types): Ditto.
10748         (mm-automatic-external-display): Ditto.
10750 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10752         * spam-report.el (spam-report-user-mail-address)
10753         (spam-report-user-agent): New variables.
10754         (spam-report-url-ping-plain): Use spam-report-user-agent.
10756 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10758         * gnus-art.el (gnus-button-handle-custom): Do not just use
10759         `customize-apropos' for any "M-x customize-*" button but the
10760         function called for.  Accept both the function name and its
10761         argument in order to achieve this.
10762         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10763         function name to `gnus-button-handle-custom' in case of "M-x
10764         customize-*" buttons.
10766 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10768         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10769         multipart/alternative and add xref to mm-discouraged-alternatives
10770         in doc string.
10772         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10773         gnus-buttonized-mime-types in doc string.
10775 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10777         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10778         Suggest image/.* in the doc string.
10780 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10782         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10783         message-marks (Debian bug #342521).
10785 2005-12-12  Simon Josefsson  <jas@extundo.com>
10787         * password.el (password-read-from-cache): Add.
10788         (password-read): Use it.
10790 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10792         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10793         us-ascii as a MIME charset.
10795         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10796         against the case where the 2nd arg TYPE is nil.
10798 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10800         * pop3.el (pop3-stream-type): Fix custom version.
10802         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10804 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10806         * mm-decode.el (mm-display-external): Add missing cdr.
10808 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10810         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10811         RFC1524) if it is in mailcap or add a suffix according to
10812         mailcap-mime-extensions when generating a temp filename; postpone
10813         deleting a temp file for 2 seconds for some wrappers, shell
10814         scripts, and so on, which might exit right after having started a
10815         viewer command as a background job.
10817 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10819         * nntp.el (nntp-marks-directory): Fix custom group.
10821         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10822         steps when < 10.
10824         * gnus-start.el (gnus-no-server-1): Mention
10825         `gnus-level-default-subscribed' in doc string.
10827 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10829         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10830         parens.
10832 2005-11-26  Dave Love  <fx@gnu.org>
10834         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10835         (tls-program, tls-success): Provide openssl alternative.
10837         * starttls.el: Doc fixes.
10838         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10839         SERVICE to PORT.
10841         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10842         port null or service name.
10843         (starttls-negotiate): Autoload.
10845 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10847         * message.el (message-kill-to-signature): Fix interactive spec.
10849 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * pop3.el (pop3-open-server): Recognize a string as a service name.
10853 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10855         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10857 2005-11-23  Dave Love  <fx@gnu.org>
10859         Add pop3s, pop3/starttls.
10861         * pop3.el (pop3-authentication-scheme): Clarify doc.
10862         (open-tls-stream, starttls-open-stream): Autoload.
10863         (pop3-stream-type): New.
10864         (pop3-open-server): Use it.
10866         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10867         for POP.
10868         (mail-source-keyword-map): Add :stream for POP.
10869         (mail-source-fetch-pop): Use pop3-stream-type.
10871 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10873         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10874         of current-time-string.
10876 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10878         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10879         date header.
10881 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10883         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10884         it can seriously impact performance as it bypasses the agent's
10885         local caches.
10887 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10889         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10890         must be explicitly online rather than "not explicitly offline" for
10891         its flags to be synchronized.
10893         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10894         that gnus-uu-unmark-thread will function correctly.
10896         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10897         1024K is instead displayed as 1M.
10899 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10903 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10905         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10907 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10909         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10910         error message to display actual error condition.
10911         (gnus-agent-save-local): Avoid saving symbols that are bound to
10912         nil as they simply result in a warning message in
10913         gnus-agent-read-local.
10915 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10917         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10918         rather than make-variable-buffer-local for file-precious-flag.
10920 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10922         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10923         for duplicates which are removed.  The invalid sort check then
10924         triggers a rescan after the sort as sorting may have moved
10925         duplicate entries such that they can be cheaply detected.
10927 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10929         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10931 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10933         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10934         internal variable to a custom variable.  Changed default value
10935         from compressed(2) to uncompressed(1).
10936         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10937         support for uncompressed agentview files.  Taken together, reading
10938         the agentview file should now be 6-7 times faster.
10940 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10942         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10943         as a buffer-local variable.  This avoids creating truncated
10944         dribble files as a result of a hang up, eg.
10946 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10948         * gnus-start.el (gnus-start-draft-setup): Enforce
10949         `gnus-draft-mode' for nndraft:drafts at startup.
10951         * gnus.el (gnus-splash): Change custom group.
10952         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10953         allow-list argument.
10955         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10956         string.
10958 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10960         * gnus-art.el (gnus-default-article-saver): Add user-defined
10961         `function' to custom type.
10963 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10965         * imap.el (imap-open): Handle case where buffer is a buffer
10966         object.
10968 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10970         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10971         long lines.
10972         (gnus-cache-delete-group): Wrap doc strings.
10974         * gnus-agent.el (gnus-agent-rename-group)
10975         (gnus-agent-delete-group): Wrap doc strings.
10977 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979         * gnus-start.el (gnus-1): Add "native" to
10980         gnus-predefined-server-alist.
10982         * gnus.el (gnus-method-to-server): Don't add "native" to the
10983         lists here, because that leads to problems when
10984         gnus-select-method is bound.
10986 2005-11-09  Simon Josefsson  <jas@extundo.com>
10988         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10989         use (not sort-by-date) instead.
10991 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10993         * gnus-delay.el (gnus-delay-group): Don't autoload.
10994         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10995         to be re-loaded when customizing the `gnus-delay' group.
10997 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10999         * message.el: Revert last changes.
11000         (message-insert-citation-line): Use newlines.
11002 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11004         * message.el (message-courtesy-message)
11005         (message-mark-insert-begin, message-mark-insert-end)
11006         (message-elide-ellipsis, message-cancel-message)
11007         (message-add-header, message-change-subject)
11008         (message-cross-post-followup-to-header)
11009         (message-cross-post-insert-note, message-reduce-to-to-cc)
11010         (message-widen-reply, message-delete-not-region)
11011         (message-kill-to-signature, message-insert-signature)
11012         (message-insert-importance-high, message-insert-importance-low)
11013         (message-insert-or-toggle-importance)
11014         (message-insert-disposition-notification-to)
11015         (message-indent-citation, message-yank-original)
11016         (message-cite-original-without-signature, message-cite-original)
11017         (message-insert-citation-line, message-position-on-field)
11018         (message-fix-before-sending, message-send-mail-partially)
11019         (message-send-mail, message-send-mail-with-sendmail)
11020         (message-send-mail-with-qmail, message-send-news)
11021         (message-check-news-header-syntax, message-generate-headers)
11022         (message-insert-courtesy-copy, message-fill-address)
11023         (message-fill-header, message-shorten-references)
11024         (message-setup-1, message-cancel-news)
11025         (message-forward-make-body-plain, message-forward-make-body-mime)
11026         (message-forward-make-body-mml, message-encode-message-body)
11027         (message-forward-make-body-digest-plain)
11028         (message-forward-make-body-digest-mime)
11029         (message-use-alternative-email-as-from): Insert `hard-newline'
11030         instead of ordinary newlines.
11032 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11034         * message.el (message-generate-headers): Downcase the argument
11035         given to message-check-element.
11037 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11039         * nntp.el (nntp-authinfo-rejected): New error condition.
11040         (nntp-wait-for): Use new error condition to signal authentication
11041         error.
11042         (nntp-retrieve-data): Rethrow new error condition to break out of
11043         recursive call to nntp-send-authinfo.
11045 2005-11-08  Romain Francoise  <romain@orebokech.com>
11047         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11048         (gnus-summary-exit-map): Bind to `Z p'.
11049         (gnus-summary-make-menu-bar): Add menu item.
11051 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11053         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11054         (gnus-treat-*): Add `first' in all doc strings.
11056         * gnus-group.el (gnus-group-compact-group): Fix typo.
11058 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11060         * gnus.el (gnus-parameters-case-fold-search): New variable.
11061         (gnus-parameters-get-parameter): Use it.
11063         * gnus-score.el (gnus-home-score-file): Doc fix.
11065 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11067         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11069 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11071         * mm-util.el (mm-special-display-p): New function.
11073         * mml.el (mml-preview): Use it; doc fix.
11075 2005-10-29  Romain Francoise  <romain@orebokech.com>
11077         * message.el (message-fix-before-sending): Fix comment.
11079 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11081         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11083 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11085         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11086         Used in gnus-score.el.
11088 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11090         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11092 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11094         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11095         whitespace removed in revision 7.8.  Use concatenated string to
11096         protect trailing whitespace.
11098 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11100         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11101         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11102         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11103         Courier IMAP ("some version from 2004").  Mostly based on similar
11104         code in the same function.
11106 2005-10-26  Didier Verna  <didier@xemacs.org>
11108         * gnus-group.el (gnus-group-compact-group): Invalidate original
11109         article buffer.
11110         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11111         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11112         NOV database and in article itself.
11113         Invalidate article backlog.
11115 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11117         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11119 2005-10-26  Simon Josefsson  <jas@extundo.com>
11121         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11122         part of 2004-07-25 change.
11124 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11126         * message.el (message-display-completion-list): New function.
11127         (message-expand-group): Use it; make sure the Completions buffer
11128         is modifiable.
11130 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11132         * imap.el (imap-open): Handle case where buffer is a buffer object.
11134 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11136         * pgg-def.el:
11137         * pgg-gpg.el:
11138         * pgg-parse.el:
11139         * pgg-pgp.el:
11140         * pgg-pgp5.el:
11141         * pgg.el: Move to the parent lisp directory.
11143 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11145         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11146         user-mail-name is an empty string.
11148 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11150         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11151         depending on gnus-score-decay-constant.
11153         * encrypt.el (encrypt-insert-file-contents)
11154         (encrypt-write-file-contents): Don't use `gnus-message'.
11156         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11157         arguments.
11158         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11159         arguments to mm-uu-verbatim-marks-extract.
11160         (mm-uu-hide-markers): New variable.
11161         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11163         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11164         (gnus-convert-image-to-face-command): Use "convert" by default to
11165         allow other input image formats.
11166         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11167         accordingly.
11169 2005-10-23  Simon Josefsson  <jas@extundo.com>
11171         * imap.el (imap-gssapi-program): Align command line parameters
11172         with latest GNU SASL.
11173         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11175 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11178         HTML.
11179         (nnslashdot-request-article): Ditto.
11181 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11183         * mail-source.el (mail-source-fetch-pop): Require pop3.
11184         (mail-source-check-pop): Ditto.
11186 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11188         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11189         errors.
11191 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11193         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11194         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11196         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11198         * mm-bodies.el (mm-decode-string): Call
11199         `mm-charset-to-coding-system' with allow-override argument.
11201 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11203         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11204         (rfc2047-charset-to-coding-system): New function.
11205         (rfc2047-decode-encoded-words): New function.
11206         (rfc2047-decode-region): Use them.
11207         (rfc2047-decode-cte): Remove.
11208         (rfc2047-parse-and-decode): Remove.
11209         (rfc2047-decode): Remove.
11211 2005-10-15  Kenichi Handa  <handa@m17n.org>
11213         * rfc2047.el (rfc2047-decode-cte): New function.
11214         (rfc2047-decode-region): Change the way to decode successive
11215         encoded-words: decode B- or Q-encoding in each encoded-word,
11216         concatenate them, and decode it as charset.
11218 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11220         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11221         widget-move-and-invoke.
11222         (gnus-custom-mode): Use gnus-custom-map.
11224 2005-10-15  Bill Wohler  <wohler@newt.com>
11226         * message.el (message-tool-bar-map): Renamed image file from
11227         mail_send to mail/send.
11229 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11231         * message.el (message-expand-group): Pass the common
11232         prefix substring of completion to `display-completion-list'.
11234 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11236         * mml-sec.el (mml-secure-method): New internal variable.
11237         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11238         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11239         functions using mml-secure-method.
11241         * mml.el (mml-mode-map): Add key bindings for those functions.
11242         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11243         Harder <harder@myrealbox.com>.
11244         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11245         end of message if point is the headers of the message.
11247         * message.el (message-in-body-p): New function.
11249         * assistant.el: Autoload gnus-util and netrc.
11251         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11252         Use `mm-charset-override-alist' only when decoding.
11254         * mm-bodies.el (mm-decode-body): Call
11255         `mm-charset-to-coding-system' with allow-override argument.
11257         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11258         `filename' from Content-Disposition if Content-Type doesn't
11259         provide `name'.
11260         (gnus-mime-view-part-as-type): Set default instead of
11261         initial-input.
11263 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11265         * format-spec.el (format-spec): Propagate text properties of % spec.
11267 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11269         * gnus-art.el (gnus-treat-predicate): Add `first'.
11271 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11273         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11274         (mm-charset-override-alist): New variable.
11275         (mm-charset-to-coding-system): Use it.
11276         (mm-codepage-setup): New helper function.
11277         (mm-charset-eval-alist): New variable.
11278         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11279         about unknown charsets.
11281 2005-10-04  David Hansen  <david.hansen@gmx.net>
11283         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11284         (nnrss-check-group): Ditto.
11286 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11288         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11289         Rename x-gnus-verbatim to x-verbatim.
11290         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11292         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11293         x-verbatim.
11295         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11297         * gnus-util.el (gnus-remove-duplicates): Remove.
11299         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11300         instead of gnus-remove-duplicates.
11302         * message.el (message-remove-duplicates): Remove.
11303         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11304         message-remove-duplicates.
11306         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11307         available, else use implementation from `delete-dups'.
11309         * message.el (message-insert-expires): New function.
11310         (message-mode-map): Add key binding.
11311         (message-mode-field-menu): Add menu entry.
11312         (message-mode): Document it.
11313         (message-make-expires-date): Use `message-make-date'.
11315 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11317         * message.el (message-make-expires-date): New function.
11319 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11321         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11323 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11325         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11326         function rather than the diff-mode.el package.
11327         (mm-display-external): Use with-current-buffer.
11328         (mm-viewer-completion-map, mm-viewer-completion-map):
11329         Move initialization inside declaration.
11331 2005-09-29  Simon Josefsson  <jas@extundo.com>
11333         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11334         autoload mail-check-payment.
11335         (spam-check-hashcash): Define unconditionally, since hashcash.el
11336         is part of Gnus now.  Ignore errors from payment checking.
11338 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11340         * message.el (message-bold-region, message-unbold-region): Rename
11341         from `bold-region' and `unbold-region'.
11343         * message.el: Remove useless autoloads.
11345 2005-09-28  Simon Josefsson  <jas@extundo.com>
11347         * message.el (message-use-idna): Default to t.
11348         (message-use-idna): Test whether encoding works too.  Doc fix.
11350 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11352         * nntp.el (nntp-warn-about-losing-connection): Remove.
11354 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11356         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11357         customizable.  Change default value.
11358         (mm-uu-diff-groups-regexp): Change default value.
11359         (mm-uu-type-alist): Add doc string.
11360         (mm-uu-configure): Add doc string.  Make it interactive.
11361         (mm-uu-tex-groups-regexp): New variable.
11362         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11363         (mm-uu-type-alist): Add LaTeX documents.
11364         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11365         of "text/verbatim".
11366         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11368         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11369         instead of "text/verbatim".
11371         * message.el (message-mark-inserted-region)
11372         (message-mark-insert-file): Use slrn style marks when called with
11373         prefix argument.
11375 2005-09-27  Simon Josefsson  <jas@extundo.com>
11377         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11379 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11381         * message.el (message-remove-duplicates): New function.
11382         Implementation borrowed from `gnus-remove-duplicates'.
11383         (message-idna-to-ascii-rhs): Also encode idna addresses in
11384         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11385         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11386         only ask about the same idna domain once per header and also tell
11387         in what header to replace the idna domain.
11389         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11390         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11391         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11392         a header is decoded and not just the last one.
11394 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11396         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11397         has been decoded.
11399         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11400         (mm-insert-part): Don't modify text if it has been decoded.
11402         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11403         decoded.
11405         * mm-view.el (mm-inline-text): Don't strip text props unless
11406         decoding enriched or richtext parts.
11408 2005-09-25  Romain Francoise  <romain@orebokech.com>
11410         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11411         * gnus-start.el (gnus-subscribe-interactively):
11412         * gnus-uu.el (gnus-uu-grab-articles):
11413         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11414         space.
11416 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11418         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11419         * mm-view.el (mm-view-pkcs7-decrypt):
11420         * gnus-sum.el (gnus-summary-limit-to-extra)
11421         (gnus-summary-respool-article, gnus-read-move-group-name):
11422         * gnus-score.el (gnus-summary-increase-score):
11423         * gnus-util.el (gnus-completing-read-with-default):
11424         * gnus-art.el (gnus-read-save-file-name)
11425         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11426         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11427         * message.el (message-check-news-header-syntax):
11428         Follow convention for reading with the minibuffer.
11430 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11432         * spam-report.el (spam-report-url-ping-plain):
11433         Use gnus-extended-version as User-Agent.
11435         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11436         default value is nil.
11438         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11439         (mm-uu-verbatim-marks-extract): New function.
11440         (mm-uu-extract): New face.
11441         (mm-uu-copy-to-buffer): Use it.
11443         * spam-report.el (spam-report-gmane-ham): Renamed from
11444         `spam-report-gmane-unspam'.
11445         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11446         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11448         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11449         Autoload.
11450         (spam-report-gmane-unregister-routine): Renamed
11451         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11453 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11455         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11456         (spam-report-gmane-unregister-routine): Add support for gmane
11457         unregistration.
11459         * spam-report.el (spam-report-gmane-unspam)
11460         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11461         (spam-report-gmane): Change to take a single article and do unspam
11462         registration.
11464 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11466         * mm-url.el (mm-url-decode-entities): Fix regexp.
11468 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11471         default to nil, to be able to use Gnus at all.  If the default
11472         switches to something else, then the function should be fixed not
11473         be exceedingly slow.
11475 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11477         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11478         fail hard.
11480         * spam-report.el: Add better Keywords line.
11482         * spam.el: Add Maintainer and better Keywords line.
11484 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11486         * gnus-art.el (gnus-article-replace-part)
11487         (gnus-mime-replace-part): New functions.
11488         (gnus-mime-action-alist, gnus-mime-button-commands)
11489         (gnus-mime-save-part-and-strip): Added file argument.
11490         (gnus-article-part-wrapper): Added interactive argument.
11492         * gnus-sum.el (gnus-summary-mime-map): Add
11493         `gnus-article-replace-part'.
11495 2005-09-19  Didier Verna  <didier@xemacs.org>
11497         The nnml compaction feature:
11498         * nnml.el (nnml-request-compact-group): New function.
11499         * nnml.el (nnml-request-compact): New function.
11500         * gnus-int.el (gnus-request-compact-group): New function.
11501         * gnus-int.el (gnus-request-compact): New function.
11502         * gnus-group.el (gnus-group-compact-group): New function.
11503         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11504         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11505         * gnus-srvr.el (gnus-server-compact-server): New function.
11506         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11507         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11509 2005-09-18  Deepak Goel  <deego@gnufans.org>
11511         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11512         format spec.
11514 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11516         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11518 2005-09-15  Romain Francoise  <romain@orebokech.com>
11520         * message.el (message-fill-paragraph): Clarify docstring.
11522 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11524         * gnus-art.el (gnus-mime-display-part): Protect against broken
11525         MIME messages.
11527 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11529         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11530         before parsing header.
11532 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11534         * html2text.el (html2text-replace-list): Add new entities.
11536 2005-09-11  Romain Francoise  <romain@orebokech.com>
11538         * message.el (message-alternative-emails): Improve docstring.
11539         (message-setup-1): Call `message-use-alternative-email-as-from'
11540         after `message-setup-hook' to give it precedence over posting
11541         styles, etc.
11542         (message-use-alternative-email-as-from): Add docstring.  Remove
11543         the original From header if present.
11545         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11546         (nnml-save-mail): Use it.
11548         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11549         articles.  Add new argument `silent'.
11550         (gnus-uu-mark-all): Report the total number of marked articles.
11552 2005-09-10  Romain Francoise  <romain@orebokech.com>
11554         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11555         (gnus-uu-mark-series): Likewise.
11557 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11559         * spam-report.el (spam-report-gmane): Fix generation of spam
11560         report URL.
11562 2005-09-10  Simon Josefsson  <jas@extundo.com>
11564         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11565         t, based on discussion on the ding list with Robert Epprecht
11566         <epprecht@solnet.ch>.
11568 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11570         * spam-report.el (spam-report-gmane): Make it work without
11571         X-Report-Spam header.  Gmane now only provides Archived-At.
11572         This is only used if `spam-report-gmane-use-article-number' is nil.
11573         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11575         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11576         make `gnus-summary-sort-by-recipient' work with threading.
11578         * nnweb.el (nnweb-google-wash-article): Print a message if article
11579         is not available.
11581 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11583         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11584         change.  Decode text/* parts content before displaying.
11586 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11588         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11590 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11592         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11594 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11596         * message.el (message-tab-body-function): Fix mismatched custom type.
11598         * gnus.el (gnus-group-change-level-function): Ditto.
11600         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11602         * gnus-art.el (gnus-signature-limit)
11603         (gnus-article-mime-part-function): Ditto.
11605 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11607         * mml.el (mml-mode): Silence the byte compiler.
11609         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11610         using `(sit-for 0)' before moving the point to the specified part;
11611         skip unbuttonized parts.
11612         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11613         return to the summary window if gnus-auto-select-part is non-nil.
11615 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11617         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11618         variables.
11619         (mml-dnd-attach-file, mml-mode): Use them.
11621         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11622         Make fetching article by MID work again for Google Groups.  Added
11623         FIXME concerning gnus-group-make-web-group.
11625         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11626         Don't depend on Gnus by using mail-extract-address-components if
11627         gnus-extract-address-components is not bound.
11629 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11631         * gnus-art.el (gnus-mime-display-security): Don't display the
11632         signature, but only the signed part.
11634 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11636         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11638         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11639         list, not listp.
11641 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11643         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11644         when encoding.
11646         * mm-bodies.el (mm-decode-content-transfer-encoding):
11647         De-canonicalize CRLF for all text content types, not just
11648         text/plain.
11650 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11652         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11653         valid article; point arrow and cursor at the MIME button.
11655 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11657         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11658         Suggested by Dan Christensen <jdc@uwo.ca>.
11660         * mm-decode.el (mm-save-part): Enable change of prompt.
11662 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11664         * gnus-msg.el (gnus-inews-add-send-actions): Made
11665         `message-post-method' lambda parameter ARG `&optional'.
11667 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11669         * gnus-sum.el (gnus-summary-mime-map): Added
11670         gnus-article-save-part-and-strip, gnus-article-delete-part and
11671         gnus-article-jump-to-part.
11673         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11674         (gnus-article-edit-part): Use it.
11675         (gnus-article-part-wrapper): Added no-handle argument.
11676         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11677         functions.
11679 2005-08-29  Romain Francoise  <romain@orebokech.com>
11681         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11682         docstring.
11683         (gnus-face-from-file): Likewise.
11685 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11687         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11688         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11689         non-nil.
11690         (gnus-auto-select-part): New variable.
11691         (gnus-article-jump-to-part): New function.
11692         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11693         (gnus-mime-delete-part): Allow selecting specified part after
11694         deleting or stripping parts.
11695         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11696         part if argument is bogus.
11698 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11700         * gnus-art.el (w3m-minor-mode-map):
11701         * gnus-spec.el (gnus-newsrc-file-version):
11702         * gnus-util.el (nnmail-active-file-coding-system)
11703         (gnus-original-article-buffer, gnus-user-agent):
11704         * gnus.el (gnus-ham-process-destinations)
11705         (gnus-parameter-ham-marks-alist)
11706         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11707         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11708         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11709         * mm-decode.el (gnus-current-window-configuration):
11710         * mm-extern.el (gnus-article-mime-handles):
11711         * mm-url.el (url-current-object, url-package-name)
11712         (url-package-version):
11713         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11714         (smime-keys, w3m-cid-retrieve-function-alist)
11715         (w3m-current-buffer, w3m-display-inline-images)
11716         (w3m-minor-mode-map):
11717         * mml-smime.el (gnus-extract-address-components):
11718         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11719         (gnus-newsrc-hashtb, message-default-charset)
11720         (message-deletable-headers, message-options)
11721         (message-posting-charset, message-required-mail-headers)
11722         (message-required-news-headers):
11723         * mml1991.el (mc-pgp-always-sign):
11724         * mml2015.el (mc-pgp-always-sign):
11725         * nnheader.el (nnmail-extra-headers):
11726         * rfc1843.el (gnus-decode-encoded-word-function)
11727         (gnus-decode-header-function, gnus-newsgroup-name):
11728         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11730 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11732         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11733         the end of the date treatments.
11735 2005-08-15  Simon Josefsson  <jas@extundo.com>
11737         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11738         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11739         Capello and Romain Francoise.
11740         (pgg-fetch-key-function): Removed, not used?
11741         (pgg-insert-url-with-w3): Require url, to get
11742         url-insert-file-contents regardless of where it is defined.
11744 2005-08-13  Romain Francoise  <romain@orebokech.com>
11746         * message.el (message-cite-original-1): New function.
11747         (message-cite-original): Use it.
11748         (message-cite-original-without-signature): Ditto.
11750 2005-08-08  Romain Francoise  <romain@orebokech.com>
11752         * message.el (message-yank-empty-prefix): New variable.
11753         (message-indent-citation): Use it.
11754         (message-cite-original-without-signature): Respect X-No-Archive.
11756 2005-08-08  Simon Josefsson  <jas@extundo.com>
11758         * pgg.el: Autoload url-insert-file-contents instead of loading
11759         w3/url.
11760         (pgg-insert-url-with-w3): Don't load url here.
11762 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11764         * message.el (message-kill-to-signature): Don't insert newline at
11765         bol.
11766         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11768 2005-08-06  Romain Francoise  <romain@orebokech.com>
11770         * message.el (message-user-fqdn): Fix typo in docstring.
11772 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11774         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11776         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11778 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11780         * mm-bodies.el (mm-encode-body): Use coding system rather than
11781         charset to encode text.
11783         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11784         number of charsets if utf-8 is available (XEmacs).
11786 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11788         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11789         taken from `gnus-button-mid-or-mail-regexp'.
11790         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11791         (gnus-button-alist): Improve regexp for domain part of the MIDs
11792         for news:localpart@domain buttons.
11793         (gnus-button-ctan-directory-regexp): Update.
11795 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11797         * sieve-manage.el (sieve-manage-interactive-login): Use
11798         make-local-variable rather than make-variable-buffer-local.
11799         (sieve-manage-open): Ditto.
11800         (sieve-manage-authenticate): Ditto.
11802         * mml.el (mml-generate-mime-1): Make the content type default to
11803         text/plain if the filename is not specified.
11805 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11807         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11808         instead of insert-buffer.
11810         * message.el (message-yank-original): Ditto; set the mark at the
11811         end of the yanked message.
11813 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11815         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11816         lines to scroll rather than to stop it.
11818         * mml.el (mml-generate-default-type): Add doc string.
11819         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11820         default to application/octet-stream when determining the content
11821         type if it is not specified for the part or the mml contents; add
11822         a comment about mml-generate-default-type.
11824 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11826         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11827         make it default to application/octet-stream when determining the
11828         content type if it is not specified for the external contents.
11830 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11832         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11833         segmented parameter but also other parameters might be there.
11835 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11837         * mm-decode.el (mm-display-external): Delete temp file, directory
11838         and buffer immediately if the external process is exited.
11840 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11842         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11843         fewer lines than that of scroll-margin.
11844         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11846 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11848         * gnus-art.el (gnus-article-next-page): Revert.
11849         (gnus-article-beginning-of-window): New macro.
11850         (gnus-article-next-page-1): Use it.
11851         (gnus-article-prev-page): Ditto.
11852         (gnus-article-edit-part): Use insert-buffer-substring instead of
11853         insert-buffer.
11854         (gnus-article-edit-exit): Ditto.
11856         * gnus-util.el (gnus-beginning-of-window): Remove.
11857         (gnus-end-of-window): Remove.
11859 2005-07-25  Simon Josefsson  <jas@extundo.com>
11861         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11862         to have the url package without w3.  Reported by Daiki Ueno
11863         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11865 2005-07-20  Didier Verna  <didier@xemacs.org>
11867         * gnus-diary.el: Remove the description comment (nndiary is now
11868         properly documented in the Gnus manual).
11869         Fix the spelling of "Back End".
11870         * nndiary.el: Ditto.
11871         Fix the copyright notice.
11873 2005-07-18  Romain Francoise  <romain@orebokech.com>
11875         * gnus-sum.el (gnus-summary-to-prefix)
11876         (gnus-summary-newsgroup-prefix): New variables.
11877         (gnus-summary-from-or-to-or-newsgroups): Use them.
11879 2005-07-17  Romain Francoise  <romain@orebokech.com>
11881         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11882         space as it's generally not especially interesting to the user.
11884 2005-07-16  Romain Francoise  <romain@orebokech.com>
11886         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11887         nil to avoid prompting and file modification if one of the
11888         messages at the top of the nnfolder file contains a copyright
11889         notice.
11890         Update copyright notice.
11892         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11893         instead of `current-time-string' as the latter creates a time
11894         string that is not RFC 2822 compliant (it lacks the zone).
11895         Update copyright notice.
11897 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11900         for text/rtf.  Display default in prompt.  Pass default for M-n.
11902         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11904 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906         * gnus-msg.el (gnus-button-mailto): Remove
11907         save-selected-window-window hackery because it relies on
11908         save-selected-window internals.
11910 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11912         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11913         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11914         (gnus-article-prev-page): Ditto.
11916         * gnus-util.el (gnus-beginning-of-window): New function.
11917         (gnus-end-of-window): New function.
11919 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11921         * gnus-score.el (gnus-score-edit-all-score): Set
11922         gnus-score-edit-exit-function to gnus-score-edit-done and call
11923         gnus-message.
11925 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11927         * gnus-msg.el (gnus-button-mailto): Remove
11928         save-selected-window-window hackery because it relies on
11929         save-selected-window internals.
11931 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11933         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11934         add-minor-mode.
11935         (gnus-binary-mode): Ditto.
11937         * gnus-topic.el (gnus-topic-mode): Ditto.
11939 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11941         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11942         (gnus-article-prev-page): Take scroll-margin into consideration.
11944 2005-07-04  Lute Kamstra  <lute@gnu.org>
11946         Update FSF's address in GPL notices.
11948 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11950         * gnus.el (gnus-exit):
11951         * gnus-group.el (gnus-group-icons):
11952         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11954         * gnus-nocem.el (gnus-nocem):
11955         * message.el (message-various, message-buffers, message-sending)
11956         (message-interface, message-forwarding, message-insertion)
11957         (message-headers, message-news, message-mail):
11958         * pgg-gpg.el (pgg-gpg):
11959         * pgg-parse.el (pgg-parse):
11960         * pgg-pgp.el (pgg-pgp):
11961         * pgg-pgp5.el (pgg-pgp5):
11962         * pop3.el (pop3): Finish `defgroup' description with period.
11964 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11966         * gnus-art.el (article-display-face): Improve the efficiency.
11967         (article-display-x-face): Ditto; remove grey x-face stuff.
11969 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11971         * gnus-art.el (article-display-face): Correct the position in
11972         which Faces are inserted.
11974 2005-06-29  Didier Verna  <didier@xemacs.org>
11976         * gnus-art.el (article-display-face): Display faces in correct
11977         order.
11979 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11981         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11982         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11983         (gnus-nocem-check-article): Fetch the Type header.
11984         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11985         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11986         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11987         make sure gnus-nocem-hashtb is initialized.
11988         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11989         (gnus-nocem-unwanted-article-p): Ditto.
11991         * pgg.el (pgg-verify): Return the verification result.
11993 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11996         is ascii.
11998 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12000         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12001         `show-nonbreak-escape'.
12003 2005-06-23  Lute Kamstra  <lute@gnu.org>
12005         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12007         * dig.el (dig-mode):
12008         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12010 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12012         * nnimap.el (nnimap-split-download-body): Fix spellings.
12014 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12016         * gnus-art.el (gnus-article-encrypt-body):
12017         * gnus-cus.el (gnus-score-customize):
12018         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12019         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12021 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12023         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12024         header by looking for magic "MII" at the beginnig.
12026 2005-06-16  Miles Bader  <miles@gnu.org>
12028         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12029         (assistant-field-face): New backward-compatibility alias for renamed
12030         face.
12031         (assistant-render-text): Use renamed assistant-field face.
12033         * spam.el (spam): Remove "-face" suffix from face name.
12034         (spam-face): New backward-compatibility alias for renamed face.
12035         (spam-face, spam-initialize): Use renamed spam face.
12037         * message.el (message-header-to, message-header-cc)
12038         (message-header-subject, message-header-newsgroups)
12039         (message-header-other, message-header-name)
12040         (message-header-xheader, message-separator, message-cited-text)
12041         (message-mml): Remove "-face" suffix from face names.
12042         (message-header-to-face, message-header-cc-face)
12043         (message-header-subject-face, message-header-newsgroups-face)
12044         (message-header-other-face, message-header-name-face)
12045         (message-header-xheader-face, message-separator-face)
12046         (message-cited-text-face, message-mml-face):
12047         New backward-compatibility aliases for renamed faces.
12048         (message-font-lock-keywords): Use renamed message faces.
12050         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12051         (sieve-test-commands, sieve-tagged-arguments):
12052         Remove "-face" suffix from face names.
12053         (sieve-control-commands-face, sieve-action-commands-face)
12054         (sieve-test-commands-face, sieve-tagged-arguments-face):
12055         New backward-compatibility aliases for renamed faces.
12056         (sieve-control-commands-face, sieve-action-commands-face)
12057         (sieve-test-commands-face, sieve-tagged-arguments-face):
12058         Use renamed sieve faces.
12060         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12061         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12062         (gnus-group-news-3-empty, gnus-group-news-4)
12063         (gnus-group-news-4-empty, gnus-group-news-5)
12064         (gnus-group-news-5-empty, gnus-group-news-6)
12065         (gnus-group-news-6-empty, gnus-group-news-low)
12066         (gnus-group-news-low-empty, gnus-group-mail-1)
12067         (gnus-group-mail-1-empty, gnus-group-mail-2)
12068         (gnus-group-mail-2-empty, gnus-group-mail-3)
12069         (gnus-group-mail-3-empty, gnus-group-mail-low)
12070         (gnus-group-mail-low-empty, gnus-summary-selected)
12071         (gnus-summary-cancelled, gnus-summary-high-ticked)
12072         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12073         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12074         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12075         (gnus-summary-low-undownloaded)
12076         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12077         (gnus-summary-low-unread, gnus-summary-normal-unread)
12078         (gnus-summary-high-read, gnus-summary-low-read)
12079         (gnus-summary-normal-read, gnus-splash):
12080         Remove "-face" suffix from face names.
12081         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12082         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12083         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12084         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12085         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12086         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12087         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12088         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12089         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12090         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12091         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12092         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12093         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12094         (gnus-summary-normal-ticked-face)
12095         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12096         (gnus-summary-normal-ancient-face)
12097         (gnus-summary-high-undownloaded-face)
12098         (gnus-summary-low-undownloaded-face)
12099         (gnus-summary-normal-undownloaded-face)
12100         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12101         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12102         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12103         (gnus-splash-face):
12104         New backward-compatibility aliases for renamed faces.
12105         (gnus-group-startup-message): Use renamed gnus faces.
12107         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12108         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12109         (gnus-server-agent): Remove "-face" suffix from face names.
12110         (gnus-server-agent-face, gnus-server-opened-face)
12111         (gnus-server-closed-face, gnus-server-denied-face)
12112         (gnus-server-offline-face):
12113         New backward-compatibility aliases for renamed faces.
12114         (gnus-server-agent-face, gnus-server-opened-face)
12115         (gnus-server-closed-face, gnus-server-denied-face)
12116         (gnus-server-offline-face): Use renamed gnus faces.
12118         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12119         Remove "-face" suffix from face names.
12120         (gnus-picon-xbm-face, gnus-picon-face):
12121         New backward-compatibility aliases for renamed faces.
12123         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12124         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12125         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12126         (gnus-cite-11): Remove "-face" suffix from face names.
12127         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12128         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12129         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12130         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12131         New backward-compatibility aliases for renamed faces.
12132         (gnus-cite-attribution-face, gnus-cite-face-list)
12133         (gnus-article-boring-faces): Use renamed gnus faces.
12135         * gnus-art.el (gnus-signature, gnus-header-from)
12136         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12137         (gnus-header-content): Remove "-face" suffix from face names.
12138         (gnus-signature-face, gnus-header-from-face)
12139         (gnus-header-subject-face, gnus-header-newsgroups-face)
12140         (gnus-header-name-face, gnus-header-content-face):
12141         New backward-compatibility aliases for renamed faces.
12142         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12144         * gnus-sum.el (gnus-summary-selected-face)
12145         (gnus-summary-highlight): Use renamed gnus faces.
12146         * gnus-group.el (gnus-group-highlight): Likewise.
12148 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12150         * gnus-sieve.el (gnus-sieve-article-add-rule):
12151         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12152         * spam-stat.el (spam-stat-buffer-change-to-spam)
12153         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12155         * message.el (message-is-yours-p):
12156         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12158 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12160         * mm-view.el (mm-inline-text): Withdraw the last change.
12162 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12164         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12165         executing enriched-decode.
12167 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12169         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12170         charset of tar files.
12172 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12174         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12176 2005-06-04  Lute Kamstra  <lute@gnu.org>
12178         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12179         information is never recorded.
12181 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12185 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12187         * pop3.el (pop3-apop): Run md5 in the binary mode.
12189         * starttls.el (starttls-set-process-query-on-exit-flag):
12190         Use eval-and-compile.
12192 2005-05-31  Simon Josefsson  <jas@extundo.com>
12194         * smime.el (smime-replace-in-string): Define.
12195         (smime-cert-by-ldap-1): Use it.
12197 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12199         * gnus-art.el (article-display-x-face): Replace
12200         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12202         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12203         set-process-query-on-exit-flag or process-kill-without-query.
12205         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12206         loop instead of replace-regexp.
12208         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12209         instead of process-kill-without-query if it is available.
12211         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12212         instead of find-file-hooks if it is available.
12214         * mml1991.el: Bind pgg-default-user-id when compiling.
12216         * mml2015.el: Bind pgg-default-user-id when compiling.
12218         * nndraft.el (nndraft-request-associate-buffer):
12219         Use write-contents-functions instead of write-contents-hooks if it is
12220         available.
12222         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12223         instead of find-file-hooks if it is available.
12225         * nntp.el (nntp-open-connection): Replace
12226         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12227         (nntp-open-ssl-stream): Ditto.
12228         (nntp-open-tls-stream): Ditto.
12230         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12231         set-process-query-on-exit-flag or process-kill-without-query.
12232         (starttls-open-stream-gnutls): Use it instead of
12233         process-kill-without-query.
12234         (starttls-open-stream): Ditto.
12236 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12238         * smime.el (smime-cert-by-ldap-1): Don't use
12239         replace-regexp-in-string.
12241 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12243         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12245         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12246         in PEM format.  Adjust to the XEmacs compability.
12248 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12250         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12251         by `string-to-number'.
12252         * gnus-agent.el (gnus-agent-regenerate-group)
12253         (gnus-agent-fetch-articles): Ditto.
12254         * gnus-art.el (gnus-button-fetch-group): Ditto.
12255         * gnus-cache.el (gnus-cache-generate-active)
12256         (gnus-cache-articles-in-group): Ditto.
12257         * gnus-group.el (gnus-group-set-current-level)
12258         (gnus-group-insert-group-line): Ditto.
12259         * gnus-score.el (gnus-score-set-expunge-below)
12260         (gnus-score-set-mark-below, gnus-summary-score-effect)
12261         (gnus-summary-score-entry): Ditto.
12262         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12263         (gnus-soup-pack): Ditto.
12264         * gnus-spec.el (gnus-xmas-format): Ditto.
12265         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12266         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12267         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12268         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12269         * nndb.el (nndb-get-remote-expire-response): Ditto.
12270         * nndiary.el (nndiary-parse-schedule-value)
12271         (nndiary-string-to-number, nndiary-request-replace-article)
12272         (nndiary-request-article): Ditto.
12273         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12274         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12275         * nneething.el (nneething-make-head): Ditto.
12276         * nnfolder.el (nnfolder-request-article)
12277         (nnfolder-retrieve-headers): Ditto.
12278         * nnheader.el (nnheader-file-to-number): Ditto.
12279         * nnkiboze.el (nnkiboze-request-article): Ditto.
12280         * nnmail.el (nnmail-process-unix-mail-format)
12281         (nnmail-process-babyl-mail-format): Ditto.
12282         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12283         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12284         (nnmh-request-create-group, nnmh-request-list-1)
12285         (nnmh-request-group, nnmh-request-article): Ditto.
12286         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12287         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12288         * nnsoup.el (nnsoup-make-active): Ditto.
12289         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12290         * nntp.el (nntp-find-group-and-number)
12291         (nntp-retrieve-headers-with-xover): Ditto.
12292         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12293         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12294         (pgg-format-key-identifier): Ditto.
12295         * pop3.el (pop3-last, pop3-stat): Ditto.
12296         * qp.el (quoted-printable-decode-region): Ditto.
12298         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12299         of concat.
12301 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12303         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12305         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12307         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12309         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12311         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12313         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12315         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12316         (gnus-carpal-mode): Ditto.
12318         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12319         (gnus-browse-mode): Ditto.
12321         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12323         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12325 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12327         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12329 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12331         * gnus-util.el (gnus-run-mode-hooks): New function.
12333         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12335 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12337         * gnus-agent.el (gnus-agent-make-mode-line-string):
12338         Use mode-line-highlight as mouse-face.
12340 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12342         * canlock.el (canlock): Change the parent group to news.
12344         * deuglify.el (gnus-outlook-deuglify): Add :group.
12346         * dig.el (dig): Add :group.
12348         * dns-mode.el (dns-mode): Add :group.
12350         * encrypt.el (encrypt): Add :group.
12352         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12353         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12354         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12355         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12356         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12358         * gnus-diary.el (gnus-diary): Add :group.
12360         * gnus.el (gnus-group-news-1-face): Add :group.
12361         (gnus-group-news-1-empty-face): Ditto.
12362         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12363         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12364         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12365         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12366         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12367         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12368         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12369         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12370         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12371         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12372         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12373         (gnus-summary-high-ticked-face): Ditto.
12374         (gnus-summary-low-ticked-face): Ditto.
12375         (gnus-summary-normal-ticked-face): Ditto.
12376         (gnus-summary-high-ancient-face): Ditto.
12377         (gnus-summary-low-ancient-face): Ditto.
12378         (gnus-summary-normal-ancient-face): Ditto.
12379         (gnus-summary-high-undownloaded-face): Ditto.
12380         (gnus-summary-low-undownloaded-face): Ditto.
12381         (gnus-summary-normal-undownloaded-face): Ditto.
12382         (gnus-summary-high-unread-face): Ditto.
12383         (gnus-summary-low-unread-face): Ditto.
12384         (gnus-summary-normal-unread-face): Ditto.
12385         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12386         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12388         * hashcash.el (hashcash): New custom group.
12389         (hashcash-default-payment): Add :group.
12390         (hashcash-payment-alist): Ditto.
12391         (hashcash-default-accept-payment): Ditto.
12392         (hashcash-accept-resources): Ditto.
12393         (hashcash-path): Ditto.
12394         (hashcash-extra-generate-parameters): Ditto.
12395         (hashcash-double-spend-database): Ditto.
12396         (hashcash-in-news): Ditto.
12398         * message.el (message-minibuffer-local-map): Add :group.
12400         * netrc.el (netrc): Add :group.
12402         * sieve-manage.el (sieve-manage-log): Add :group.
12403         (sieve-manage-default-user): Diito.
12404         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12405         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12406         (sieve-manage-authenticators): Ditto.
12407         (sieve-manage-authenticator-alist): Ditto.
12408         (sieve-manage-default-port): Ditto.
12410         * sieve-mode.el (sieve-control-commands-face): Add :group.
12411         (sieve-action-commands-face): Ditto.
12412         (sieve-test-commands-face): Ditto.
12413         (sieve-tagged-arguments-face): Ditto.
12415         * smime.el (smime): Add :group.
12417         * spam-report.el (spam-report): Add :group.
12419         * spam.el (spam, spam-face): Add :group.
12421 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12424         return \n.\n.\n at the end of articles.  Protect against that.
12425         (nntp-with-open-group): Allow debugging.
12427         * nnheader.el (mail-header-set-extra): Make into a function
12428         because I just could't understand how to quote the list properly.
12430         * dns.el (query-dns-cached): New function.
12432 2005-05-26  Lute Kamstra  <lute@gnu.org>
12434         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12436 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12438         * gnus-art.el: Don't autoload mail-extract-address-components.
12440         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12441         eval-and-compile to evaluate it.
12443         * hashcash.el: Don't autoload executable-find.
12445         * nndb.el: Don't declare the nndb back end two or more times; don't
12446         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12448         * nntp.el: Autoload format-spec instead of format; use
12449         eval-and-compile to evaluate autoload forms.
12451 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12453         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12455 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12457         * gnus.el (gnus-version-number): Bump version.
12459 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12461         * gnus.el: No Gnus v0.3 is released.
12463 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12465         * gnus-art.el (gnus-article-edit-part): Disable undo.
12467 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12469         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12470         gnus-article-date-lapsed-new-header is t if date timer is active;
12471         skip headers in which the original date value is empty.
12472         (gnus-article-save-original-date): Redefine it as a macro.
12473         (gnus-display-mime): Use it.
12475 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12477         * gnus-art.el (article-date-ut): Support converting date in
12478         forwarded parts as well.
12479         (gnus-article-save-original-date): New function.
12480         (gnus-display-mime): Use it.
12482 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12484         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12485         enclosure element of <item>.
12487 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12489         * message.el (message-kill-buffer-query): Renamed from
12490         `message-kill-buffer-query-if-modified'.  Added :version.
12492 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12494         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12495         window layout.
12497 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12499         * mml.el: Autoload dnd when compiling.
12501 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12503         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12504         x-dnd-*.
12506 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12508         * qp.el (quoted-printable-encode-region): Save excursion.
12510 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12512         * message.el (message-kill-buffer-query-if-modified): Add new variable
12513         so the user can kill a modified message buffer quickly.
12514         (message-kill-buffer): Use it.
12516 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12518         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12519         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12521 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12523         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12524         contained in text because xml.el decodes entities) with LFs.
12526 2005-04-11  Lute Kamstra  <lute@gnu.org>
12528         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12529         differently.
12531 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12533         * mm-util.el (mm-detect-coding-region): Typo.
12535 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12537         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12539 2005-04-06  Deepak Goel  <deego@gnufans.org>
12541         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12542         user-function allow user modifications of the scores.
12543         (spam-stat-score-buffer-user): New function, to allow
12544         user-computed modifications to the score.
12545         (spam-stat-score-buffer-user-functions): List of additional
12546         scoring functions.
12547         (spam-stat-error-holder): Global temporary error holder.
12548         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12549         variable.
12551 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12553         * gnus-registry.el (gnus-registry-clean-empty-function)
12554         (gnus-registry-trim, gnus-registry-fetch-groups)
12555         (gnus-registry-delete-group): Groups that match
12556         `gnus-registry-ignored-groups' are removed from the registry
12557         entries, not just ignored for splitting.  This helps clean up the
12558         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12559         to get all the groups a message ID is in.
12561         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12562         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12563         (spam-stat-score-buffer-user-functions): Add :number custom type.
12565 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12567         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12568         argument in XEmacs.
12570         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12571         (nnrss-request-group): Decode group name first.
12572         (nnrss-request-article): Make a text/plain article if mml-to-mime
12573         failed.
12574         (nnrss-get-encoding): Return a compatible encoding according to
12575         nnrss-compatible-encoding-alist.
12576         (nnrss-find-el): Use consp instead of listp.
12577         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12579 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12581         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12582         which Emacs 20 doesn't support.
12583         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12585 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12587         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12588         silence the byte compiler inside the defun.
12590         * gnus-demon.el (parse-time-string): Add autoload.
12592         * gnus-delay.el (parse-time-string): Add autoload.
12594         * gnus-art.el (parse-time-string): Add autoload.
12596         * nnultimate.el (parse-time): Require for `parse-time-string'.
12598 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12600         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12602         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12604         * smime.el (smime-ldap-host-list): Add :version.
12606 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12608         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12609         pass it to `gnus-browse-read-group'.
12610         (gnus-browse-read-group): Add NUMBER argument and pass it to
12611         `gnus-group-read-ephemeral-group'.
12613         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12614         argument and pass it to `gnus-group-read-group'.
12616 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12618         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12619         mm-xemacs-find-mime-charset-1 if we have the mule feature
12620         available at runtime.
12622 2005-03-25  Werner Lemberg  <wl@gnu.org>
12624         * nnmaildir.el: Replace `illegal' with `invalid'.
12626 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12628         * gnus-start.el (gnus-display-time-event-handler):
12629         Check display-time-timer at runtime rather than only at load time
12630         in case display-time-mode is turned off in the mean time.
12632 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12634         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12635         used.
12637         * nneething.el (nneething-map-file-directory): Derive from
12638         `gnus-directory'.
12640         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12641         the To/Cc button.
12643 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12645         * nnmaildir.el (nnmaildir-request-accept-article):
12646         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12648 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12650         * gnus-async.el: Require timer-funcs at compile time when in
12651         XEmacs for `run-with-idle-timer'.
12653 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12655         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12656         autoloaded function.
12658 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12662 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12664         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12666 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12669         gnus-expert-user to default.
12671 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12673         * nnimap.el (nnimap-open-server): Ditto.
12675         * imap.el (imap-authenticate): Fix typo.
12677 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12679         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12680         buffer (since IMAP server might return FETCH response out of
12681         order, and the nntp buffer must be sorted).
12683 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12685         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12686         comparison on string.
12688         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12689         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12690         (gnus-agent-summary-fetch-series): Modified to protect against
12691         gnus-agent-summary-fetch-group clearing processable flags.
12692         (gnus-agent-synchronize-group-flags): Update live group buffer as
12693         synchronization may occur due to the user toggle the plugged
12694         status.
12695         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12696         successfully downloaded.
12697         (gnus-agent-expire-group-1): Avoid using markers when the overview
12698         is in ascending order; greatly improves performance.
12699         (gnus-agent-regenerate-group): Use
12700         gnus-agent-synchronize-group-flags to reset read status in both
12701         gnus and server.
12702         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12704 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12706         * message.el: Don't autoload former message-utils variables.
12707         (message-strip-subject-trailing-was): Change doc string.
12709         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12710         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12711         (nnweb-google-search): Add "hl=en" here.
12712         (nnweb-google-parse-1, nnweb-google-create-mapping):
12713         Don't hardcode URL.
12715 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12717         * message.el (message-get-reply-headers, message-followup):
12718         Mention related variables `message-use-followup-to' and
12719         `message-use-mail-followup-to', in the information buffer.
12721         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12722         of broken groups(-beta).google.com.
12724 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12726         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12727         parameter to invoked gnus-request-move-article; remove the
12728         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12729         all at once instead of once per article.
12730         (gnus-summary-remove-process-mark): Accept a list of articles as
12731         well as a single article for processing.
12733         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12734         parameter.
12736         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12738         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12740         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12741         parameter.
12743         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12744         parameter.
12746         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12747         parameter and remove the gnus-sum-hint-move-is-internal variable.
12749         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12750         parameter.
12752         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12753         parameter.
12755         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12756         parameter.
12758         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12760         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12761         parameter.
12763         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12764         parameter.
12766 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12768         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12769         a more conservative way.
12771 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12773         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12774         buffer, so it moves the window's cursor.
12776 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12778         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12779         `mm-dissect-multipart' and receive the from field as an (optional)
12780         argument from `mm-dissect-multipart'.
12781         (mm-dissect-multipart): Receive the from field as an argument and
12782         pass it on when we call `mm-dissect-buffer' on MIME parts.
12783         Fixes verification/decryption of signed/encrypted MIME parts.
12785 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12787         * gnus-sum.el (gnus-summary-move-article): Set
12788         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12789         whatever it calls (right now, only nnimap-request-move article
12790         respects it).
12792         * nnimap.el (nnimap-request-move-article): When
12793         gnus-sum-hint-move-is-internal is set, don't do the extra
12794         nnimap-request-article.
12796 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12798         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12800         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12801         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12803         * gnus-sum.el (gnus-summary-caesar-message):
12804         Apply `gnus-treat-article' after rotation.
12806         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12807         doc string.
12809 2005-02-22  Simon Josefsson  <jas@extundo.com>
12811         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12812         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12813         <arne@arnested.dk>.
12814         (encrypt): Add password-cache and password-cache-expiry as group
12815         members.
12817 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12819         * smime.el (smime-ldap-host-list): Doc fix.
12820         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12821         cache) password.
12822         (smime-sign-region): Use it.
12823         (smime-decrypt-region): Use it.
12824         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12825         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12826         fails.
12827         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12828         certificate from DER to PEM format rather than calling openssl.
12830         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12832         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12833         for signing/encryption.
12835         * mml.el (mml-parse-1): Use them.
12837 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12839         * nnrss.el (nnrss-verbose): Removed.
12840         (nnrss-request-group): Use `nnheader-message' instead.
12842 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12844         * nnrss.el (nnrss-verbose): New variable.
12845         (nnrss-request-group): Make it say nnrss is requesting a group.
12847 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12849         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12850         Handle news URL with given port correctly.
12852 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12854         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12855         containing special characters.
12857         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12859         * mml.el (mime-to-mml): Ditto.
12861         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12862         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12863         (rfc2047-decode-region): Quote decoded words containing special
12864         characters when rfc2047-quote-decoded-words-containing-tspecials
12865         is non-nil.
12867 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12869         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12871         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12873 2005-02-15  Simon Josefsson  <jas@extundo.com>
12875         * nnimap.el (nnimap-debug): Doc fix.
12877         * imap.el (imap-debug): Doc fix.
12879 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12883 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12885         * gnus.el (spam-contents): Improve docs for spam-contents
12886         parameter in its variable incarnation.
12888 2005-02-14  Simon Josefsson  <jas@extundo.com>
12890         * smime-ldap.el: Use require instead of load-library for ldap.
12891         (smime-ldap-search): Indent.
12892         (smime-ldap-search-internal): Shorten line.
12894         * smime.el (smime-cert-by-dns): Add doc-string.
12895         (smime-cert-by-ldap-1): Indent.
12897         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12898         mml-smime-get-dns-ldap.
12899         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12901 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12903         * smime.el: Require smime-ldap.
12904         (smime-ldap-host-list): New variable.
12905         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12907         * mml-smime.el (mml-smime-encrypt-query): New function.
12908         (mml-smime-encrypt-query): Use it.
12910         * smime-ldap.el: New file.
12912 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12914         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12916 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12918         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12919         argument in doc string.  Make query for type more clear.
12921 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12923         * gnus.el (gnus-group-startup-message): Search for gnus images in
12924         etc/images/gnus.
12925         * mm-util.el (mm-image-load-path): Likewise.
12926         * smiley.el (smiley-data-directory): Search for smilies in
12927         etc/images/smilies.
12929 2005-02-09  Kim F. Storm  <storm@cua.dk>
12931         Change Emacs release version from 21.4 to 22.1 throughout.
12932         Change Emacs development version from 21.3.50 to 22.0.50.
12934 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12936         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12938         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12939         non-Mule XEmacs as well.
12940         (mm-decompress-buffer): Signal an error intentionally if it does
12941         not decompress compressed data because auto-compression-mode is
12942         disabled.
12944 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12946         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12947         an ID in the registry even if it has no groups.
12949 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12951         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12952         merge it into mm-decompress-buffer.
12953         (gnus-mime-copy-part): Use the MIME part charset, the value which
12954         a user specified or gnus-newsgroup-charset for decoding, like
12955         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12956         save-buffer what was used.  Suggested by Kevin Ryde
12957         <user42@zip.com.au>.
12958         (gnus-mime-inline-part): Allow the name parameter as well as the
12959         filename parameter; force decompressing of compressed data; always
12960         display contents being not decoded as unibyte.
12962         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12963         as well as the filename parameter.
12965         * mm-util.el (mm-decompress-buffer): Merge
12966         gnus-mime-jka-compr-maybe-uncompress.
12967         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12968         of compressed data.
12970 2005-02-08  Simon Josefsson  <jas@extundo.com>
12972         * imap.el (imap-log): Doc fix.
12974 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12976         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12977         the coding cookies; decompress compressed parts.
12979         * mml.el (mml-generate-mime-1): Add the charset parameter according
12980         to the value which a user specified manually or the coding cookie.
12982         * mm-util.el (mm-string-to-multibyte): New function.
12983         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12984         (mm-coding-system-to-mime-charset): New function.
12985         (mm-decompress-buffer): New function.
12986         (mm-find-buffer-file-coding-system): New function.
12988         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12989         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12990         parts.
12992 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12994         * mm-view.el (mm-display-inline-fontify): Decode a part according
12995         to the charset parameter.
12997 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12999         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13000         prefix arg is neither nil nor a number, as info specifies.
13002 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13004         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13005         timestamps.
13007 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13009         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13010         groups error checking and notify user.
13012 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13014         * message.el (message-send-mail-function): Check existence of
13015         sendmail-program first before using default value
13016         `message-send-mail-with-sendmail'.  Otherwise use more generic
13017         `smtpmail-send-it'.
13019 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13021         * nntp.el (nntp-request-update-info): Always return nil.
13023 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13025         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13027 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * message.el (message-beginning-of-line): Change the behavior when
13030         invoked between BOL and : so that it first moves backward.
13032 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13034         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13035         article buffer when editing of the article is discarded.
13036         (gnus-article-prepare): Revert.
13038 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13040         * gnus-art.el (gnus-article-prepare):
13041         Remove message-strip-forbidden-properties from the local hook.
13043 2005-01-27  Simon Josefsson  <jas@extundo.com>
13045         * password.el (password-cache-add): Only start one timer per key.
13046         Reported by Derek Atkins <warlord@MIT.EDU>.
13048 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13050         * run-at-time.el: Removed.  It is no longer needed as
13051         timer-funcs.el in the xemacs-base package has a working version of
13052         `run-at-time'.
13054         * password.el: Require timer-funcs instead of run-at-time in
13055         XEmacs.
13056         Remove `password-run-at-time' macro.
13057         (password-cache-add): Use `run-at-time' instead of
13058         `password-run-at-time'.
13060         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13061         for `run-with-idle-timer'.
13063         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13064         for `run-at-time'.
13066         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13067         for `with-timeout'.
13069 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13071         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13072         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13074 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13076         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13077         sensitively.
13079 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13081         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13083 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13085         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13086         which will be inserted according to the multibyteness of a buffer
13087         rather than the type of contents.  Suggested by ARISAWA Akihiro
13088         <ari@mbf.ocn.ne.jp>.
13090         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13091         of string which old xml.el may return rather than a string.
13093 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13095         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13097 2005-01-16  Simon Josefsson  <jas@extundo.com>
13099         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13100         idn/idna.el isn't available.
13101         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13102         <michael@waxrat.com>.
13104         * hashcash.el: Remove non-FSF copyright header.
13106         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13107         (hashcash-generate-payment): Use it.
13108         (hashcash-generate-payment-async): Use it.
13110 2005-01-15  Simon Josefsson  <jas@extundo.com>
13112         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13113         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13115         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13116         gnus-summary-idna-message.
13117         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13118         (gnus-summary-idna-message): New function.
13120 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13122         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13123         gnus-novice-user.
13125 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13127         * nnrss.el (nnrss-request-delete-group): Delete entries in
13128         nnrss-group-alist as well.
13129         (nnrss-save-server-data): Insert newline.
13131 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13133         * gnus.el (gnus-user-agent): Use list of symbols instead of
13134         symbols.  Display full version number for (S)XEmacs.  Optionally
13135         display (S)XEmacs codename.
13137         * gnus-util.el (gnus-emacs-version): Update for new
13138         `gnus-user-agent'.
13140         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13141         Gnus version.
13143 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13145         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13146         which is unreadable in some setups.
13148 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13150         * gnus-spec.el (gnus-update-format-specifications): Flush the
13151         group format spec cache if it doesn't support decoded group names.
13153 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13155         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13156         Allow to apply decay on score files matching a regexp.
13158 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13160         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13161         compatibility in %g and %c.
13163 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13165         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13166         name for only %g and %c.
13167         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13168         of gnus-tmp-group to decoded group name.
13169         (gnus-group-make-rss-group): Exclude `/'s from group names.
13171 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13173         * nnrss.el (nnrss-get-encoding): Fix regexp.
13175 2004-12-27  Simon Josefsson  <jas@extundo.com>
13177         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13178         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13179         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13181 2004-12-17  Kim F. Storm  <storm@cua.dk>
13183         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13185         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13187 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13189         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13191 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13193         * nnrss.el: Require rfc2047 and mml.
13194         (nnrss-file-coding-system): New variable.
13195         (nnrss-format-string): Redefine it as an inline function.
13196         (nnrss-decode-group-name): New function.
13197         (nnrss-string-as-multibyte): Remove.
13198         (nnrss-retrieve-headers): Decode group name; don't use
13199         nnrss-format-string.
13200         (nnrss-request-group): Decode group name.
13201         (nnrss-request-article): Decode group name; allow a Message-ID as
13202         well as an article number; don't use nnrss-format-string; encode a
13203         Message-ID string which may contain non-ASCII characters; use
13204         mml-to-mime to compose a MIME article.
13205         (nnrss-request-expire-articles): Decode group name.
13206         (nnrss-request-delete-group): Decode group name.
13207         (nnrss-fetch): Clarify error message.
13208         (nnrss-read-server-data): Use insert-file-contents instead of load;
13209         bind file-name-coding-system; use multibyte buffer.
13210         (nnrss-save-server-data): Bind coding-system-for-write to the
13211         value of nnrss-file-coding-system; bind file-name-coding-system;
13212         add coding cookie.
13213         (nnrss-read-group-data): Use insert-file-contents instead of load;
13214         bind file-name-coding-system; use multibyte buffer.
13215         (nnrss-save-group-data): Bind coding-system-for-write to the
13216         value of nnrss-file-coding-system; bind file-name-coding-system.
13217         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13218         make it work with non-ASCII text.
13219         (nnrss-find-el): Make it work with old xml.el as well.
13221 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13223         * nnrss.el (nnrss-get-encoding): New function.
13224         (nnrss-fetch): Use unibyte buffer initially; bind
13225         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13226         decode contents according to the encoding attribute.
13227         (nnrss-save-group-data): Add coding cookie.
13228         (nnrss-mime-encode-string): New function.
13229         (nnrss-check-group): Use it to encode subject and author.
13231 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13233         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13234         imaginary variable.
13236 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13238         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13239         correctly even if there are wide characters.
13241 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13243         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13244         downcased symbol names; make a new cache instead of reusing
13245         bbdb-hashtable.
13247 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13249         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13250         concatenating segments rather than before concatenating them.
13251         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13253         * message.el (message-get-reply-headers): Bind `extra'.
13255 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257         * message.el (message-extra-wide-headers): New variable.
13258         (message-get-reply-headers): Use it.
13260 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13262         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13263         (gnus-agent-group-pathname): Ditto.
13265         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13267         * gnus-group.el (gnus-group-make-group): Decode group name.
13268         (gnus-group-make-rss-group): Register the group data after opening
13269         the nnrss group.
13271 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13273         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13274         by expiry now get marked as read.
13276 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13280 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13282         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13283         unify Latin characters in XEmacs.
13284         (mm-find-mime-charset-region): Use it.
13286 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * gnus-util.el (gnus-delete-directory): New function.
13290         * gnus-agent.el (gnus-agent-delete-group): Use it.
13292         * gnus-cache.el (gnus-cache-delete-group): Use it.
13294 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13296         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13297         names.
13299 2004-12-16  Simon Josefsson  <jas@extundo.com>
13301         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13303 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13305         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13307         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13308         (gnus-group-set-current-level): Decode group name.
13310 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13312         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13313         failed.
13315 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13317         * gnus-group.el (gnus-group-delete-group): Decode group name.
13318         (gnus-group-make-rss-group): Encode group name.
13319         (gnus-group-catchup-current): Decode group name.
13320         (gnus-group-kill-group): Decode group name.
13322 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13324         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13326 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13328         * gnus-group.el (gnus-group-make-rss-group):
13329         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13331         * gnus-start.el (gnus-setup-news): Honor user's setting to
13332         gnus-message-archive-method.  Suggested by Lute Kamstra
13333         <lute@gnu.org>.
13335 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13337         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13338         global counterparts of the buffer-local variables.
13340 2004-11-16  Romain Francoise  <romain@orebokech.com>
13342         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13343         counterparts of the buffer-local variables.
13345 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13347         * message.el (message-forbidden-properties): Fixed typo in doc
13348         string.
13350 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13352         * gnus-util.el (gnus-replace-in-string): Added doc string.
13354         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13355         to avoid problems when splitting mails with many recipients.
13357 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13359         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13360         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13362 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13364         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13365         if there is no hashtable in memory or file modification time is
13366         newer than cached timestamp.
13368 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13370         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13371         not-matching option.
13373 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13375         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13376         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13377         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13378         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13379         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13380         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13382 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13384         * message.el (message-forward-make-body-mml): Remove headers
13385         according to message-forward-ignored-headers if a message is decoded.
13387 2004-12-02  Romain Francoise  <romain@orebokech.com>
13389         * message.el (message-forward-make-body-plain): Always remove
13390         headers according to message-forward-ignored-headers.
13392 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13394         * spam.el (spam-summary-prepare-exit): Remove the
13395         gnus-summary-limit pop for now, it has problems with ham marks for
13396         me.
13398 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13400         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13401         correctly.
13403 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13405         * format-spec.el (format-spec): Message the char.
13407 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13409         * gnus-art.el (gnus-split-methods): Reformat comments.
13411         * spam.el (spam-summary-prepare-exit): Remove article limits
13412         before exiting the summary buffer.
13414 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13416         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13417         order to silence the byte compiler.
13419         * spam.el: Fix the way to silence the byte compiler, which
13420         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13421         bbdb-search-simple, spam-BBDB-register-routine,
13422         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13423         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13424         spam-stat-buffer-is-spam, spam-stat-load,
13425         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13426         spam-stat-save and spam-stat-split-fancy.
13428 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13430         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13431         which may confuse users.
13432         (canlock-password-for-verify): Ditto.
13434         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13436         * gnus-art.el (gnus-emphasis-alist): Ditto.
13438         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13440         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13442         * gnus-start.el (gnus-save-killed-list): Ditto.
13444         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13445         (gnus-sum-thread-tree-root): Ditto.
13446         (gnus-sum-thread-tree-false-root): Ditto.
13447         (gnus-sum-thread-tree-single-indent): Ditto.
13449         * message.el (message-courtesy-message): Ditto.
13450         (message-archive-note): Ditto.
13451         (message-subscribed-address-file): Ditto.
13452         (message-user-fqdn): Ditto.
13454         * spam-report.el (spam-report-gmane-regex): Ditto.
13456         * spam.el (spam-blackhole-good-server-regex): Ditto.
13458 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13460         * mml.el (mml-preview): Widen the message buffer before copying
13461         the contents to the preview buffer; sort headers before previewing.
13463         * message.el (message-hidden-headers): Fix the way to avoid a bug
13464         in the `repeat' widget in Emacs 21.3 or earlier.
13466 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13468         * message.el (message-hidden-headers): Default to "^References:".
13469         Improve customization type.  Suggested by Reiner Steib
13470         <Reiner.Steib@gmx.de>.
13472 2004-11-25  Romain Francoise  <romain@orebokech.com>
13474         * message.el (message-strip-forbidden-properties): Remove check for
13475         obsolete `message-hidden' text property, hidden headers are not
13476         accessible in the buffer anymore.
13478 2004-11-22  Romain Francoise  <romain@orebokech.com>
13480         * message.el (message-header-format-alist): Add `From' in list
13481         so that it can be sorted.
13482         (message-fix-before-sending): Widen and sort headers before
13483         sending.
13484         (message-hide-headers): Use narrowing to hide headers by moving
13485         them to the top of the buffer and narrowing to the region
13486         underneath.
13488 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13490         * message.el (message-strip-forbidden-properties): Bind
13491         buffer-read-only (etc) to nil.
13493 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13495         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13496         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13498 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13500         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13502 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504         * dns.el (query-dns): Use sit-for to time instead of
13505         accept-process-output, since that doesn't seem to work on udp
13506         sockets.
13508 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13510         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13512 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13514         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13515         doc string.  Improve doc string.
13517 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13519         * nntp.el (nntp-request-update-info): Return nil if
13520         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13521         may not call gnus-activate-group which uselessly issues the GROUP
13522         commands for all nntp groups and wastes time.  Reported by Romain
13523         Francoise <romain@orebokech.com>.
13525         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13527 2004-11-15  Simon Josefsson  <jas@extundo.com>
13529         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13530         headers separately.
13531         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13532         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13534 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13536         * gnus-start.el (gnus-convert-old-newsrc):
13537         Assign legacy-gnus-agent to 5.10.7.
13539 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13542         start of the lines.
13544 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13546         * hashcash.el (hashcash-default-payment): Change default to 20.
13547         (hashcash-default-accept-payment): Change default to 20.
13548         (hashcash-process-alist): New variable.
13549         (hashcash-generate-payment-async): Add.
13550         (hashcash-already-paid-p): Add.
13551         (hashcash-insert-payment): Don't generate payments twice.
13552         (hashcash-insert-payment-async): Add.
13553         (hashcash-insert-payment-async-2): Add.
13554         (hashcash-cancel-async): Add.
13555         (hashcash-wait-async): Add.
13556         (hashcash-processes-running-p): Add.
13557         (hashcash-wait-or-cancel): Add.
13558         (mail-add-payment): New optional argument.  Conditionally start
13559         asynchronous calculation.
13560         (mail-add-payment-async): Add.
13562         * message.el (message-send-mail): Wait for asynchronous hashcash
13563         results.  Don't clobber existing X-Hashcash headers.
13564         (message-setup-1): Call mail-add-payment-async when
13565         message-generate-hashcash is non-nil.
13567 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13569         * message.el (message-use-alternative-email-as-from): Examine the
13570         From header as well; use message-make-from in order to include a
13571         user's full name.
13573 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13575         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13576         default; improve customization type.
13577         (gnus-emphasis-custom-with-format): New macro.
13578         (gnus-emphasis-custom-value-to-external): New function.
13579         (gnus-emphasis-custom-value-to-internal): New function.
13581 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583         * dns.el (query-dns): Resolve reverse addresses.
13585 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13587         * gnus-group.el (gnus-group-get-new-news): Use it.
13589         * gnus-start.el (gnus-check-reasonable-setup): New function.
13591 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13593         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13594         "Args out of range" error.  Reported by Arnaud Giersch
13595         <arnaud.giersch@free.fr>.
13597 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13599         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13601 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13603         * spam.el (spam group): Add :version.
13605         * pgg-def.el (pgg group): Add :version.
13607 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13609         * gnus-art.el (gnus-article-edit-article): Don't associate the
13610         article buffer with a draft file.  This is a temporary measure
13611         against the 2004-08-22 change to gnus-article-edit-mode.
13613 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13615         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13616         (html2text-format-tags): Remove unused variable `attr'.
13618 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13620         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13622         * spam-stat.el (spam-stat): Add :version.
13624         * sieve.el (sieve): Add :version.
13626         * sha1.el (sha1): Add :version.
13627         (sha1-use-external): Remove redundant version.
13629         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13630         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13631         (nnmail-split-fancy-match-partial-words)
13632         (nnmail-split-lowercase-expanded): Add :version.
13634         * nndiary.el (nndiary): Add :version.
13636         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13638         * mml-sec.el (mml-default-sign-method)
13639         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13640         Add :version.
13642         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13644         * mm-url.el (mm-url-use-external, mm-url-program)
13645         (mm-url-arguments): Add :version.
13647         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13648         (mm-attachment-file-modes, mm-decrypt-option)
13649         (mm-w3m-safe-url-regexp): Add :version.
13651         * message.el (message-cite-prefix-regexp)
13652         (message-sendmail-envelope-from, message-minibuffer-local-map)
13653         (message-user-fqdn, message-completion-alist): Add :version.
13655         * gnus-win.el (gnus-configure-windows-hook)
13656         (gnus-use-frames-on-any-display): Add :version.
13658         * gnus-art.el (gnus-article-address-banner-alist)
13659         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13660         (gnus-treat-from-picon, gnus-treat-mail-picon)
13661         (gnus-treat-x-pgp-sig): Add :version.
13663         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13664         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13665         (gnus-summary-article-delete-hook)
13666         (gnus-summary-display-while-building): Add :version.
13668         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13669         (gnus-get-top-new-news-hook): Add :version.
13671         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13672         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13674         * gnus-registry.el (gnus-registry): Add :version.
13676         * gnus-spec.el (gnus-use-correct-string-widths)
13677         (gnus-make-format-preserve-properties): Add :version.
13679         * gnus.el (gnus-group-charter-alist)
13680         (gnus-group-fetch-control-use-browse-url)
13681         (gnus-install-group-spam-parameters): Add :version.
13683         * gnus-diary.el (gnus-diary): Add :version.
13685         * gnus-delay.el (gnus-delay): Add :version.
13687         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13688         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13689         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13690         Add :version.
13692         * gnus-agent.el (gnus-agent-max-fetch-size)
13693         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13694         (gnus-agent-prompt-send-queue): Add :version.
13696         * deuglify.el (gnus-outlook-deuglify): Add :version.
13698         * html2text.el: Beautify code.  Improve doc strings.  Some
13699         checkdoc cleanup.
13700         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13702 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13704         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13706 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13708         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13709         when package is loaded.
13711         * spam.el (spam-summary-score-preferred-header): Add global preference
13712         for people who want to override the default SpamAssassin over
13713         Bogofilter preference (when both are set).
13714         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13715         (spam-user-format-function-S): Check
13716         spam-summary-score-preferred-header.
13717         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13718         (spam-user-format-function-S): Format the score correctly.
13720 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13722         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13723         signature file.  Suggested by Manoj Srivastava
13724         <srivasta@golden-gryphon.com>.
13726         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13727         iso-2022-jp even in the Japanese language environment.
13728         Suggested by Jason Rumney <jasonr@gnu.org>.
13730 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13732         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13733         use the same characters as the dummy marks; make it free from
13734         getting affected by the language environment.
13735         (gnus-summary-read-group-1): Update mark positions only when the
13736         format spec is updated.
13738         * gnus-spec.el (gnus-update-format-specifications): Return a list
13739         of updated types.
13741 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13743         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13744         of boundp to check if display-warning is available.
13746 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13748         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13750 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13752         * nnspool.el (nnspool-spool-directory): Use news-path if the
13753         news-directory variable is not bound.
13755         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13756         function instead of display-warning if it is not available.
13758 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13760         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13761         v5-10: Use `point-at-bol'.
13763 2004-10-26  Simon Josefsson  <jas@extundo.com>
13765         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13766         <chenggao@gmail.com>.
13768 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13770         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13771         instead.
13773 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13775         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13776         to remove a server from the nnimap-server-buffer-alist.
13777         (nnimap-open-connection, nnimap-close-server): Use it.
13779         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13781 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13783         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13784         running the major-mode function.
13786 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13788         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13789         dummy marks in the right way.
13791 2004-10-18  David Edmondson  <dme@dme.org>
13793         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13794         excessively.
13796 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13798         * gnus-util.el (gnus-split-references): Accept a nil references
13799         string and go on blissfully.
13801         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13802         cases where the references string is non-nil but has no references.
13804         * encrypt.el: Add autoload tags.
13806         * spam.el (spam-resolve-registrations-routine): Remove article
13807         from unregistration list too.  Reported by David Hanak
13808         <dhanak@isis.vanderbilt.edu>
13810 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13812         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13813         nil.  Changed custom type.
13815 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13817         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13819         * gnus-sum.el (gnus-summary-move-article): Use it.
13821 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13823         * encrypt.el: Add autoload cookies.
13825         * spam.el (spam-backend-article-list-property)
13826         (spam-backend-get-article-todo-list)
13827         (spam-backend-put-article-todo-list)
13828         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13829         Resolve registrations separately.
13830         (spam-register-routine): Format comments.
13831         (spam-unregister-routine, spam-register-routine): Always call with
13832         specific-articles, no default list.
13833         (spam-summary-prepare-exit): Use the spam-classifications function.
13835         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13836         gnus-encrypt.el.
13838         * encrypt.el: Copied from gnus-encrypt.el.
13840         * gnus-encrypt.el: Commented that it's obsolete.
13842 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13844         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13845         (gnus-score-save): Use it.
13847         * message.el (message-bury): Use `window-dedicated-p'.
13849 2004-10-15  Simon Josefsson  <jas@extundo.com>
13851         * pop3.el (top-level): Don't require nnheader.
13852         (pop3-read-timeout): Add.
13853         (pop3-accept-process-output): Add.
13854         (pop3-read-response, pop3-retr): Use it.
13856 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13858         * spam.el (spam-register-routine): Move comment.
13859         (spam-verify-bogofilter): Use 'unknown for the initial
13860         spam-bogofilter-valid state, not 'never.
13862         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13863         for netrc-machine.
13865         * nnimap.el (nnimap-open-connection): Use
13866         netrc-machine-user-or-password.
13868 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13870         * gnus-registry.el (gnus-registry-unload-hook):
13871         Set as a variable with add-hook.
13873         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13874         of news-path.
13876         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13878         * spam.el: Delete duplicate `provide'.
13879         (spam-unload-hook): Set as a variable with add-hook.
13881 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13883         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13884         in the doc string.
13886         * message.el (message-ignored-news-headers)
13887         (message-ignored-supersedes-headers)
13888         (message-ignored-resent-headers)
13889         (message-forward-ignored-headers): Improve custom type.
13891 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13893         * message.el (message-tokenize-header): Fix 2004-09-06 change
13894         which used point-min in the wrong place.
13896 2004-10-12  Simon Josefsson  <jas@extundo.com>
13898         * tls.el (tls-certtool-program): New variable.
13899         (tls-certificate-information): New function, based on
13900         ssl-certificate-information.
13902 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13904         * compface.el: Move the version of ELisp-based uncompface program
13905         to the contrib directory because of the copyright problem.
13907 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13909         * message.el (message-kill-buffer): Raise the current frame.
13911 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13913         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13915         * gnus.el (message-y-or-n-p): Autoload.
13917         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13918         (pop3-password-required, pop3-authentication-scheme)
13919         (pop3-leave-mail-on-server): Made customizable.
13920         (pop3): New custom group.
13921         (pop3-retr): Remove `sleep-for' statements.
13922         Suggested by Dave Love <fx@gnu.org>.
13924         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13925         Windows/DOS.
13927         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13928         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13929         Dave Love <fx@gnu.org>.
13931         * mml.el (mml-minibuffer-read-disposition): Require match.
13932         Suggested by Dave Love <fx@gnu.org>.
13934 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13936         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13937         doc string.
13939 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13941         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13943 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13945         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13946         instead of calling `mm-insert-inline', to decode text/* parts
13947         before displaying them.
13949 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13951         * mm-uu.el (mm-uu-text-plain-type): New variable.
13952         (mm-uu-pgp-signed-extract-1): Use it.
13953         (mm-uu-pgp-encrypted-extract-1): Use it.
13954         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13955         bind mm-uu-text-plain-type with that value.
13956         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13957         mm-uu-dissect.
13959 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13961         * gnus-group.el (gnus-update-group-mark-positions):
13962         * gnus-sum.el (gnus-update-summary-mark-positions):
13963         * message.el (message-check-news-body-syntax):
13964         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13965         of string-as-multibyte.
13967 2004-10-05  Juri Linkov  <juri@jurta.org>
13969         * gnus-group.el (gnus-update-group-mark-positions):
13970         * gnus-sum.el (gnus-update-summary-mark-positions):
13971         * message.el (message-check-news-body-syntax):
13972         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13973         8-bit unibyte values to a multibyte string for search functions.
13975 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13977         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13978         (mm-uu-dissect-text-parts): New function.
13980         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13981         dissect text parts.
13983         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13984         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13986         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13988         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13989         gnus-current-topics instead of gnus-current-topic.
13991 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13993         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13995 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13997         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13998         where approriate.
14000         * nnml.el (nnml-generate-active-info): do.
14002         * nndiary.el (nndiary-generate-active-info): do.
14004         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14005         (gnus-topic-move): do.
14007         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14008         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14010         * gnus-srvr.el (gnus-server-prepare)
14011         (gnus-server-open-all-servers): do.
14013         * gnus-msg.el (gnus-summary-cancel-article)
14014         (gnus-summary-resend-message)
14015         (gnus-summary-mail-crosspost-complaint): do.
14017         * gnus-move.el (gnus-change-server): do.
14019         * gnus-group.el (gnus-group-unmark-all-groups)
14020         (gnus-group-set-current-level): do.
14022 2004-10-04  Simon Josefsson  <jas@extundo.com>
14024         * message.el (message-generate-hashcash): Doc fix.
14026 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14028         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14029         avoid infinite recursion via gnus-get-function.
14031 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14033         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14035         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14037         * nnmail.el (nnmail-split-history): do.
14039         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14040         (nnml-request-delete-group): do.
14042         * nnslashdot.el (nnslashdot-read-groups): do.
14044         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14045         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14047         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14048         (nnspool-sift-nov-with-sed): Use last.
14049         (nnspool-retrieve-headers-with-nov): Use mapc.
14050         (nnspool-request-newgroups): Use dolist.
14051         (nnspool-request-group): Use last.
14053         * nntp.el (nntp-read-server-type): Use dolist.
14055         * nnvirtual.el (nnvirtual-create-mapping)
14056         (nnvirtual-update-read-and-marked): Use dolist.
14057         (nnvirtual-convert-headers): Simplify.
14059 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14061         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14062         support for sync'ing tick marks.
14064 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14066         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14067         there's no visible header.
14069 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14071         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14072         necessary, pass full group name to gnus-request-set-marks.
14074 2004-10-01  Simon Josefsson  <jas@extundo.com>
14076         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14077         acroread.
14079 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14081         * spam-report.el (spam-report-gmane): Fix interactive.
14083         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14085         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14086         when writing file.
14087         (gnus-agent-synchronize-flags): Don't default to being
14088         interactive.
14090 2004-09-30  Simon Josefsson  <jas@extundo.com>
14092         * message.el (message-generate-hashcash): Add.
14093         (message-send-mail): Use it, call mail-add-payment.
14095 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14097         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14099 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14101         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14102         gnus-requst-update-info with explicit code to sync the in-memory
14103         info read flags with the marks being sync'd to the backend.
14105         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14107 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14109         * spam.el (spam-verify-bogofilter): Add new function.
14110         (spam-check-bogofilter)
14111         (spam-bogofilter-register-with-bogofilter): Use it.
14112         (spam-verify-bogofilter): Add small fixes.
14114 2004-09-28  Simon Josefsson  <jas@extundo.com>
14116         * hashcash.el (hashcash-generate-payment): Revert.
14118 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14120         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14121         gnus-extract-references instead of gnus-split-references.
14123         * gnus-util.el (gnus-extract-references): Add new function, analogous
14124         to gnus-split-references but extracts only the message-ID without
14125         anything extra.
14127         * hashcash.el (hashcash-generate-payment)
14128         (hashcash-check-payment): Do the right thing if hashcash-path is
14129         nil (because the hashcash program could not be found).
14131         * spam.el (spam-use-hashcash): Remove comment.
14133 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14135         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14136         (gnus-cache-enter-article, gnus-cache-remove-article)
14137         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14139         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14141         * gnus-art.el (article-hide-boring-headers)
14142         (article-translate-strings, article-display-face)
14143         (gnus-article-mime-match-handle-first)
14144         (gnus-article-highlight-headers)
14145         (gnus-article-add-buttons-to-head): do.
14147 2004-09-27  Simon Josefsson  <jas@extundo.com>
14149         * hashcash.el: New version, from
14150         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14151         ../contrib/.
14153 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14155         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14157 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14159         * gnus-dup.el (gnus-dup-open): Use mapc.
14160         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14162         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14163         Reported by Stefan Wiens <s.wi@gmx.net>.
14165         * gnus.el (gnus-shutdown): Use dolist.
14167         * gnus-undo.el (gnus-undo): Use mapc.
14169         * nnrss.el (nnrss-generate-active): do.
14171         * message.el (message-cite-original-without-signature)
14172         (message-cite-original): Use mapc.
14173         (message-do-actions, message-make-forward-subject): Use dolist.
14175 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14177         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14178         deletion to remove entire duplicate line.  Fixes merged article
14179         number bug.
14181 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14183         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14184         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14185         first ask if you want to open a server and then, even when you
14186         responded with no, asking if you want to synchronize the server's
14187         flags.
14188         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14189         multi-line expressions.
14190         (gnus-agent-synchronize-group-flags): New internal function.
14191         Updates marks in memory (in the info structure) AND in the
14192         backend.
14194         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14196         * nnagent.el (nnagent-request-set-mark): Use
14197         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14198         method, to ensure that synchronization updates marks in the
14199         backend and in the info (in memory) structure.
14201 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14203         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14204         convention fully; don't miss the root article of a thread; make
14205         the X-Draft-From header with correct article numbers.
14207 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14209         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14210         unless plugged.  Disable the agent so that an open failure causes
14211         an error.
14213         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14214         Reverted 2004-09-21 change.  The backend must be opened while
14215         synchronizing flags even when the backend stores the flags
14216         locally.
14218 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14220         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14221         in `header' match.  Reported by Svend Tollak Munkejord.
14223         * message.el (message-cite-original): Fix use of
14224         `message-cite-articles-with-x-no-archive'.
14226 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14228         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14229         (gnus-window-to-buffer): Ditto.
14231         * mml.el (mml-preview-buffer): New variable.
14232         (mml-preview): Manage window layout with gnus-buffer-configuration.
14234         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14235         X-Draft-From header even if those articles aren't quoted.
14237 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14239         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14240         (gnus-request-set-mark, gnus-request-update-mark): Use new
14241         g-s-t-u-l-m to decide to use backend even when unplugged.
14243 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14245         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14246         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14248 2004-09-20  Simon Josefsson  <jas@extundo.com>
14250         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14251         "utf-16-le".
14253 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14255         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14257 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14259         * uudecode.el (uudecode-use-external): Add :version.
14261         * smime.el (smime-CA-file, smime-encrypt-cipher)
14262         (smime-dns-server): Add :version.
14264         * smiley.el (gnus-smiley-file-types): Add :version.
14266         * sha1.el (sha1-use-external): Add :version.
14268         * pgg-def.el (pgg-query-keyserver): Add :version.
14270         * nnmail.el (nnmail-fancy-expiry-targets)
14271         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14272         Add :version.
14274         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14275         (nnimap-retrieve-groups-asynchronous): Add :version.
14276         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14278         * mml.el (mml-content-disposition-parameters)
14279         (mml-insert-mime-headers-always): Add :version.
14281         * mm-util.el (mm-coding-system-priorities): Add :version.
14283         * mm-decode.el (mm-inline-text-html-with-images)
14284         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14285         (mm-verify-option): Add :version.
14286         (mm-text-html-renderer): Change :version.
14288         * message.el (message-fcc-externalize-attachments)
14289         (message-required-headers, message-draft-headers)
14290         (message-subject-trailing-was-query)
14291         (message-subject-trailing-was-ask-regexp)
14292         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14293         (message-mark-insert-end, message-archive-header)
14294         (message-archive-note, message-cross-post-default)
14295         (message-cross-post-note, message-followup-to-note)
14296         (message-cross-post-note-function, message-use-mail-followup-to)
14297         (message-subscribed-address-functions)
14298         (message-subscribed-address-file, message-subscribed-addresses)
14299         (message-subscribed-regexps, message-allow-no-recipients)
14300         (message-yank-cited-prefix, message-signature-insert-empty-line)
14301         (message-hidden-headers, message-hierarchical-addresses)
14302         (message-mail-user-agent, message-use-idna)
14303         (message-valid-fqdn-regexp)
14304         (message-strip-special-text-properties, message-header-synonyms)
14305         (message-beginning-of-line, message-tab-body-function): Add :version.
14306         (message-insert-canlock, message-wide-reply-confirm-recipients):
14307         Change :version.
14309         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14310         and :version.
14311         (mail-source-delete-old-incoming-confirm)
14312         (mail-source-movemail-program): Add :version.
14314         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14315         (gnus-agent-cache, gnus-agent): Change :version.
14317         * gnus-util.el (gnus-use-byte-compile): Change :version.
14319         * gnus-sum.el (gnus-summary-make-false-root-always)
14320         (gnus-summary-default-high-score)
14321         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14322         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14323         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14324         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14325         (gnus-sum-thread-tree-single-indent)
14326         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14327         (gnus-sum-thread-tree-leaf-with-other)
14328         (gnus-sum-thread-tree-single-leaf): Add :version.
14329         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14330         (gnus-article-loose-mime): Change :version.
14332         * gnus-start.el (gnus-backup-startup-file)
14333         (gnus-save-startup-file-via-temp-buffer): Add :version.
14335         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14336         (gnus-server-offline-face): Add :version.
14338         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14340         * gnus-msg.el (gnus-gcc-externalize-attachments)
14341         (gnus-debug-files, gnus-debug-exclude-variables)
14342         (gnus-discouraged-post-methods): Change :version.
14343         (gnus-confirm-mail-reply-to-news)
14344         (gnus-confirm-treat-mail-like-news): Add :version.
14346         * gnus-int.el (gnus-server-unopen-status): Add :version.
14348         * gnus-group.el (gnus-group-jump-to-group-prompt)
14349         (gnus-large-ephemeral-newsgroup)
14350         (gnus-fetch-old-ephemeral-headers): Add :version.
14352         * gnus-fun.el (gnus-x-face-directory)
14353         (gnus-convert-pbm-to-x-face-command)
14354         (gnus-convert-image-to-x-face-command)
14355         (gnus-convert-image-to-face-command): Add :version.
14357         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14359         * gnus-cite.el (gnus-cite-blank-line-after-header)
14360         (gnus-article-boring-faces): Add :version.
14362         * gnus-art.el (gnus-buttonized-mime-types)
14363         (gnus-inhibit-mime-unbuttonizing)
14364         (gnus-treat-display-face)
14365         (gnus-treat-body-boundary): Change :version.
14366         (gnus-body-boundary-delimiter, gnus-picon-databases)
14367         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14368         (gnus-treat-date-english, gnus-treat-fold-headers)
14369         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14370         (gnus-treat-mail-picon, gnus-treat-wash-html)
14371         (gnus-article-encrypt-protocol)
14372         (gnus-use-idna, gnus-article-over-scroll)
14373         (gnus-mime-display-multipart-alternative-as-mixed)
14374         (gnus-mime-display-multipart-related-as-mixed)
14375         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14376         (gnus-ctan-url, gnus-button-ctan-handler)
14377         (gnus-button-handle-ctan-bogus-regexp)
14378         (gnus-button-ctan-directory-regexp)
14379         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14380         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14381         (gnus-button-man-level, gnus-button-emacs-level)
14382         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14384         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14385         (gnus-agent-go-online): Change :version.
14386         (gnus-agent-expire-unagentized-dirs)
14387         (gnus-agent-auto-agentize-methods): Add :version.
14389         * flow-fill.el (fill-flowed-display-column)
14390         (fill-flowed-encode-column): Add :version.
14392         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14393         (gnus-outlook-deuglify-unwrap-max)
14394         (gnus-outlook-deuglify-cite-marks)
14395         (gnus-outlook-deuglify-unwrap-stop-chars)
14396         (gnus-outlook-deuglify-no-wrap-chars)
14397         (gnus-outlook-deuglify-attrib-cut-regexp)
14398         (gnus-outlook-deuglify-attrib-verb-regexp)
14399         (gnus-outlook-deuglify-attrib-end-regexp)
14400         (gnus-outlook-display-hook): Add :version.
14402         * binhex.el (binhex-use-external): Add :version.
14404 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14406         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14407         and `invisible'.
14409 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14411         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14412         in gnus-registry-trim.
14414 2004-09-13  Simon Josefsson  <jas@extundo.com>
14416         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14418         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14420         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14421         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14422         <yamaoka@jpl.org>.
14423         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14424         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14425         <yamaoka@jpl.org>.
14427         * sieve.el (sieve-manage-mode): Ditto.
14429 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14431         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14433 2004-09-11  Simon Josefsson  <jas@extundo.com>
14435         * dns-mode.el: Add.
14437         * mm-view.el (mm-display-dns-inline): Add.
14439         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14440         (mm-automatic-display): Ditto.
14442         * mailcap.el (mailcap-mime-data): Add text/dns.
14443         (mailcap-mime-extensions): Map .soa to text/dns.
14445 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14447         * gnus-art.el (article-decode-mime-words, article-babel)
14448         (gnus-article-highlight-signature, gnus-article-add-buttons)
14449         (gnus-signature-toggle): Remove unnecessary bindings of
14450         `inhibit-read-only' inherited from v5.10 merge.
14452 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14454         * nntp.el (nntp): New customization group.
14455         (nntp-authinfo-file): Add customization group.
14457         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14459         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14461         * gnus.el (to-address, to-list, subscribed)
14462         (large-newsgroup-initial): Ditto.
14464         * flow-fill.el (fill-flowed-display-column)
14465         (fill-flowed-encode-column): Ditto.
14467 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14469         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14470         Use point-min rather than 1.
14471         (message-send-mail): Use buffer-size rather than point-max.
14473         * gnus-sum.el (gnus-summary-search-article-forward):
14474         Signal a specific `search-failed' rather than a generic `error'.
14476         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14477         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14478         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14480 2004-09-10  Simon Josefsson  <jas@extundo.com>
14482         * nndb.el (require): Remove tcp and duplicate cl.
14484 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14486         * gnus-agent.el (directory-files-and-attributes): Move forward.
14488 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14490         * gnus-agent.el (directory-files-and-attributes): Optionally
14491         defined to support XEmacs.
14493 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14495         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14496         to avoid run-time CL dependencies.
14497         (gnus-agent-unfetch-articles): New function.
14498         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14499         article numbers even when local .overview file is missing.
14500         (gnus-agent-read-article-number): New function.  Only accepts
14501         27-bit article numbers.
14502         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14503         gnus-agent-read-article-number.
14504         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14505         from backend while recognizing that article numbers in .overview
14506         must be valid.
14507         (gnus-agent-update-files-total-fetched-for): Use
14508         directory-files-and-attributes to improve performance.
14509         * gnus-int.el (gnus-request-move-article): Use
14510         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14511         improve performance.
14513         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14514         some users confused by references to .newsrc when they only have a
14515         .newsrc.eld file.
14516         (gnus-convert-mark-converter-prompt)
14517         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14518         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14519         New function.  Used internally to only display 'gnus converting
14520         files' message when actually necessary.
14522         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14523         methods now autoloaded.
14525 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14527         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14528         identifiers.
14530 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14532         * gnus-picon.el: Fix indentation and closing parenthesis.
14534 2004-09-01  Simon Josefsson  <jas@extundo.com>
14536         * message.el (message-canlock-generate): Require sha1, not
14537         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14538         to require within a function.  Sadly, if sha1.el isn't loaded, the
14539         let binding in m-c-g will hide the defcustom definition, which is
14540         bad.)
14542         * canlock.el: Require sha1, not sha1-el.
14544         * message.el: Don't autoload sha1 (there is a autoload cookie in
14545         sha1.el).
14547         * sha1-el.el: Renamed to sha1.el.
14549 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14551         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14553 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14555         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14557 2004-08-30  Kim F. Storm  <storm@cua.dk>
14559         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14561         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14562         Add :group 'nnimap.
14564 2004-08-30  Andreas Schwab  <schwab@suse.de>
14566         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14567         ?* and ?\;.
14569         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14570         and ?\' to symbol instead of whitespace.
14572 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14576         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14577         instead of re-search-forward.
14579         * gnus-uu.el (gnus-uu-save-article): Ditto.
14580         (gnus-uu-post-encode-uuencode): Ditto.
14582         * html2text.el (html2text-clean-list-items): Ditto.
14583         (html2text-clean-dtdd): Ditto.
14584         (html2text-format-tags): Ditto.
14586         * message.el (message-send-mail-with-sendmail): Fix regexp.
14587         (message-fill-field-general): Use search-forward instead of
14588         re-search-forward.
14589         (unbold-region): Ditto.
14591         * nnrss.el (nnrss-request-article): Ditto.
14593         * nnslashdot.el (nnslashdot-request-article): Ditto.
14595         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14597         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14598         "Unrecognized menu descriptor" error in XEmacs.
14600 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14602         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14603         parent article of a sparse article in the thread hashtb.
14605 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14607         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14608         (nnmail-expand-newtext): Lowercase expanded entries if
14609         nnmail-split-lowercase-expanded is non-nil.
14611 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14613         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14615         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14616         of gnus-tmp-news-method into string under XEmacs.  It will be
14617         passed to gnus-correct-length which takes only a string argument.
14619 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14621         * gnus-util.el (gnus-bind-print-variables): New macro.
14622         (gnus-prin1): Use it.
14623         (gnus-prin1-to-string): Use it.
14624         (gnus-pp): New function.
14625         (gnus-pp-to-string): New function.
14627         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14628         Replace pp-to-string with gnus-pp-to-string.
14629         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14630         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14631         * gnus-msg.el (gnus-debug): Ditto.
14632         * gnus-score.el (gnus-score-save): Ditto.
14633         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14634         gnus-pp-to-string.
14635         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14636         with gnus-pp.
14637         * score-mode.el (gnus-score-pretty-print): Ditto.
14638         * webmail.el (webmail-debug): Ditto.
14640 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14642         * gnus-art.el (article-display-face, article-display-x-face):
14643         Use buffer-read-only.
14645 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14647         * gnus-art.el (article-hide-list-identifiers):
14648         Bind inhibit-read-only as t.
14650 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14652         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14654 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14656         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14657         (gnus-narrow-to-page): Don't assume point-min == 1.
14658         (gnus-article-edit-mode): Derive from message-mode.
14660         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14661         point-min == 1.
14663         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14664         Disable incorrect use of `assert'.
14666         * message.el (message-mode): Set comment-start-skip.
14668 2004-08-22  Sam Steingold  <sds@gnu.org>
14670         * pop3.el (pop3-leave-mail-on-server): New user variable.
14671         (pop3-movemail): Delete mail only when it is nil.
14673 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14675         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14677         * mml.el (mml-preview): Use `pop-to-buffer'.
14679         * message.el (message-goto-mail-followup-to): Insert after "To".
14680         (message-carefully-insert-headers): Add comment.
14682         * gnus.el: Remove unused variable `gnus-article-check-size'.
14684         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14686         * gnus-art.el (gnus-button-alist): Improve
14687         `gnus-button-handle-library' entry.
14689 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14691         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14692         downcase, since XEmacs capitalizes error messages differently.
14694 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14696         * nntp.el: Add (require 'gnus) due to reference to
14697         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14699 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14701         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14702         `mm-fill-flowed'.
14704         * mm-decode.el (mm-dissect-singlepart): Check it.
14706 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14708         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14709         'imap' for netrc parsing.
14711 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14713         * mailcap.el (mailcap-mime-data): Mark as risky.
14715 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14717         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14718         may be included in the encoded word.
14719         (rfc2047-encode): Don't append a space if the encoded word
14720         includes close parenthesis.
14722 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14724         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14725         of text within parentheses.
14727 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14729         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14730         (gnus-encrypt-write-file-contents): Make the password key the file
14731         name PLUS the cipher, not just the cipher.  Also remove failed
14732         passwords from the cache.
14734 2004-08-06  Simon Josefsson  <jas@extundo.com>
14736         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14737         fix.
14739 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14741         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14742         LWSP.
14744 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14746         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14747         to append in-reply-to: data to the references: header.
14749         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14750         (netrc-parse): Use gnus-encrypt.el functions.
14752         * gnus-encrypt.el: Add new file for encryption support; currently
14753         does only a few GPG ciphers and an internal XOR cipher.
14755         * password.el: Add comments on using password-read-and-add.
14756         (password-read-and-add): Add function to read and add the
14757         password to the cache at once.
14759 2004-07-28  Simon Josefsson  <jas@extundo.com>
14761         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14762         parameter (but don't use it, for now).
14764         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14765         instead of hard coding to nil.
14767 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14769         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14770         as mm-inline-image-xemacs does.
14772 2004-07-26  Simon Josefsson  <jas@extundo.com>
14774         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14775         Revert part of 2004-07-17 change below.
14777 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14779         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14780         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14782 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14784         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14785         quotes that actually start with ">" at the beginning of the
14786         lines.
14788 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14790         * rfc2047.el (rfc2047-encode-region): Fix last change.
14791         (rfc2047-encode-parameter): Remove useless concat.
14793 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14795         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14796         encode special characters; fix some kind of misconfigured headers;
14797         signal a real error if debug-on-quit or debug-on-error is non-nil.
14798         (rfc2047-encode-max-chars): New variable.
14799         (rfc2047-encode-1): Use it.
14800         (rfc2047-encode-parameter): New function.
14802         * mml.el (mml-insert-parameter): Remove an excessive space.
14804 2004-07-17  Simon Josefsson  <jas@extundo.com>
14806         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14807         Kai Grossjohann <kai@emptydomain.de>.
14808         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14809         (gnus-group-make-menu-bar): Ditto.
14811         * gnus-util.el (gnus-group-server): Add.
14813 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14815         * message.el (message-clone-locals): Clone sendmail and smtp
14816         variables.
14818 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14820         * rfc2047.el (rfc2047-encode-region): Fix last change.
14822 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14824         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14825         characters as non-special.
14827 2004-07-09  Simon Josefsson  <jas@extundo.com>
14829         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14830         Users will lose all flag changes made while unplugged with
14831         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14832         good default.  See numerous reports on ding mailing list.
14834 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14837         add generate-head-function and generate-article-function to the
14838         rfc822-forward entry.
14839         (nndoc-rfc822-forward-generate-article): New function.
14840         (nndoc-rfc822-forward-generate-head): New function.
14842         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14844 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14846         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14847         respect display group parameter and gnus-summary-expunge-below.
14848         (gnus-articles-to-read): Remove unused reference to display group
14849         parameter.
14851 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853         * nnheader.el (nnheader-uniquify-message-id): New experimental
14854         variable.
14855         (nnheader-nov-read-message-id): Use it.
14857         * spam-report.el (spam-report-gmane): Add interactive.
14859 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14861         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14862         qp-or-base64 for the application/* types.
14864 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14866         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14868 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14870         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14871         trim value.
14873 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14875         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14876         New macro and function.
14877         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14879 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14881         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14882         after-load-alist.
14884 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14886         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14887         update info that isn't there.
14889 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
14891         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14892         entry.
14894 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14896         * mm-view.el (mm-inline-render-with-function): Use multibyte
14897         buffer; decode html source by charset.
14899         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14902         Mule-UCS is loaded under XEmacs.
14903         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14905 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14907         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14909 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14911         * mm-util.el (mm-coding-system-p): Return a coding-system.
14912         (mm-mime-mule-charset-alist): Use shift_jis instead of
14913         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14914         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14915         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14916         instead of japanese-shift-jis and iso-latin-1 respectively in
14917         order to share the default value with both Emacs and XEmacs-mule.
14918         (mm-mule-charset-to-mime-charset): Make
14919         mm-coding-system-priorities effective.
14920         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14921         while predicating of candidates upon the priorities.
14923 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14925         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14926         gnus-uu-invert-processable.
14928         * gnus.el: Autoload gnus-uu-invert-processable.
14930 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14932         * mm-util.el (mm-with-multibyte-buffer): New macro.
14934         * rfc2047.el (rfc2047-encode-string): Use it.
14935         (rfc2047-encode-region): Move point to the end of the region after
14936         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14940         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14941         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14943 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14945         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14946         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14947         Karl Chen <quarl@nospam.quarl.org>.
14949 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14951         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14952         invalid addresses.
14954 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14956         * spam.el: Change section markers, revise TODO list.
14957         (spam-backends): Make new master list of all installed backends.
14958         (spam-summary-exit-behavior): Add new variable to determine how
14959         messages moves are done at summary exit.
14960         (spam-move-spam-nonspam-groups-only)
14961         (spam-process-ham-in-nonham-groups)
14962         (spam-process-ham-in-spam-groups): Remove variables, the
14963         spam-summary-exit-behavior variable should be used to manage this
14964         behavior.
14965         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14966         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14967         and spam-old-spam-articles.
14968         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14969         Add empty variables, placeholders for the backends they represent.
14970         (spam-set-difference): Move, unchanged.
14971         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14972         unless the user has a processor variable.
14973         (spam-classifications, spam-classification-valid-p)
14974         (spam-backend-properties, spam-backend-property-valid-p)
14975         (spam-backend-function-type-valid-p)
14976         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14977         (spam-report-articles-gmane, spam-report-articles-resend):
14978         Remove functions, they are not needed.
14979         (spam-install-backend-super, spam-backend-list)
14980         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14981         (spam-backend-function, spam-backend-ham-registration-function)
14982         (spam-backend-spam-registration-function)
14983         (spam-backend-ham-unregistration-function)
14984         (spam-backend-spam-unregistration-function)
14985         (spam-backend-statistical-p, spam-backend-mover-p)
14986         (spam-install-backend-alias, spam-install-checkonly-backend)
14987         (spam-install-mover-backend, spam-install-nocheck-backend)
14988         (spam-install-backend, spam-install-statistical-backend)
14989         (spam-install-statistical-checkonly-backend): Add backend installation
14990         support.
14991         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14992         (spam-group-processor-p): Use the new backend code and respect the
14993         summary exit behavior.
14994         (spam-mark-spam-as-expired-and-move-routine): Remove.
14995         (spam-summary-prepare): Change to use the new spam-old-articles
14996         variable.
14997         (spam-copy-or-move-routine, spam-copy-spam-routine)
14998         (spam-move-spam-routine, spam-copy-ham-routine)
14999         (spam-move-ham-routine): Add code to copy/move ham or spam.
15000         (spam-fetch-field-fast): Improve doc and code, plus allow the
15001         'number request.
15002         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15003         variables.
15004         (spam-split, spam-find-spam): Use the new backend code.
15005         (spam-registration-functions): Remove variable.
15006         (spam-unregister-routine): Add convenience wrapper.
15007         (spam-log-undo-registration, spam-register-routine)
15008         (spam-log-processing-to-registry)
15009         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15010         where possible.
15011         (spam-check-gmane-xref, spam-check-regex-headers)
15012         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15013         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15014         (spam-check-bogofilter-headers, spam-check-spamoracle)
15015         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15016         (spam-check-crm114-headers): Use the spam-split-group that
15017         spam-split prepares, no need to determine it every time.
15019         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15020         to the nnheader-parse-naked-head call.
15022         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15024         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15025         the nnheader-nov-read-message-id call.
15027 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15029         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15030         gnus-activate-group twice.  Suggested by Markus Peter
15031         <warp@spin.de>.
15033 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15035         * gnus-art.el (gnus-article-time-format): Exchange the order of
15036         day and month in the default value; fix customization type.
15037         (article-date-ut): Use add-text-properties.
15038         (article-make-date-line): Use message-make-date instead of
15039         current-time-string.
15041         * message.el (message-fetch-field): Don't use set-text-properties.
15042         (message-make-date): Simplify.
15044 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15046         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15047         (rfc2047-encode-region): Treat text within parentheses as special;
15048         show the original text when error has occurred.
15050         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15051         already-computed method to gnus-activate-group.
15053         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15054         same select-methods identical Lisp objects.
15056         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15057         object when modifying the info.
15059 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15061         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15062         gnus-opened-servers since it has never been opened with the new
15063         configuration yet.
15065 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15067         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15068         arg to nnheader-generate-fake-message-id.
15070 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15072         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15073         number and build a fake message ID localized to a group and
15074         article number (so it's repeatable from that point on).
15075         (nnheader-fake-message-id-p): Change regex to accommodate new fake
15076         ID format.
15078         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15079         nnheader-generate-fake-message-id with the article number.
15081 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15083         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15084         end-of-buffer.
15086 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088         * message.el (message-ignored-supersedes-headers): Add Approved.
15090 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15092         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15093         goto-char.
15094         (rfc2047-encode): Fold the line before encoding.
15096 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15098         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15099         folding -- not all headers can be folded, and this should be done
15100         by the message composition mode.  Probably.  I think.
15102 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15104         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15105         fast.
15107         * gnus-ems.el (gnus-remove-image): Don't use
15108         message-text-with-property; remove only the image found first.
15110 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15112         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15114 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15116         * message.el (message-text-with-property): Make it fast and accept
15117         optional arguments.
15118         (message-strip-forbidden-properties): Use it.
15119         (message-fix-before-sending): Follow the m-t-w-p change.
15121         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15123 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15125         * gnus-art.el (article-hide-headers): Don't change the buffer
15126         mistakenly when performing mml-preview even if
15127         gnus-single-article-buffer is nil.
15129 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15131         * message.el (message-expand-name-databases): New user option.
15132         (message-expand-name): Use it.
15134 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15136         * spam.el (spam-report-articles-resend)
15137         (spam-report-resend-register-routine): Allow ham reporting.
15138         (spam-report-resend-register-ham-routine): Add wrapper.
15139         (spam-registration-functions): Add ham resending functions.
15140         (spam-list-of-processors): Add ham resend processor.
15142         * gnus.el (ham-resend-to): Add new group parameter.
15143         (spam-process): Add ham resend option.
15145         * spam-report.el (spam-report-resend): Allow reporting ham.
15146         (spam-report-resend-ham): Add wrapper.
15148 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15150         * message.el (message-cite-articles-with-x-no-archive): New
15151         variable.
15152         (message-cite-original): Use it.
15154 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15156         * message.el (message-cite-original): Respect X-No-Archive.
15158 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15160         * gnus-art.el (article-hide-headers): Refer to the values for
15161         gnus-ignored-headers and gnus-visible-headers in the summary
15162         buffer since a user may have set them as group parameters.
15164 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15166         * assistant.el (assistant-node-name): Add convenience function.
15167         (assistant-render-text, assistant-render-node): Add error handling,
15168         plus handle multiple next nodes.
15169         (assistant-find-next-node): Comment out for now.
15170         (assistant-find-next-nodes): Add function, returns list of next
15171         nodes.
15173 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15175         * mail-source.el (mail-source-directory): Fix doc-string.
15177 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15179         * assistant.el (assistant-render-text, assistant-eval): Add :set
15180         widget type, which is different because it takes and returns a
15181         list.  Much hilarity ensues.
15183 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15185         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15187         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15188         doc-string.
15190         * gnus-start.el (gnus-activate-group): Added doc-string.
15192 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15194         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15196 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15198         * assistant.el (assistant-render-text): Try to add a :set
15199         widget, more to come.
15201         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15202         strings.
15203         (spam-report-articles-resend)
15204         (spam-register-routine): Do registration iff any articles warrant
15205         it.
15206         (spam-summary-prepare-exit): Change log message for nil group
15207         destinations.
15209 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15211         * spam.el (spam-report-resend-register-routine): Allow
15212         spam-report-resend-to to be a group parameter or a global value.
15214 2004-05-26  Simon Josefsson  <jas@extundo.com>
15216         * starttls.el: Merge with my GNUTLS based starttls.el.
15217         (starttls-gnutls-program, starttls-use-gnutls)
15218         (starttls-extra-arguments, starttls-process-connection-type)
15219         (starttls-connect, starttls-failure, starttls-success): New
15220         variables.
15221         (starttls-program, starttls-extra-args): Doc fix.
15222         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15223         functions.
15224         (starttls-negotiate, starttls-open-stream): Check
15225         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15226         function if it is set.
15228 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15230         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15231         structured fields.
15233 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15235         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15237 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15239         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15240         variable.
15241         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15242         assigning the spam-mark to new messages.
15244 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15246         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15248 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15250         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15251         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15252         default.
15254 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15256         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15257         correct data.
15259 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15261         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15262         (spam-group-processor-p): Fix function.
15263         (spam-group-processor-multiple-p)
15264         (spam-group-spam-processor-report-gmane-p)
15265         (spam-group-spam-processor-report-resend-p)
15266         (spam-group-spam-processor-bogofilter-p)
15267         (spam-group-spam-processor-blacklist-p)
15268         (spam-group-spam-processor-ifile-p)
15269         (spam-group-ham-processor-ifile-p)
15270         (spam-group-spam-processor-spamoracle-p)
15271         (spam-group-spam-processor-crm114-p)
15272         (spam-group-ham-processor-bogofilter-p)
15273         (spam-group-spam-processor-stat-p)
15274         (spam-group-ham-processor-stat-p)
15275         (spam-group-ham-processor-whitelist-p)
15276         (spam-group-ham-processor-BBDB-p)
15277         (spam-group-ham-processor-spamoracle-p)
15278         (spam-group-ham-processor-copy-p): Remove functions with some
15279         prejudice against unneeded code.
15280         (spam-report-articles-resend)
15281         (spam-report-resend-register-routine): Allow the group/topic
15282         spam-resend-to value to override spam-report-resend-to.
15283         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15284         properly now.
15286         * gnus.el (spam-resend-to): Add group/topic parameter.
15287         (spam-process): Move the OBSOLETE processors to the end of the
15288         choices.
15290 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15292         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15293         with resend-to set to nil, and then ask the user if necessary.
15294         (spam-report-resend): spam-report-resend takes a list of articles, not
15295         separate article numbers.
15297 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15299         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15300         addition to emacs-w3m.
15302 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15304         * assistant.el (assistant-authinfo-data): New function.
15305         (assistant-eval): Eval for entire assistant.
15307         * netrc.el (netrc-services-file): New variable.
15308         (netrc-parse-services): New function.
15309         (netrc-find-service-name): New function.
15310         (netrc-find-service-number): New function.
15311         (netrc-port-equal): New function.
15312         (netrc-machine): Use it.
15314         * nnimap.el (nnimap-open-connection): Use netrc.
15316         * gnus-util.el (gnus-netrc-get): Remove aliases.
15318         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15320         * assistant.el (wid-edit): Fix compilation.
15322         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15324 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15326         * gnus-util.el (gnus-set-file-modes): New function.  (small
15327         patch).
15329 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15331         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15333         * assistant.el (assistant-render-node): Fix up rendering and
15334         read-only text.
15335         (assistant-render-node): Reset.
15336         (assistant-make-read-only): Not sticky.
15338 2004-05-20  Danny Siu  <dsiu@adobe.com>
15340         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15341         centered even when gnus-auto-center-summary is t
15343 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15345         * dns.el (dns-get-txt-answer): New function.
15346         (dns-read-txt): Ditto.
15347         (query-dns): Use it.
15349 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15351         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15352         active for foreign groups even if the group level is higher than
15353         the specified value.
15355 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15357         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15358         non-active groups.
15360         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15362 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15364         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15366 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15368         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15369         (spam-crm114-header, spam-crm114-spam-switch)
15370         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15371         (spam-crm114-positive-spam-header)
15372         (spam-crm114-database-directory, spam-list-of-processors)
15373         (spam-group-spam-processor-crm114-p)
15374         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15375         (spam-generic-score, spam-list-of-checks)
15376         (spam-list-of-statistical-checks, spam-registration-functions)
15377         (spam-check-crm114-headers, spam-crm114-score)
15378         (spam-check-crm114, spam-crm114-register-with-crm114)
15379         (spam-crm114-register-spam-routine)
15380         (spam-crm114-unregister-spam-routine)
15381         (spam-crm114-register-ham-routine)
15382         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15383         asjo@koldfront.dk (Adam Sjøgren).
15385         * gnus.el: Add spam-use-crm114.
15387         * spam.el (spam-list-of-processors, spam-registration-functions):
15388         Add spam-use-resend.
15389         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15390         (spam-report-articles-gmane): Add doc fix.
15391         (spam-report-articles-resend, spam-report-resend-register-routine):
15392         Add wrappers around spam-report-resend-to.
15394         * spam-report.el (spam-report-resend-to, spam-report-resend):
15395         Add support for resending spam.
15396         (spam-report-gmane): Fix line length >80.
15398         * gnus.el (spam-process): Add spam-use-resend.
15400 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15402         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15403         number of processed spam messages.
15404         (spam-ham-copy-or-move-routine): Return the number of processed
15405         ham messages.
15406         (spam-summary-prepare-exit): Use the above values to decide
15407         whether status messages shouled be displayed.
15409 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15412         `rfc2047-encoding-function-alist' in order to avoid conflicting
15413         with the old version.
15414         (rfc2047-encode-region): Concatenate words containing non-ASCII
15415         characters in structured fields; don't encode space-delimited
15416         ASCII words even in unstructured fields; don't break words at
15417         char-category boundaries.
15418         (rfc2047-encode-1): New function.
15419         (rfc2047-encode): Use it; encode text so that it occupies the
15420         maximum width within 76-column; work correctly on Q encoding for
15421         iso-2022-* charsets.
15422         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15423         sure not to break a line just after the header name.
15424         (rfc2047-b-encode-region): Removed.
15425         (rfc2047-b-encode-string): New function.
15426         (rfc2047-q-encode-region): Removed.
15427         (rfc2047-q-encode-string): New function.
15429         * mm-util.el (mm-replace-in-string): New function.
15431 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15434         get it right.
15435         (gnus-inews-make-draft): Really.
15437 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15439         * nnmh.el (nnmh-request-list-1): Don't check the link count
15440         before descending.  (small patch)
15442 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15444         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15445         stuff.
15447         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15448         on real group name.
15450         * gnus-art.el (gnus-signature-limit): Doc fix.
15452         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15454 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15456         * gnus-draft.el (gnus-draft-send): Bind
15457         rfc2047-encode-encoded-words.
15459         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15460         (rfc2047-encodable-p): Say that =? needs encoding.
15461         (rfc2047-encode-encoded-words): New variable.
15463         * gnus-group.el (gnus-group-select-group): Doc fix.
15465         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15467         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15468         to nil.
15470         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15472         * nnheader.el (nnheader-get-lines-and-char): New function.
15474 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15476         * gnus-msg.el (gnus-summary-followup-with-original): Document
15477         yanking of region when active.
15479 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15482         groups if the group level is higher than the specified value.
15484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15486         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15487         (gnus-group-jump-to-group): Added prefix argument using
15488         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15489         non-active group.
15491         * compface.el (uncompface): Be verbose when changing
15492         `uncompface-use-external'.
15494         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15495         handle manual section.
15497 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499         * gnus-art.el (gnus-button-alist): Revert previous change.
15501 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15503         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15505 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15508         whether backend can accept message.
15510         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15512 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15514         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15515         Avoid creating directory when nntp-marks-is-evil is true.
15516         Reported by Reiner Steib.
15518 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15520         * gnus-picon.el (gnus-picon-style): New variable.
15521         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15522         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15523         Jesper Harder <harder@ifa.au.dk>.
15525 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15527         * message.el (message-fill-field): Return point.
15528         (message-generate-headers): Go to end of field.
15530         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15531         stuff for non-living groups.
15533 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15535         * gnus-art.el (gnus-article-followup-with-original)
15536         (gnus-article-reply-with-original): gnus-mark-active-p ->
15537         gnus-region-active-p.
15539 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15541         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15542         only when there is spam or ham to be processed.
15544 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546         * mail-source.el (mail-source-delete-crash-box): Refactor.
15547         (mail-source-fetch): Use it.
15548         (mail-source-fetch-file): Ditto.
15549         (mail-source-fetch-directory): Run postscript in loop.
15550         (mail-source-fetch-pop): Delete.
15551         (mail-source-fetch-maildir): Ditto.
15552         (mail-source-fetch-imap): Ditto.
15554         * imap.el (imap-authenticators): Comment out sasl.
15556         * message.el (message-skip-to-next-address): New function.
15557         (message-fill-header-address): Refactor.
15558         (message-fill-address): Use it.
15559         (message-delete-address): Use it.
15560         (message-fill-header-general): Refactor.
15561         (message-fill-field-address): Rename.
15562         (message-narrow-to-field): Find the start of the header.
15563         (message-header-format-alist): Don't pre-fill.
15564         (message-fill-header): Removed.
15565         (message-insert-header): New function.
15566         (message-shorten-references): Use it.
15568         * rfc2047.el (rfc2047-field-value): Strip props.
15570         * mail-parse.el (mail-header-make-address): New alias.
15572         * ietf-drums.el (ietf-drums-make-address): New function.
15574         * imap.el: Add compiler directives.
15576         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15578         * gnus-art.el (article-decode-idna-rhs): Don't use
15579         message-idna-inside-rhs-p.
15581 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15583         * message.el (message-idna-inside-rhs-p): Removed.
15584         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15586         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15587         false positives.
15589 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15591         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15593 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15595         * nneething.el (nneething-file-name): Don't create spurious
15596         files.
15598         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15599         (gnus-inews-do-gcc): Remove sleep.
15601         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15602         part under point.
15604         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15605         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15607 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15609         * spam.el (spam-summary-prepare-exit): Fixed (length).
15611 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15613         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15614         as expired without moving it" message when there are spam
15615         messages left.
15617 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15619         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15620         header is not nil.
15622 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15624         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15625         nntp-possibly-create-directory, not nntp-possibly-change-group.
15626         (nntp-marks-changed-p): New arg SERVER.
15627         (nntp-request-update-info): Adjust caller.
15629 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15631         * nntp.el (nntp-save-marks): Pass missing arg.
15633 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15635         * nntp.el: Support marks.
15636         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15637         (nntp-marks-modtime, nntp-marks-directory): New variables.
15638         (nntp-request-set-mark, nntp-request-update-info)
15639         (nntp-possibly-create-directory, nntp-marks-changed-p)
15640         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15641         functions.
15643 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15645         * gnus-score.el (gnus-score-insert-help): Use
15646         gnus-select-lowest-window.
15648         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15649         appt-select-lowest-window and rename to gnus-select-lowest-window.
15651         * gnus.el: do.
15653 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15655         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15656         encodings of MIME-encoded words, in order to improve
15657         interoperability with several broken MUAs.
15659 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15661         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15662         tags, only when charsets are not specified in headers.
15663         (mm-inline-text-html-render-with-w3m): Ditto.
15665 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15667         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15668         instead of MIME-decoded from fields when checking
15669         `gnus-article-address-banner-alist'.
15671 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15673         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15674         description rather than subject.
15676 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678         * gnus.el (gnus-version-number): Bump.
15680 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15682         * gnus.el: No Gnus v0.2 is released.
15684 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15686         * gnus-agent.el (gnus-agent-read-agentview): Inline
15687         gnus-uncompress-range.
15689 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15691         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15692         `exec-installed-p'.
15694 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15696         * gnus.el (spam-process, spam-autodetect-methods): Add
15697         bsfilter and bsfilter-headers.
15699         * spam.el (spam-bsfilter): New customize group.
15700         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15701         (spam-bsfilter-header, spam-bsfilter-probability-header)
15702         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15703         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15704         (spam-bsfilter-database-directory): New options.
15705         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15706         (spam-list-of-statistical-checks, spam-registration-functions):
15707         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15708         (spam-bsfilter-score): New command.
15709         (spam-check-bsfilter-headers, spam-check-bsfilter)
15710         (spam-bsfilter-register-with-bsfilter)
15711         (spam-bsfilter-register-spam-routine)
15712         (spam-bsfilter-unregister-spam-routine)
15713         (spam-bsfilter-register-ham-routine)
15714         (spam-bsfilter-unregister-ham-routine): New functions.
15715         (spam-generic-score): Support bsfilter; Accept an optional argument
15716         to recalcurate spam score even if scoring header has already been
15717         added.
15718         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15719         optional argument to recalcurate spam score even if scoring header
15720         has already been added.
15722 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15724         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15725         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15726         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15727         link is missing.
15729 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15731         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15732         (html2text-get-attr): Rewrite.
15734         * message.el (message-setup-1): Remove redundant put-text-property
15735         on mail-header-separator.
15737 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15739         * gnus-registry.el (gnus-registry-cache-whitespace)
15740         (gnus-registry-action, gnus-registry-spool-action)
15741         (gnus-registry-split-fancy-with-parent): Change message levels
15742         from 5 to 3 or 7, as needed.
15744         * spam.el (spam-summary-prepare-exit)
15745         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15746         (spam-split, spam-find-spam, spam-log-undo-registration)
15747         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15748         level from 5 to 6.
15750 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15752         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15753         2004-03-04 change).
15755 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15757         * sieve-manage.el (sieve-manage-open):
15758         * nnweb.el (nnweb-insert-html):
15759         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15760         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15761         * nnspool.el (nnspool-request-group):
15762         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15763         * nnml.el (nnml-request-update-info):
15764         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15765         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15766         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15767         (nnimap-request-set-mark):
15768         * nnfolder.el (nnfolder-request-update-info):
15769         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15770         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15771         * gnus-uu.el (gnus-uu-find-articles-matching):
15772         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15773         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15774         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15775         * gnus-nocem.el (gnus-nocem-scan-groups):
15776         * gnus-int.el (gnus-start-news-server):
15777         * gnus-group.el (gnus-group-make-kiboze-group)
15778         (gnus-group-browse-foreign-server):
15779         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15780         Use mapc when appropriate.
15782 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15784         FIXME: Make separate entries for each person.
15786         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15787         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15788         <shields@msrl.com>:
15790         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15791         may need for spam sorting and scoring.
15792         (spam-user-format-function-S): Add user format function suitable for
15793         general use.
15794         (spam-article-sort-by-spam-status): Add sorting function for summary
15795         sorting.
15796         (spam-extra-header-to-number): Add function to get a score from a
15797         header.
15798         (spam-summary-score): Add function to  get a numeric score from the
15799         headers.
15800         (spam-generic-score): Fix function doc, was in wrong place.
15801         (spam-initialize): Take symbols when it's run, and install the
15802         extra headers that spam-necessary-extra-headers thinks we need.
15804 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15806         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15807         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15809 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15811         * gnus-sum.el (gnus-set-global-variables)
15812         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15813         (gnus-article-get-xrefs, gnus-summary-best-group)
15814         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15815         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15816         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15817         Use with-current-buffer.
15819 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15821         * spam.el (spam-summary-prepare-exit): Simplify logic.
15822         (spam-fetch-article-header): Read the article header if it's not
15823         available.
15824         (spam-list-articles): Simplify logic.
15825         (spam-filelist-register-routine): Fix bug with unregister-list.
15827         * gnus-registry.el: Fix comments at beginning.
15829 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15831         * message.el (message-cater-to-broken-inn): Remove.
15832         (message-shorten-references): Make sure the total folded length of
15833         References is shorter than 998 characters to cater to a bug in INN
15834         2.3.  Also, don't pretend that references aren't folded -- this
15835         hasn't worked for a while.
15837 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15839         * gnus-agent.el (gnus-agentize):
15840         gnus-agent-send-mail-real-function no longer set to current value
15841         of message-send-mail-function but rather a lambda that calls
15842         message-send-mail-function.  The change makes the agent real-time
15843         responsive to user changes to message-send-mail-function.
15845 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15847         * legacy-gnus-agent.el
15848         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15849         help from Florian Weimer <fw@deneb.enyo.de>
15851 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15853         * nnmail.el (nnmail-cache-insert): Revert last change.
15855 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15857         * nnmail.el (nnmail-cache-insert): Always check whether
15858         nnmail-cache-ignore-groups matches a group name.
15860 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15862         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15863         (spam-find-spam, spam-log-processing-to-registry)
15864         (spam-log-registered-p, spam-log-unregistration-needed-p)
15865         (spam-log-undo-registration): Use gnus-message instead of
15866         gnus-error, none of these errors are fatal.
15868         * gnus-registry.el (gnus-registry-clean-empty-function)
15869         (gnus-registry-clean-empty): Remove only empty entries without
15870         extra data.
15872 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15874         * spam-stat.el (spam-stat-buffer-change-to-spam)
15875         (spam-stat-buffer-change-to-non-spam): Change (error) to
15876         (gnus-message 8) invocation.
15878 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15880         * nntp.el (nntp-via-netcat-command): New variable.
15881         (nntp-via-netcat-switches): New variable.
15882         (nntp-open-via-rlogin-and-netcat): New function.
15883         (nntp-open-connection-function): Doc fix.
15884         (nntp-telnet-command): Doc fix.
15885         (nntp-end-of-line): Doc fix.
15886         (nntp-via-rlogin-command): Doc fix.
15887         (nntp-via-user-name): Doc fix.
15888         (nntp-via-address): Doc fix.
15890 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15892         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15893         error in Emacs 21.1.
15895 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15897         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15899 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15901         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15902         (gnus-agent-with-refreshed-group): New macro.
15903         (gnus-agent-rename-group): New function.
15904         (gnus-agent-delete-group): New function.
15905         (gnus-agent-save-group-info): Use gnus-command-method when
15906         `method' parameter is nil.  Don't write nil entries into the
15907         active file.
15908         (gnus-agent-get-group-info): New function.
15909         (gnus-agent-fetch-articles): Use
15910         gnus-agent-update-files-total-fetched-for to increment disk space
15911         used.
15912         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15913         gnus-agent-update-view-total-fetched-for to increment disk space
15914         used.
15915         (gnus-agent-get-local): Added optional parameters to avoid calling
15916         gnus-group-real-name and gnus-find-method-for-group.
15917         (gnus-agent-set-local): Delete stored entry if either min, or max,
15918         are nil.
15919         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15920         quit, use gnus-agent-regenerate-group to record existence of any
15921         articles fetched to disk before the quit occurred.
15922         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15923         gnus-agent-update-view-total-fetched-for, and
15924         gnus-agent-update-files-total-fetched-for to decrement disk space
15925         used.
15926         (gnus-agent-retrieve-headers): Use
15927         gnus-agent-update-view-total-fetched-for to increment disk space
15928         used.
15929         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15930         with gnus-agent-update-files-total-fetched-for to decrement disk
15931         space and fresh group buffer.
15932         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15933         (gnus-agent-need-update-total-fetched-for): New variable.
15934         (gnus-agent-update-files-total-fetched-for): New function.
15935         (gnus-agent-update-view-total-fetched-for): New function.
15936         (gnus-agent-total-fetched-for): New function.
15938         * gnus-cache.el (gnus-cache-save-buffers): Use
15939         gnus-cache-update-overview-total-fetched-for to change disk space
15940         used by this group.
15941         (gnus-cache-possibly-enter-article): Use
15942         gnus-cache-update-file-total-fetched-for to increment disk space
15943         used by this group.
15944         (gnus-cache-possibly-remove-article): Use
15945         gnus-cache-update-file-total-fetched-for to decrement disk space
15946         used by this group.
15947         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15948         (gnus-cache-rename-group): New function.
15949         (gnus-cache-delete-group): New function.
15950         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15951         (gnus-cache-need-update-total-fetched-for): New variable.
15952         (gnus-cache-with-refreshed-group): New macro.
15953         (gnus-cache-update-file-total-fetched-for): New function.
15954         (gnus-cache-update-overview-total-fetched-for): New function.
15955         (gnus-cache-rename-group-total-fetched-for): New function.
15956         (gnus-cache-delete-group-total-fetched-for): New function.
15957         (gnus-cache-total-fetched-for): New function.
15959         * gnus-group.el: Require gnus-sum and autoload functions to
15960         resolve warnings when gnus-group.el compiled alone.
15961         (gnus-group-line-format): Documented new %F.
15962         (size of Fetched data) group line format; identifies disk space
15963         used by agent and cache.
15964         (gnus-group-line-format-alist): Defined new F format.
15965         (gnus-total-fetched-for): New function.
15966         (gnus-group-delete-group): No longer update
15967         gnus-cache-active-altered as gnus-request-delete-group now keeps
15968         the cache in sync.
15969         (gnus-group-list-active): Let the agent store a server's active
15970         list if currently plugged.
15972         * gnus-int.el (gnus-request-delete-group):
15973         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15974         local disk in sync with the server.
15975         (gnus-request-rename-group):
15976         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15977         local disk in sync with the server.
15979         * gnus-start.el (gnus-get-unread-articles):
15980         Cosmetic simplification to logic.
15982         * gnus-util.el (gnus-rename-file): New function.
15984 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15986         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15988 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15990         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15991         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15993 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15995         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15996         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15998 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16000         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16002 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16004         * spam.el (spam-set-difference): Add function to replace
16005         gnus-set-difference in spam.el.
16006         (spam-summary-prepare-exit): Use spam-set-difference.
16008 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16010         * gnus-registry.el (gnus-registry-cache-file): Update to use
16011         gnus-dribble-directory OR gnus-home-directory OR ~.
16012         (gnus-registry-split-fancy-with-parent): Fix doc.
16014 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16016         * message.el (message-exchange-point-and-mark): Use
16017         message-mark-active-p.  Suggested by Jesper Harder
16018         <harder@ifa.au.dk>.
16020 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16022         * message.el (message-exchange-point-and-mark): Don't activate
16023         region if it was inactive.  Suggested by Hiroshi Fujishima
16024         <pooh@nature.tsukuba.ac.jp>.
16026 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16028         * gnus-art.el (article-display-face): Display Faces in the same
16029         order as X-Faces.
16031 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16033         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16035 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16037         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16038         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16039         (gnus-article-mime-hierarchy): Remove.
16040         (gnus-article-mime-hierarchy-next): Remove.
16041         (gnus-article-mode): Revert 2004-03-19 change.
16042         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16043         (gnus-insert-mime-button): Revert 2004-03-19 change.
16044         (gnus-mime-accumulate-hierarchy): Remove.
16045         (gnus-mime-enter-multipart): Remove.
16046         (gnus-mime-leave-multipart): Remove.
16047         (gnus-mime-display-part): Revert 2004-03-19 change.
16048         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16050         * mml.el (mml-preview): Revert 2004-03-19 change.
16052 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16054         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16056 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16058         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16059         t while entering a file name using the mm-with-multibyte macro.
16060         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16062         * mm-util.el (mm-with-multibyte): New macro.
16064 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16066         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16067         user option.
16068         (gnus-mime-multipart-functions): Doc and customization fix.
16069         (gnus-article-mime-hierarchy): New variable.
16070         (gnus-article-mime-hierarchy-next): New variable.
16071         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16072         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16073         gnus-article-mime-hierarchy-next to nil.
16074         (gnus-insert-mime-button): Show hierarchy numbers.
16075         (gnus-mime-accumulate-hierarchy): New function.
16076         (gnus-mime-enter-multipart): New function.
16077         (gnus-mime-leave-multipart): New function.
16078         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16079         (gnus-mime-display-alternative): Show hierarchy numbers.
16081         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16082         gnus-article-mime-hierarchy-next to nil.
16084 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16086         * dns.el: Don't require gnus-xmas.
16088 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16090         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16091         inline PGP.
16092         (mml-menu): Disable mml-quote-region if mark is inactive.
16094 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16096         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16097         when the group's active is not available.
16099 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16101         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16102         error.
16104 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16106         * imap.el (imap-store-password): New variable.
16107         (imap-interactive-login): Use it.
16108         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16110 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16112         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16113         window-start and hscroll to summary window.
16115 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16117         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16118         conversion message to newsrc-dribble when an actual conversion is
16119         performed.
16121 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16123         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16125 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16127         * mm-decode.el (mm-complicated-handles): New function reviving
16128         former definition of mm-multiple-handles.
16130         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16131         (gnus-mime-delete-part): Use it.
16133 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16135         * gnus-agent.el (gnus-agent-read-local): Bind
16136         nnheader-file-coding-system to gnus-agent-file-coding-system to
16137         avoid the implicit assumption that they will always be equal.
16138         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16139         coding-system-for-write, as the with-temp-file macro first prints
16140         to a buffer then saves the buffer.
16142 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16144         * gnus-art.el (gnus-article-edit-part): New function.
16145         (gnus-mime-save-part-and-strip): Use it; do query instead of
16146         signaling an error; don't use mm-multiple-handles.
16147         (gnus-mime-delete-part): Ditto.
16149 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16151         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16152         old file versions.
16153         (gnus-group-prepare-hook): Removed function that converted list
16154         form of gnus-agent-expire-days to group properties.
16156         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16157         (gnus-request-accept-article): Re-indented.
16159         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16160         converters to handle old agent file formats.  Added logic for a
16161         "backup before upgrading warning".
16162         (gnus-convert-mark-converter-prompt): Developers can mark
16163         functions as needing (default), or not needing,
16164         gnus-convert-old-newsrc's "backup before upgrading warning".
16165         (gnus-convert-converter-needs-prompt): Tests whether the user
16166         should be protected from potentially irreversable changes by the
16167         function.
16169         * legacy-gnus-agent.el: New.  Provides converters that are only
16170         loaded when gnus-convert-old-newsrc needs to call them.
16172 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16174         * mail-source.el (mail-source-touch-pop): Doc fix.
16176         * message.el (message-smtpmail-send-it): Doc fix.
16178 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16180         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16182         * nnmail.el (nnmail-split-fancy): do.
16184         * gnus-kill.el (gnus-kill, gnus-execute): do.
16186 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16188         * gnus-sum.el (gnus-widget-reversible-match)
16189         (gnus-widget-reversible-to-internal)
16190         (gnus-widget-reversible-to-external): New functions.
16191         (gnus-widget-reversible): New widget.
16192         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16194 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16196         * gnus-sum.el (gnus-thread-sort-functions)
16197         (gnus-article-sort-functions): Document `(not F)' items.
16199 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16201         * spam.el (spam-use-gmane-xref): Add new backend.
16202         (spam-gmane-xref-spam-group): Add variable to control the name of the
16203         Gmane spam group.
16204         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16205         (spam-regex-headers-spam, spam-regex-headers-ham)
16206         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16207         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16208         backends and checks.
16209         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16211         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16212         an autodetect method.
16214 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16216         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16217         articles are being added to a group.
16218         (gnus-request-replace-article): Inform the agent that articles
16219         need to be uncached as the cached contents are no longer valid.
16221 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16223         * binhex.el: Don't autoload executable-find.
16225         * canlock.el: Don't autoload mail-fetch-field.
16227         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16229         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16230         rmail-dont-reply-to and rmail-output.
16232         * gnus-score.el: Don't autoload ffap-string-at-point.
16234         * gnus-setup.el: Don't autoload sc-cite-original.
16236         * imap.el: Don't autoload base64-decode-string,
16237         base64-encode-string and md5.
16239         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16240         and rmail-msg-restore-non-pruned-header.
16242         * mm-decode.el: Don't autoload executable-find.
16244         * mm-url.el: Don't autoload executable-find.
16246         * mm-view.el: Don't autoload diff-mode.
16248         * nndb.el: Don't autoload news-reply-mode, news-setup,
16249         cancel-timer and telnet.
16251         * password.el: Don't autoload run-at-time for Emacs.
16253         * sha1-el.el: Don't autoload executable-find.
16255         * sieve-mode.el: Don't autoload c-mode.
16257         * uudecode.el: Don't autoload executable-find.
16259 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16261         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16262         (gnus-agent-possibly-alter-active): Avoid null in numeric
16263         comparison.
16264         (gnus-agent-set-local): Refuse to save null in local object table.
16265         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16266         list of articles that will be marked as unread.
16268 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16270         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16272 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16274         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16275         language tags.
16277 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16279         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16280         Don't bind "obarray".
16282         * gnus-sum.el (gnus-thread-sort-functions): Added
16283         `gnus-thread-sort-by-most-recent-number' and
16284         `gnus-thread-sort-by-most-recent-date'.
16285         Reported by Kai Grossjohann <kai@emptydomain.de>.
16287 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16289         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16291 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16293         * gnus-cus.el (gnus-agent-customize-category): Removed
16294         ignore-errors macro reference that required cl to be loaded at
16295         run-time.
16297         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16298         single-interval range of the form (min . max).  Previously the
16299         range had to look like ((min . max)).  Likewise, return
16300         (min . max) rather than ((min . max)).
16301         (gnus-range-map): Use gnus-range-normalize to accept
16302         single-interval range.
16304         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16305         the cache, but not the agent, now appear with their usual face.
16307 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16309         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16310         w3m-safe-url-regexp variable buffer-local.
16312         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16314 2004-02-27  Simon Josefsson  <jas@extundo.com>
16316         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16317         gnus-group-real-prefix.
16318         (gnus-summary-move-article): Use it, instead of
16319         gnus-group-real-prefix.
16321 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16323         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16324         w3m-safe-url-regexp variable buffer-local and set it as the value
16325         of mm-w3m-safe-url-regexp.
16327         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16329         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16330         parsing gnus-posting-styles when the message is not for replying.
16332         * nnrss.el (nnrss-opml-export): Use
16333         mm-set-buffer-file-coding-system instead of
16334         set-buffer-file-coding-system.
16336 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16338         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16339         of checkdoc.el).
16340         * nnrss.el: do.
16341         * gnus-mlspl.el: do.
16342         * gnus-ml.el: do.
16343         * gnus-srvr.el: do.
16345         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16347 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16349         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16350         Corrections to custom-manual links.
16352         * gnus-art.el (gnus-article): Ditto.
16354         * mm-decode.el (mime-display, mime-security): Ditto.
16356 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16358         * flow-fill.el: Typo.
16360 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16362         * spam-wash.el: New file.
16364 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16366         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16368 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16370         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16371         to be run with new-articles as LIST1, not LIST2.
16372         (spam-registration-functions): Add spam-use-ham-copy as a nil
16373         registration backend.
16375 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16377         * spam-stat.el (spam-stat-washing-hook): New option.
16378         (spam-stat-buffer-words): Use it.
16379         (spam-stat-process-directory, spam-stat-test-directory): Use
16380         insert-file-contents-literally.
16381         (spam-stat-coding-system): New variable.
16382         (spam-stat-load, spam-stat-save): Use it.
16384 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16386         * spam-report.el (spam-report-plug-agent): Quote
16387         spam-report-url-to-file and spam-report-url-ping-plain.
16389 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16391         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16392         / in mailto URLs.
16394 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16396         * spam-report.el (spam-report-process-queue): Fix interactive use.
16397         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16398         (spam-report-unplug-agent): Doc fixes.
16399         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16400         (spam-report-agentize, spam-report-deagentize): Autoload
16402 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16404         * message.el (message-setup-fill-variables): Add mml tags to
16405         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16406         <ajk@iu.edu>.
16407         (message-mode): Don't modify paragraph-separate there.
16409 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16411         * compface.el (uncompface-use-external): Default to undecided.
16412         (uncompface-use-external-threshold): New variable.
16413         (uncompface-float-time): New macro.
16414         (uncompface): Determine whether to use the external decoder if
16415         uncompface-use-external is undecided.
16417 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16419         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16420         after images.
16422         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16424 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16426         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16428         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16430         * gnus-sum.el (gnus-summary-limit-to-age)
16431         (gnus-summary-limit-children): do.
16433         * gnus-int.el (gnus-request-scan): do.
16435         * gnus-group.el (gnus-group-suspend): do.
16437         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16439         * gnus-cite.el (gnus-cite-parse-attributions): do.
16441         * gnus-agent.el (gnus-summary-set-agent-mark)
16442         (gnus-agent-regenerate-group): do.
16444         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16446         * binhex.el (binhex-decode-region-internal): do.
16448 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16450         * gnus-fun.el (gnus-face-properties-alist): New user option.
16451         (gnus-display-x-face-in-from): Use it.
16453         * gnus-art.el (article-display-face): Ditto.
16455         * compface.el (uncompface-use-external): Default to nil.
16457 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16459         * nntp.el (nntp-erase-buffer): New function.
16460         (nntp-retrieve-data, nntp-send-command)
16461         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16462         (nntp-possibly-change-group): Use it.
16464         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16465         with-current-buffer.
16467 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16469         * compface.el: Merge the ELisp-based uncompface program.
16470         (compface): New customization group.
16471         (uncompface-use-external): New user option.
16472         (uncompface): Call uncompface-internal if uncompface-use-external
16473         is nil.
16474         (uncompface-internal): New function.  Note that there are also
16475         some other functions and variables added for this function.
16477 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16479         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16480         if necessary.
16482 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16484         * spam-report.el (spam-report-unplug-agent)
16485         (spam-report-plug-agent, spam-report-deagentize)
16486         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16487         Add support for the Agent in spam-report: when unplugged, report to a
16488         file; when plugged, submit all the requests.
16490         * spam.el (spam-register-routine): Fix message about
16491         registration.
16493 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16495         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16496         dependencies.
16497         (rfc2047-encode): Use it.
16499         * gnus-art.el (gnus-button-marker-list): Move before first
16500         reference.
16502         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16503         (imap-parse-body): Fix format string mismatch.
16505         * gnus-score.el (gnus-summary-increase-score): do.
16507         * nnrss.el (nnrss-close): New function.
16509 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16511         * nnrss.el (nnrss-make-filename): New function.
16512         (nnrss-request-delete-group, nnrss-read-server-data)
16513         (nnrss-save-server-data, nnrss-read-group-data)
16514         (nnrss-save-group-data): Use it.
16515         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16516         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16517         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16519 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16521         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16523 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16525         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16526         files.
16528         * message.el (message-generate-headers-first): Don't quote nil
16529         and t in docstrings.
16531         * imap.el (imap-id): do.
16533         * gnus-agent.el (gnus-agent-consider-all-articles)
16534         (gnus-agent-queue-mail): do.
16536 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16538         * spam-report.el (spam-report-process-queue): New function.
16539         Process requests from `spam-report-requests-file'.
16540         (spam-report-process-queue): Doc fix.
16542 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16544         * spam.el (spam-register-routine)
16545         (spam-log-processing-to-registry, spam-log-registered-p)
16546         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16547         Change "check" to "spam-check" for semi-clarity.
16549 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16551         * pop3.el: Require nnheader.
16553         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16555         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16557         * gnus-picon.el: Require cl.
16559         * gnus-fun.el: Require gnus-ems and gnus-util.
16561         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16563         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16565         * gnus-art.el (gnus-article-edit-mode): Define before first
16566         reference.
16568 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16570         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16571         (gnus-uu-post-encoded): Use point-at-bol.
16573         * gnus-topic.el (gnus-group-active-topic-p): do.
16575         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16577         * gnus-group.el (gnus-group-kill-region): do.
16579         * gnus-art.el (article-date-ut): do.
16581         * message.el (message-fetch-field): Remove redundant
16582         case-fold-search binding.
16583         (message-narrow-to-field): Simplify.
16585 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16587         * spam.el (spam-directory): Derive from `gnus-directory'.
16589         * spam-report.el (spam-report-url-to-file)
16590         (spam-report-requests-file): New function and variable for offline
16591         reporting.
16592         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16593         and user defined function.
16594         (spam-report-url-ping-mm-url): Remove doubled slash.
16596 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16598         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16600 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16602         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16603         format string mismatch.
16605         * sieve.el (sieve-deactivate-all): do.
16607         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16609         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16611         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16613         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16615 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16617         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16618         the list of checks.
16620 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16622         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16623         padding.
16625 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16627         * mm-view.el (mm-fill-flowed): New variable.
16628         (mm-inline-text): Use it.
16630 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16632         * spam.el (spam-spamassassin-register-ham-routine)
16633         (spam-spamassassin-register-spam-routine): Fix function names.
16635 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16637         * gnus.el (gnus-tmp-grouplens): Remove.
16638         (gnus-summary-line-format): Remove grouplens.
16640         * gnus-group.el (gnus-group-line-format): Ditto.
16642         * gnus-spec.el (gnus-format-specs): Ditto.
16643         (gnus-update-format-specifications): Flush the group format spec
16644         cache if there's the grouplens stuff.
16645         (gnus-parse-simple-format): Replace %l with the empty string.
16647 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16649         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16650         omission.
16652 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16654         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16655         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16657 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16659         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16660         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16661         New macros and functions.
16662         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16663         Handle > NLINK_MAX messages.
16664         * nnmaildir.el (nnmaildir-request-set-mark): Use
16665         nnmaildir--emlink-p and nnmaildir--eexist-p.
16667 2004-01-25  Alex Schroeder  <alex@gnu.org>
16669         * spam-stat.el (spam-stat-process-directory-age): New option.
16670         (spam-stat-process-directory): Use it.
16672 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16674         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16675         (spam-stat-save): Accept prefix argument.
16677 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16679         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16680         links" error.
16682 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16684         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16685         compatibility with old .newsrc.eld files.
16687         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16689         * gnus-start.el (gnus-1): do.
16691         * gnus-group.el (gnus-group-line-format-alist): do.
16693         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16695         * gnus-gl.el: Remove.
16697 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16699         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16700         marks consisting of a single range {for example, (3 . 5)} rather
16701         than a list of a single range { ((3 . 5)) }.
16703 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16705         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16706         with-current-buffer.
16707         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16708         avoid consing a string.
16710         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16711         Remove obsolete entries for big5 and gb2312.
16713 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16715         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16716         uncompressed list.
16718 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16720         * spam-stat.el (spam-stat-strip-xref): New function.
16721         (spam-stat-process-directory): Use it.
16723         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16724         here -- it's done in message-fetch-field.
16726 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16728         * gnus-agent.el (gnus-agent-queue-mail)
16729         (gnus-agent-prompt-send-queue): New variables.
16730         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16731         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16732         "nndraft:queue" along to gnus-draft-send.  Use
16733         gnus-agent-prompt-send-queue.
16734         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16735         is "nndraft:queue".  Suggested by Gaute Strokkenes
16736         <gs234@srcf.ucam.org>
16738         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16739         (agent-enable-undownloaded-faces): Added.
16740         (gnus-agent-cat-groups): Use eval-and-compile, not
16741         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16742         method of gnus-agent-cat-groups even when the buffer has been
16743         evaled.
16744         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16745         delete gnus-agent-save-active-1.
16746         (gnus-agent-save-groups): Deleted.  Identical to
16747         gnus-agent-save-active.
16748         (gnus-agent-write-active): No longer adjust agent's copy of active
16749         file as agent's adjustments are now stored in their own
16750         file.  Removed optional parameter.
16751         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16752         servers.  Add use of min/max range limits from server's local
16753         file.
16754         (gnus-agent-save-alist): Removed unused optional argument.
16755         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16756         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16757         (gnus-agent-set-local): A per-server file that keeps min/max range
16758         limits for articles known to the agent.  Provides a fast mechanism
16759         for altering many active ranges.
16760         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16761         active file (local makes it unnecessary).
16762         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16764         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16765         (agent-enable-undownloaded-faces): Added.
16767         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16768         disable it when sending to "nndraft:queue".
16769         (gnus-group-send-queue): Add safety check to avoid sending queue
16770         when unplugged.
16772         * gnus-group.el (gnus-group-catchup): Use new
16773         gnus-sequence-of-unread-articles, not
16774         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16775         numbers of articles.  Use gnus-range-map to avoid having to
16776         uncompress the unread list.
16777         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16778         Fixed invalid ange-ftp reference.
16780         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16781         (gnus-sorted-range-intersection): Intersection of two ranges
16782         without requiring that they first be uncompressed.
16784         * gnus-start.el (gnus-activate-group): Unless blocked by the
16785         caller, possibly expand the active range to include both cached
16786         and agentized articles.
16787         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16788         multiple version-dependent converters.
16789         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16790         gnus-agent-save-active.
16791         (gnus-save-newsrc-file): Save dirty agent range limits.
16793         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16794         gnus-agent-possibly-alter-active.
16795         (gnus-adjust-marked-articles): Faster handling of simple lists
16797 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16799         * spam-stat.el (spam-stat-test-directory): New optional argument
16800         displays a list of files detected.  Suggested by Andrew Cohen
16801         <cohen@andy.bu.edu>.
16802         (spam-stat-buffer-words-with-scores): Don't narrow and change
16803         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16805 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16807         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16808         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16809         (spam-spamassassin-arguments)
16810         (spam-spamassassin-spam-flag-header)
16811         (spam-spamassassin-positive-spam-flag-header)
16812         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16813         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16814         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16815         (spam-list-of-processors, spam-list-of-checks)
16816         (spam-list-of-statistical-checks, spam-registration-functions)
16817         (spam-check-spamassassin-headers, spam-check-spamassassin)
16818         (spam-spamassassin-score)
16819         (spam-spamassassin-register-with-sa-learn)
16820         (spam-spamassassin-register-spam-routine)
16821         (spam-spamassassin-register-ham-routine)
16822         (spam-assassin-register-spam-routine)
16823         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16824         (spam-bogofilter-score): Fix to show article before scoring.
16826 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16828         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16829         default scoring function.
16830         (spam-generic-score): Call spam-spamassassin-score if
16831         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16832         spam-bogofilter-score otherwise.
16834         * gnus.el (spam-process, spam-autodetect-methods): Add
16835         spamassassin and spamassassin-headers.
16837 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16839         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16840         Suppress unnecessary messages.
16842 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16844         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16845         make-hash-table.
16847 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16849         * canlock.el (base64-encode-string): Don't autoload it.
16851 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16853         * run-at-time.el: Remove useless (require 'itimer),
16854         eval-and-compile and (featurep 'xemacs).
16856 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16858         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16859         GROUP is a virtual group.
16861 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16863         * gnus.el: Autoload `message-y-or-n-p'.
16865 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16867         * pgg-parse.el: Remove unnecessary (require 'custom).
16869         * pgg-def.el: do.
16871         * nnmail.el: do.
16873         * gnus-undo.el: do.
16875         * gnus-picon.el: do.
16877         * gnus-util.el: do.
16879 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16881         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16883 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16885         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16886         handle, as well as a list.
16888         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16889         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16890         (mm-w3m-cid-retrieve): Simplify.
16892 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16894         * message.el (message-kill-to-signature): Allow prefix arg to
16895         specify number of lines to keep before signature.
16897 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16899         * message.el (message-kill-to-signature): Change docstring.
16901 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16903         * canlock.el: Always require sha1-el.
16904         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16906         * message.el: Autoload sha1 only when compiling.
16908 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16910         * message.el (message-canlock-generate): Require sha1-el.
16912 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16914         * message.el (message-expand-name): Silence the byte compiler.
16916 2004-01-13  Simon Josefsson  <jas@extundo.com>
16918         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16919         Invoke gnus-score-mode.  Reported by
16920         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16922         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16923         Jim Blandy <jimb@redhat.com> (tiny change).
16925 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16927         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16929 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16931         * spam.el (spam-get-article-as-string): Update to use
16932         gnus-request-article-this-buffer, much simpler.
16933         (spam-get-article-as-buffer): Remove.
16935 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16937         * message.el (message-expand-name): Use EUDC if the user uses that.
16939 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16941         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16942         character for the encoding to avoid consing a string.
16944         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16945         unnecessarily.
16947         * mm-util.el (mm-replace-chars-in-string): Remove.
16949         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16950         of mm-replace-chars-in-string.
16952 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16954         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16956         * mm-util.el (mm-subst-char-in-string): Support inplace.
16958         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16959         a new string in every iteration.  Use shy groups.
16961 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16963         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16964         * gnus-soup.el (gnus-soup-group-brew):
16965         * gnus-msg.el (gnus-put-message):
16966         * gnus-move.el (gnus-group-move-group-to-server):
16967         * gnus-kill.el (gnus-batch-score):
16968         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16969         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16970         (gnus-group-update-group, gnus-group-read-group)
16971         (gnus-group-make-group, gnus-group-make-help-group)
16972         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16973         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16974         (gnus-group-sort-by-unread, gnus-group-catchup)
16975         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16976         (gnus-group-yank-group, gnus-group-set-info)
16977         (gnus-group-list-groups):
16978         * gnus.el (gnus-generate-new-group-name):
16979         * gnus-delay.el (gnus-delay-send-queue):
16980         * nnvirtual.el (nnvirtual-catchup-group):
16981         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16982         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16983         (gnus-group-prepare-topics, gnus-topic-check-topology):
16984         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16985         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16986         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16987         (gnus-group-make-articles-read):
16988         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16989         (gnus-group-change-level, gnus-kill-newsgroup)
16990         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16991         (gnus-get-unread-articles, gnus-make-articles-unread)
16992         (gnus-make-ascending-articles-unread): Use accessor
16993         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16994         to get group information for improved readability.
16996 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16998         * gnus-art.el (article-decode-mime-words, article-babel)
16999         (gnus-article-highlight-signature, gnus-article-add-buttons)
17000         (gnus-signature-toggle): Use gnus-with-article-buffer.
17002         * gnus-art.el (gnus-article-highlight-headers)
17003         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17005         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17006         (gnus-article-set-globals, gnus-request-article-this-buffer)
17007         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17008         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17009         (gnus-mime-display-alternative): Use with-current-buffer.
17011 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17013         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17014         also under 80 char limit, and call gnus-error if needed.
17015         (spam-fetch-article-header): Fix - it was a
17016         buffer-local variable (gnus-newsgroup-data).
17017         (spam-find-spam): Use spam-generate-fake-headers, forget about
17018         spam-insert-fake-headers.
17019         (spam-insert-fake-headers): Remove.
17021 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17023         * deuglify.el (gnus-article-outlook-unwrap-lines)
17024         (gnus-outlook-rearrange-article)
17025         (gnus-outlook-repair-attribution-outlook)
17026         (gnus-outlook-repair-attribution-block)
17027         (gnus-outlook-repair-attribution-other): Remove redundant
17028         save-excursion.
17030 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17032         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17033         (spam-fetch-field-subject-fast)
17034         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17035         (spam-fetch-article-header): Add functions to deal with Gnus
17036         internals for fast retrieval of article header data.
17037         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17039 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17041         * pop3.el (pop3-md5): Remove.
17042         (pop3-apop): Replace pop3-md5 with md5.
17044         * mm-bodies.el: base64 is always built-in.
17046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17047         with-current-buffer.
17049 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17051         * canlock.el (canlock-insert-header): Remove excessive grouping in
17052         regexp.
17054         * gnus-sum.el (gnus-summary-read-document): Ditto.
17056         * gnus-uu.el (gnus-uu-part-number): Ditto.
17058         * html2text.el (html2text-remove-tags): Ditto.
17059         (html2text-format-tags): Ditto.
17060         (html2text-format-single-elements): Ditto.
17062         * mml.el (mml-parse-1): Ditto.
17064 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17066         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17068         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17070         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17072         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17074 2003-11-15  Simon Josefsson  <jas@extundo.com>
17076         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17077         (pgg-gpg-lookup-key): Use regexp match instead of
17078         split-string (split-string is different between emacs 21.2 and
17079         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17081 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17083         * gnus-art.el (gnus-mime-view-all-parts)
17084         (gnus-article-part-wrapper, gnus-article-view-part): Use
17085         with-current-buffer.
17087 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17089         * spam.el (spam-disable-spam-split-during-ham-respool)
17090         (spam-spamoracle-database, spam-cache-lookups)
17091         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17092         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17093         (spam-group-ham-marks, spam-group-spam-marks)
17094         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17095         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17096         also add spam-use-blackholes to the statistical checks.
17097         (spam-fetch-field-fast): Add interface to fetching fields, may
17098         become a macro.
17099         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17100         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17101         (spam-insert-fake-headers): Fake an article when needed.
17102         (spam-find-spam): Fake article when possible.
17103         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17104         (spam-check-bogofilter-headers): Use message-fetch-field instead
17105         of nnmail-fetch-field.
17107 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17109         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17111 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17113         * spam.el (spam-split): Do not require spam-use-CHECK to be
17114         enabled if that check is passed to spam-split explicitly; also
17115         fix so 'spam doesn't get converted to spam-split-group when
17116         spam-split-symbolic-return is t.
17117         (spam-find-spam): Find registrations of the article and use those
17118         instead of re-running spam-split to find the spam/ham
17119         classification of the article.
17120         (spam-log-processing-to-registry, spam-log-registered-p)
17121         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17122         Use gnus-error instead of gnus-message.
17123         (spam-log-registration-type): Add function to determine the
17124         classification of a message based on registry entries; will
17125         return nil if both 'spam and 'ham are found.
17126         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17127         a reasonably fast local cache without the loading errors.
17128         (spam-cache-lookups): Set to t by default.
17129         (spam-find-spam): Don't try to guess spam-cache-lookups.
17130         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17131         spam-caches entry.
17132         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17133         caching of whitelist/blacklist entries.
17134         (spam-check-whitelist, spam-check-blacklist): Invoke
17135         spam-from-listed-p with a type, not a cache variable.
17136         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17138 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17140         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17142         * nnmail.el (nnmail-split-fancy): do.
17144         * mml.el (mml-parse): do.
17146         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17147         (gnus-score-adaptive): do.
17149 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17151         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17152         (gnus-mime-button-map): Don't set keymap parent.
17153         (gnus-button-ctan-directory-regexp): Use shy grouping.
17154         (gnus-prev-page-map): Don't set keymap parent.
17155         (gnus-prev-page-map): Remove duplicated one.
17156         (gnus-next-page-map): Don't set keymap parent.
17157         (gnus-mime-security-button-map): Ditto.
17159         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17160         version number.
17162         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17164 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17166         * canlock.el (canlock-sha1-function): Remove.
17167         (canlock-sha1-function-for-verify): Remove.
17168         (canlock-openssl-program): Remove.
17169         (canlock-openssl-args): Remove.
17170         (canlock-ignore-errors): Remove.
17171         (canlock-sha1-with-openssl): Remove.
17172         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17173         (canlock-verify): Don't use canlock-ignore-errors.
17175         * sha1-el.el (sha1-string-external): Make it can return a string
17176         in binary form.
17177         (sha1-region-external): Ditto.
17178         (sha1-string-internal): Ditto.
17179         (sha1-region-internal): Ditto.
17180         (sha1-region): Ditto.
17181         (sha1-string): Ditto.
17182         (sha1): Ditto.
17184 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186         * spam.el (spam-report-articles-gmane): New command.
17188 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17190         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17192         * run-at-time.el (run-at-time-saved): Remove.
17193         (run-at-time): Doc fix.
17195 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17197         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17198         (gnus-summary-limit-map): Add it.
17199         (gnus-summary-make-menu-bar): do.
17201 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17203         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17204         Make attempt at some caching support (done for BBDB only now).
17205         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17206         addresses to be checked.
17207         (spam-clear-cache-BBDB): Add function, to be invoked by
17208         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17209         (spam-check-BBDB): Check and use the caches, if
17210         spam-cache-lookups is on, remove superfluous (provide).
17212 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17214         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17216 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17218         * run-at-time.el (run-at-time-saved): Move to after the definition
17219         of `run-at-time'.
17221 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17223         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17224         mm-w3m-local-map-property.
17226         * mm-view.el (mm-w3m-mode-map): Remove.
17227         (mm-w3m-local-map-property): Remove.
17228         (mm-inline-text-html-render-with-w3m): Don't use
17229         mm-w3m-local-map-property.
17231 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17233         * run-at-time.el: New file.
17235         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17236         of gnus-set-text-properties.
17238         * gnus-uu.el (gnus-uu-save-article): Ditto.
17240         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17242         * gnus-cite.el (gnus-cite-parse): Ditto.
17244         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17245         of gnus-.
17247         * gnus.el: Changed calls to nnheader-run-at-time and
17248         password-run-at-time throughout to use run-at-time directly.
17250         * password.el: Removed definition of run-at-time.
17252 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17254         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17255         in prompt.
17257 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17259         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17260         XEmacs version.
17262         * dns.el (dns-make-network-process): Use `open-network-stream'
17263         instead of `gnus-xmas-open-network-stream'.
17265         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17267 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17269         * gnus-art.el (gnus-mime-display-alternative)
17270         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17271         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17272         Don't use gnus-local-map-property.
17274         * gnus-util.el (gnus-local-map-property): Remove.
17276         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17277         gnus-completing-read-maybe-default with completing-read.
17279         * gnus-util.el (gnus-completing-read): do.
17280         (gnus-completing-read-maybe-default): Remove.
17282 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17284         * password.el: Only autoload `run-at-time' if not XEmacs.
17285         Only autoload the itimer functions if XEmacs.
17287 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17289         * gnus-art.el (gnus-read-string): Remove.
17290         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17291         read-string.
17293 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17295         * netrc.el: Autoload password-read.
17296         (netrc): Add configuration group.
17297         (netrc-encoding-method, netrc-openssl-path): Add
17298         variables for encoding and decoding of files with symmetric
17299         ciphers.
17300         (netrc-encode): Add assistant function to encode a file with
17301         netrc-encoding-method.
17302         (netrc-parse): Add interactive parameter, added optional
17303         decoding if netrc-encoding-method is non-nil but otherwise
17304         behavior is standard.
17305         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17306         Do s/encode/encrypt/ everywhere.
17308         * spam.el: Remove executable-find autoload.
17310 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17312         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17314         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17316 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17318         * gnus-art.el (gnus-treat-ansi-sequences)
17319         (article-treat-ansi-sequences): New variable and function.
17320         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17322         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17323         Use it.
17325 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17327         * mm-util.el (mm-quote-arg): Remove.
17329         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17330         shell-quote-argument.
17332         * gnus-uu.el (gnus-uu-command): do.
17334         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17336         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17337         with make-char.
17339         * mm-util.el (mm-make-char): Remove.
17341         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17342         add-minor-mode.
17344         * gnus-undo.el (gnus-undo-mode): do.
17346         * gnus-topic.el (gnus-topic-mode): do.
17348         * gnus-sum.el (gnus-dead-summary-mode): do.
17350         * gnus-start.el (gnus-slave-mode): do.
17352         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17354         * gnus-ml.el (gnus-mailing-list-mode): do.
17356         * gnus-gl.el (gnus-grouplens-mode): do.
17358         * gnus-draft.el (gnus-draft-mode): do.
17360         * gnus-dired.el (gnus-dired-mode): do.
17362         * gnus-ems.el (gnus-add-minor-mode): Remove.
17364         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17365         Replace gnus-char-width with char-width.
17367         * gnus-ems.el (gnus-char-width): Remove.
17369         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17370         Replace gnus-char-width with char-width.
17372         * gnus-ems.el (gnus-char-width): Remove.
17374         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17375         definition.
17376         Remove Emacs 20 hash table compatibility code.
17378         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17379         20 compatibility code.
17381         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17383         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17385         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17386         with point-at-{eol,bol}.
17388         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17390         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17392         * flow-fill.el (fill-flowed-point-at-bol)
17393         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17395         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17396         Replace with point-at-{eol,bol} throughout all files.
17398 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17400         * ntlm.el (ntlm-string-as-unibyte): New macro.
17401         (ntlm-build-auth-response): Use it.
17403         Remove Emacs 20 stuff:
17404         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17405         of delq and copy-sequence.
17406         * gnus-art.el (popup-menu): Remove the compiler macro.
17407         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17408         Emacs 20.
17410 2004-01-05  Simon Josefsson  <jas@extundo.com>
17412         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17413         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17414         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17415         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17416         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17417         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17418         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17419         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17420         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17421         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17422         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17423         string-xor into ntlm-string-xor.  Suggested by
17424         Jesper Harder <harder@myrealbox.com>.
17426         * ntlm.el: Don't include poem.
17428         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17429         Jesper Harder <harder@myrealbox.com>.
17431         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17433         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17434         probably breaks emacs with DL patch, but do we care? Is anyone
17435         still using the DL stuff?)
17437         * sieve-manage.el: Use the password package.
17438         (sieve-manage-read-passwd): Remove.
17439         (sieve-manage-interactive-login): Use password.  Re-add
17440         condition-case around loop.
17442         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17443         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17444         the password package.
17446 2003-02-19  Simon Josefsson  <jas@extundo.com>
17448         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17449         token.
17451 2002-08-07  Simon Josefsson  <jas@extundo.com>
17453         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17454         (sieve-manage-authenticators):
17455         (sieve-manage-authenticator-alist): Add some SASL mechs.
17456         (sieve-sasl-auth): New function.
17457         (sieve-manage-cram-md5-auth):
17458         (sieve-manage-plain-auth): Rewrite using SASL library.
17459         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17460         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17461         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17462         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17464 2004-01-05  Simon Josefsson  <jas@extundo.com>
17466         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17467         New files.
17469 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17471         * gnus-group.el (gnus-no-groups-message): Update.
17473         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17475 2003-11-09  Simon Josefsson  <jas@extundo.com>
17477         * imap.el: Support for ID IMAP extension (RFC 2971).
17478         (imap-local-variables): Add imap-id.
17479         (imap-id): New variable.
17480         (imap-id): New function.
17481         (imap-parse-response): Parse untagged ID response.
17482         * nnimap.el (nnimap-id): New variable.
17483         (nnimap-open-connection): Use it.
17485 2003-12-28  Simon Josefsson  <jas@extundo.com>
17487         * gnus-score.el (gnus-score-edit-all-score): New.
17488         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17490 2004-01-04  Simon Josefsson  <jas@extundo.com>
17492         * password.el: Add.
17494 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17496         * dns.el (dns-query-types): Fix typo.
17497         (dns-query-types): New function.
17498         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17499         PTR and SOA replies, see RFC 1035.
17501 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17505         * Moved to Changelog.2.
17507 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17509         * gnus.el (gnus-version-number): Bump version.
17511 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17513         * gnus.el: No Gnus v0.1 is released.
17515 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17517         * gnus.el: No Gnus v0.0 is released.
17519 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521         * gnus.el (gnus-version-number): Bump.
17522         (gnus-version): No.
17524 See ChangeLog.2 for earlier changes.
17526     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17528   This file is part of GNU Emacs.
17530   GNU Emacs is free software: you can redistribute it and/or modify
17531   it under the terms of the GNU General Public License as published by
17532   the Free Software Foundation, either version 3 of the License, or
17533   (at your option) any later version.
17535   GNU Emacs is distributed in the hope that it will be useful,
17536   but WITHOUT ANY WARRANTY; without even the implied warranty of
17537   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17538   GNU General Public License for more details.
17540   You should have received a copy of the GNU General Public License
17541   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17543 ;; Local Variables:
17544 ;; coding: utf-8
17545 ;; fill-column: 79
17546 ;; add-log-time-zone-rule: t
17547 ;; End: