(mml2015-epg-sign): Remove skipped signers from the signer
[gnus.git] / lisp / ChangeLog
blob8da4bc3e4f3b958281f8b25d7a77e51f96b2db15
1 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4         list.
5         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6         recipient/signer list.
8 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10         * Makefile.in (datarootdir): Define.
11         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12         name that might contain whitespace.
14 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
17         ports to the calls to `netrc-machine-user-or-password' in addition to
18         "imap" and "imaps".
20 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22         * gnus.el (gnus-group-startup-message): Add `find-image' call before
23         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
24         <hanche@math.ntnu.no>.
26 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
28         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
30         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
32 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
34         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
35         * message.el (message-beginning-of-line): Use featurep instead of bound
36         tests in order to resolve conditionals at compile time.
38 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
40         * mail-source.el (mail-sources): Add `group' choice.
42         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
43         parameter `in-group' to control into which group the articles go.
44         Add treatment of `group' mail-source.
46 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
48         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
50         * mm-decode.el (mm-dissect-buffer): Decode description.
52         * mml.el (mml-to-mime): Encode message header first.
54 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
56         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
57         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
59         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
60         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
62 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
64         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
66 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
68         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
69         prefix keys.
70         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
71         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
72         gnus-xmas.el.
74         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
75         (gnus-xmas-article-describe-bindings): New function.
76         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
77         gnus-xmas-article-describe-bindings.
79         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
81 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
83         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
84         Add new variables for article mark management.
85         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
86         list of extra data entries which, when present, will indicate that the
87         article ID should not be trimmed from the registry.
88         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
89         functions.
90         (gnus-registry-read-mark): New function to read a mark name from the
91         user.
92         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
93         (gnus-registry-set-article-mark-internal): New functions to add and
94         remove marks.
95         (gnus-registry-get-article-marks): New function to show the marks for
96         an article, or retrieve them for further use.
98 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
100         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
101         keys when no argument is given.
103 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
105         * imap.el (imap-ping-server): New variable.
106         (imap-opened): On add extra ping if imap-ping-server is non-nil.
107         (imap-ping-server): Minor doc string fixes.
109 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
111         * imap.el (imap-ping-server): New function.
112         (imap-opened): Call imap-ping-server.
114 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
116         * gnus-sum.el (gnus-article-sort-by-random)
117         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
118         jidanni@jidanni.org.
120 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
122         * gnus-art.el (gnus-article-describe-bindings): New function.
123         (gnus-article-read-summary-keys): Use it.
124         (gnus-article-mode-map): Bind `C-h b' to it.
126 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
128         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
129         XEmacs.
130         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
131         against non-character events.
133         * lpath.el: Fbind map-keymap for Emacs 21.
135 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
137         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
138         command.
139         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
140         instead of END.  Change name of the temp file.
141         (gnus-group-gmane-group-download-format): Add doc string.  Make it
142         customizable.
144 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
146         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
147         bind `S W' to gnus-article-wide-reply-with-original; set default
148         binding to gnus-article-read-summary-send-keys.
149         (gnus-article-read-summary-keys): Fix the order of keys; display
150         continuation keys correctly in the echo area; describe bindings
151         correctly when keys end with `C-h'.
152         (gnus-article-read-summary-send-keys): New function.
153         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
154         for gnus-article-read-summary-send-keys; display continuation keys
155         correctly in the echo area.
156         (gnus-article-reply-with-original): Ignore prefix argument.
157         (gnus-article-wide-reply-with-original): New function.
159         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
160         Emacs 21.
162 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
164         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
165         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
167 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
169         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
170         (gnus-group-read-ephemeral-gmane-group): New command.
172 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
174         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
176 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
178         * message.el (message-send-mail-function): Increase custom version.
180         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
181         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
183 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
185         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
186         for the cases where imap-authenticate is called with a nil buffer
187         parameter.
189 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
191         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
192         html parts correctly; support forwarded messages.
193         (gnus-article-browse-html-article): Remove work buffers.
195         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
196         compiling.
197         (netrc-bound-and-true-p): New macro.
198         (netrc-parse): Use it instead of bound-and-true-p that is not available
199         in XEmacs 21.4.
201 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
203         * gnus-registry.el (gnus-registry-mark-article)
204         (gnus-registry-article-marks): Add functionality to mark articles
205         through the Gnus registry.
207         * encrypt.el: Clarify documentation for the new pgg method.
208         (encrypt-file-alist): Add PGG option.
209         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
210         functionality.  Abstract password key and messaging to external
211         functions.
212         (encrypt-password-key, encrypt-get-passphrase-if-needed)
213         (encrypt-message-method-and-cipher): Add new convenience external
214         functions.
215         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
216         (encrypt-pgg-process-buffer): Add PGG functionality glue.
218         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
219         (netrc-parse): Use encrypt-file-alist to determine if
220         encrypt-find-model or encrypt-insert-file-contents should be used.
222         * encrypt.el: Clarify documentation.  Load password-cache or
223         password, whichever one is found first, instead of autoloading.
225 2007-12-19  Glenn Morris  <rgm@gnu.org>
227         * mml.el (message-options-set, message-narrow-to-head)
228         (message-in-body-p, message-mail-p, message-encode-message-body):
229         Autoload.
230         (message-remove-header, message-narrow-to-headers-or-head)
231         (message-subscribed-p, message-make-mail-followup-to)
232         (message-position-on-field, message-news-p)
233         (message-options-set-recipient, message-generate-headers)
234         (message-sort-headers): Declare as functions.
236 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
238         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
239         convention in doc string.
241 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
243         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
244         title to html parts.
245         (gnus-article-browse-html-article): Pass message header to it.
247         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
249 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
251         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
252         or password compatible with XEmacs.
254 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
256         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
257         format document.
258         (gnus-mime-delete-part): Don't write description line if empty.
259         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
261 2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
263         * gnus-sum.el (gnus-summary-mark-unread-as-read)
264         (gnus-summary-mark-read-and-unread-as-read)
265         (gnus-summary-mark-current-read-and-unread-as-read)
266         (gnus-summary-mark-unread-as-ticked): Doc fix.
267         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
269 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
271         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
272         Christoph Conrad <christoph.conrad@gmx.de>.
274 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
276         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
277         yes-or-no-p.
279 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
281         * mm-decode.el (mm-add-meta-html-tag): New function.
282         (mm-save-part-to-file, mm-pipe-part): Use it.
284         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
285         gnus-y-or-n-p instead of y-or-n-p.
286         (gnus-article-browse-html-parts): Work with message/external-body; use
287         mm-add-meta-html-tag.
289 2007-12-11  Glenn Morris  <rgm@gnu.org>
291         * gnus-cache.el: Require gnus-sum not just when compiling.
293         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
295         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
296         definitions before use.
298         * mm-decode.el: Require gnus-util.
299         (mm-remove-part): Only call delete-annotation on XEmacs.
301         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
303         * nnmail.el: Require gnus-int.
305         * spam.el: Move `require's before `eval-when-compile's.
307         * gnus-ems.el (gnus-alive-p):
308         * gnus-fun.el (message-goto-eoh):
309         * gnus-util.el (gnus-group-name-decode):
310         * mail-source.el (gnus-compress-sequence):
311         * message.el (Info-goto-node, format-spec):
312         * mm-bodies.el (message-options-get):
313         * mm-decode.el (mm-view-pkcs7):
314         * mm-util.el (gmm-write-region):
315         * mml-smime.el (mml-compute-boundary)
316         (gnus-completing-read-with-default):
317         * mml.el (widget-button-press, gnus-make-hashtable):
318         * mml1991.el (mm-decode-content-transfer-encoding)
319         (mm-encode-content-transfer-encoding)
320         (message-options-get, message-options-set):
321         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
322         * nnfolder.el (gnus-request-group):
323         * nnheader.el (ietf-drums-unfold-fws):
324         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
325         * smime.el (gnus-run-mode-hooks):
326         * spam-stat.el (gnus-message): Autoload.
328         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
329         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
330         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
331         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
332         Add declare-function compatibility definition.
334         * gnus-cache.el (nnvirtual-find-group-art):
335         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
336         (gnus-add-image, gnus-add-wash-type):
337         * gnus-group.el (nnkiboze-score-file):
338         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
339         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
340         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
341         (message-tokenize-header, gnus-get-buffer-create)
342         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
343         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
344         * gnus.el (gnus-group-decoded-name):
345         * mail-source.el (imap-capability):
346         * mm-bodies.el (message-options-set):
347         * mm-decode.el (gnus-configure-windows):
348         * mm-extern.el (message-goto-body):
349         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
350         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
351         (epg-sub-key-validity, message-options-set):
352         * mml.el (widget-event-point, gnus-configure-windows):
353         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
354         * mml2015.el (epg-check-configuration, epg-configuration)
355         (message-options-set):
356         * nndb.el (nndb-request-article):
357         * nnfolder.el (gnus-request-create-group):
358         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
359         * nnmaildir.el (gnus-group-mark-article-read):
360         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
361         * rfc1843.el (message-fetch-field):
362         * spam.el (gnus-extract-address-components):
363         Declare as functions.
365 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
367         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
369         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
371         * lpath.el: Fbind run-mode-hooks for Emacs 21;
372         bind show-trailing-whitespace for XEmacs.
374 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
376         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
377         new no-op macro for backward compatibility.
379         * imap.el (imap-string-to-integer): New function.
381 2007-12-09  Glenn Morris  <rgm@gnu.org>
383         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
385         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
386         * message.el, mm-view.el, sieve-manage, smime.el:
387         Add declare-function compatibility definition.
389         * gnus-art.el (w3-region, w3m-region, Info-menu):
390         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
391         * gnus-sum.el (gnus-get-predicate):
392         * gnus-util.el (mm-append-to-file, w32-focus-frame):
393         * message.el (mail-abbrev-in-expansion-header-p):
394         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
395         (w3m-detect-meta-charset, w3m-region):
396         * sieve-manage.el (password-read, password-cache-add)
397         (password-cache-remove):
398         * smime.el (password-read-and-add): Declare as functions.
400 2007-12-08  David Kastrup  <dak@gnu.org>
402         * gnus-sum.el (gnus-summary-simplify-subject-query):
403         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
404         `message'.
406 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
408         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
409         it to bind idna-program, installation-directory, defined-colors, and
410         face-attribute for XEmacs of the version that compiles defcustom forms.
412 2007-12-07  Glenn Morris  <rgm@gnu.org>
414         * gnus-art.el (article-make-date-line): Revert previous change.
416 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
418         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
420 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
422         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
423         Call gnus-add-to-range ranges only once with a prepared article-list.
425 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
427         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
428         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
429         group names with backslashes.  Reported by Tassilo Horn
430         <tassilo@member.fsf.org>.
432 2007-12-06  D. Goel  <deego3@gmail.com>
434         * gnus-art.el (article-make-date-line):
435         * gnus-start.el (gnus-load):
436         * pop3.el (pop3-read-response): Fix buggy call to `error'.
438 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
440         * gnus-art.el (gnus-use-idna)
441         * gnus-start.el (gnus-site-init-file)
442         * message.el (message-use-idna)
443         * mm-uu.el (mm-uu-hide-markers)
444         * smiley.el (smiley-style): Revert changes that suppress warnings.
446 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
448         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
449         specify charset to html source.  Reported by Christoph Conrad
450         <christoph.conrad@gmx.de>.
452 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
455         idna-program in order to suppress byte compile warning issued by XEmacs
456         that came to byte compile the default value section of defcustom forms
457         recently.
459         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
460         value of installation-directory.
462         * message.el (message-use-idna): Don't directly refer to the value of
463         idna-program.
465         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
467         * smiley.el (smiley-style): Don't directly call face-attribute.
469 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
471         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
473         * gnus-dired.el: Reduce Gnus dependencies.
474         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
475         require.  Use autoloads instead.
476         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
477         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
478         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
479         (gnus-dired-mode): Adjust doc string.
480         (gnus-dired-mail-mode): New variable.
481         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
482         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
483         (gnus-dired-mail-buffers): New function.  Return mail or message
484         composition buffers.
485         (gnus-dired-attach): Use it.
486         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
487         NO-DECODE.
488         (gnus-dired-print): Use `gnus-print-buffer' depending on
489         `gnus-dired-mail-mode'.
491 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
493         * rfc2047.el (rfc2047-encoded-word-regexp)
494         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
495         explaining what regexp patterns are for.
497 2007-12-04  Glenn Morris  <rgm@gnu.org>
499         * password.el: Move to password-cache.el.
501         * mml1991.el (password-read, password-cache-add, password-cache-remove):
502         * mml2015.el (password-read, password-cache-add, password-cache-remove):
503         * mml-smime.el (password-read, password-cache-add)
504         (password-cache-remove):
505         No need to autoload, since mml-sec requires password.
507         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
508         * message.el (gnus-extract-address-components):
509         * mml-smime.el (gnus-extract-address-components): Define for compiler.
511         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
512         password.
514 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
516         * mailcap.el: Reduce dependencies.
517         (mail-header-parse-content-type): Autoload.
518         (mailcap-delete-duplicates): New alias.
519         (mailcap-mime-info): Add optional argument NO-DECODE.
520         (mailcap-mime-types): Use mailcap-delete-duplicates.
522         * message.el (message-ignored-supersedes-headers): Add "X-ID".
524 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
526         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
527         (imap-parse-status): Upcase status-att for servers that sends them
528         lower-case (e.g., MS Exchange 2007).
530 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
533         function.
535         * gnus-uu.el (gnus-uu-decode-yenc): New command.
536         (gnus-uu-yenc-article): New function.
538         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
540         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
541         buffer.
543 2007-12-02  Glenn Morris  <rgm@gnu.org>
545         * binhex.el (binhex): New custom group.
546         (binhex-decoder-program, binhex-decoder-switches)
547         (binhex-use-external): Move to the binhex custom group.
549         * uudecode.el (uudecode): New custom group.
550         (uudecode-decoder-program, uudecode-decoder-switches)
551         (uudecode-use-external): Move to the uudecode custom group.
553         * netrc.el (top-level): Don't load `encrypt' features.
554         (netrc-parse): Don't use encrypt.
555         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
557         * encrypt.el: Remove file.
559 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
561         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
562         matches on patches.
564         * gnus-art.el (gnus-article-browse-html-article): Mention
565         `mm-text-html-renderer' in the doc string.
567         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
568         string.  Add comments.
570         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
571         if rhs is ASCII.
573 2007-12-01  Glenn Morris  <rgm@gnu.org>
575         * mail-source.el (top-level): Require format-spec before
576         eval-when-compile.
578 2007-11-30  Glenn Morris  <rgm@gnu.org>
580         * encrypt.el: Require password, rather than autoloading password-read.
582 2007-11-29  Glenn Morris  <rgm@gnu.org>
584         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
585         (sasl-make-client, sasl-next-step, sasl-step-data)
586         (sasl-step-set-data): Declare as functions.
588 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
590         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
592 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
594         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
595         certs should be verified and what is to be done in the event of a
596         verification failure.
598         * gnus.el (gnus-method-to-server): Add an optional parameter so the
599         caller can indicate whether the cache should be disregarded for this
600         call.  This way the result of the call is reproducible at all times and
601         can be considered a canonical server name for the supplied method.
602         (gnus-agent-method-p): Canonicalize server names by pushing their
603         method through `gnus-method-to-server' using the no-cache argument.
605         * gnus-srvr.el (gnus-server-insert-server-line): Call
606         `gnus-method-to-server' with `no-cache' argument.
608         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
609         gnus-agent-possibly-synchronize-flags as this should be called when the
610         server is actually being opened.
611         (gnus-agent-possibly-synchronize-flags)
612         (gnus-agent-possibly-synchronize-flags-server): Move check for the
613         flags file of an agentized server to the latter function.
615         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
616         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
617         after a connection has been established successfully.
619 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
621         * gnus-art.el (article-display-face): Force to display face if called
622         interactively; check if gnus-article-x-face-too-ugly matches author.
623         (article-display-x-face): Display face even if From header is missing
624         as article-display-face does.
626 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
628         * hashcash.el (message-narrow-to-headers-or-head)
629         (message-fetch-field, message-goto-eoh)
630         (message-narrow-to-headers): Declare as functions.
632 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
634         * mail-source.el (mail-sources): Default to fetch from file for
635         compatibility with default of nnmail-spool-file.
637 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
639         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
640         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
641         to look for encoded word that should be encoded again.
642         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
643         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
644         encoding pattern.
645         (rfc2047-decode-region): Switch strict regexp and loose one according
646         to rfc2047-allow-irregular-q-encoded-words.
648 2007-11-25  Romain Francoise  <romain@orebokech.com>
650         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
652 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
654         * tls.el (tls-program): Provide more custom choices from
655         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
656         (tls-process-connection-type, tls-success): Remove "*" in doc string.
658 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
660         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
661         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
663         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
664         `nnmail-spool-file'.
666         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
667         `nnmail-spool-file'.
669         * gnus-move.el (gnus-change-server): Ditto.
671         * gnus-kill.el (gnus-batch-score): Ditto.
673         * gnus-cache.el (gnus-jog-cache): Ditto.
675         * gnus-msg.el (gnus-summary-reply): Ignore
676         gnus-confirm-mail-reply-to-news for wide and very wide replies.
678 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
680         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
681         version.  Minor improvement to doc strings.
682         (tls-program): Add comment.
684 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
686         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
687         (tls-checktrust): New variable.  Check if GNU TLS complained about a
688         mismatch between the hostname provided in the certificate and the name
689         of the host connnecting to.
690         (open-tls-stream): Use them.  Check certificates against trusted root
691         certificates.
693 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
695         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
696         nnml-generate-nov-databases-directory instead of
697         nnml-generate-nov-databases-1.
699 2007-11-24  Glenn Morris  <rgm@gnu.org>
701         * message.el (message-tool-bar-retro): Update for rename
702         mail_send.xpm->mail-send.xpm.
704 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
706         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
707         `smime-ldap-search' for Emacs 22 and up.
709 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
711         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
713         * message.el (message-send-mail-function): Fix error convention.
714         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
715         (message-widen-reply, message-send-mail, message-talkative-question)
716         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
717         (message-clone-locals, message-send-news): Use with-current-buffer.
718         (message-insert-or-toggle-importance): Remove unused var `valid'.
719         (message-make-references): Remove unused var `new-references'.
720         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
722 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
724         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
725         (spam-split-symbolic-return-positive): Reflow docstring.
726         (spam-backends, spam-summary-exit-behavior)
727         (spam-mark-ham-unread-before-move-from-spam-group)
728         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
729         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
730         (spam-clear-cache, spam-backend-check, spam-install-backend)
731         (spam-install-statistical-backend, spam-list-of-processors)
732         (spam-group-processor-p, spam-split, spam-bogofilter-score)
733         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
734         (spam-check-crm114, spam-initialize, spam-unload-hook):
735         Fix typos in docstrings.
737 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
739         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
740         been checked if they have never been read and those group levels are
741         higher than the one that a user specified.
743 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
745         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
746         foreign groups unless a group level is specified by a user.
747         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
749 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
751         * message.el (message-send-mail-function): Require sendmail.
753 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
755         * message.el (message-send-mail-function): Check for smtpmail too.
757         * utf7.el (utf7-encode, utf7-decode): Use coding system
758         `utf-7'/`utf-7-imap' from utf-7.el' if available.
760         * message.el (message-send-mail-function): New function.
761         (message-send-mail-function): Set default using
762         message-send-mail-function.  Adjust doc string.
763         (message-send-mail-with-mailclient): New function.
765 2007-11-17  Richard Stallman  <rms@gnu.org>
767         * assistant.el: Remove file.
769 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
771         * smime.el (from):
772         * rfc2047.el (message-posting-charset):
773         * qp.el (mm-use-ultra-safe-encoding):
774         * pop3.el (parse-time-months):
775         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
776         * nnml.el (files):
777         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
778         (jka-compr-compression-info-list, ange-ftp-path-format)
779         (efs-path-regexp):
780         * nndiary.el (files):
781         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
782         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
783         (epg-digest-algorithm-alist, inhibit-redisplay)
784         (password-cache-expiry):
785         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
786         (pgg-output-buffer, password-cache-expiry):
787         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
788         (efs-path-regexp):
789         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
790         (inhibit-redisplay):
791         * mm-uu.el (file-name, start-point, end-point, entry)
792         (gnus-newsgroup-name, gnus-newsgroup-charset):
793         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
794         (latin-unity-ucs-list):
795         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
796         (mm-uu-binhex-decode-function):
797         * message.el (gnus-message-group-art, gnus-list-identifiers, )
798         (rmail-enable-mime-composing, gnus-local-organization)
799         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
800         (gnus-read-active-file, facemenu-add-face-function)
801         (facemenu-remove-face-function, gnus-article-decoded-p)
802         (tool-bar-mode):
803         * mail-source.el (display-time-mail-function):
804         * gnus-util.el (nnmail-pathname-coding-system)
805         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
806         (gnus-original-article-buffer, gnus-user-agent)
807         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
808         (xemacs-codename, sxemacs-codename, emacs-program-version):
809         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
810         * gnus-start.el (gnus-agent-covered-methods)
811         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
812         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
813         (gnus-newsgroup-headers, gnus-group-list-mode)
814         (gnus-group-mark-positions, gnus-newsgroup-data)
815         (gnus-newsgroup-unreads, nnoo-state-alist)
816         (gnus-current-select-method, mail-sources)
817         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
818         (nnmail-spool-file, gnus-cache-active-hashtb):
819         * gnus-mh.el (mh-lib-progs):
820         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
821         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
822         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
823         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
824         (gnus-group-buffer):
825         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
826         (font-lock-set-defaults):
827         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
828         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
829         (gnus-summary-post-menu, total-parts, type, condition, length):
830         * gnus-agent.el (gnus-agent-read-agentview):
831         * flow-fill.el (show-trailing-whitespace):
832         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
833         eval-and-compile wrappers for byte compiler pacifiers.
835         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
836         (mm-display-inline-fontify): Check for featurep 'xemacs not
837         extent-list.
839         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
840         itimer-list.
841         (mm-create-image-xemacs): Only do something for XEmacs.
842         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
844         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
846         * gnus-registry.el (gnus-adaptive-word-syntax-table):
847         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
849 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
851         * nnimap.el (nnimap-split-download-body):
852         * gnus-demon.el (gnus-demon):
853         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
855 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
857         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
858         macros.
859         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
860         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
861         copy data from unibyte buffer to multibyte current buffer.
862         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
863         to copy data from unibyte current buffer to multibyte buffer.
864         (nntp-make-process-buffer): Make process buffer unibyte.
866         * pop3.el (pop3-open-server): Fix typo in Lisp code.
868 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
870         * pop3.el (pop3-open-server): Accept and process data more robustly at
871         connexion start to avoid spurious "POP SSL connexion failed" errors.
873 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
875         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
876         read group names.
878 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
880         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
882 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
884         * nnmail.el (nnmail-parse-active): Make group names unibyte.
885         (nnmail-save-active): Use a unibyte buffer when saving active file,
886         which may contain non-ASCII group names.
888         * nnml.el (nnml-request-group): Decode group names in messages.
890 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
892         * message.el (message-citation-line-function)
893         (message-insert-formatted-citation-line): Fix spelling of
894         `message-insert-formated-citation-line'.
896 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
898         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
900 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
902         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
903         nnmail-pathname-coding-system.
905         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
906         that a user enters; decode group names in messages.
908         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
910 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
912         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
914         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
916         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
917         risky local variable.
919         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
921 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
923         * encrypt.el: Improve documentation to fix function name typo.
924         Reported by Daiki Ueno <ueno@unixuser.org>.
926 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
928         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
929         even if the point is not in the last page of an article.
930         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
931         back to the previous page.
933 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
935         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
937 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
939         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
941 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * message.el (message-check-news-body-syntax): Avoid
944         mm-string-as-multibyte.
945         (message-hide-headers): Don't assume (point-min)==1.
947 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
949         * message.el (message-remove-blank-cited-lines): Fix if remove is
950         given.
951         (message-bogus-address-regexp): New variable.
952         (message-bogus-recipient-p): New function.
953         (message-check-recipients): New command.
954         (message-syntax-checks): Add `bogus-recipient'.
955         (message-fix-before-sending): Add `bogus-recipient'.
957         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
958         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
959         window-system.
961 2007-10-28  Miles Bader  <miles@gnu.org>
963         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
964         at compile-time too.
966 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
968         * gnus-msg.el (gnus-message-setup-hook): Add
969         `message-remove-blank-cited-lines' to options.
971 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
973         * message.el (message-remove-blank-cited-lines): New function.
974         Suggested by Karl Pl\e,Ad\e(Bsterer.
976 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
978         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
979         mapc.
981         * imap.el (imap-open): Replace mapcar called for effect with mapc.
982         (top-level): Use mapc to set functions to be traced for debugging.
984         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
985         called for effect with while loop.
987         * message.el (message-talkative-question): Replace mapcar called for
988         effect with mapc.
990         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
991         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
992         called for effect with dolist.
994         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
996         * nndiary.el: Use dolist instead of mapcar to add diary headers to
997         gnus-extra-headers and nnmail-extra-headers.
999         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1000         called for effect with dolist.
1001         (top-level): Use mapc to set functions to be traced for debugging.
1003         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1004         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1005         dolist.
1007         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1008         Replace mapcar called for effect with mapc.
1009         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1010         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1011         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1012         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1014         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1015         remove-if that's a cl function.
1017         * webmail.el (webmail-debug): Replace mapcar called for effect with
1018         dolist.
1020         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1021         with mapc.
1023 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1025         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1026         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1027         with while loop.
1029         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1030         functions from article-* functions.
1031         (gnus-multi-decode-header): Replace mapcar called for effect with
1032         dolist.
1034         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1035         (gnus-bookmark-show-details): Replace mapcar called for effect with
1036         while loop.
1038         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1039         called for effect with while loop.
1041         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1042         with dolist.
1044         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1045         mapcar called for effect with dolist.
1047         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1049         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1050         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1051         Replace mapcar called for effect with dolist.
1052         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1053         mapc.
1055         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1056         Replace mapcar called for effect with dolist.
1057         (gnus-topic-list): Replace mapcar called for effect with mapc.
1059         * gnus.el: Use mapc instead of mapcar to add autoloads.
1061 2007-10-23  Richard Stallman  <rms@gnu.org>
1063         * gnus-group.el (gnus-group-highlight): Mark as risky.
1065 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1067         * gnus.el (gnus-server-to-method): Return method found first in
1068         gnus-newsrc-alist.
1070         * gnus-art.el (gnus-article-highlight-signature)
1071         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1072         button overlay without the front stickiness.
1074 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1076         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1077         overview buffer needed a catch to receive its throw.
1078         (gnus-agent-flush-cache): Declared as interactive to make this function
1079         easier to use.
1081 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1083         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1084         `next-line'.
1086 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1088         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1089         exclude address matching message-dont-reply-to-names.
1091 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1093         * gnus-util.el (gnus-string<): New function.
1095         * gnus-sum.el (gnus-article-sort-by-author)
1096         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1098 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1100         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1101         the frame-focus tag is set in gnus-buffer-configuration.
1103 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1105         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1106         the front stickiness.
1108 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1110         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1111         url pattern; remove duplicate one.
1112         (gnus-article-extend-url-button): New function.
1113         (gnus-article-add-buttons): Use it.
1114         (gnus-button-push): Use concatenated url that it makes.
1116 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1118         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1120 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1122         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1123         Don't hardcode point-min==1.
1125 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1127         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1128         Fix comment about "iso8859-1".
1130 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1132         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1133         ones returned from the verify-function.
1135         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1136         mml2015-extract-cleartext-signature if extraction failed.
1138 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1140         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1141         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1142         failed.
1144 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1146         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1148 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1150         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1151         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1152         recommends to use EasyPG instead of PGG.
1154         * pgg.el: Revert to revision 6.23.2.16
1156         * pgg-def.el: Revert to revision 6.6.2.14.
1158         * pgg-gpg.el: Revert to revision 6.23.2.34.
1160 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1162         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1163         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1164         thread for both the null and zero (kill/expire thread) universal prefix
1165         cases.
1166         (gnus-summary-expire-thread): Add new function to expire a thread,
1167         using gnus-summary-kill-thread.
1168         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1169         shortcuts for gnus-summary-expire-thread.
1170         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1171         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1173 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1175         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1176         extras value, so an extras entry can be deleted.
1177         (gnus-registry-delete-extra-entry): Use it.
1178         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1179         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1180         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1181         storage through the gnus-registry, and provide an appropriate API for
1182         it.
1184 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1186         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1187         Suggested by Leo <sdl.web@gmail.com>.
1189         * gnus.el: Do.
1191 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1193         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1194         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1196         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1198         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1199         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1201 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1203         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1204         newline.
1205         (nnmbox-request-accept-article): Don't change article in source buffer;
1206         narrow to header to use message-fetch-field rather than
1207         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1208         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1209         as delimiters; make sure article ends with newline.
1210         (nnmbox-delete-mail): Correct last position of article to be deleted;
1211         ignore X-Gnus-Newsgroup header in article body.
1212         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1213         positions; make sure article ends with newline.
1215         * message.el (message-display-abbrev): Don't infloop when a user
1216         inserts SPC in the beginning of header.
1218         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
1219         coding-system-for-read and coding-system-for-write for XEmacs having no
1220         file-coding feature.
1222         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
1224 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1226         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1227         list of groups not followed by default.  Fix type to be regexp.
1228         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1230 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
1232         * hmac-def.el (define-hmac-function): Switch from old-style to
1233         new-style backquotes.
1235         * md4.el (md4-make-step): Likewise.
1237 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1239         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1240         raw-text coding system when saving .newsrc file, which may contain
1241         non-ASCII group names.
1243 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1245         * gnus-cus.el (gnus-score-extra): New widget.
1246         (gnus-score-extra-convert): New function.
1247         (gnus-score-customize): Use it for Extra.
1249 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
1251         * mml2015.el (mml2015-extract-cleartext-signature): New function.
1252         (mml2015-mailcrypt-clear-verify): Use it.
1253         (mml2015-gpg-clear-verify): Use it.
1254         (mml2015-pgg-clear-verify): Use it.
1255         (mml2015-epg-clear-verify): Replace the current part with the output
1256         from GnuPG; don't extract the plaintext by itself.
1258         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1259         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1260         mml2015-clear-verify-function; don't touch the armor headers or
1261         dash-escaped text here.
1263 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1265         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1266         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1267         parts, or application/octet-stream as a last resort.
1268         (gnus-mime-view-part-as-type): Don't toggle display.
1269         (gnus-mime-view-part-as-charset): Don't turn off display before
1270         querying charset.
1272         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1273         stuff to undisplayer function in Emacs.
1274         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1276         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1277         text/calendar parts.
1279 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1281         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1282         decoding text/calendar parts.
1284         * message.el (message-forward-make-body-mime): Always mark body as
1285         having no illegible text; remove signed-or-encrypted argument.
1286         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1288         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1289         (mml-generate-mime-1): Don't encode body if it is specified to be in
1290         raw form; don't make buffer be unibyte when inserting multibyte string.
1292 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1294         * sha1.el: Fix up comment style.
1295         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1296         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1298         * hex-util.el: Fix up comment style.
1299         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1301         * gnus-salt.el: Use with-current-buffer.
1302         (gnus-pick-setup-message): Fix long-standing typo.
1304 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1306         * imap.el (imap-logout-timeout): New variable.
1307         (imap-logout, imap-logout-wait): New functions.
1308         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1310         * nnimap.el (nnimap-logout-timeout): New server variable.
1311         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1312         nnimap-logout-timeout.
1314         * gnus-art.el (gnus-article-summary-command-nosave)
1315         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1317 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1319         * gnus.el (gnus-maximum-newsgroup): New variable.
1321         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1322         according to gnus-maximum-newsgroup.
1324         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1325         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1326         Limit the range of articles according to gnus-maximum-newsgroup.
1328 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
1330         * gnus-art.el (gnus-sticky-article): Fixed problems described in
1331         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
1332         Don't perform gnus-configure-windows here; reuse existing sticky
1333         article buffer.
1335         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1336         it doesn't exist in gnus-article-mode.
1338 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1340         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1341         (gnus-agent-decoded-group-name): New function.
1342         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1343         (gnus-agent-expire-group-1): Use it; decode group name in messages.
1345 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
1347         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1348         Add binding for gnus-sticky-article.
1349         (gnus-summary-exit): Don't kill sticky article buffers.
1351         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1352         article buffer.
1353         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1354         (gnus-kill-sticky-article-buffers): New commands.
1356 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1358         * nntp.el (nntp-xref-number-is-evil): New server variable.
1359         (nntp-find-group-and-number): If it is non-nil, don't trust article
1360         numbers in the Xref header.
1362 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1364         * gnus-agent.el (gnus-agent-read-group): New function.
1365         (gnus-agent-flush-group, gnus-agent-expire-group)
1366         (gnus-agent-regenerate-group): Use it.
1367         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1368         nnmail-pathname-coding-system.
1370 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1372         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1374         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1375         that are unread as unread, and also as selected so that information of
1376         marks having been changed by a user may be updated when exiting group.
1378 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1380         * gnus-art.el (gnus-mime-display-single): Pass part number that is
1381         calculated ignoring signature parts to gnus-treat-article.
1383 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1385         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1386         a point here in order to keep the window start.
1387         (gnus-insert-mime-security-button): Make a button overlay without the
1388         front stickiness.
1389         (gnus-mime-display-security): Goto the end of a button.
1391         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1393 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1395         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1396         group-name-at-point.
1397         (gnus-group-completing-read): New function that offers decoded
1398         non-ASCII group names for completion.
1399         (gnus-fetch-group, gnus-group-read-ephemeral-group)
1400         (gnus-group-jump-to-group, gnus-group-make-group-simple)
1401         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1402         (gnus-group-fetch-control): Use it.
1403         (gnus-fetch-group): Use group-name-at-point for the initial value
1404         rather than the default value; use gnus-alive-p.
1406         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1407         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1408         (gnus-summary-post-news): Use gnus-group-completing-read.
1410         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1411         (gnus-read-move-group-name): Decode group name for completion.
1413 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
1415         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1416         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1417         Yamaoka slightly modified the code).
1419 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1421         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1422         (nnmail-split-incoming): Bind it.
1424         * nnml.el (nnml-group-name-charset): New function.
1425         (nnml-decoded-group-name): Use it; don't decode group name if
1426         nnmail-group-names-not-encoded-p is non-nil.
1427         (nnml-encoded-group-name): New function.
1428         (nnml-group-pathname): Inline nnml-decoded-group-name.
1429         (nnml-request-expire-articles): Decode group name in message.
1430         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1431         nnmail-pathname-coding-system.
1432         (nnml-save-mail, nnml-active-number): Work with decoded group names and
1433         not decoded ones according to nnmail-group-names-not-encoded-p.
1434         (nnml-generate-active-info): Use nnml-encoded-group-name.
1436 2007-08-08  Glenn Morris  <rgm@gnu.org>
1438         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1439         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1440         doc-strings and comments.
1442 2007-07-25  Glenn Morris  <rgm@gnu.org>
1444         * Relicense all FSF files to GPLv3 or later.
1446 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1448         * gnus-sum.el (gnus-summary-move-article): Make
1449         gnus-summary-respool-article work.
1451 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
1453         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1454         string.
1456 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1458         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
1459         that should be ignored when comparing distant RSS articles with local
1460         ones.
1461         (nnrss-make-hash-index): New function.  Create a hash index according
1462         to the ignored fields.
1463         (nnrss-check-group): Use it.
1465 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1467         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1469         * gnus-art.el (article-decode-group-name): Decode Xref header too.
1471         * gnus-group.el (gnus-group-make-group): Encode group name here unless
1472         the new optional argument ENCODED is non-nil.
1473         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1474         coding system for encoding group name.
1475         (gnus-group-make-rss-group): Pass un-encoded group name to
1476         gnus-group-make-group.
1477         (gnus-group-set-info): Tell gnus-group-make-group that group name is
1478         encoded.
1480         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1481         Encode group name to which articles are moved or copied.
1482         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1483         coding system for encoding Newsgroup, Followup-To and Xref headers.
1485         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1486         marks; use nnheader-file-coding-system to write a file.
1487         (nnagent-retrieve-headers): Bind file-name-coding-system to
1488         nnmail-pathname-coding-system.
1490         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1492         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1493         (nnml-request-article, nnml-request-create-group)
1494         (nnml-request-rename-group, nnml-find-id)
1495         (nnml-possibly-change-directory, nnml-possibly-create-directory)
1496         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1497         (nnml-save-marks): Use nnml-group-pathname instead of
1498         nnmail-group-pathname.
1500         (nnml-request-create-group, nnml-request-expire-articles)
1501         (nnml-request-move-article, nnml-request-delete-group)
1502         (nnml-deletable-article-p, nnml-possibly-create-directory)
1503         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1504         (nnml-open-marks): Bind file-name-coding-system to
1505         nnmail-pathname-coding-system.
1507         (nnml-request-article): Pass server argument to nnml-find-group-number.
1508         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1509         server argument to nnml-possibly-create-directory.
1510         (nnml-request-accept-article): Pass server argument to
1511         nnml-active-number and nnml-save-mail.
1512         (nnml-find-group-number): Pass server argument to nnml-find-id.
1513         (nnml-request-update-info): Pass server argument to
1514         nnml-marks-changed-p.
1516         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1517         (nnml-save-mail, nnml-active-number): Add server argument.
1519         (nnml-request-delete-group): Warn if group is missing.
1520         (nnml-get-nov-buffer): Decode group name.
1521         (nnml-generate-active-info): Encode group name.
1522         (nnml-open-marks): Decode group name in messages.
1524 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1526         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1527         if it is not specified.
1528         (gnus-article-pipe-part, gnus-article-save-part)
1529         (gnus-article-interactively-view-part, gnus-article-copy-part)
1530         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1531         (gnus-article-inline-part, gnus-article-save-part-and-strip)
1532         (gnus-article-replace-part, gnus-article-delete-part)
1533         (gnus-article-view-part-as-type): Pass raw prefix argument to
1534         gnus-article-part-wrapper.
1536 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1538         * gnus-agent.el (gnus-agent-save-active): Bind
1539         nnheader-file-coding-system to gnus-agent-file-coding-system.
1541         * gnus-cache.el (gnus-cache-save-buffers)
1542         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1543         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1544         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1545         (gnus-cache-braid-nov, gnus-cache-braid-heads)
1546         (gnus-cache-generate-active, gnus-cache-rename-group)
1547         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1548         (gnus-cache-update-overview-total-fetched-for): Bind
1549         file-name-coding-system to nnmail-pathname-coding-system.
1550         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1551         variables.
1552         (gnus-cache-decoded-group-name): New function.
1553         (gnus-cache-file-name): Use it.
1554         (gnus-cache-generate-active): Use non-decoded group name for active.
1556         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1557         right place.
1558         (gnus-write-active-file): Don't break non-ASCII group names.
1560         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1561         nnmail-pathname-coding-system.
1563         * lpath.el: Bind default-file-name-coding-system,
1564         file-name-coding-system and language-info-alist for XEmacs.
1566         * gnus-uu.el (gnus-uu-decode-save): Typo.
1568 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1570         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1572 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1574         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1575         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1576         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1577         (gnus-agent-flush-group, gnus-agent-flush-cache)
1578         (gnus-agent-fetch-headers, gnus-agent-load-alist)
1579         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1580         (gnus-agent-retrieve-headers, gnus-agent-request-article)
1581         (gnus-agent-regenerate-group)
1582         (gnus-agent-update-files-total-fetched-for)
1583         (gnus-agent-update-view-total-fetched-for): Bind
1584         file-name-coding-system to nnmail-pathname-coding-system.
1585         (gnus-agent-group-pathname): Don't encode file names by
1586         nnmail-pathname-coding-system.
1587         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1588         coding-system-for-write instead of buffer-file-coding-system to
1589         gnus-agent-file-coding-system.
1591         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1592         Decode group name.
1594         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1596         * gnus-start.el (gnus-update-active-hashtb-from-killed)
1597         (gnus-read-newsrc-el-file): Make group names unibyte.
1599         * nnmail.el (nnmail-group-pathname): Don't encode file names by
1600         nnmail-pathname-coding-system.
1602         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1603         (nnrss-request-delete-group): Bind file-name-coding-system to
1604         nnmail-pathname-coding-system.
1605         (nnrss-read-server-data, nnrss-read-group-data): Bind
1606         file-name-coding-system correctly.
1607         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1609         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1610         (nntp-server-to-method-cache): New variable.
1611         (nntp-group-pathname): New function that decodes non-ASCII group names.
1612         (nntp-possibly-create-directory, nntp-marks-changed-p)
1613         (nntp-save-marks, nntp-open-marks): Use it.
1614         (nntp-possibly-create-directory, nntp-open-marks):
1615         Bind file-name-coding-system to nnmail-pathname-coding-system.
1616         (nntp-open-marks): Decode group names when bootstrapping marks.
1618         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1619         Newsgroups and Folowup-To headers.
1621 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1623         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1624         (gnus-server-closed-face, gnus-server-denied-face)
1625         (gnus-server-offline-face): Remove variable.
1626         (gnus-server-font-lock-keywords): Use faces that are not aliases.
1628         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1629         of modifying message-stack directly for XEmacs.
1631         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1632         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1633         if the coding-system argument is nil for XEmacs.
1635         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1636         mm-charset-override-alist.
1638         * rfc2047.el: Don't require base64; require rfc2045 for the function
1639         rfc2045-encode-string.
1640         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1641         to quote the parameter value.
1643 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1645         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1646         form in gnus-group-name-charset-method-alist.
1648         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1649         overrides the default layout edit-form.
1651         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1653         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1655 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1657         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1658         as unfetched articles.
1660 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1662         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1664 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1666         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1667         original back end that keeps marks in the local system.
1669 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1671         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1672         arg of pop-to-buffer for XEmacs.
1673         (gnus-article-read-summary-keys): Ditto; don't restore window
1674         configuration if summary command ends up with neither article buffer
1675         nor summary buffer; describe bindings if summary keys end with C-h.
1677 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1679         * message.el (message-fix-before-sending): Skip raw message part to be
1680         forwarded while checking illegible text.
1681         (message-forward-make-body-mime, message-forward-make-body): Mark
1682         signed or encrypted raw message as having no illegible text.
1684 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1686         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1687         (gnus-message-with-timestamp-1): New macro.
1688         (gnus-message-with-timestamp): New function.
1689         (gnus-message): Use them.
1691         * nnheader.el (nnheader-message): Use them.
1693 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1695         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1696         .newsrc.eld file.
1698 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1700         * gnus-agent.el (gnus-agent-fetch-headers)
1701         (gnus-agent-retrieve-headers): Bind
1702         gnus-decode-encoded-address-function to identity.
1704         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1705         available also when the server returns simply a dot.
1707         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1709 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1711         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1713 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1715         * gnus-ems.el (gnus-x-splash): Make it work.
1717         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1718         from being used.
1720         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1722 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1724         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1725         4th and the 5th arguments.
1727         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1728         the front stickiness.
1729         (gnus-article-summary-command-nosave): Correct the order of the
1730         arguments passed to pop-to-buffer.
1731         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1732         summary command ends up with the article buffer.
1734         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1735         the same faces.
1737 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1739         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1741 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1743         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1744         * gnus-sum.el (gnus-summary-highlight):
1745         * pgg.el (pgg-sign-region, pgg-sign):
1746         * mail-source.el (mail-source-delete-old-incoming-confirm):
1747         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1749 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1751         * gnus-art.el (gnus-mime-view-part-externally)
1752         (gnus-mime-view-part-internally): Fix predicate function passed to
1753         completing-read.
1755         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1757         * gnus.el (gnus-update-message-archive-method): Add :version.
1759 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1761         * gnus.el (gnus-update-message-archive-method): New variable.
1763         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1764         according to gnus-message-archive-method if
1765         gnus-update-message-archive-method is non-nil.
1767 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1769         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1770         by Loic Dachary <loic@dachary.org>.
1771         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1773 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1775         * message.el (message-pop-to-buffer): Add switch-function argument.
1776         (message-mail): Pass switch-function argument to it.
1778 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1780         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1781         Improve doc string.
1783 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1785         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1786         (gnus-header-content)
1787         * gnus-cite.el (gnus-cite-10)
1788         * gnus-srvr.el (gnus-server-closed)
1789         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1790         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1791         (gnus-group-mail-3-empty, gnus-group-mail-low)
1792         (gnus-group-mail-low-empty, gnus-splash)
1793         * message.el (message-header-to, message-header-cc)
1794         (message-header-subject, message-header-other, message-header-name)
1795         (message-header-xheader, message-separator, message-cited-text)
1796         (message-mml): Lighten colors of faces used for dark background.
1798 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1800         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1801         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1803 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1805         * message.el (message-narrow-to-headers-or-head): Ignore
1806         mail-header-separator in the body.
1808 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1810         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1811         same as window size.
1813 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1815         * message.el (message-font-lock-keywords): Use message-header-xheader
1816         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1817         ahead of the anything pattern, to get it recognised.
1819 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1821         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1822         spam.el loads uses it in the compiled defadvice form.
1824 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1826         * gnus-sum.el (gnus-articles-to-read)
1827         (gnus-summary-insert-old-articles): Don't truncate group name for
1828         `read-string'.
1830         * gnus-util.el (gnus-limit-string): Delete this function.
1832         * gnus-sum.el (gnus-simplify-subject-fully): Use
1833         `truncate-string-to-width' instead.
1835 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1837         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1838         if, on summary exit, the next group has to be selected.
1839         (gnus-summary-exit): Use it.
1841 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1843         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1844         non-break space.
1846 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1848         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1849         Check if group is not a directory.
1850         (nnfolder-request-expire-articles): Don't delete articles if the target
1851         group is not available.
1853         * nnml.el (nnml-request-create-group): Properly check if group is not a
1854         file.
1855         (nnml-request-expire-articles): Don't delete articles if the target
1856         group is not available.
1858         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1859         Don't quote characters that are within parentheses.
1861 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1863         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1864         (gnus-handle-ephemeral-exit): Select article according to it.
1866 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1868         * message.el (message-insert-formated-citation-line): Remove newline.
1869         (message-citation-line-format): Add final \n here so that the user can
1870         avoid a blank line.
1872 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1874         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1875         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1876         Update lanl/arXiv support.
1878 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1880         * gnus.el: Bump version number.
1882 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884         * gnus.el (gnus-version-number): Bump version.
1886 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1888         * gnus.el: No Gnus v0.6 is released.
1890 2007-04-27  Didier Verna  <didier@xemacs.org>
1892         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1893         * gmm-utils.el (gmm-regexp-concat): here.
1894         * message.el: Don't require 'gnus-util.
1895         (message-dont-reply-to-names): Handle name change above.
1896         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1898 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1900         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1901         since the initial value varies according to the system.
1903 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1905         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1907 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1909         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1911 2007-04-24  Didier Verna  <didier@xemacs.org>
1913         Improve the type of gnus-ignored-from-addresses.
1914         * gnus-util.el (gnus-orify-regexp): New function.
1915         * message.el (gnus-util): Require it.
1916         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1917         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1918         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1920 2007-04-24  Didier Verna  <didier@xemacs.org>
1922         * gnus-sum.el:
1923         * gnus-utils.el: Fix some trailing whitespaces.
1925 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1927         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1928         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1929         article's Message-ID; refer parent article in summary buffer.
1931         * message.el (message-bounce): Call mime-to-mml.
1933         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1934         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1935         optimize and/or forms properly.
1937 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1939         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1940         URL.
1942 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1944         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1946 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1948         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1949         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1950         displayed of multipart/alternative part if it is invoked from summary
1951         buffer.
1953         * mm-view.el (mm-inline-text-html-render-with-w3m)
1954         (mm-inline-text-html-render-with-w3m-standalone)
1955         (mm-inline-render-with-function): Use mail-parse-charset by default.
1957 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1959         * parse-time.el (parse-time-string-chars): Check if CHAR
1960         is less than the length of parse-time-syntax.
1962 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1964         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1965         from gnus-newsgroup-processable.
1967 2007-04-16  Didier Verna  <didier@xemacs.org>
1969         * gnus-msg.el (gnus-configure-posting-styles): Handle
1970         message-signature-directory properly with :file syntax.  Reported by
1971         "Leo".
1973 2007-04-11  Didier Verna  <didier@xemacs.org>
1975         New user option: message-signature-directory.
1976         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1977         * message.el (message-insert-signature): Ditto.
1978         * message.el (message-signature-file): Doc update.
1979         * message.el (message-signature-directory): New.
1981 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1983         * gnus-msg.el (gnus-inews-yank-articles): Use
1984         message-exchange-point-and-mark instead of exchange-point-and-mark.
1986 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1988         * message.el (message-yank-original): Make sure cited text ends with
1989         newline; don't exchange point and mark.
1991 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1993         * tls.el (open-tls-stream): Properly handle case where there
1994         is no associated buffer.
1996 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1998         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1999         message-yank-original, make sure (< mark TEXT point).
2001 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2003         * message.el (message-fill-column): New variable.
2004         (message-mode): Use it.  Add comment on a possible new hook.
2006         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2007         (nnmail-get-new-mail): Reformat.
2009         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2011         * gmm-utils.el: Fix Commentary.
2012         (gmm-tool-bar-from-list): Fix typo in doc string.
2014 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2016         * message.el (message-yank-original): Don't switch point and mark
2017         unnecessarily to put point and mark as documented.
2019 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2022         from the message heads.
2024 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2026         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2027         article buffer does not have a window.  This may not be the best
2028         solution but is certainly better than setting the start of the null,
2029         that is the current, window.
2031 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2033         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2034         (gnus-draft-setup): Run it.
2036         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2037         gnus-score-fast-scoring.  Allow regexp.
2038         (gnus-score-headers): Use it.
2040         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2041         XEmacs.
2043         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2044         string.
2045         (gnus-button-alist): Also catch `<f1> k ...'.
2046         (gnus-treat-display-x-face): Fix doc string.
2048 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2050         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2051         evaluation of gnus-extended-version to ensure correct generation of the
2052         User-Agent header when message-generate-headers-first is used.
2054 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2056         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2057         hashcash-path is nil.  Don't call callback with incorrect number of
2058         parameters if val is 0.
2060 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2062         * message.el (message-required-news-headers):
2063         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2065 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2067         * tls.el (open-tls-stream): In handshake-waiting loop,
2068         don't wait more if there is output available to process.
2070 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2072         * tls.el (tls-program): Doc fix.
2074 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2076         * message.el (message-generate-new-buffers): Change the meaning of the
2077         nil value; add `standard' to the choices; treat t as `unique'; improve
2078         doc string.
2079         (gnus-select-frame-set-input-focus): Autoload.
2080         (message-buffer-name): Search for the existing message buffer if
2081         message-generate-new-buffers is nil or `standard'; treat the value t of
2082         message-generate-new-buffers as `unique'.
2083         (message-pop-to-buffer): Raise the frame already displaying the message
2084         buffer; clear the echo area after querying.
2085         (message-setup): Pass the `continue' argument to compose-mail.
2086         (message-mail): Prefer `switch-function' if it is given; search for the
2087         existing message buffer if the `continue' argument is non-nil; pass
2088         continue and switch-function arguments to compose-mail by way of
2089         message-setup.
2090         (message-mail-other-window): Adjust argument of message-setup.
2091         (message-mail-other-frame): Ditto.
2093 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2095         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2096         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2097         to turn font-lock on when turning gnus-message-citation-mode on.
2099 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2101         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2102         (mml-smime-function-alist): New variable; add epg as the backend.
2103         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2104         mml-smime- functions instead.
2105         * mm-view.el: Require smime.
2107 2007-03-05  Didier Verna  <didier@xemacs.org>
2109         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2110         instead of just inheritance for posting styles.
2111         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2113 2007-02-24  Chris Moore  <dooglus@gmail.com>
2115         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2116         * pgg-pgp.el (pgg-pgp-encrypt-region):
2117         * pgg-gpg.el (pgg-gpg-encrypt-region):
2118         Check pgg-encrypt-for-me if no other recipients.
2120 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2122         * tls.el (tls-certtool-program): Fix custom type.
2124 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2126         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2127         and point-at-eol instead of line-(beginning|end)-position.
2129         * assistant.el (assistant-parse-buffer): Ditto.
2131         * netrc.el (netrc-parse-services): Ditto.
2133 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2135         * mml2015.el (mml2015-epg-find-usable-key): New function.
2136         (mml2015-epg-sign): Use it.
2137         (mml2015-epg-encrypt): Use it.
2139 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2141         * message.el (message-make-in-reply-to): Quote name containing
2142         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2143         if there are special characters.  Reported by NAKAJI Hiroyuki
2144         <nakaji@jp.freebsd.org>.
2146 2007-02-27  Didier Verna  <didier@xemacs.org>
2148         Include the group parameters as well as the topic ones in the
2149         inheritance filter process.
2150         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2151         argument GROUP-PARAMS-LIST.
2152         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2154 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2156         * nntp.el (nntp-never-echoes-commands)
2157         (nntp-open-connection-functions-never-echo-commands): New variables.
2158         (nntp-send-command): Use them.
2160 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2162         * mml2015.el (mml2015-epg-verify): Simplified.
2164 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2166         * mml.el (mml-content-disposition-alist): New user option.
2167         (mml-content-disposition): New function.
2168         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2169         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2171 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2173         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2174         verification.
2176 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2178         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2179         articles posted in the last 24 hours.
2181 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2183         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2185 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2187         * nntp.el (nntp-send-command): Don't wait for echoes when
2188         nntp-open-ssl-stream is used.
2190 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2192         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2193         (gnus-message-add-citation-keywords)
2194         (gnus-message-remove-citation-keywords): Remove.
2195         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2196         directly, make the variables in font-lock-defaults buffer-local, add
2197         gnus-message-citation-keywords to them and then update the value of
2198         font-lock-keywords.
2200 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2202         * message.el (message-cite-original-1): Don't call
2203         gnus-article-highlight-citation.
2205         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2206         citations; fix line count.
2208 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2210         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2211         (gnus-message-add-citation-keywords)
2212         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2213         versions of font-lock-add-keywords and font-lock-remove-keywords to
2214         work with XEmacs correctly.
2216 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2218         * gnus-cite.el (gnus-cite-face-list): Set the values of
2219         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2220         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2221         (gnus-message-cite-prefix-regexp): New variable.
2222         (gnus-message-search-citation-line): Use it; protect against long
2223         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2224         the 0th match data for Emacs.
2225         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2226         (gnus-message-add-citation-keywords): Append keywords rather than
2227         prepending; emulate font-lock-add-keywords if it is not available.
2228         (gnus-message-remove-citation-keywords): Emulate
2229         font-lock-remove-keywords if it is not available.
2231         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2233         * message.el (message-cite-prefix-regexp): Set the value of
2234         gnus-message-cite-prefix-regexp.
2236 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2238         * nnweb.el (nnweb-google-parse-1): Update parser.
2240 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2242         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2244 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2246         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2247         regexp.
2249 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2251         * uudecode.el (uudecode-string-to-multibyte): New function emulating
2252         string-to-multibyte.
2253         (uudecode-decode-region-internal): Use it.
2255         * lpath.el: Fbind string-as-multibyte for XEmacs.
2257 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2259         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2260         custom choice.
2262         * gnus-art.el (gnus-signature-limit): Fix custom choice.
2264 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
2266         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2268         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2269         `write-region' to respect `mm-inhibit-file-name-handlers'.
2271 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2273         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2274         Use gnus-home-directory instead of "~/" or "$HOME".
2276 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
2278         * encrypt.el (encrypt-insert-file-contents): Add better prompt
2279         to mention filename.
2280         Add comments at beginning regarding usage.
2281         (encrypt-write-file-contents): Change interactive so a string is
2282         acceptable.  If the file has no associated model, show an error instead
2283         of a nonsense prompt.
2285 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2287         * spam.el (spam-bsfilter-ham-switch): Fix typo.
2288         Thanks to Yoshihiko Yamada for kind notification of this typo.
2290 2007-01-12  Kenichi Handa  <handa@m17n.org>
2292         * uudecode.el (uudecode-decode-region-internal): Make it work in a
2293         multibyte buffer.
2295 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2297         * gnus-score.el (gnus-score-fast-scoring): New variable.
2298         (gnus-score-headers): Use it.
2300         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2302         * message.el (message-cite-original-1): Call
2303         gnus-article-highlight-citation if requested.
2304         (message-make-from): Allow name and address as optional arguments.
2306         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2308         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2309         bugs to doc string.
2310         (gnus-button-alist): Add mid\\|message-id.
2311         (gnus-button-fetch-group): Extend for use in
2312         `browse-url-browser-function'.
2313         (gnus-button-url-regexp): Try to catch paired parentheses like in
2314         Wikipedia URLs.
2316         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2317         Suggested by Simon Krahnke <overlord@gmx.li>.
2319 2007-01-13  Romain Francoise  <romain@orebokech.com>
2321         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2322         Update copyright.
2324 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
2326         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2328 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2330         * gnus-registry.el (gnus-registry-unfollowed-groups)
2331         (gnus-registry-split-fancy-with-parent): Fix documentation.
2333 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2336         from nnweb groups.
2338 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2341         Xref urls.  Erase buffer before requesting head.
2343 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2345         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
2346         customizable.
2348 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
2350         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2351         no signing key is found.
2352         (mml2015-epg-encrypt): Ask user whether to skip or abort if
2353         no encrypting and/or signing key is found.
2355 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2357         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2359 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2361         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2362         headers read from disk with the ones newly found in the current search.
2363         This should no longer cause problems, because the article numbers in
2364         Gmane's `nov.php' output are ignored since the previous change.
2366 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2368         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2370 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2372         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
2373         replace-regexp-in-string; bind url-version; fbind display-images-p and
2374         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
2375         find-face and set-itimer-function for Emacs; bind itimer-list for
2376         Emacs.
2378         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2380 2007-01-01  Romain Francoise  <romain@orebokech.com>
2382         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2384 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2386         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2387         `define-minor-mode' macro definition expanded properly.
2388         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2389         exclude it there.
2391         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2392         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
2393         `fboundp' test.
2394         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2395         This is OK to autoload in (S)XEmacs now.
2397 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2400         keystroke.
2401         (gnus-summary-limit-to-singletons): Fix typo.
2403         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2404         else fails.
2406 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2408         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2409         docstring.
2411         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2412         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2413         (gnus-summary-insert-dormant-articles): Fix typo in message.
2415 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2417         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2418         nil for XEmacs.
2419         (gnus-message-citation-mode): Don't autoload in XEmacs.
2421         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2423 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2425         * nnimap.el (nnimap-expunge-search-string): Mention
2426         nnimap-search-uids-not-since-is-evil in docstring.
2428 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2430         * spam.el: Revert to make-obsolete-variable because
2431         define-obsolete-variable-alias is not supported in Emacs 21.
2433         * spam.el (spam-ifile-path, spam-ifile-database-path)
2434         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2435         make-obsolete-variable.
2436         (spam-bsfilter-path, spam-bsfilter-program)
2437         (spam-spamassassin-path, spam-spamassassin-program)
2438         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
2439         use "path" inappropriately.
2440         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2441         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2442         variable names.
2444 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
2446         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2447         summary buffer.
2449         * password.el (password-cache-remove): Use clear-string to burn
2450         password, if available.
2452 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2454         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2456         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2458         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2459         (gnus-message-highlight-citation): Move defcustom here from
2460         gnus-cite.el.
2461         (gnus-message-citation-mode): Autoload.
2463         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
2464         checks to make it compile with XEmacs.
2465         (gnus-message-citation-mode): New minor mode.
2466         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2467         (gnus-message-highlight-citation): New variables.
2468         (gnus-message-search-citation-line)
2469         (gnus-message-add-citation-keywords)
2470         (gnus-message-remove-citation-keywords)
2471         (turn-on-gnus-message-citation-mode)
2472         (turn-off-gnus-message-citation-mode): New functions.
2474 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
2476         * gnus-cite.el: Enable highlighting of different citation levels in
2477         message-mode.
2479 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2481         * message.el (message-make-fqdn): Fix comment.
2482         (message-bogus-system-names): Add ".local".
2484         * spam.el (spam-ifile-path, spam-ifile-program)
2485         (spam-ifile-database-path, spam-ifile-database)
2486         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2487         Don't use "path" inappropriately.
2488         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2489         strings.
2490         (spam-check-ifile, spam-ifile-register-with-ifile)
2491         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2492         new variable names.
2494         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2495         (gnus-treat-display-smileys): Simplify using
2496         gnus-image-type-available-p.
2498         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2499         available.
2501         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
2502         `display-images-p' if available.
2504 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2506         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2507         one after turning on the buffer's multibyteness instead of decoding
2508         them directly in the unibyte buffer that causes unexpected conversion
2509         in Emacs 23 (unicode).
2511 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2513         * message.el (message-generate-hashcash): Fix custom type.
2515 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2517         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2519 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2521         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2522         disconnect icons.  Add help text.
2524 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
2526         * spam.el (spam-extra-header-to-number): CRM114 spam score is
2527         negated to be consistent with the others we handle.
2529 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2532         version of gnus-summary-buffer to something, so that we can use two
2533         article buffers at the same time.
2535 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
2537         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2538         trigger all the extra headers.
2539         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2540         sorting.
2542 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2544         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2545         solid groups.
2547 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2549         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2551 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2553         * legacy-gnus-agent.el: Add Copyright notice.
2555 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
2557         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2559 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2563         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2564         to make it work reliably in CVS Emacs.
2565         (gnus-summary-limit-strange-charsets-predicate)
2566         (gnus-summary-limit-to-predicate): New functions.
2568 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
2570         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2571         specifying array size.
2572         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2573         array if it is too small.
2574         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2575         (gnus-sort-threads-loop): New function.
2577 2006-12-06  Chris Moore  <dooglus@gmail.com>
2579         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2580         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2582 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2584         * mm-url.el (mm-url-predefined-programs): Call curl with correct
2585         options.
2587 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2590         DOS-ing the recipient.
2592         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2593         the headers when creating the mapping to avoid mismappings.
2594         (nnweb-gmane-create-mapping): Always nix out old mapping.
2596 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2598         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2599         and mm-verify-option to never.
2601 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2603         * message.el (message-signed-or-encrypted-p): New function.
2604         (message-forward-make-body): Use it.
2606         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2607         Replace encode-coding-string with mm-encode-coding-string.
2609 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2611         * nneething.el (nneething-decode-file-name): Replace
2612         decode-coding-string with mm-decode-coding-string.
2614         * gnus-int.el (gnus-open-server): Say failed server's name.
2616 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2619         strings to a single string.  Quote `errors-file-name'.
2620         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2621         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2622         Adjust calls.  Use `shell-quote-argument'.
2624 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2626         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2627         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2629         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2630         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2631         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2632         (gnus-group-make-directory-group, gnus-group-transpose-groups):
2633         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2634         (gnus-subscribe-newsgroup, gnus-1):
2635         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2636         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2637         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2638         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2640 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2643         keystroke.
2644         (gnus-summary-limit-to-bodies): Implement headersp.
2646 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2650 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2652         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2654 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656         * message.el (message-generate-hashcash): Expand range of values to
2657         include `opportunistic'.
2658         (message-send-mail): Use it.
2660 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2662         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2663         and comment it.
2665         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2667 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2669         * gnus-util.el (gnus-extract-address-components): Improve comment.
2671 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2673         * gnus-util.el (gnus-extract-address-components): Work with address in
2674         which the name portion contains @.
2676         * lpath.el: Fbind custom-autoload.
2678 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2680         * gnus.el (gnus-start): Move custom group up.
2681         (gnus-select-method): Don't autoload, but make it available for
2682         `customize-variable'.
2683         (gnus-getenv-nntpserver): Don't autoload.
2685 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2687         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2689 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2691         * message.el (message-sendmail-extra-arguments): New variable.
2692         (message-send-mail-with-sendmail): Use it.
2694 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2696         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2697         mm-with-unibyte-current-buffer to make string unibyte.
2699         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2700         mm-string-as-multibyte.
2702 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2704         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2705         Reported by Werner Koch <wk@gnupg.org>.
2707 2006-11-14  Daiki Ueno  <ueno@p360>
2709         * mml2015.el: Autoload epa-select-keys when compiling.
2711 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2713         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2714         message-options.
2715         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2717 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2719         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2720         EasyPG (< 0.0.6).
2721         (mml2015-always-trust): New user option.
2722         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2723         prompt.
2725 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2727         * nntp.el (nntp-authinfo-force): New variable.
2728         (nntp-send-authinfo): Use it.
2730 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2732         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2733         decode encoded words.  Improve prompt.  Add comment about forwarding.
2734         (message-replacement-char): Move up.
2736 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2738         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2739         instead of gnus-intersection because arguments of gnus-sorted-nunion
2740         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2742 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2744         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2745         (message-simplify-subject-functions): Enable
2746         message-strip-subject-encoded-words by default.
2748 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2750         * message.el (message-strip-subject-encoded-words): New function
2751         (message-simplify-subject-functions): New variable.
2752         (message-simplify-subject): Use it.  Fix typo in doc string.
2753         Support message-strip-subject-encoded-words.
2755 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2757         * gnus-diary.el (gnus-diary-delay-format-function):
2758         * nndiary.el (nndiary-reminders):
2759         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2761 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2763         * gnus-art.el (article-hide-boring-headers): Fetch date from
2764         gnus-original-article-buffer to avoid problems with localized date
2765         strings.
2767 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2769         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2771 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2773         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2774         New variables.
2775         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2776         (mm-charset-synonym-alist): Move some entries to
2777         mm-codepage-iso-8859-list.
2778         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2779         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2781 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2783         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2785 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2787         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2788         with Emacs 21 and XEmacs.
2790 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2792         * spam.el (spam-parse-address): New function for better parsing,
2793         catching errors, etc.
2794         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2796 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2798         * mm-view.el: Add interactive arg to html2text autoload.
2800 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2802         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2804 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2806         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2807         variables.
2808         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2809         (mm-charset-synonym-alist): Move some entries to
2810         mm-codepage-iso-8859-list.
2812         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2814 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2816         * message.el (message-citation-line-format)
2817         (message-insert-formated-citation-line): Fix implementation of %E, %N
2818         and %n according to the doc string.
2820 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2822         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2823         car-safe to avoid bad parses.
2825 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2827         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2828         names.
2830         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2832 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2834         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2835         header.
2837         * message.el (message-draft-headers): Add Date.
2838         (message-headers-to-generate): Fix typo in docstring.
2840         * nndraft.el (nndraft-required-headers): New variable.
2841         (nndraft-generate-headers): Use it.
2843         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2845 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2847         * gnus-registry.el (gnus-registry-wash-for-keywords)
2848         (gnus-registry-find-keywords): New functions to allow easy searching of
2849         articles that are in the registry.
2851 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2853         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2854         ietf-drums-parse-address instead of gnus-extract-address-components.
2855         Reported by Damien Elmes <damien@repose.cx>.
2857 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2859         * gnus.el (gnus-mime): Remove unused custom group.
2861 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2863         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2864         "blank line" when searching for end of armor headers.
2866 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2868         * gmm-utils.el (gmm-write-region): Fix variable name.
2870 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2872         * gmm-utils.el (gmm-write-region): New function based on compatibility
2873         code from `mm-make-temp-file'.
2875         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2877         * nnmaildir.el (nnmaildir--update-nov)
2878         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2879         Use `gmm-write-region'.
2881 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2883         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2884         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2886         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2888         * message.el (message-replacement-char): New variable.
2889         (message-fix-before-sending): Use it.
2890         (message-simplify-subject): New function to remove duplicate code.
2891         (message-reply, message-followup): Use it.
2893         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2894         gnus-summary-limit-to-articles.
2896 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2898         * gnus-util.el (gnus-with-local-quit): New macro.
2900         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2902 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2904         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2905         ignore non-string data.
2907 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2909         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2910         non-string data (needs to be done in the registry too).
2912 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2914         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2915         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2916         (gnus-registry-split-fancy-with-parent)
2917         (gnus-registry-fetch-simplified-message-subject-fast)
2918         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2919         Remove text properties on ingress into the registry and when it's saved.
2920         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2921         registry from entries with no groups.
2923 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2925         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2926         function to remove string properties.
2928 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2930         * gmm-utils.el (gmm): Adjust custom version.
2932         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2933         custom version.
2935         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2937 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2939         * gnus-art.el (gnus-insert-prev-page-button)
2940         (gnus-insert-next-page-button): Simplify.  Reformat.
2942 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2944         * gnus-art.el (gnus-insert-prev-page-button)
2945         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2947 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2949         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2951 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2953         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2954         gnus-article-button-face to MIME and security buttons.
2956 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2958         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2959         readable.
2961 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2963         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2965 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2967         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2968         `browse-url-of-file' instead of `browse-url'.
2970 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2972         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2973         regexp.  Articles containing quotation were cut prematurely.
2975 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2977         * message.el (message-cite-original-1): Use nobody by default for the
2978         value of From header.
2979         (message-reply): Ditto.
2981 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2983         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2984         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2985         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2987 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2989         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2990         mails in the doc string.  Add some URLs in comment.
2991         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2993 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2995         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2996         backslashes handling and the way to find boundaries of quoted strings.
2998 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3000         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3001         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3002         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3003         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3005 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3007         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3008         doc string.
3009         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3011 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3013         * lpath.el: Fbind epg-check-configuration.
3015 2006-09-06  Simon Josefsson  <jas@extundo.com>
3017         * mml2015.el (mml2015-use): Doc fix, mention epg.
3019 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3021         * mml2015.el (mml2015-use): Default to epg, if available.
3023 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3025         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3026         message-sender.
3027         (mml1991-epg-encrypt): Ditto.
3028         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3029         message-sender.
3030         (mml2015-epg-encrypt): Ditto.
3032 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3034         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3035         several common directories.
3037 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3039         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3040         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3042 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         * gnus-art.el (article-decode-encoded-words): Make it fast.
3046 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3048         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3050         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3051         in quoted string into `\'.
3053 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3055         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3056         Use standard-syntax-table.
3058 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3060         * gnus-art.el (gnus-decode-address-function): New variable.
3061         (article-decode-encoded-words): Use it to decode headers which are
3062         assumed to contain addresses.
3063         (gnus-mime-delete-part): Remove useless `or'.
3065         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3066         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3067         (gnus-nov-parse-line): Use it to decode From header.
3068         (gnus-get-newsgroup-headers): Ditto.
3069         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3071         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3072         (mail-decode-encoded-address-string): New alias.
3074         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3075         New function.
3076         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3077         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3078         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3079         (rfc2047-decode-string): Ditto.
3080         (rfc2047-decode-address-region): New function.
3081         (rfc2047-decode-address-string): New function.
3083 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3085         * message.el (message-caesar-buffer-body): Allow rotating headers.
3087         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3089         * message.el (message-insert-formated-citation-line): Fix %f.
3090         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3092 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3094         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3095         (gnus-bookmark-mouse-available-p): New macro.
3096         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3097         (gnus-bookmark-bmenu-show-infos): Use it.
3098         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3099         (gnus-bookmark-bmenu-hide-infos): Ditto.
3100         (gnus-bookmark-remove-properties): New function.
3101         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3102         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3103         (gnus-bookmark-write-file): Bind coding-system-for-write.
3104         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3105         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3106         group before selecting it.
3107         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3108         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3109         quit-window if it is not available; use gnus-mouse-2 and bind it to
3110         gnus-bookmark-bmenu-select-by-mouse.
3111         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3112         (gnus-bookmark-bmenu-select-by-mouse): New function.
3114 2006-08-13  Romain Francoise  <romain@orebokech.com>
3116         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3117         space.
3119 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3121         * compface.el (uncompface): Use binary rather than raw-text-unix.
3123 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3125         * compface.el (uncompface): Make sure the eol conversion doesn't take
3126         place when communicating with the external programs.  Reported by
3127         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3129 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3131         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3133 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3135         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3136         Make it more robust by parsing author and date independently.
3138 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3140         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3142 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3144         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3145         first matching secret key.
3146         (mml2015-epg-encrypt): Ditto.
3148         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3149         first matching secret key.
3150         (mml1991-epg-encrypt): Ditto.
3152         * mml2015.el (mml2015-encrypt-to-self): New user option.
3153         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3154         mml2015-epg-encrypt-to-self is set.
3156         * mml1991.el (mml1991-encrypt-to-self): New variable.
3157         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3158         mml1991-epg-encrypt-to-self is set.
3160         * mml2015.el (mml2015-signers): New user option.
3161         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3162         (mml2015-epg-encrypt): Allow to select signing keys.
3164         * mml1991.el (mml1991-signers): New variable.
3165         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3166         (mml1991-epg-encrypt): Allow to select signing keys.
3168 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3170         * nnheader.el (nnheader-insert-head): Make it work even if the file
3171         uses CRLF for the line-break code.
3173 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3175         * mml2015.el: Require mml-sec instead of password.
3176         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3177         (mml2015-cache-passphrase): Inherit the default value from
3178         mml-secure-cache-passphrase.
3179         (mml2015-passphrase-cache-expiry): Inherit the default value from
3180         mml-secure-passphrase-cache-expiry.
3182         * mml1991.el: Require mml-sec instead of password.
3183         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3184         (mml1991-cache-passphrase): Inherit the default value from
3185         mml-secure-cache-passphrase.
3186         (mml1991-passphrase-cache-expiry): Inherit the default value from
3187         mml-secure-passphrase-cache-expiry.
3189         * mml-sec.el: Require password.
3190         (mml-secure-verbose): New user option.
3191         (mml-secure-cache-passphrase): New user option.
3192         (mml-secure-passphrase-cache-expiry): New user option.
3194 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3196         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3197         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3198         andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3200         FIXME: Use `tiny change'?
3202 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3204         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3205         workaround for the url package included with Emacs.
3207         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3209 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3211         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3212         correctly.  This fixes a bug caused by the 2006-05-12 change.
3214 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3216         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3217         some information about the error when saying that the `bogus' mail
3218         group will be used.
3220 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3222         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3223         string.
3225 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3227         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3229 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3231         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3233 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3235         * mml1991.el (mml1991-function-alist): Add epg.
3236         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3237         (mml1991-epg-encrypt): New functions.
3239 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3241         * mml2015.el (mml2015-verbose): New variable.
3242         (mml2015-cache-passphrase): Ditto.
3243         (mml2015-passphrase-cache-expiry): Ditto.
3244         (mml2015-function-alist): Add epg.
3245         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3246         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3247         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3248         functions.
3250 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3252         * message.el (message-cite-original-1): Preserve region when removing
3253         quoted text due to X-No-Archive in order to avoid bogus attribution
3254         when citing multiple messages.
3256 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3258         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
3259         Kenneth Jacker <khj@be.cs.appstate.edu>.
3261 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
3263         * gnus-diary.el (gnus-user-format-function-d)
3264         (gnus-user-format-function-D): Autoload.
3266         * imap.el (Commentary): Fix typo.
3268         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3269         2006-04-22 contribution.
3271 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3273         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3274         It didn't really fix the bogosity I'm seeing with solid web groups.
3276 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3278         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3279         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3280         created using server names.  If we use the feature without declaring
3281         it, Gnus does not properly manage server and group state.
3283         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3284         bound.
3286 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3288         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3289         looking up the method using GROUP's prefix before inventing a new one.
3290         It is used on killed/unknown groups in various places where returning
3291         an all-new method isn't expected by the caller.
3293         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3294         and match semantics of gnus-group-real-prefix.
3296 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
3298         * nnmail.el (nnmail-broken-references-mailers): New variable.
3299         (nnmail-ignore-broken-references): New function generalizing
3300         nnmail-fix-eudora-headers.
3301         (nnmail-fix-eudora-headers): Now obsolete.
3303         * gnus-art.el (gnus-button-handle-custom): Support
3304         `customize-apropos*'.
3306 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3310         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3311         articles.
3313 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3315         * message.el (message-cite-reply-above): New variable.
3316         (message-yank-original): Use it.
3318 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3320         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3322 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
3324         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3325         as read.
3327         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3329 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
3331         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3332         (gnus-bookmark-default-file): Use gnus-directory.
3333         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3334         Remove "*" in doc string.
3335         (gnus-bookmark-write-file): Simplify.
3336         (gnus-bookmark-maybe-sort-alist): Use `when'.
3337         (gnus-bookmark-get-bookmark): Fix typo in doc string.
3338         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3339         FIXME about Emacs 21 and XEmacs compatibility.
3340         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3341         compatibility.
3342         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3343         compatibility.
3344         (gnus-bookmark-menu-heading): Fix version.
3346 2006-06-19  Bastien Guerry  <bzg@altern.org>
3348         * gnus-bookmark.el: New file.
3350 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3352         * message.el (message-syntax-checks): Doc fix.
3354 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3356         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3357         unsubscribed groups as if they were killed ones.  It causes duplicate
3358         entries in gnus-newsrc-alist.
3360 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3362         * message.el (message-syntax-checks): Doc fix.
3363         (message-send-mail): Add check for continuation headers.
3364         (message-check-news-header-syntax): Fix regexp used to check for
3365         continuation headers.
3367 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3369         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3371 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3373         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3375 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3377         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3378         default-truncate-lines.
3380 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3382         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3383         to fill the utf-8 entry.
3385         * lpath.el: Fbind unicode-precedence-list.
3387 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3389         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3391 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
3393         * gnus-agent.el (directory-files-and-attributes): Move all the way
3394         forward (the third and final move).
3395         (gnus-agent-read-agentview): Trap reconstruction errors due to
3396         nonexistant directory.  Handle by returning nil.
3398 2006-05-30  Didier Verna  <didier@xemacs.org>
3400         * message.el (message-dont-reply-to-names): Update the custom type.
3401         * message.el (message-dont-reply-to-names): New defsubst: potentially
3402         convert a list of regexps into a single one.
3403         * message.el (message-get-reply-headers): Use it.
3404         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3406 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3408         * gnus-agent.el (directory-files-and-attributes): Move forward.
3410 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3412         * gnus-ml.el (gnus-mailing-list-subscribe)
3413         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3414         (gnus-mailing-list-message): Fix doc strings.
3416 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3418         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3419         of doing it manually.
3421 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3423         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3424         comment.
3426 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
3428         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3429         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3430         (gnus-agent-read-local): All symbols allocated in my-obarray
3431         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3432         (gnus-agent-regenerate-group): Check numeric names to see if they are
3433         messages or groups.
3434         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3435         better way of do this...)
3437         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3438         'dummy.group' (there should be a better way of do this...)
3440 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3442         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3443         (gnus-saved-headers): Ditto.
3444         (gnus-default-article-saver): Mention functions may have properties.
3445         (gnus-article-save): Override gnus-save-all-headers and
3446         gnus-saved-headers by :headers property which saver function may have.
3447         (gnus-summary-save-in-file): Add :headers property.
3448         (gnus-summary-write-to-file): Ditto.
3450         * gnus-sum.el (gnus-summary-save-article): Bind
3451         gnus-prompt-before-saving to t when saving many articles in a file;
3452         always show all headers.
3454         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
3456 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3458         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3459         marks.
3461         * message.el (message-indent-citation): Add optional arguments to allow
3462         using it outside of message buffers.
3464         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3465         (gnus-article-treat-unfold-headers): Use it.
3466         (gnus-article-truncate-lines): New variable.
3467         (gnus-article-mode): Use it.
3468         (gnus-article-toggle-truncate-lines): New function.
3470         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3471         gnus-article-toggle-truncate-lines.
3473         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3474         coding system in XEmacs, use binary.
3476 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3478         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3479         after-load-alist.
3481         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3482         this function should save decoded articles.
3483         (gnus-summary-write-to-file): Use property to specify this function
3484         should save decoded articles and specify gnus-summary-save-in-file
3485         should be used to save articles other than the first one when saving
3486         many articles.
3487         (gnus-summary-save-body-in-file): Use property to specify this
3488         function should save decoded articles.
3489         (gnus-summary-write-body-to-file): Use property to specify this
3490         function should save decoded articles and specify
3491         gnus-summary-save-body-in-file should be used to save articles other
3492         than the first one when saving many articles.
3494         * gnus-sum.el (gnus-summary-save-article): Simplify.
3496 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3498         * gnus-art.el (gnus-default-article-saver): Add
3499         gnus-summary-write-body-to-file.
3500         (gnus-article-save-coding-system): Don't use coding system object
3501         in XEmacs.
3502         (gnus-read-save-file-name): Add optional `dir-var' argument which
3503         specifies directory in which files are saved; work even if optional
3504         `variable' argument is not specified.
3505         (gnus-summary-write-to-file): Read file name.
3506         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3507         (gnus-summary-write-body-to-file): New function.
3509         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3510         (gnus-summary-local-variables): Add it.
3511         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3512         (gnus-summary-save-article): Remove optional `decode' argument;
3513         determine whether to decode articles by the value of
3514         gnus-default-article-saver; when saving many files using
3515         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3516         it first and use gnus-summary-save-in-file or
3517         gnus-summary-save-body-in-file thereafter unless
3518         gnus-prompt-before-saving is always; move point to article which
3519         will be saved.
3520         (gnus-summary-save-article-file): Revert.
3521         (gnus-summary-write-article-file): Revert.
3522         (gnus-summary-save-article-body-file): Revert.
3523         (gnus-summary-write-article-body-file): New function.
3525 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3527         * gnus-art.el (gnus-default-article-saver): Doc fix.
3528         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3529         from gnus-summary-save-article-coding-system, and default to a
3530         certain coding system.
3531         (gnus-output-to-file): Add coding cookie and encode text according
3532         to gnus-article-save-coding-system; don't use mm-append-to-file.
3534         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3535         gnus-art.el and rename to gnus-article-save-coding-system.
3536         (gnus-summary-save-article): Require gnus-art; don't show all
3537         headers if it decodes articles; don't add coding cookie here;
3538         don't bind mm-text-coding-system-for-write.
3539         (gnus-summary-save-article-file): Save decoded articles.
3540         (gnus-summary-write-article-file): When saving many files, use
3541         gnus-summary-write-to-file first and gnus-summary-save-in-file
3542         thereafter unless gnus-prompt-before-saving is always.
3543         (gnus-summary-save-article-body-file): Save decoded articles.
3545         * lpath.el: Fbind select-safe-coding-system for XEmacs.
3547 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3549         * nnrss.el (nnrss-check-group): Bind hash-index.
3551 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3553         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3554         its hash index.  Store this hash in `nnrss-group-data'.
3555         (nnrss-read-group-data): Update accordingly.
3557 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3559         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3560         entry.
3562         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3563         gnus-article-browse-html-article.
3565 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
3567         * gnus-sum.el (gnus-summary-mime-map): Add
3568         gnus-article-browse-html-article.
3570         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3572 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3574         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3575         suitable coding systems in customize.
3577 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3579         * mail-source.el (mail-sources): Fix custom type.
3581 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3583         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3584         (gnus-summary-expire-articles-now): Shorten prompt.
3586         * gmm-utils.el (wid-edit): Require.
3587         (defun-gmm): Renamed from `gmm-defun-compat'.
3588         (gmm-image-search-load-path): Use it.
3589         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
3591 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3593         * gnus-sum.el (gnus-summary-save-article-coding-system): New
3594         variable.
3595         (gnus-summary-save-article): Add optional `decode' argument.  If
3596         it is set and gnus-summary-save-article-coding-system is non-nil,
3597         save decoded article.
3598         (gnus-summary-write-article-file): Save decoded article if
3599         gnus-summary-save-article-coding-system is non-nil.
3601         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3602         type.
3604 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3606         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3608 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3610         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3611         first to test gnus-single-article-buffer which may be buffer-local.
3613         * gnus-sum.el (gnus-summary-setup-buffer): Make
3614         gnus-single-article-buffer buffer-local and nil in ephemeral
3615         group; make gnus-article-buffer, gnus-article-current, and
3616         gnus-original-article-buffer always buffer-local.
3617         (gnus-summary-exit): Kill article buffer belonging to ephemeral
3618         group.
3619         (gnus-handle-ephemeral-exit): Don't move to next summary line.
3621 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3623         * nnml.el (nnml-request-compact-group): Compressed files might not
3624         have .gz extension.
3626 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3629         (mm-copy-to-buffer): Use with-current-buffer.
3630         (mm-display-part): Simplify.
3631         (mm-inlinable-p): Add optional arg `type'.
3633 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3636         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3637         Try harder to show the attachment internally or externally using
3638         gnus-mime-view-part-as-type.
3640 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3642         * message.el (message-from-style, message-signature-separator)
3643         (message-user-organization-file, message-send-mail-function)
3644         (message-citation-line-function, message-yank-prefix)
3645         (message-indent-citation-function, message-signature)
3646         (message-signature-file, message-signature-insert-empty-line):
3647         Remove autoloads.
3649         * gnus-art.el (gnus-buttonized-mime-types): Remove
3650         "multipart/signed".  Revert 2006-04-26 change.
3652 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654         * gnus.el (gnus-version-number): Bump version.
3656 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3658         * gnus.el: No Gnus v0.5 is released.
3660 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3662         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3663         fetching articles by message-id.
3665 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667         * message.el (hashcash): Require hashcash as normal.
3669         * ecomplete.el (ecomplete-highlight-match-line): Use
3670         point-at-eol.
3671         (ecomplete-highlight-match-line): Use `highlight', because that
3672         face exists in both Emacs and XEmacs.
3674         * message.el (message-display-abbrev): Use point-at-bol.
3676         * mail-source.el: Don't require timer/timer-funcs.
3678         * gnus-async.el: Ditto.
3680         * password.el: Ditto.
3682         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3684         * mm-url.el: Ditto.
3686         * gnus-xmas.el: Don't require timer-funcs.
3688         * mm-util.el: Require timer/timer-funcs.
3690 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3692         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3693         Close.
3695 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3697         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3698         unibyte after clear-decrypt function runs.
3700         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3701         returns as a unibyte string.
3703 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3705         * lpath.el: Revert.
3707         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3708         (pgg-gpg-process-sentinel): Revert.
3710         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3711         (pgg-pgp-lookup-key): Revert.
3713         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3714         (pgg-pgp5-lookup-key): Revert.
3716         * pgg.el (pgg-fetch-key): Revert.
3718 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3720         * lpath.el: Fbind string-as-multibyte for XEmacs.
3722         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3723         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3724         (mml1991-pgg-encrypt): Ditto.
3726         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3727         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3728         a multibyte buffer.
3730         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3731         (pgg-pgp-lookup-key): Ditto.
3733         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3734         (pgg-pgp5-lookup-key): Ditto.
3736         * pgg.el (pgg-fetch-key): Ditto.
3738 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3740         * message.el (message-user-organization-file): Check several
3741         locations of the organization file.
3743         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3744         Add gnus-article-view-part-as-type.
3746         * gnus-art.el (gnus-article-view-part-as-type): New function.
3748         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3749         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3751         * mml.el: Simplify autoload.
3752         (mml-mode): defvar dnd-protocol-alist instead of using
3753         symbol-value.
3754         (mml-default-directory): New variable.
3755         (mml-minibuffer-read-file): Use it.
3756         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3758         * message.el (message-citation-line-format): New variable.
3759         (message-insert-formated-citation-line): New function.
3760         (message-citation-line-function): Add
3761         `message-insert-formated-citation-line' to custom type.
3763         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3764         to doc string.
3766         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3767         depending on mm-verify-option.
3769 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3771         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3772         binding pgg-* variables; reimplement the section which prevents
3773         MIME header from being signed.
3774         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3775         pgg-text-mode; remove a blank line at the top of body.
3777         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3778         lines at the top of body; use gnus-newsgroup-charset if there's no
3779         Charset header.
3781 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3783         * message.el (message-self-insert-commands): Doc fix.
3785         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3786         (mm-uu-pgp-encrypted-test): Ditto.
3787         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3788         between header and body; return application/pgp-encrypted handle
3789         if decryption failed; decode decrypted body by charset.
3791         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3792         element match to application/pgp-*.
3794 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3796         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3797         HTML.
3799 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801         * mail-source.el (mail-source-call-script): Message the error
3802         string.
3804 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806         * gnus-util.el (gnus-byte-compile): Use it.
3808 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
3810         * gnus-util.el (kill-empty-logs): New function.
3812 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814         * message.el (message-mail-alias-type): Doc fix.
3815         (message-mail-alias-type-p): New function.
3816         (message-send): Use it.
3817         (message-mode): Ditto.
3818         (message-strip-forbidden-properties): Ditto.
3820         * ecomplete.el (ecomplete-database-file-coding-system): New
3821         variable.
3822         (ecomplete-save): Use it.
3823         (ecomplete-setup): Use it.
3825 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3827         * message.el (message-self-insert-commands): New variable.
3828         (message-strip-forbidden-properties): Use it.
3830 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3833         that doesn't make XEmacs choke.
3835 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3837         * gnus-util.el (gnus-replace-in-string):
3838         Prefer replace-regexp-in-string over of replace-in-string.
3840 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3842         * gnus-util.el (gnus-select-frame-set-input-focus):
3843         Use select-frame-set-input-focus if it is available in XEmacs; use
3844         definition defined in Emacs 22 for old Emacsen.
3846         * dgnushack.el: Autoload unmorse-region for XEmacs.
3848         * lpath.el: Bind cursor-in-non-selected-windows and
3849         select-frame-set-input-focus for XEmacs.
3851 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3853         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3855 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3857         * gnus-registry.el (gnus-registry-cache-save): Remove text
3858         properties when saving via the temp buffer.
3860 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3862         * message.el (message-generate-hashcash): Honor custom type.
3864 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * message.el (message-generate-hashcash): Default to non-nil when
3867         hashcash is found.
3869         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3870         (gnus-refer-thread-limit): Increase default to 500.
3872         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3874         * flow-fill.el (fill-flowed): Allow delete-space.
3876 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3878         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3879         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3880         Remove autoloads.
3882 2006-04-18  Simon Josefsson  <jas@extundo.com>
3884         * message.el (message-generate-hashcash): Default to.
3886 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3888         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3889         concatenating segments rather than before concatenating them.
3891 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3893         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3895 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3899         * message.el (message-forward-make-body-plain): Allow
3900         message-forward-ignored-headers to be a list.
3901         (message-remove-ignored-headers): Factor out into function.
3902         (message-forward-make-body-mml): Use it.
3904         * imap.el (imap-quote-specials): New function.
3905         (imap-login-auth): Quote specials.
3907         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3908         (rfc2231-parse-string): Allow concatanation of parameters that
3909         aren't contiguous.  The test case is
3910           (mail-header-parse-content-type "message/external-body;
3911             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3912             access-type=LOCAL-FILE;
3913             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3915 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * nntp.el (nntp-accept-process-output): Return the value of
3918         `nnheader-accept-process-output'.
3920 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3923         (gnus-button-alist): Recognize more diff formats.
3924         (gnus-button-patch): Strip directory.
3926 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3928         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3929         Emacs 22 when setting focus.
3931 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * gnus-art.el (gnus-article-treat-types): Do treatment of
3934         text/x-verbatim parts.
3935         (gnus-button-patch): New command.
3937         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3938         addresses that contain invalid characters.
3940 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942         * message.el (message-put-addresses-in-ecomplete): Use
3943         gnus-replace-in-string.
3944         (message-is-yours-p): Use the more correct
3945         mail-header-parse-address instead of
3946         mail-extract-address-components.
3947         (message-put-addresses-in-ecomplete): Fix typo.
3949         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3950         keystroke.
3952         * gnus-art.el (gnus-treatment-function-alist): Change order of
3953         newsgroups/generic header folding to avoid double-folding.
3955         * message.el (message-hidden-headers): Add X-Draft-From.
3957         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3958         command.
3959         (gnus-summary-repeat-search-article-backward): New command.
3961         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3962         groups in the parent topic.
3964 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3966         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3967         (spam-extra-header-to-number): Return the CRM114 number as a
3968         number instead of a string.
3970 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972         * gnus-art.el (gnus-face-properties-alist): Moved here from
3973         gnus-fun.
3975         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3977 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979         * message.el (message-strip-forbidden-properties): Only display on
3980         self-insert-command.
3982         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3983         reindent.
3984         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3986 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3988         * smiley.el (smiley-style): Fix typo.
3990 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992         * hashcash.el (hashcash-insert-payment-async-2): Use
3993         message-goto-eoh instead of doing it manually.
3994         (mail-add-payment): Use message-narrow-to-header instead of trying
3995         to do the same itself.
3997         * message.el (message-hidden-headers): Add Face.
3999         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4000         reparenting code.
4001         (gnus-summary-reparent-children): Refactored out code.
4002         (gnus-summary-thread-map): New keystroke.
4003         (gnus-summary-reparent-children): Make into command.
4005         * smiley.el (smiley-style): Default to `medium' if using a large
4006         font.
4008         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4009         does it itself.
4011         * message.el (message-point-in-header-p): Simplify definition.
4013 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015         * nnagent.el (nnagent-request-set-mark): Silence log file
4016         writing.
4017         (nnagent-request-set-mark): Use write-region instead of
4018         append-to-file.
4020         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4021         strange select method.
4023         * ecomplete.el (ecomplete-display-matches): Get highlightling
4024         right.
4025         (ecomplete-display-matches): Use literals.
4026         (ecomplete-display-matches): Disable message logging.
4028         * message.el (message-display-abbrev): Small optimization.
4030         * ecomplete.el (ecomplete-display-matches): Allow automatic
4031         display.
4033         * message.el (message-strip-forbidden-properties): Display
4034         abbrevs.
4035         (message-display-abbrev): Get automatic display right.
4037         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4038         keystrokes.
4040 2006-04-13  Romain Francoise  <romain@orebokech.com>
4042         TODO: Backport to v5-10!
4044         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4045         Moved here (and renamed) from gnus-registry.el.
4047         * gnus-registry.el: Require gnus-util.
4048         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4050 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052         * gnus-group.el (gnus-group-catchup-current): Change
4053         if-then-else-if-then-else into cond.
4054         (gnus-group-catchup): Indent.
4055         (group-name-at-point): New function.
4056         (gnus-fetch-group): Provide default from thing at point.
4058 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060         * message.el (message-display-abbrev): Fix regexp.
4062         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4063         choosing.
4064         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4065         dead variables.
4067         * message.el (message-newline-and-indent): Remove debugging.
4068         (message-display-abbrev): Use new implementation.
4070 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4072         * gnus-art.el (gnus-article-mode): Set
4073         cursor-in-non-selected-windows to nil.
4075         * smiley.el: Revert previous change.
4076         (smiley-data-directory): defvar it before using it in the
4077         defcustom of `smiley-style'.
4079 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081         * message.el (message-newline-and-indent): New function.
4083         * ecomplete.el: Implement more bits.
4085         * message.el (message-put-addresses-in-ecomplete): Clean up the
4086         string.
4088         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4090         * gnus-sum.el (gnus-summary-save-parts): Bind
4091         gnus-summary-save-parts-counter and use it to make unique file
4092         names.
4094         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4096         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4097         parameter to say whether to actually parse the individual
4098         addresses.
4100         * message.el (message-put-addresses-in-ecomplete): New function.
4101         (ecomplete): Require.
4102         (message-mail-alias-type): Add ecomplete as an option.
4104 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4106         * flow-fill.el (fill-flowed): Remove trailing space from blank
4107         quoted lines.
4109 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * smiley.el (smiley-style): Move definition later to avoid a
4112         compilation warning.
4114 2006-04-12  Kenichi Handa  <handa@m17n.org>
4116         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4117         buffer and then decode the buffer text if necessary.
4118         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4119         first, and after mm-encode-body, change the buffer to unibyte.
4120         Use mm-disable-multibyte instead of set-buffer-multibyte.
4122 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4124         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4125         Content-Type header instead of Content-Disposition header.
4126         (gnus-mime-inline-part): Ditto.
4127         (gnus-mime-view-part-as-charset): Ignore charset that the part
4128         specifies.
4130         * mm-decode.el (mm-display-part): Work with external parts and
4131         usual parts similarly.
4133         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4134         instead of gnus-display-mime.
4136         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4137         instead of with-temp-buffer.
4139         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4140         tag to summarized topics part in order to encode non-ASCII text.
4142 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4144         * smiley.el (smiley-style): New variable.
4145         (smiley-directory): New function.
4146         (smiley-data-directory): Derive from `smiley-style' using
4147         `smiley-directory'.
4148         (smiley-regexp-alist): Add new entries.
4150         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4151         (gnus-article-browse-delete-temp): Add :version.
4153 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4155         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4156         the sieve region.
4158 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160         * gnus.el (gnus-version-number): Bump version.
4162 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4164         * gnus.el: No Gnus v0.4 is released.
4166 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4169         layout.
4171         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4172         unknown charset.
4174         * message.el (message-header-synonyms): Add Original-To to the
4175         default.
4177         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4178         optional parameter.
4180 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4182         * gnus-fun.el (gnus): Require it for gnus-directory.
4184 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4186         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4188 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4190         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4192 2006-04-05  Simon Josefsson  <jas@extundo.com>
4194         * password.el (password-reset): New function.
4196 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4198         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4199         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4201 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4203         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4204         Some whitespace was matched into the url, which broke browsing hits
4205         > 100 when mm-url-use-external was nil.
4207 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4209         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4210         gnus-extra-headers for 'Newsgroups.
4212         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4213         bound.
4215 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4217         * pgg-gpg.el: Clean up process buffers every time gpg processes
4218         complete.
4220 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4222         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4223         doc string.
4225 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4227         * pgg-gpg.el (pgg-gpg-process-filter)
4228         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4230         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4231         lines, temporary fix.
4233 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4235         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4237 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4239         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4240         default-enable-multibyte-characters.  This reverts the change from
4241         revision 6.17 which is no longer necessary because the passphrase
4242         is sent separately now.  GnuPG messages are unreadable under
4243         multibyte locales with default-enable-multibyte-characters set to
4244         nil.
4246 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4248         * message.el (message-tool-bar-gnome): Move "spell".
4250 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
4252         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4253         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
4254         instead.
4256 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
4258         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4259         newsgroups handling for NNTP overviews which don't include
4260         Newsgroups.
4262 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4264         * message.el (message-resend): Bind message-generate-hashcash to nil.
4266 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4268         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4269         when searching for already-paid recipients.
4271 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4273         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4274         passphrases when it is not needed.
4275         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4276         passphrase stuff from gpg, should only be necessary when you use
4277         gpg with a smartcard.
4279 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4281         * mml.el (mml-insert-mime): Ignore cached contents of
4282         message/external-body part.
4284         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4285         (mm-insert-part): Ditto.
4287 2006-03-23  Simon Josefsson  <jas@extundo.com>
4289         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4290         Reiner.
4291         (pgg-gpg-use-agent-p): Use it again.
4293 2006-03-23  Simon Josefsson  <jas@extundo.com>
4295         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4296         older emacsen.
4297         (pgg-gpg-use-agent-p): Don't use it.
4299 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
4301         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4302         if we can.
4304 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4306         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4307         (pgg-gpg-update-agent): New function.
4308         (pgg-gpg-use-agent-p): New function.
4309         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4310         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4311         (pgg-gpg-sign-region): Use it.
4313 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4315         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4316         Reported by Ralf Wachinger <rwachinger@gmx.de>.
4318 2006-03-21  Simon Josefsson  <jas@extundo.com>
4320         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4321         <wilde@sha-bang.de>.
4322         (pgg-gpg-use-agent): New variable.
4323         (pgg-gpg-process-region): Use it.
4324         (pgg-gpg-encrypt-region): Likewise.
4325         (pgg-gpg-encrypt-symmetric-region): Likewise.
4326         (pgg-gpg-decrypt-region): Likewise.
4327         (pgg-gpg-sign-region): Likewise.
4328         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4330 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4332         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4334         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4335         Add comment on version.
4337 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4339         * smiley.el: Add missing test smiley.
4341 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4343         * mm-decode.el (mm-with-part): New macro.
4344         (mm-get-part): Use it; work with message/external-body as well.
4345         (mm-save-part): Treat name and filename equally.
4347         * mm-extern.el (mm-extern-cache-contents): New function.
4348         (mm-inline-external-body): Use it; force the part to be displayed;
4349         move undisplayer added to the cached handle to the parent.
4351         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4352         (gnus-mime-view-part-as-type): Work with message/external-body.
4354         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4356 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4358         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4359         images in image-load-path.  [Sync with image.el, revision 1.60, in
4360         Emacs.]
4362 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4364         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4365         path rather than symbol.  Always return list of directories.
4366         Guarantee that image directory comes first.  [Sync with image.el,
4367         revision 1.59, in Emacs.]
4369         * message.el (message-make-tool-bar): Adjust to new API of
4370         `gmm-image-load-path-for-library'.
4372         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4374         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4376 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4378         * gnus-art.el (gnus-article-only-boring-p):
4379         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4380         intangible text.
4381         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4383 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4385         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4386         `defun' instead of `gmm-defun-compat'.
4388 2006-03-14  Simon Josefsson  <jas@extundo.com>
4390         * message.el (message-unique-id): Don't use message-number-base36
4391         if (user-uid) is a float.
4392         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4394 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4396         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4398         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4399         empty line between a part and a message part.
4401 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4403         * smiley.el: Add more test smileys.
4404         (smiley-data-directory, smiley-regexp-alist)
4405         (gnus-smiley-file-types): Fix doc strings.
4406         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4407         adding new elements.
4408         (smiley-mouse-map): Unused code.  Make it a comment.
4410 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4412         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4413         scan latest NoCeM messages instead of old ones.
4414         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4415         delimiters that are recently used.
4416         (gnus-nocem-load-cache): Add autoload cookie.
4418         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4420         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4421         level which is larger than gnus-use-nocem is specified.
4423         * gnus-group.el (gnus-group-get-new-news): Ditto.
4425 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4427         * gnus-util.el (gnus-tool-bar-update): New function.
4429         * gnus-group.el (gnus-group-update-tool-bar): New variable.
4430         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4432         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4434         * gnus-group.el (gnus-group-redraw-when-idle)
4435         (gnus-group-redraw-check): Remove.
4436         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4438 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4440         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4441         if optional last element is specified in splits (FIELD VALUE...).
4443 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
4445         * message.el (message-make-tool-bar): Rename gmm-image-load-path
4446         to gmm-image-load-path-for-library.  Call with no-error argument.
4447         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4449         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4451         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4453         * gmm-utils.el (gmm-image-load-path): Remove alias.
4455 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
4457         * gmm-utils.el (gmm-image-load-path): Add alias.
4459         * nnml.el (nnml-generate-nov-databases-directory): Rename from
4460         nnml-generate-nov-databases-1.
4461         (nnml-generate-nov-databases): Use it.
4462         (nnml-generate-nov-databases-directory): Document no-active
4463         argument.
4465         * gmm-utils.el (gmm-image-load-path-for-library): Return single
4466         directory if path is t.  Add no-error.
4468         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4469         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4471         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4472         resetting gnus-article-browse-html-temp-list.
4474         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4475         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
4476         Add example to docstring.  Rename local variables.  Move error
4477         checks to default case in cond and simplify.
4479 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4481         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4482         handle is multipart when calling it recursively.
4483         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4485 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
4487         * nnimap.el (nnimap-request-update-info-internal): Optimize.
4488         Don't `gnus-uncompress-range' to avoid excessive memory usage.
4490 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4492         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4493         is loaded.
4495         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4496         loaded.
4498 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4500         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4501         to "Emacs 23 (unicode)" in doc string.
4503         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4504         "Emacs 23 (unicode)" in comment.
4506 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4508         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4510         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4511         characters 160 through 255 in Emacs 23.
4513 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4515         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4516         gnus-article-browse-html-temp.
4517         (gnus-article-browse-delete-temp): Make it customizable.  Add
4518         `file'.  Adjust doc string.
4519         (gnus-article-browse-delete-temp-files): Add argument.  Allow
4520         query for each file.  Adjust doc string.
4521         (gnus-article-browse-html-parts): Add
4522         `gnus-article-browse-delete-temp-files' to
4523         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4525 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
4527         * gnus-art.el (gnus-article-browse-html-temp)
4528         (gnus-article-browse-delete-temp): New variables.
4529         (gnus-article-browse-delete-temp-files): New function.
4530         (gnus-article-browse-html-parts): Use it.
4532 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4534         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4536         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4537         string.
4539         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4540         gnus-summary-insert-new-articles when unplugged.  Remove
4541         gnus-summary-search-article-forward.
4543         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4544         display-visual-class instead of display-color-cells.
4546 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4548         * dgnushack.el: Autoload customize-group for XEmacs.
4550         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4551         message/* containing non-ASCII text properly.
4553 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4555         * message.el: Require gmm-utils, remove autoloads.
4556         (message-tool-bar): Set default based on
4557         gmm-tool-bar-style.
4558         (message-tool-bar-gnome): Add gmm-customize-mode.
4560         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4561         gmm-tool-bar-style.
4562         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4564         * gnus-group.el (gnus-group-tool-bar): Set default based on
4565         gmm-tool-bar-style.
4566         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4568         * gmm-utils.el (gmm-image-directory): Rename variable from
4569         gmm-image-load-path.
4570         (gmm-image-load-path): Use gmm-image-directory.
4571         (gmm-customize-mode): New function.
4572         (gmm-tool-bar-style): New variable.
4574         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4575         gnus-group-redraw-line-number.
4576         (gnus-group-redraw-check): Simplify.
4577         (gnus-group-tool-bar-update): Remove redraw check.
4578         (gnus-group-make-tool-bar): Add redraw check.
4580 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4582         * gnus-art.el (gnus-button): Add missing parentheses.
4584 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4586         * lpath.el: Fbind line-number-at-pos.
4588 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4590         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4592 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4594         * gnus-art.el (gnus-button): New face.
4595         (gnus-article-button-face): Use it.
4597         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4598         gnus-summary-next-page.  Re-order.
4600         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4601         next-node are now included.
4602         (gnus-group-redraw-line-number): New internal variable.
4603         (gnus-group-redraw-check): Helper function for updating the tool
4604         bar.
4605         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4607         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4609         * spam.el (spam-spamassassin-score-regexp): New internal variable.
4610         (spam-extra-header-to-number, spam-check-spamassassin-headers):
4611         Use it to match format of Spamassassin 3.0 and later.  Reported by
4612         IRIE Tetsuya <irie@t.email.ne.jp>.
4613         (spam-check-bogofilter)
4614         (spam-bogofilter-register-with-bogofilter): Fix args of
4615         `gnus-error' calls.
4617 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4619         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4620         unnecessary interaction when sending queued mails.  Reported by
4621         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4623 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4625         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4626         first or last are nil.
4628 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4630         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4632 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4636 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638         * dns.el (query-dns): Protect more against buggy tcp output.
4640 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4642         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4643         nov.php.
4645 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4647         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4648         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4649         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4650         output on the server side.
4651         (nnweb-google-create-mapping): Update regexps and add some
4652         progress indication.
4654 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4656         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4657         gnus-agent-toggle-plugged.  Re-order icons.
4658         (gnus-group-tool-bar-gnome): Add
4659         gnus-group-{prev,next}-unread-group.
4660         (gnus-group-tool-bar-gnome): Re-order icons.
4662         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4663         gnus-summary-insert-new-articles.
4665         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4666         comments.
4668         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4669         also available in Emacs 21.3.
4671         * message.el (message-fix-before-sending): Change "Emacs 22" to
4672         "Emacs 23 (unicode)" in comment.
4674         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4675         "Emacs 23 (unicode)" in comment.
4677         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4678         comment.
4679         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4681         * mm-view.el (mm-fill-flowed): Add :version.
4683 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4685         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4686         and load-path.
4688 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4690         * message.el: Autoload gmm-image-load-path.
4691         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4692         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4693         consitency.
4695         * gmm-utils.el (gmm-image-load-path): Also search in
4696         "../etc/images".  Don't set gmm-image-load-path if we don't find
4697         the image.
4699 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4701         * gmm-utils.el (gmm-image-load-path): Don't make
4702         `gmm-image-load-path' include subdirectories which the second arg
4703         `image' might specify.
4705         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4706         subdirectory to icon file names.
4708         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4710 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4712         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4713         gmm-image-load-path calls.
4715         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4717         * message.el (message-make-tool-bar): Ditto.
4719         * mml.el (mml-preview): Added comment concerning tool bar icons.
4721         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4722         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4724         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4725         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4727         * message.el (message-tool-bar-gnome): Use new icon names.
4728         (message-make-tool-bar): Use `gmm-image-load-path'.
4730         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4731         functions from MH-E.
4732         (gmm-image-load-path): New variable from MH-E.
4733         (gmm-image-load-path): New function from MH-E.  Added arguments
4734         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4735         *-image-load-path-called-flag.
4737 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4739         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4741 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4743         * nnimap.el (nnimap-request-move-article): Change folder back to
4744         source group before deleting.
4746 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4748         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4750         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4751         mm-url.
4753         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4755 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4757         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4758         coding system which mm-charset-to-coding-system returns for a
4759         given charset is valid.
4761 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4763         * html2text.el (html2text-remove-tag-list):
4764         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4766 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4768         * gnus-cus.el: Revert 2005-10-17 change.
4770 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4772         * gnus-art.el (article-strip-banner): Call
4773         article-really-strip-banner only when the regexp match is made.
4775 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4777         * gnus-art.el (article-strip-banner): Use
4778         gnus-extract-address-components instead of
4779         mail-header-parse-addresses to make it work with non-ASCII text;
4780         remove mail-encode-encoded-word-string.
4782         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4783         values which are surrounded with \"...\"; make it never cause a
4784         Lisp error; give up parsing of parameters if it failed in
4785         extracting type.
4787 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4789         * smime.el (smime-cert-by-ldap-1): Fix bug where
4790         `smime-ldap-search' returns results without userCertificates.
4792 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4794         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4796 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4798         * spam.el (spam-check-spamassassin-headers): Adapt format for
4799         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4800         <ari@mbf.ocn.ne.jp>.
4801         (spam-list-of-processors): Add spam-use-gmane.
4803 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4805         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4806         make-temp-file; make it work with XEmacs as well.
4808         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4809         mm-make-temp-file.
4811         * mm-decode.el (mm-display-external): Use the 3rd arg of
4812         mm-make-temp-file.
4813         (mm-create-image-xemacs): Ditto.
4815 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4817         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4818         with message-narrow-to-headers.
4819         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4820         (gnus-draft-check-draft-articles): New function.
4821         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4823 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4825         * gnus-art.el (gnus-article-browse-html-parts):
4826         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4827         Don't use suffix argument for mm-make-temp-file for Emacs 21
4828         compatibility.  Remove useless `format'.
4830 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4832         * nnweb.el (nnweb-google-wash-article): Update regexps.
4833         (nnweb-group-alist): Use defvoo instead of defvar.
4835 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4837         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4838         re-loading nn* modules.
4840 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4842         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4843         for `tool-bar-mode' and don't check it's default-value.
4845         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4847         * message.el (message-make-tool-bar): Ditto.
4849         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4850         `substring'.  Shorten tmp-file name.
4852         * gnus.el: Remove bogus comment.
4854 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4856         * gnus-art.el (gnus-article-browse-html-parts): New function.
4857         (gnus-article-browse-html-article): New function for viewing html
4858         articles with a browser.
4860 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4862         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4863         in elisp.
4864         (pgg-gpg-encrypt-symmetric-region): Ditto.
4865         (pgg-gpg-sign-region): Ditto.
4867         * pgg-def.el (pgg-text-mode): New variable.
4869         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4870         (mml2015-pgg-encrypt): Ditto.
4872         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4873         (mml1991-pgg-encrypt): Ditto.
4875 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4877         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4878         message-make-date instead of current-time-string.
4880         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4881         to gnus-decoded which mm-uu might set.
4883 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4885         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4886         don't decode quoted parameters; remove misimported Emacs code.
4887         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4888         (rfc2231-decode-encoded-string): Don't use split-string which
4889         behaves differently according to Emacs version; use
4890         mm-decode-coding-region to convert charset to coding-system.
4891         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4892         (rfc2231-encode-string): Remove misimported Emacs code.
4894 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4896         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4897         when calling mail-header-parse-content-type.
4898         (article-de-quoted-unreadable): Ditto.
4899         (article-de-base64-unreadable): Ditto.
4900         (article-wash-html): Ditto.
4902         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4903         calling mail-header-parse-content-type and
4904         mail-header-parse-content-disposition.
4905         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4906         mail-header-parse-content-type.
4908         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4909         insert charset and format parameters; encode description after
4910         inserting it to buffer.
4911         (mml-insert-parameter): Fold lines properly even if a parameter is
4912         segmented into two or more lines; change the max column to 76.
4914         * rfc1843.el (rfc1843-decode-article-body): Don't use
4915         ignore-errors when calling mail-header-parse-content-type.
4917         * rfc2231.el (rfc2231-parse-string): Return at least type if
4918         possible; don't cause an error even if it fails in parsing of
4919         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4920         (rfc2231-encode-string): Don't break lines at the beginning, leave
4921         it to mml-insert-parameter.
4923         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4924         calling mail-header-parse-content-type.
4926 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4928         * spam-report.el (spam-report-gmane-use-article-number):
4929         Improve doc string.
4930         (spam-report-gmane-internal): Check if a suitable header was found
4931         in the article.
4933 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4935         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4936         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4938 2006-02-05  Romain Francoise  <romain@orebokech.com>
4940         Update copyright notices of all files in the gnus directory.
4942 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4944         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4946 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4948         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4949         segmented lines of parameter value to cope with Thunderbird 1.5
4950         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4951         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4952         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4954 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4956         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4957         parts.
4959 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4961         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4962         there's only one active file for all servers.
4963         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4964         solid groups.  Gnus might have used a FAST request to select the group.
4965         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4966         and nnweb-search redundantly in the active file.
4967         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4968         (nnweb-request-create-group): Don't use ARGS.
4969         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4970         initialisations.  Let nnoo do the work.
4972 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4974         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4975         Say the part has been decoded.
4977         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4979 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4981         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4982         mailcap-viewer-test-cache when there's no 'test clause, since that
4983         will invert the meaning of a "nil" test previously determined by
4984         mailcap-mailcap-entry-passes-test.
4986 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4989         compiling.
4991         * gnus-sum.el: Ditto.
4993         * message.el: Don't bind tool-bar-map when compiling.
4995 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4997         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4999 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5001         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5002         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5003         current Google Groups.
5005 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5007         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5008         and tool-bar-mode.
5010         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5011         and tool-bar-mode.
5013         * message.el (message-tool-bar-update): Simplify.
5014         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5016         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5017         gnus-summary-buffer.
5018         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5019         gnus-summary-reply.
5021         * gmm-utils.el (gmm): Add :version.
5023 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5025         * Makefile.in (clean): New rule.
5026         (distclean): Use it.
5028 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5030         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5031         autoload.
5033 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5035         * gmm-utils.el (gmm-verbose): Add :group.
5037 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5039         * message.el: Change some comments WRT tool-bars.
5041         * gnus-sum.el (gnus-summary-tool-bar)
5042         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5043         (gnus-summary-tool-bar-zap-list): New variables.
5044         (gnus-summary-make-tool-bar): Complete rewrite using
5045         `gmm-tool-bar-from-list'.
5047         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5048         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5049         variables.
5050         (gnus-group-make-tool-bar): Complete rewrite using
5051         `gmm-tool-bar-from-list'.
5052         (gnus-group-tool-bar-update): New function.
5054         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5056 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5058         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5059         is dissected into a single part of which the type is the same as
5060         the given one; decode charset.
5062 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5064         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5065         into alists as symbol not string, since that's what
5066         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5067         look for.
5069 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5071         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5072         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5074         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5076 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5078         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5079         (gnus-xmas-mime-security-button-menu): New function.
5081         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5082         (gnus-mime-security-button-menu): New definition.
5083         (gnus-mime-security-button-map): Use them.
5084         (gnus-mime-security-button-menu): New function.
5085         (gnus-insert-mime-security-button): Addition to help echo.
5086         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5087         (gnus-mime-security-pipe-part): New functions.
5089         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5090         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5092         * mm-decode.el (mm-handle-set-disposition): Remove.
5093         (mm-handle-set-description): Remove.
5095 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5097         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5098         (mm-w3m-standalone-supports-m17n-p): New function.
5099         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5100         w3m usage.
5102         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5103         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5105 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5107         * message.el (message-tool-bar-zap-list): Use
5108         gmm-tool-bar-zap-list as custom type.
5109         (message-tool-bar-update): New function.
5110         (message-tool-bar, message-tool-bar-gnome)
5111         (message-tool-bar-retro): Add message-tool-bar-update.
5112         (message-tool-bar-gnome): Add flyspell-buffer.
5114         * gnus-util.el (gnus-error): Describe `args'.
5116         * gmm-utils.el (gmm-error): Describe `args'.
5117         (gmm-tool-bar-zap-list): New widget.
5118         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5120 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5122         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5123         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5124         the number of recursive calls.
5126         * mm-decode.el (mm-handle-set-disposition): New macro.
5127         (mm-handle-set-description): New macro.
5129 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5131         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5132         encoding.
5134 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5136         * message.el (message-tool-bar-zap-list, message-tool-bar)
5137         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5138         (message-tool-bar-local-item-from-menu): Remove.
5139         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5140         (message-make-tool-bar): New function.
5141         (message-mode): Use `message-make-tool-bar'.
5143         * gmm-utils.el: New file.
5144         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5145         (gmm-lazy): New widget copied from `nnmail.el'.
5146         (gmm-tool-bar-from-list): New function for creating customizable
5147         tool bars.
5148         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5149         output.
5150         (gmm): Add :prefix to defgroup.
5152 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5154         * gmm-utils.el (gmm-widget-p): New function.
5156 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5158         * mml.el (mml-attach-file): Describe `description' in doc string.
5159         (mml-menu): Add Emacs MIME manual and PGG manual.
5161 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5163         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5165 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5167         * nntp.el (nntp-end-of-line): Doc fix.
5169 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5171         * imap.el (imap-open): Handle case where buffer is a buffer
5172         object.
5174 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5176         * gnus-delay.el (gnus-delay): Don't autoload.
5177         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5178         to be re-loaded when customizing the `gnus-delay' group.
5180 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5182         * message.el (message-insert-citation-line): Use newlines.
5184 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5186         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5187         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
5188         these routines, so the passphrase can be managed externally and
5189         passed in to the system.
5190         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5191         pgg-add-passphrase-to-cache function.
5193         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5194         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
5195         these routines, so the passphrase can be managed externally and
5196         passed in to the system.
5197         (pgg-pgp5-sign-region): Use new name of
5198         pgg-add-passphrase-to-cache function.
5200 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5202         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5203         part of the decoded armor to find the key-identifier.
5204         (pgg-gpg-lookup-key-owner): New function to return the
5205         human-readable identifier of a key owner.
5206         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
5207         itself.
5208         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5209         the key value) if we have a key and can match it against a secret
5210         key.  Also, added a note pointing out fact that the prompt only
5211         indicates the first matching key.
5213         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
5214         pgg-decrypt-region.
5215         (pgg-add-passphrase-to-cache): Rename from
5216         `pgg-add-passphrase-cache' to reduce confusion (all callers
5217         changed).
5218         (pgg-remove-passphrase-from-cache): Rename from
5219         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5220         changed).
5221         (pgg-read-passphrase, pgg-add-passphrase-cache)
5222         (pgg-remove-passphrase-cache): Add informative docstrings.
5223         (pgg-decrypt): Convey provided passphrase in subordinate call to
5224         pgg-decrypt-region.
5226 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5228         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5229         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5230         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5231         'passphrase' argument, so the passphrase can be managed externally
5232         and then passed in to the system.
5234         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5235         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
5236         so the passphrase cache can be used reliably with identifiers
5237         besides a pgp packet's key id.
5239         * pgg-gpg.el (pgg-gpg-encrypt-region)
5240         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5241         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
5242         these routines, so the passphrase can be managed externally and
5243         passed in to the system.
5245         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5246         'notruncate' argument, so the passphrase cache can be used
5247         reliably with identifiers besides a pgp packet's key id.
5249 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
5251         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5252         symmetric encryption.
5253         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5254         encrypted session key.
5255         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5256         message ask for the passphrase in a proper way.
5258         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5259         New user commands for symmetric encryption.
5261 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5263         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5265         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5267 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
5269         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5271 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5273         * mm-decode.el (mm-inlined-types): Add application/pgp.
5274         (mm-automatic-display): Ditto.
5276         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5277         part as text.
5279 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5281         * nnrss.el: Update copyright.
5282         (nnrss-opml-import): Query whether to subscribe to each entry.
5284         * gnus-art.el:
5285         * gnus-sum.el:
5286         * gnus-xmas.el:
5287         * messagexmas.el:
5288         * mm-uu.el:
5289         * mm-view.el: Update copyright.
5291 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
5293         * message.el (message-info): New function.
5294         (message-mode-menu): Add it.
5295         Update copyright.
5297         * ChangeLog: Fix and update copyright.
5299 2006-01-13  Romain Francoise  <romain@orebokech.com>
5301         * message.el (message-forward-subject-name-subject): Prefer the
5302         address to 'nowhere' if the sender has no name.
5303         Fix typo.  Update copyright year.
5305 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5307         * gnus-art.el (article-wash-html): Use
5308         gnus-summary-show-article-charset-alist if a numeric arg is given.
5309         (gnus-article-wash-html-with-w3m-standalone): New function.
5311         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5312         mm-inline-text-html-render-with-w3m-standalone.
5313         (mm-text-html-washer-alist): Map w3m-standalone to
5314         gnus-article-wash-html-with-w3m-standalone.
5315         (mm-inline-text-html-render-with-w3m-standalone): New function.
5317 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5319         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5320         Improve LaTeX.
5322 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5324         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5325         (nnrss-request-article): Render text/plain parts as HTML.
5327         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5328         the buffer.
5330 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5332         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5333         custom definition of `gnus-posting-styles'.
5335         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5336         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5338 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5340         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5341         Use nntp for bug archive.
5343 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5345         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5346         parts.
5347         (nnrss-normalize-date): New function converts ISO 8601 date into
5348         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5349         (nnrss-check-group): Use it.
5351 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5353         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5355         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5356         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5357         (nnrss-insert-w3): Ditto.
5359 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5361         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5362         the articles to be forwarded including the case where neither a
5363         number of articles nor a region is specified.
5365 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5367         * nnrss.el (nnrss-request-article): Fix last change; fill
5368         text/plain parts.
5370 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5372         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5373         in text/plain part.
5374         (nnrss-check-group): Don't add excessive newline to dc:subject.
5376 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5378         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5379         article.
5381 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5383         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5384         (nnml-use-compressed-files, nnml-save-mail): Support other
5385         comression programs such as bzip2.
5387 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389         * dns.el (query-dns): Make sure we check the buffer size before
5390         removing tcp headers.
5392 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5394         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5395         remove MIME buttons associated with multipart/alternative parts.
5396         (gnus-mime-display-alternative): Tag buttons using `article-type'
5397         text property.
5399         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5400         associated with multipart/alternative parts.
5402         * gnus-art.el (gnus-signature-separator): Fix custom type.
5404         * mm-decode.el (mm-inlined-types): Fix custom type.
5405         (mm-keep-viewer-alive-types): Ditto.
5406         (mm-automatic-display): Ditto.
5407         (mm-attachment-override-types): Ditto.
5408         (mm-inline-override-types): Ditto.
5409         (mm-automatic-external-display): Ditto.
5411 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5413         * spam-report.el (spam-report-user-mail-address)
5414         (spam-report-user-agent): New variables.
5415         (spam-report-url-ping-plain): Use spam-report-user-agent.
5417 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5419         * gnus-art.el (gnus-button-handle-custom): Do not just use
5420         `customize-apropos' for any "M-x customize-*" button but the
5421         function called for.  Accept both the function name and its
5422         argument in order to achieve this.
5423         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5424         function name to `gnus-button-handle-custom' in case of "M-x
5425         customize-*" buttons.
5427 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5429         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5430         multipart/alternative and add xref to mm-discouraged-alternatives
5431         in doc string.
5433         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5434         gnus-buttonized-mime-types in doc string.
5436 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5438         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5439         Suggest image/.* in the doc string.
5441 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5443         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5444         message-marks (Debian bug #342521).
5446 2005-12-12  Simon Josefsson  <jas@extundo.com>
5448         * password.el (password-read-from-cache): Add.
5449         (password-read): Use it.
5451 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5453         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5454         us-ascii as a MIME charset.
5456         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5457         against the case where the 2nd arg TYPE is nil.
5459 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5461         * pop3.el (pop3-stream-type): Fix custom version.
5463         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5465 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5467         * mm-decode.el (mm-display-external): Add missing cdr.
5469 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5471         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5472         RFC1524) if it is in mailcap or add a suffix according to
5473         mailcap-mime-extensions when generating a temp filename; postpone
5474         deleting a temp file for 2 seconds for some wrappers, shell
5475         scripts, and so on, which might exit right after having started a
5476         viewer command as a background job.
5478 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5480         * nntp.el (nntp-marks-directory): Fix custom group.
5482         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5483         steps when < 10.
5485         * gnus-start.el (gnus-no-server-1): Mention
5486         `gnus-level-default-subscribed' in doc string.
5488 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5490         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5491         parens.
5493 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5495         * gnus-xmas.el (gnus-use-toolbar): Revert.
5496         (gnus-xmas-setup-toolbar): Use global default-toolbar if
5497         gnus-use-toolbar is default.
5499         * messagexmas.el (message-use-toolbar): Revert.
5500         (message-setup-toolbar): Use global default-toolbar if
5501         message-use-toolbar is default.
5503 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5505         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
5506         according to default-toolbar-visible-p.
5508         * messagexmas.el (message-use-toolbar): Ditto.
5510 2005-11-26  Dave Love  <fx@gnu.org>
5512         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5513         (tls-program, tls-success): Provide openssl alternative.
5515         * starttls.el: Doc fixes.
5516         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5517         SERVICE to PORT.
5519         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
5520         port null or service name.
5521         (starttls-negotiate): Autoload.
5523 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * message.el (message-kill-to-signature): Fix interactive spec.
5527 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5529         * pop3.el (pop3-open-server): Recognize a string as a service name.
5531 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5533         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5535 2005-11-23  Dave Love  <fx@gnu.org>
5537         Add pop3s, pop3/starttls.
5539         * pop3.el (pop3-authentication-scheme): Clarify doc.
5540         (open-tls-stream, starttls-open-stream): Autoload.
5541         (pop3-stream-type): New.
5542         (pop3-open-server): Use it.
5544         * mail-source.el (mail-sources): Fix some :types.  Add stream type
5545         for POP.
5546         (mail-source-keyword-map): Add :stream for POP.
5547         (mail-source-fetch-pop): Use pop3-stream-type.
5549 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5551         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5552         of current-time-string.
5554 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
5556         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5557         date header.
5559 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5561         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5562         it can seriously impact performance as it bypasses the agent's
5563         local caches.
5565 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5567         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5568         must be explicitly online rather than "not explicitly offline" for
5569         its flags to be synchronized.
5571         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5572         that gnus-uu-unmark-thread will function correctly.
5574         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5575         1024K is instead displayed as 1M.
5577 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5581 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
5583         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5585 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
5587         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5588         error message to display actual error condition.
5589         (gnus-agent-save-local): Avoid saving symbols that are bound to
5590         nil as they simply result in a warning message in
5591         gnus-agent-read-local.
5593 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5595         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5596         rather than make-variable-buffer-local for file-precious-flag.
5598 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5600         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5601         for duplicates which are removed.  The invalid sort check then
5602         triggers a rescan after the sort as sorting may have moved
5603         duplicate entries such that they can be cheaply detected.
5605 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5607         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5609 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5611         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5612         internal variable to a custom variable.  Changed default value
5613         from compressed(2) to uncompressed(1).
5614         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5615         support for uncompressed agentview files.  Taken together, reading
5616         the agentview file should now be 6-7 times faster.
5618 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5620         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5621         as a buffer-local variable.  This avoids creating truncated
5622         dribble files as a result of a hang up, eg.
5624 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
5626         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
5627         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
5628         XEmacs.
5630 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5632         * gnus-start.el (gnus-start-draft-setup): Enforce
5633         `gnus-draft-mode' for nndraft:drafts at startup.
5635         * gnus.el (gnus-splash): Change custom group.
5636         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5637         allow-list argument.
5639         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5640         string.
5642 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5644         * gnus-art.el (gnus-default-article-saver): Add user-defined
5645         `function' to custom type.
5647 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5649         * imap.el (imap-open): Handle case where buffer is a buffer
5650         object.
5652 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5654         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5655         long lines.
5656         (gnus-cache-delete-group): Wrap doc strings.
5658         * gnus-agent.el (gnus-agent-rename-group)
5659         (gnus-agent-delete-group): Wrap doc strings.
5661 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5663         * messagexmas.el (message-use-toolbar): Change the valid values
5664         into default, top, bottom, left, and right.
5665         (message-toolbar-thickness): New variable.
5666         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5667         well.
5668         (message-setup-toolbar): Make it work.
5670         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5671         (gnus-use-toolbar): Change the valid values into default, top,
5672         bottom, left, and right.
5673         (gnus-toolbar-thickness): New variable.
5674         (gnus-xmas-setup-toolbar): New function.
5675         (gnus-xmas-setup-group-toolbar): Use it.
5676         (gnus-xmas-setup-summary-toolbar): Use it.
5678 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680         * gnus-start.el (gnus-1): Add "native" to
5681         gnus-predefined-server-alist.
5683         * gnus.el (gnus-method-to-server): Don't add "native" to the
5684         lists here, because that leads to problems when
5685         gnus-select-method is bound.
5687 2005-11-09  Simon Josefsson  <jas@extundo.com>
5689         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5690         use (not sort-by-date) instead.
5692 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * gnus-delay.el (gnus-delay-group): Don't autoload.
5695         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5696         to be re-loaded when customizing the `gnus-delay' group.
5698 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5700         * message.el: Revert last changes.
5701         (message-insert-citation-line): Use newlines.
5703 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5705         * message.el (message-courtesy-message)
5706         (message-mark-insert-begin, message-mark-insert-end)
5707         (message-elide-ellipsis, message-cancel-message)
5708         (message-add-header, message-change-subject)
5709         (message-cross-post-followup-to-header)
5710         (message-cross-post-insert-note, message-reduce-to-to-cc)
5711         (message-widen-reply, message-delete-not-region)
5712         (message-kill-to-signature, message-insert-signature)
5713         (message-insert-importance-high, message-insert-importance-low)
5714         (message-insert-or-toggle-importance)
5715         (message-insert-disposition-notification-to)
5716         (message-indent-citation, message-yank-original)
5717         (message-cite-original-without-signature, message-cite-original)
5718         (message-insert-citation-line, message-position-on-field)
5719         (message-fix-before-sending, message-send-mail-partially)
5720         (message-send-mail, message-send-mail-with-sendmail)
5721         (message-send-mail-with-qmail, message-send-news)
5722         (message-check-news-header-syntax, message-generate-headers)
5723         (message-insert-courtesy-copy, message-fill-address)
5724         (message-fill-header, message-shorten-references)
5725         (message-setup-1, message-cancel-news)
5726         (message-forward-make-body-plain, message-forward-make-body-mime)
5727         (message-forward-make-body-mml, message-encode-message-body)
5728         (message-forward-make-body-digest-plain)
5729         (message-forward-make-body-digest-mime)
5730         (message-use-alternative-email-as-from): Insert `hard-newline'
5731         instead of ordinary newlines.
5733 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5735         * message.el (message-generate-headers): Downcase the argument
5736         given to message-check-element.
5738 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5740         * nntp.el (nntp-authinfo-rejected): New error condition.
5741         (nntp-wait-for): Use new error condition to signal authentication
5742         error.
5743         (nntp-retrieve-data): Rethrow new error condition to break out of
5744         recursive call to nntp-send-authinfo.
5746 2005-11-08  Romain Francoise  <romain@orebokech.com>
5748         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5749         (gnus-summary-exit-map): Bind to `Z p'.
5750         (gnus-summary-make-menu-bar): Add menu item.
5752 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5754         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5755         (gnus-treat-*): Add `first' in all doc strings.
5757         * gnus-group.el (gnus-group-compact-group): Fix typo.
5759 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5761         * gnus.el (gnus-parameters-case-fold-search): New variable.
5762         (gnus-parameters-get-parameter): Use it.
5764         * gnus-score.el (gnus-home-score-file): Doc fix.
5766 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5768         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5770 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5772         * mm-util.el (mm-special-display-p): New function.
5774         * mml.el (mml-preview): Use it; doc fix.
5776 2005-10-29  Romain Francoise  <romain@orebokech.com>
5778         * message.el (message-fix-before-sending): Fix comment.
5780 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5782         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5784 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5786         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5787         Used in gnus-score.el.
5789 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5791         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5793 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5795         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5796         whitespace removed in revision 7.8.  Use concatenated string to
5797         protect trailing whitespace.
5799 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5801         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5802         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5803         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5804         Courier IMAP ("some version from 2004").  Mostly based on similar
5805         code in the same function.
5807 2005-10-26  Didier Verna  <didier@xemacs.org>
5809         * gnus-group.el (gnus-group-compact-group): Invalidate original
5810         article buffer.
5811         * gnus-srvr.el (gnus-server-compact-server): Ditto.
5812         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5813         NOV database and in article itself.
5814         Invalidate article backlog.
5816 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5818         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5820 2005-10-26  Simon Josefsson  <jas@extundo.com>
5822         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5823         part of 2004-07-25 change.
5825 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5827         * message.el (message-display-completion-list): New function.
5828         (message-expand-group): Use it; make sure the Completions buffer
5829         is modifiable.
5831 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5833         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5834         user-mail-name is an empty string.
5836 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5838         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5839         depending on gnus-score-decay-constant.
5841         * encrypt.el (encrypt-insert-file-contents)
5842         (encrypt-write-file-contents): Don't use `gnus-message'.
5844         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5845         arguments.
5846         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5847         arguments to mm-uu-verbatim-marks-extract.
5848         (mm-uu-hide-markers): New variable.
5849         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5851         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5852         (gnus-convert-image-to-face-command): Use "convert" by default to
5853         allow other input image formats.
5854         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5855         accordingly.
5857 2005-10-23  Simon Josefsson  <jas@extundo.com>
5859         * imap.el (imap-gssapi-program): Align command line parameters
5860         with latest GNU SASL.
5861         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5863 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5866         HTML.
5867         (nnslashdot-request-article): Ditto.
5869         * lpath.el (featurep): Add nobreak-char-display.
5871 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5873         * mail-source.el (mail-source-fetch-pop): Require pop3.
5874         (mail-source-check-pop): Ditto.
5876 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5878         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5879         errors.
5881 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5883         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5884         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5886         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5888         * mm-bodies.el (mm-decode-string): Call
5889         `mm-charset-to-coding-system' with allow-override argument.
5891 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5893         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5894         (rfc2047-charset-to-coding-system): New function.
5895         (rfc2047-decode-encoded-words): New function.
5896         (rfc2047-decode-region): Use them.
5897         (rfc2047-decode-cte): Remove.
5898         (rfc2047-parse-and-decode): Remove.
5899         (rfc2047-decode): Remove.
5901 2005-10-15  Kenichi Handa  <handa@m17n.org>
5903         * rfc2047.el (rfc2047-decode-cte): New function.
5904         (rfc2047-decode-region): Change the way to decode successive
5905         encoded-words: decode B- or Q-encoding in each encoded-word,
5906         concatenate them, and decode it as charset.
5908 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5910         * lpath.el: Fbind codepage-setup for XEmacs.
5912 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5914         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5915         widget-move-and-invoke.
5916         (gnus-custom-mode): Use gnus-custom-map.
5918 2005-10-15  Bill Wohler  <wohler@newt.com>
5920         * message.el (message-tool-bar-map): Renamed image file from
5921         mail_send to mail/send.
5923 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5925         * message.el (message-expand-group): Pass the common
5926         prefix substring of completion to `display-completion-list'.
5928 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5930         * mml-sec.el (mml-secure-method): New internal variable.
5931         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5932         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5933         functions using mml-secure-method.
5935         * mml.el (mml-mode-map): Add key bindings for those functions.
5936         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5937         Harder <harder@myrealbox.com>.
5938         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5939         end of message if point is the headers of the message.
5941         * message.el (message-in-body-p): New function.
5943         * assistant.el: Autoload gnus-util and netrc.
5945         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5946         Use `mm-charset-override-alist' only when decoding.
5948         * mm-bodies.el (mm-decode-body): Call
5949         `mm-charset-to-coding-system' with allow-override argument.
5951         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5952         `filename' from Content-Disposition if Content-Type doesn't
5953         provide `name'.
5954         (gnus-mime-view-part-as-type): Set default instead of
5955         initial-input.
5957 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5959         * format-spec.el (format-spec): Propagate text properties of % spec.
5961 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5963         * gnus-art.el (gnus-treat-predicate): Add `first'.
5965 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5967         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5968         (mm-charset-override-alist): New variable.
5969         (mm-charset-to-coding-system): Use it.
5970         (mm-codepage-setup): New helper function.
5971         (mm-charset-eval-alist): New variable.
5972         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5973         about unknown charsets.
5975         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5977 2005-10-04  David Hansen  <david.hansen@gmx.net>
5979         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5980         (nnrss-check-group): Ditto.
5982 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5984         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5985         Rename x-gnus-verbatim to x-verbatim.
5986         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5988         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5989         x-verbatim.
5991         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5993         * gnus-util.el (gnus-remove-duplicates): Remove.
5995         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5996         instead of gnus-remove-duplicates.
5998         * message.el (message-remove-duplicates): Remove.
5999         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6000         message-remove-duplicates.
6002         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6003         available, else use implementation from `delete-dups'.
6005         * message.el (message-insert-expires): New function.
6006         (message-mode-map): Add key binding.
6007         (message-mode-field-menu): Add menu entry.
6008         (message-mode): Document it.
6009         (message-make-expires-date): Use `message-make-date'.
6011 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6013         * message.el (message-make-expires-date): New function.
6015 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6017         * Makefile.in (list-installed-shadows): New entry.
6018         (install): Use it.
6019         (remove-installed-shadows): New entry.
6021         * dgnushack.el (dgnushack-default-load-path): New variable.
6022         (dgnushack-find-lisp-shadows): New function.
6023         (dgnushack-remove-lisp-shadows): New function.
6025 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6027         * Makefile.in (install-el-elc): New entry.
6028         (install): Use it so that .el files are necessarily installed.
6030 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6032         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6034 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6036         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6037         function rather than the diff-mode.el package.
6038         (mm-display-external): Use with-current-buffer.
6039         (mm-viewer-completion-map, mm-viewer-completion-map):
6040         Move initialization inside declaration.
6042 2005-09-29  Simon Josefsson  <jas@extundo.com>
6044         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6045         autoload mail-check-payment.
6046         (spam-check-hashcash): Define unconditionally, since hashcash.el
6047         is part of Gnus now.  Ignore errors from payment checking.
6049 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6051         * message.el (message-bold-region, message-unbold-region): Rename
6052         from `bold-region' and `unbold-region'.
6054         * message.el: Remove useless autoloads.
6056 2005-09-28  Simon Josefsson  <jas@extundo.com>
6058         * message.el (message-use-idna): Default to t.
6059         (message-use-idna): Test whether encoding works too.  Doc fix.
6061 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6063         * nntp.el (nntp-warn-about-losing-connection): Remove.
6065 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6067         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6068         customizable.  Change default value.
6069         (mm-uu-diff-groups-regexp): Change default value.
6070         (mm-uu-type-alist): Add doc string.
6071         (mm-uu-configure): Add doc string.  Make it interactive.
6072         (mm-uu-tex-groups-regexp): New variable.
6073         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6074         (mm-uu-type-alist): Add LaTeX documents.
6075         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6076         of "text/verbatim".
6077         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6079         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6080         instead of "text/verbatim".
6082         * message.el (message-mark-inserted-region)
6083         (message-mark-insert-file): Use slrn style marks when called with
6084         prefix argument.
6086 2005-09-27  Simon Josefsson  <jas@extundo.com>
6088         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6090 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6092         * message.el (message-remove-duplicates): New function.
6093         Implementation borrowed from `gnus-remove-duplicates'.
6094         (message-idna-to-ascii-rhs): Also encode idna addresses in
6095         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6096         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6097         only ask about the same idna domain once per header and also tell
6098         in what header to replace the idna domain.
6100         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6101         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6102         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6103         a header is decoded and not just the last one.
6105 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6107         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6108         has been decoded.
6110         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6111         (mm-insert-part): Don't modify text if it has been decoded.
6113         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6114         decoded.
6116         * mm-view.el (mm-inline-text): Don't strip text props unless
6117         decoding enriched or richtext parts.
6119 2005-09-25  Romain Francoise  <romain@orebokech.com>
6121         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6122         * gnus-start.el (gnus-subscribe-interactively):
6123         * gnus-uu.el (gnus-uu-grab-articles):
6124         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6125         space.
6127 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6129         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6130         * mm-view.el (mm-view-pkcs7-decrypt):
6131         * gnus-sum.el (gnus-summary-limit-to-extra)
6132         (gnus-summary-respool-article, gnus-read-move-group-name):
6133         * gnus-score.el (gnus-summary-increase-score):
6134         * gnus-util.el (gnus-completing-read-with-default):
6135         * gnus-art.el (gnus-read-save-file-name)
6136         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6137         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6138         * message.el (message-check-news-header-syntax):
6139         Follow convention for reading with the minibuffer.
6141 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6143         * spam-report.el (spam-report-url-ping-plain):
6144         Use gnus-extended-version as User-Agent.
6146         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6147         default value is nil.
6149         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6150         (mm-uu-verbatim-marks-extract): New function.
6151         (mm-uu-extract): New face.
6152         (mm-uu-copy-to-buffer): Use it.
6154         * spam-report.el (spam-report-gmane-ham): Renamed from
6155         `spam-report-gmane-unspam'.
6156         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6157         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6159         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6160         Autoload.
6161         (spam-report-gmane-unregister-routine): Renamed
6162         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6164 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6166         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6167         (spam-report-gmane-unregister-routine): Add support for gmane
6168         unregistration.
6170         * spam-report.el (spam-report-gmane-unspam)
6171         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6172         (spam-report-gmane): Change to take a single article and do unspam
6173         registration.
6175 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6177         * mm-url.el (mm-url-decode-entities): Fix regexp.
6179 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6182         default to nil, to be able to use Gnus at all.  If the default
6183         switches to something else, then the function should be fixed not
6184         be exceedingly slow.
6186 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6188         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6189         fail hard.
6191         * spam-report.el: Add better Keywords line.
6193         * spam.el: Add Maintainer and better Keywords line.
6195 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6197         * gnus-art.el (gnus-article-replace-part)
6198         (gnus-mime-replace-part): New functions.
6199         (gnus-mime-action-alist, gnus-mime-button-commands)
6200         (gnus-mime-save-part-and-strip): Added file argument.
6201         (gnus-article-part-wrapper): Added interactive argument.
6203         * gnus-sum.el (gnus-summary-mime-map): Add
6204         `gnus-article-replace-part'.
6206 2005-09-19  Didier Verna  <didier@xemacs.org>
6208         The nnml compaction feature:
6209         * nnml.el (nnml-request-compact-group): New function.
6210         * nnml.el (nnml-request-compact): New function.
6211         * gnus-int.el (gnus-request-compact-group): New function.
6212         * gnus-int.el (gnus-request-compact): New function.
6213         * gnus-group.el (gnus-group-compact-group): New function.
6214         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6215         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6216         * gnus-srvr.el (gnus-server-compact-server): New function.
6217         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6218         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6220 2005-09-18  Deepak Goel  <deego@gnufans.org>
6222         * sieve.el (sieve-help): Fix `message' call: first arg should be a
6223         format spec.
6225 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6227         * gnus.el (gnus-group-startup-message): Bind image-load-path.
6229 2005-09-15  Romain Francoise  <romain@orebokech.com>
6231         * message.el (message-fill-paragraph): Clarify docstring.
6233 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6235         * gnus-art.el (gnus-mime-display-part): Protect against broken
6236         MIME messages.
6238 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6240         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6241         before parsing header.
6243 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6245         * html2text.el (html2text-replace-list): Add new entities.
6247 2005-09-11  Romain Francoise  <romain@orebokech.com>
6249         * message.el (message-alternative-emails): Improve docstring.
6250         (message-setup-1): Call `message-use-alternative-email-as-from'
6251         after `message-setup-hook' to give it precedence over posting
6252         styles, etc.
6253         (message-use-alternative-email-as-from): Add docstring.  Remove
6254         the original From header if present.
6256         * nnml.el (nnml-compressed-files-size-threshold): New variable.
6257         (nnml-save-mail): Use it.
6259         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6260         articles.  Add new argument `silent'.
6261         (gnus-uu-mark-all): Report the total number of marked articles.
6263 2005-09-10  Romain Francoise  <romain@orebokech.com>
6265         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6266         (gnus-uu-mark-series): Likewise.
6268 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6270         * spam-report.el (spam-report-gmane): Fix generation of spam
6271         report URL.
6273 2005-09-10  Simon Josefsson  <jas@extundo.com>
6275         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6276         t, based on discussion on the ding list with Robert Epprecht
6277         <epprecht@solnet.ch>.
6279 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6281         * spam-report.el (spam-report-gmane): Make it work without
6282         X-Report-Spam header.  Gmane now only provides Archived-At.
6283         This is only used if `spam-report-gmane-use-article-number' is nil.
6284         (spam-report-gmane-spam-header): Remove.  Not used anymore.
6286         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6287         make `gnus-summary-sort-by-recipient' work with threading.
6289         * nnweb.el (nnweb-google-wash-article): Print a message if article
6290         is not available.
6292 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6294         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6295         change.  Decode text/* parts content before displaying.
6297 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6299         * mml-smime.el: Remove defvar of gnus-extract-address-components.
6301 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6303         * mm-view.el (mm-display-inline-fontify): Disable support modes.
6305         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
6306         url-package-name, url-package-version,
6307         w3m-cid-retrieve-function-alist, w3m-current-buffer,
6308         w3m-display-inline-images, and w3m-minor-mode-map.
6310 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
6312         * message.el (message-tab-body-function): Fixed mismatched custom
6313         type.
6315         * gnus.el (gnus-group-change-level-function): Ditto.
6317         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6319         * gnus-art.el (gnus-signature-limit)
6320         (gnus-article-mime-part-function): Ditto.
6322 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6324         * mml.el (mml-mode): Silence the byte compiler.
6326         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6327         using `(sit-for 0)' before moving the point to the specified part;
6328         skip unbuttonized parts.
6329         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6330         return to the summary window if gnus-auto-select-part is non-nil.
6332 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6334         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6335         variables.
6336         (mml-dnd-attach-file, mml-mode): Use them.
6338         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6339         Make fetching article by MID work again for Google Groups.  Added
6340         FIXME concerning gnus-group-make-web-group.
6342         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6343         Don't depend on Gnus by using mail-extract-address-components if
6344         gnus-extract-address-components is not bound.
6346 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348         * gnus-art.el (gnus-mime-display-security): Don't display the
6349         signature, but only the signed part.
6351 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6353         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6355         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6356         list, not listp.
6358 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6360         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6361         when encoding.
6363         * mm-bodies.el (mm-decode-content-transfer-encoding):
6364         De-canonicalize CRLF for all text content types, not just
6365         text/plain.
6367 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6369         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6370         valid article; point arrow and cursor at the MIME button.
6372 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6374         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6375         Suggested by Dan Christensen <jdc@uwo.ca>.
6377         * mm-decode.el (mm-save-part): Enable change of prompt.
6379 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6381         * gnus-msg.el (gnus-inews-add-send-actions): Made
6382         `message-post-method' lambda parameter ARG `&optional'.
6384 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6386         * gnus-sum.el (gnus-summary-mime-map): Added
6387         gnus-article-save-part-and-strip, gnus-article-delete-part and
6388         gnus-article-jump-to-part.
6390         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6391         (gnus-article-edit-part): Use it.
6392         (gnus-article-part-wrapper): Added no-handle argument.
6393         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6394         functions.
6396 2005-08-29  Romain Francoise  <romain@orebokech.com>
6398         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6399         docstring.
6400         (gnus-face-from-file): Likewise.
6402 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6404         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6405         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6406         non-nil.
6407         (gnus-auto-select-part): New variable.
6408         (gnus-article-jump-to-part): New function.
6409         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6410         (gnus-mime-delete-part): Allow selecting specified part after
6411         deleting or stripping parts.
6412         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6413         part if argument is bogus.
6415 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6417         * gnus-art.el (w3m-minor-mode-map):
6418         * gnus-spec.el (gnus-newsrc-file-version):
6419         * gnus-util.el (nnmail-active-file-coding-system)
6420         (gnus-original-article-buffer, gnus-user-agent):
6421         * gnus.el (gnus-ham-process-destinations)
6422         (gnus-parameter-ham-marks-alist)
6423         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6424         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6425         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6426         * mm-decode.el (gnus-current-window-configuration):
6427         * mm-extern.el (gnus-article-mime-handles):
6428         * mm-url.el (url-current-object, url-package-name)
6429         (url-package-version):
6430         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6431         (smime-keys, w3m-cid-retrieve-function-alist)
6432         (w3m-current-buffer, w3m-display-inline-images)
6433         (w3m-minor-mode-map):
6434         * mml-smime.el (gnus-extract-address-components):
6435         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6436         (gnus-newsrc-hashtb, message-default-charset)
6437         (message-deletable-headers, message-options)
6438         (message-posting-charset, message-required-mail-headers)
6439         (message-required-news-headers):
6440         * mml1991.el (mc-pgp-always-sign):
6441         * mml2015.el (mc-pgp-always-sign):
6442         * nnheader.el (nnmail-extra-headers):
6443         * rfc1843.el (gnus-decode-encoded-word-function)
6444         (gnus-decode-header-function, gnus-newsgroup-name):
6445         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6447 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6449         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6450         the end of the date treatments.
6452 2005-08-15  Simon Josefsson  <jas@extundo.com>
6454         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6455         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6456         Capello and Romain Francoise.
6457         (pgg-fetch-key-function): Removed, not used?
6458         (pgg-insert-url-with-w3): Require url, to get
6459         url-insert-file-contents regardless of where it is defined.
6461 2005-08-13  Romain Francoise  <romain@orebokech.com>
6463         * message.el (message-cite-original-1): New function.
6464         (message-cite-original): Use it.
6465         (message-cite-original-without-signature): Ditto.
6467 2005-08-08  Romain Francoise  <romain@orebokech.com>
6469         * message.el (message-yank-empty-prefix): New variable.
6470         (message-indent-citation): Use it.
6471         (message-cite-original-without-signature): Respect X-No-Archive.
6473 2005-08-08  Simon Josefsson  <jas@extundo.com>
6475         * pgg.el: Autoload url-insert-file-contents instead of loading
6476         w3/url.
6477         (pgg-insert-url-with-w3): Don't load url here.
6479 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6481         * message.el (message-kill-to-signature): Don't insert newline at
6482         bol.
6483         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6485 2005-08-06  Romain Francoise  <romain@orebokech.com>
6487         * message.el (message-user-fqdn): Fix typo in docstring.
6489 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6491         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6493         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6495 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6497         * mm-bodies.el (mm-encode-body): Use coding system rather than
6498         charset to encode text.
6500         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6501         number of charsets if utf-8 is available (XEmacs).
6503 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6505         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6506         taken from `gnus-button-mid-or-mail-regexp'.
6507         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6508         (gnus-button-alist): Improve regexp for domain part of the MIDs
6509         for news:localpart@domain buttons.
6510         (gnus-button-ctan-directory-regexp): Update.
6512 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6514         * sieve-manage.el (sieve-manage-interactive-login): Use
6515         make-local-variable rather than make-variable-buffer-local.
6516         (sieve-manage-open): Ditto.
6517         (sieve-manage-authenticate): Ditto.
6519         * mml.el (mml-generate-mime-1): Make the content type default to
6520         text/plain if the filename is not specified.
6522 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6524         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6525         instead of insert-buffer.
6527         * message.el (message-yank-original): Ditto; set the mark at the
6528         end of the yanked message.
6530 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6532         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6533         lines to scroll rather than to stop it.
6535         * mml.el (mml-generate-default-type): Add doc string.
6536         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6537         default to application/octet-stream when determining the content
6538         type if it is not specified for the part or the mml contents; add
6539         a comment about mml-generate-default-type.
6541 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6543         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6544         make it default to application/octet-stream when determining the
6545         content type if it is not specified for the external contents.
6547 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6549         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6550         segmented parameter but also other parameters might be there.
6552 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6554         * mm-decode.el (mm-display-external): Delete temp file, directory
6555         and buffer immediately if the external process is exited.
6557 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6559         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6560         fewer lines than that of scroll-margin.
6561         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6563 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6565         * gnus-art.el (gnus-article-next-page): Revert.
6566         (gnus-article-beginning-of-window): New macro.
6567         (gnus-article-next-page-1): Use it.
6568         (gnus-article-prev-page): Ditto.
6569         (gnus-article-edit-part): Use insert-buffer-substring instead of
6570         insert-buffer.
6571         (gnus-article-edit-exit): Ditto.
6573         * gnus-util.el (gnus-beginning-of-window): Remove.
6574         (gnus-end-of-window): Remove.
6576         * lpath.el: Don't bind header-line-format and scroll-margin.
6578 2005-07-25  Simon Josefsson  <jas@extundo.com>
6580         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6581         to have the url package without w3.  Reported by Daiki Ueno
6582         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6584 2005-07-20  Didier Verna  <didier@xemacs.org>
6586         * gnus-diary.el: Remove the description comment (nndiary is now
6587         properly documented in the Gnus manual).
6588         Fix the spelling of "Back End".
6589         * nndiary.el: Ditto.
6590         Fix the copyright notice.
6592 2005-07-18  Romain Francoise  <romain@orebokech.com>
6594         * gnus-sum.el (gnus-summary-to-prefix,
6595         gnus-summary-newsgroup-prefix): New variables.
6596         (gnus-summary-from-or-to-or-newsgroups): Use them.
6598 2005-07-17  Romain Francoise  <romain@orebokech.com>
6600         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6601         space as it's generally not especially interesting to the user.
6603 2005-07-16  Romain Francoise  <romain@orebokech.com>
6605         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6606         nil to avoid prompting and file modification if one of the
6607         messages at the top of the nnfolder file contains a copyright
6608         notice.
6609         Update copyright notice.
6611         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6612         instead of `current-time-string' as the latter creates a time
6613         string that is not RFC 2822 compliant (it lacks the zone).
6614         Update copyright notice.
6616 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6619         for text/rtf.  Display default in prompt.  Pass default for M-n.
6621         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6623 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625         * gnus-msg.el (gnus-button-mailto): Remove
6626         save-selected-window-window hackery because it relies on
6627         save-selected-window internals.
6629 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6631         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6632         (gnus-article-next-page-1): Use gnus-beginning-of-window.
6633         (gnus-article-prev-page): Ditto.
6635         * gnus-util.el (gnus-beginning-of-window): New function.
6636         (gnus-end-of-window): New function.
6638         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
6640 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6642         * gnus-score.el (gnus-score-edit-all-score): Set
6643         gnus-score-edit-exit-function to gnus-score-edit-done and call
6644         gnus-message.
6646 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648         * gnus-msg.el (gnus-button-mailto): Remove
6649         save-selected-window-window hackery because it relies on
6650         save-selected-window internals.
6652 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6654         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6655         add-minor-mode.
6656         (gnus-binary-mode): Ditto.
6658         * gnus-topic.el (gnus-topic-mode): Ditto.
6660 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6662         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6663         (gnus-article-prev-page): Take scroll-margin into consideration.
6665 2005-07-04  Lute Kamstra  <lute@gnu.org>
6667         Update FSF's address in GPL notices.
6669 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6671         * gnus.el (gnus-exit):
6672         * gnus-group.el (gnus-group-icons):
6673         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6675         * gnus-nocem.el (gnus-nocem):
6676         * message.el (message-various, message-buffers, message-sending)
6677         (message-interface, message-forwarding, message-insertion)
6678         (message-headers, message-news, message-mail):
6679         * pgg-gpg.el (pgg-gpg):
6680         * pgg-parse.el (pgg-parse):
6681         * pgg-pgp.el (pgg-pgp):
6682         * pgg-pgp5.el (pgg-pgp5):
6683         * pop3.el (pop3): Finish `defgroup' description with period.
6685 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6687         * gnus-art.el (article-display-face): Improve the efficiency.
6688         (article-display-x-face): Ditto; remove grey x-face stuff.
6690 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6692         * gnus-art.el (article-display-face): Correct the position in
6693         which Faces are inserted.
6695 2005-06-29  Didier Verna  <didier@xemacs.org>
6697         * gnus-art.el (article-display-face): Display faces in correct
6698         order.
6700 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6702         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6703         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6704         (gnus-nocem-check-article): Fetch the Type header.
6705         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6706         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6707         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6708         make sure gnus-nocem-hashtb is initialized.
6709         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6710         (gnus-nocem-unwanted-article-p): Ditto.
6712         * pgg.el (pgg-verify): Return the verification result.
6714 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6717         is ascii.
6719 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6721         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6722         `show-nonbreak-escape'.
6724 2005-06-23  Lute Kamstra  <lute@gnu.org>
6726         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6728         * dig.el (dig-mode):
6729         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6731 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6733         * nnimap.el (nnimap-split-download-body): Fix spellings.
6735 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6737         * gnus-art.el (gnus-article-encrypt-body):
6738         * gnus-cus.el (gnus-score-customize):
6739         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6740         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6742 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6744         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6745         header by looking for magic "MII" at the beginnig.
6747 2005-06-16  Miles Bader  <miles@gnu.org>
6749         * gnus-xmas.el (gnus-xmas-group-startup-message):
6750         Use renamed gnus-splash face.
6752         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6753         (assistant-field-face): New backward-compatibility alias for renamed
6754         face.
6755         (assistant-render-text): Use renamed assistant-field face.
6757         * spam.el (spam): Remove "-face" suffix from face name.
6758         (spam-face): New backward-compatibility alias for renamed face.
6759         (spam-face, spam-initialize): Use renamed spam face.
6761         * message.el (message-header-to, message-header-cc)
6762         (message-header-subject, message-header-newsgroups)
6763         (message-header-other, message-header-name)
6764         (message-header-xheader, message-separator, message-cited-text)
6765         (message-mml): Remove "-face" suffix from face names.
6766         (message-header-to-face, message-header-cc-face)
6767         (message-header-subject-face, message-header-newsgroups-face)
6768         (message-header-other-face, message-header-name-face)
6769         (message-header-xheader-face, message-separator-face)
6770         (message-cited-text-face, message-mml-face):
6771         New backward-compatibility aliases for renamed faces.
6772         (message-font-lock-keywords): Use renamed message faces.
6774         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6775         (sieve-test-commands, sieve-tagged-arguments):
6776         Remove "-face" suffix from face names.
6777         (sieve-control-commands-face, sieve-action-commands-face)
6778         (sieve-test-commands-face, sieve-tagged-arguments-face):
6779         New backward-compatibility aliases for renamed faces.
6780         (sieve-control-commands-face, sieve-action-commands-face)
6781         (sieve-test-commands-face, sieve-tagged-arguments-face):
6782         Use renamed sieve faces.
6784         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6785         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6786         (gnus-group-news-3-empty, gnus-group-news-4)
6787         (gnus-group-news-4-empty, gnus-group-news-5)
6788         (gnus-group-news-5-empty, gnus-group-news-6)
6789         (gnus-group-news-6-empty, gnus-group-news-low)
6790         (gnus-group-news-low-empty, gnus-group-mail-1)
6791         (gnus-group-mail-1-empty, gnus-group-mail-2)
6792         (gnus-group-mail-2-empty, gnus-group-mail-3)
6793         (gnus-group-mail-3-empty, gnus-group-mail-low)
6794         (gnus-group-mail-low-empty, gnus-summary-selected)
6795         (gnus-summary-cancelled, gnus-summary-high-ticked)
6796         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6797         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6798         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6799         (gnus-summary-low-undownloaded)
6800         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6801         (gnus-summary-low-unread, gnus-summary-normal-unread)
6802         (gnus-summary-high-read, gnus-summary-low-read)
6803         (gnus-summary-normal-read, gnus-splash):
6804         Remove "-face" suffix from face names.
6805         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6806         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6807         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6808         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6809         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6810         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6811         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6812         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6813         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6814         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6815         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6816         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6817         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6818         (gnus-summary-normal-ticked-face)
6819         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6820         (gnus-summary-normal-ancient-face)
6821         (gnus-summary-high-undownloaded-face)
6822         (gnus-summary-low-undownloaded-face)
6823         (gnus-summary-normal-undownloaded-face)
6824         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6825         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6826         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6827         (gnus-splash-face):
6828         New backward-compatibility aliases for renamed faces.
6829         (gnus-group-startup-message): Use renamed gnus faces.
6831         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6832         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6833         (gnus-server-agent): Remove "-face" suffix from face names.
6834         (gnus-server-agent-face, gnus-server-opened-face)
6835         (gnus-server-closed-face, gnus-server-denied-face)
6836         (gnus-server-offline-face):
6837         New backward-compatibility aliases for renamed faces.
6838         (gnus-server-agent-face, gnus-server-opened-face)
6839         (gnus-server-closed-face, gnus-server-denied-face)
6840         (gnus-server-offline-face): Use renamed gnus faces.
6842         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6843         Remove "-face" suffix from face names.
6844         (gnus-picon-xbm-face, gnus-picon-face):
6845         New backward-compatibility aliases for renamed faces.
6847         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6848         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6849         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6850         (gnus-cite-11): Remove "-face" suffix from face names.
6851         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6852         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6853         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6854         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6855         New backward-compatibility aliases for renamed faces.
6856         (gnus-cite-attribution-face, gnus-cite-face-list)
6857         (gnus-article-boring-faces): Use renamed gnus faces.
6859         * gnus-art.el (gnus-signature, gnus-header-from)
6860         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6861         (gnus-header-content): Remove "-face" suffix from face names.
6862         (gnus-signature-face, gnus-header-from-face)
6863         (gnus-header-subject-face, gnus-header-newsgroups-face)
6864         (gnus-header-name-face, gnus-header-content-face):
6865         New backward-compatibility aliases for renamed faces.
6866         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6868         * gnus-sum.el (gnus-summary-selected-face)
6869         (gnus-summary-highlight): Use renamed gnus faces.
6870         * gnus-group.el (gnus-group-highlight): Likewise.
6872 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6874         * gnus-sieve.el (gnus-sieve-article-add-rule):
6875         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6876         * spam-stat.el (spam-stat-buffer-change-to-spam)
6877         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6879         * message.el (message-is-yours-p):
6880         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6882 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6884         * mm-view.el (mm-inline-text): Withdraw the last change.
6886 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6888         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6889         executing enriched-decode.
6891 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6893         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6894         charset of tar files.
6896 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6898         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6900 2005-06-04  Lute Kamstra  <lute@gnu.org>
6902         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6903         information is never recorded.
6905 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6909 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6911         * pop3.el (pop3-apop): Run md5 in the binary mode.
6913         * starttls.el (starttls-set-process-query-on-exit-flag):
6914         Use eval-and-compile.
6916 2005-05-31  Simon Josefsson  <jas@extundo.com>
6918         * smime.el (smime-replace-in-string): Define.
6919         (smime-cert-by-ldap-1): Use it.
6921 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6923         * gnus-art.el (article-display-x-face): Replace
6924         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6926         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6927         set-process-query-on-exit-flag or process-kill-without-query.
6929         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6930         loop instead of replace-regexp.
6932         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6933         instead of process-kill-without-query if it is available.
6935         * lpath.el: Fbind ldap-search-entries.
6937         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6938         instead of find-file-hooks if it is available.
6940         * mml1991.el: Bind pgg-default-user-id when compiling.
6942         * mml2015.el: Bind pgg-default-user-id when compiling.
6944         * nndraft.el (nndraft-request-associate-buffer):
6945         Use write-contents-functions instead of write-contents-hooks if it is
6946         available.
6948         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6949         instead of find-file-hooks if it is available.
6951         * nntp.el (nntp-open-connection): Replace
6952         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6953         (nntp-open-ssl-stream): Ditto.
6954         (nntp-open-tls-stream): Ditto.
6956         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6957         set-process-query-on-exit-flag or process-kill-without-query.
6958         (starttls-open-stream-gnutls): Use it instead of
6959         process-kill-without-query.
6960         (starttls-open-stream): Ditto.
6962 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6964         * smime.el (smime-cert-by-ldap-1): Don't use
6965         replace-regexp-in-string.
6967 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6969         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6971         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6972         in PEM format.  Adjust to the XEmacs compability.
6974 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6976         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6977         by `string-to-number'.
6978         * gnus-agent.el (gnus-agent-regenerate-group)
6979         (gnus-agent-fetch-articles): Ditto.
6980         * gnus-art.el (gnus-button-fetch-group): Ditto.
6981         * gnus-cache.el (gnus-cache-generate-active)
6982         (gnus-cache-articles-in-group): Ditto.
6983         * gnus-group.el (gnus-group-set-current-level)
6984         (gnus-group-insert-group-line): Ditto.
6985         * gnus-score.el (gnus-score-set-expunge-below)
6986         (gnus-score-set-mark-below, gnus-summary-score-effect)
6987         (gnus-summary-score-entry): Ditto.
6988         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6989         (gnus-soup-pack): Ditto.
6990         * gnus-spec.el (gnus-xmas-format): Ditto.
6991         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6992         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6993         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6994         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6995         * nndb.el (nndb-get-remote-expire-response): Ditto.
6996         * nndiary.el (nndiary-parse-schedule-value)
6997         (nndiary-string-to-number, nndiary-request-replace-article)
6998         (nndiary-request-article): Ditto.
6999         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7000         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7001         * nneething.el (nneething-make-head): Ditto.
7002         * nnfolder.el (nnfolder-request-article)
7003         (nnfolder-retrieve-headers): Ditto.
7004         * nnheader.el (nnheader-file-to-number): Ditto.
7005         * nnkiboze.el (nnkiboze-request-article): Ditto.
7006         * nnmail.el (nnmail-process-unix-mail-format)
7007         (nnmail-process-babyl-mail-format): Ditto.
7008         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7009         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7010         (nnmh-request-create-group, nnmh-request-list-1)
7011         (nnmh-request-group, nnmh-request-article): Ditto.
7012         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7013         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7014         * nnsoup.el (nnsoup-make-active): Ditto.
7015         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7016         * nntp.el (nntp-find-group-and-number)
7017         (nntp-retrieve-headers-with-xover): Ditto.
7018         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7019         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7020         (pgg-format-key-identifier): Ditto.
7021         * pop3.el (pop3-last, pop3-stat): Ditto.
7022         * qp.el (quoted-printable-decode-region): Ditto.
7024         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7025         of concat.
7027 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7029         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7031         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7033         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7035         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7037         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7039         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7041         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7042         (gnus-carpal-mode): Ditto.
7044         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7045         (gnus-browse-mode): Ditto.
7047         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7049         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7051 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7053         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7055 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7057         * gnus-util.el (gnus-run-mode-hooks): New function.
7059         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7061         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7062         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7064 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7066         * gnus-agent.el (gnus-agent-make-mode-line-string):
7067         Use mode-line-highlight as mouse-face.
7069 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7071         * canlock.el (canlock): Change the parent group to news.
7073         * deuglify.el (gnus-outlook-deuglify): Add :group.
7075         * dig.el (dig): Add :group.
7077         * dns-mode.el (dns-mode): Add :group.
7079         * encrypt.el (encrypt): Add :group.
7081         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7082         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7083         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7084         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7085         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7087         * gnus-diary.el (gnus-diary): Add :group.
7089         * gnus.el (gnus-group-news-1-face): Add :group.
7090         (gnus-group-news-1-empty-face): Ditto.
7091         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7092         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7093         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7094         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7095         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7096         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7097         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7098         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7099         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7100         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7101         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7102         (gnus-summary-high-ticked-face): Ditto.
7103         (gnus-summary-low-ticked-face): Ditto.
7104         (gnus-summary-normal-ticked-face): Ditto.
7105         (gnus-summary-high-ancient-face): Ditto.
7106         (gnus-summary-low-ancient-face): Ditto.
7107         (gnus-summary-normal-ancient-face): Ditto.
7108         (gnus-summary-high-undownloaded-face): Ditto.
7109         (gnus-summary-low-undownloaded-face): Ditto.
7110         (gnus-summary-normal-undownloaded-face): Ditto.
7111         (gnus-summary-high-unread-face): Ditto.
7112         (gnus-summary-low-unread-face): Ditto.
7113         (gnus-summary-normal-unread-face): Ditto.
7114         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7115         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7117         * hashcash.el (hashcash): New custom group.
7118         (hashcash-default-payment): Add :group.
7119         (hashcash-payment-alist): Ditto.
7120         (hashcash-default-accept-payment): Ditto.
7121         (hashcash-accept-resources): Ditto.
7122         (hashcash-path): Ditto.
7123         (hashcash-extra-generate-parameters): Ditto.
7124         (hashcash-double-spend-database): Ditto.
7125         (hashcash-in-news): Ditto.
7127         * message.el (message-minibuffer-local-map): Add :group.
7129         * netrc.el (netrc): Add :group.
7131         * sieve-manage.el (sieve-manage-log): Add :group.
7132         (sieve-manage-default-user): Diito.
7133         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7134         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7135         (sieve-manage-authenticators): Ditto.
7136         (sieve-manage-authenticator-alist): Ditto.
7137         (sieve-manage-default-port): Ditto.
7139         * sieve-mode.el (sieve-control-commands-face): Add :group.
7140         (sieve-action-commands-face): Ditto.
7141         (sieve-test-commands-face): Ditto.
7142         (sieve-tagged-arguments-face): Ditto.
7144         * smime.el (smime): Add :group.
7146         * spam-report.el (spam-report): Add :group.
7148         * spam.el (spam, spam-face): Add :group.
7150 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7153         return \n.\n.\n at the end of articles.  Protect against that.
7154         (nntp-with-open-group): Allow debugging.
7156         * nnheader.el (mail-header-set-extra): Make into a function
7157         because I just could't understand how to quote the list properly.
7159         * dns.el (query-dns-cached): New function.
7161 2005-05-26  Lute Kamstra  <lute@gnu.org>
7163         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7165 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7167         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
7169         * gnus-art.el: Don't autoload mail-extract-address-components.
7171         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7172         eval-and-compile to evaluate it.
7174         * hashcash.el: Don't autoload executable-find.
7176         * nndb.el: Don't declare the nndb back end two or more times; don't
7177         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7179         * nntp.el: Autoload format-spec instead of format; use
7180         eval-and-compile to evaluate autoload forms.
7182 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7184         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7186 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7188         * gnus.el (gnus-version-number): Bump version.
7190 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7192         * gnus.el: No Gnus v0.3 is released.
7194 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196         * lpath.el (featurep): Bind show-nonbreak-escape.
7198 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7200         * gnus-art.el (gnus-article-edit-part): Disable undo.
7202 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7205         gnus-article-date-lapsed-new-header is t if date timer is active;
7206         skip headers in which the original date value is empty.
7207         (gnus-article-save-original-date): Redefine it as a macro.
7208         (gnus-display-mime): Use it.
7210 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7212         * gnus-art.el (article-date-ut): Support converting date in
7213         forwarded parts as well.
7214         (gnus-article-save-original-date): New function.
7215         (gnus-display-mime): Use it.
7217 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7219         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7220         enclosure element of <item>.
7222 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7224         * message.el (message-kill-buffer-query): Renamed from
7225         `message-kill-buffer-query-if-modified'.  Added :version.
7227 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7229         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7230         window layout.
7232 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7234         * mml.el: Autoload dnd when compiling.
7236 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7238         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7239         x-dnd-*.
7241 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7243         * qp.el (quoted-printable-encode-region): Save excursion.
7245 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7247         * message.el (message-kill-buffer-query-if-modified): Add new variable
7248         so the user can kill a modified message buffer quickly.
7249         (message-kill-buffer): Use it.
7251 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7253         * lpath.el: Fbind display-time-event-handler; don't fbind
7254         string-to-multibyte.
7256         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7258 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7260         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7261         contained in text because xml.el decodes entities) with LFs.
7263 2005-04-11  Lute Kamstra  <lute@gnu.org>
7265         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7266         differently.
7268 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * mm-util.el (mm-detect-coding-region): Typo.
7272 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7274         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7276 2005-04-06  D Goel  <deego@gnufans.org>
7278         * spam-stat.el (spam-stat-score-buffer): Add a call to a
7279         user-function allow user modifications of the scores.
7280         (spam-stat-score-buffer-user): New function, to allow
7281         user-computed modifications to the score.
7282         (spam-stat-score-buffer-user-functions): List of additional
7283         scoring functions.
7284         (spam-stat-error-holder): Global temporary error holder.
7285         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7286         variable.
7288 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7290         * gnus-registry.el (gnus-registry-clean-empty-function)
7291         (gnus-registry-trim, gnus-registry-fetch-groups)
7292         (gnus-registry-delete-group): Groups that match
7293         `gnus-registry-ignored-groups' are removed from the registry
7294         entries, not just ignored for splitting.  This helps clean up the
7295         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
7296         to get all the groups a message ID is in.
7298         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7299         (spam-stat-split-fancy): Change "threshhold" to "threshold"
7300         (spam-stat-score-buffer-user-functions): Add :number custom type.
7302 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7304         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7305         argument in XEmacs.
7307         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7308         (nnrss-request-group): Decode group name first.
7309         (nnrss-request-article): Make a text/plain article if mml-to-mime
7310         failed.
7311         (nnrss-get-encoding): Return a compatible encoding according to
7312         nnrss-compatible-encoding-alist.
7313         (nnrss-find-el): Use consp instead of listp.
7314         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7316 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7318         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7319         which Emacs 20 doesn't support.
7320         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7322 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7324         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7325         silence the byte compiler inside the defun.
7327         * gnus-demon.el (parse-time-string): Add autoload.
7329         * gnus-delay.el (parse-time-string): Add autoload.
7331         * gnus-art.el (parse-time-string): Add autoload.
7333         * nnultimate.el (parse-time): Require for `parse-time-string'.
7335 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7337         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7339         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7341         * smime.el (smime-ldap-host-list): Add :version.
7343 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7345         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7346         pass it to `gnus-browse-read-group'.
7347         (gnus-browse-read-group): Add NUMBER argument and pass it to
7348         `gnus-group-read-ephemeral-group'.
7350         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7351         argument and pass it to `gnus-group-read-group'.
7353 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7355         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7356         mm-xemacs-find-mime-charset-1 if we have the mule feature
7357         available at runtime.
7359 2005-03-25  Werner Lemberg  <wl@gnu.org>
7361         * nnmaildir.el: Replace `illegal' with `invalid'.
7363 2005-03-23  Lute Kamstra  <lute@gnu.org>
7365         * time-date.el: Add comment on time value formats.
7366         Don't require parse-time.
7367         (with-decoded-time-value): New macro.
7368         (encode-time-value): New function.
7369         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7370         (days-to-time): Return a valid time value when arg is huge.
7371         (time-since): Use time-subtract.
7372         (time-to-number-of-days): Use time-to-seconds.
7374 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * gnus-start.el (gnus-display-time-event-handler):
7377         Check display-time-timer at runtime rather than only at load time
7378         in case display-time-mode is turned off in the mean time.
7380 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7382         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7383         used.
7385         * nneething.el (nneething-map-file-directory): Derive from
7386         `gnus-directory'.
7388         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7389         the To/Cc button.
7391 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7393         * nnmaildir.el (nnmaildir-request-accept-article):
7394         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7396 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7398         * gnus-async.el: Require timer-funcs at compile time when in
7399         XEmacs for `run-with-idle-timer'.
7401 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7403         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7404         autoloaded function.
7406 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7408         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7410 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7412         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7414 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7417         gnus-expert-user to default.
7419 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7421         * nnimap.el (nnimap-open-server): Ditto.
7423         * imap.el (imap-authenticate): Fix typo.
7425 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7427         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7428         buffer (since IMAP server might return FETCH response out of
7429         order, and the nntp buffer must be sorted).
7431 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7433         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7434         comparison on string.
7436         * gnus-agent.el (gnus-agent-long-article,
7437         gnus-agent-short-article, gnus-agent-score): Renamed category
7438         keywords to match gnus-cus.
7439         (gnus-agent-summary-fetch-series): Modified to protect against
7440         gnus-agent-summary-fetch-group clearing processable flags.
7441         (gnus-agent-synchronize-group-flags): Update live group buffer as
7442         synchronization may occur due to the user toggle the plugged
7443         status.
7444         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7445         successfully downloaded.
7446         (gnus-agent-expire-group-1): Avoid using markers when the overview
7447         is in ascending order; greatly improves performance.
7448         (gnus-agent-regenerate-group): Use
7449         gnus-agent-synchronize-group-flags to reset read status in both
7450         gnus and server.
7451         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7453 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7455         * message.el: Don't autoload former message-utils variables.
7456         (message-strip-subject-trailing-was): Change doc string.
7458         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7459         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7460         (nnweb-google-search): Add "hl=en" here.
7461         (nnweb-google-parse-1, nnweb-google-create-mapping):
7462         Don't hardcode URL.
7464 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7466         * message.el (message-get-reply-headers, message-followup):
7467         Mention related variables `message-use-followup-to' and
7468         `message-use-mail-followup-to', in the information buffer.
7470         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7471         of broken groups(-beta).google.com.
7473 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7475         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7476         parameter to invoked gnus-request-move-article; remove the
7477         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7478         all at once instead of once per article.
7479         (gnus-summary-remove-process-mark): Accept a list of articles as
7480         well as a single article for processing.
7482         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7483         parameter.
7485         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7487         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7489         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7490         parameter.
7492         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7493         parameter.
7495         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7496         parameter and remove the gnus-sum-hint-move-is-internal variable.
7498         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7499         parameter.
7501         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7502         parameter.
7504         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7505         parameter.
7507         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7509         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7510         parameter.
7512         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7513         parameter.
7515 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7517         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7518         a more conservative way.
7520 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7523         buffer, so it moves the window's cursor.
7525 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7527         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7528         `mm-dissect-multipart' and receive the from field as an (optional)
7529         argument from `mm-dissect-multipart'.
7530         (mm-dissect-multipart): Receive the from field as an argument and
7531         pass it on when we call `mm-dissect-buffer' on MIME parts.
7532         Fixes verification/decryption of signed/encrypted MIME parts.
7534 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7536         * gnus-sum.el (gnus-summary-move-article): Set
7537         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7538         whatever it calls (right now, only nnimap-request-move article
7539         respects it).
7541         * nnimap.el (nnimap-request-move-article): When
7542         gnus-sum-hint-move-is-internal is set, don't do the extra
7543         nnimap-request-article.
7545 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7547         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7549         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7550         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7552         * gnus-sum.el (gnus-summary-caesar-message):
7553         Apply `gnus-treat-article' after rotation.
7555         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7556         doc string.
7558 2005-02-22  Simon Josefsson  <jas@extundo.com>
7560         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7561         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
7562         <arne@arnested.dk>.
7563         (encrypt): Add password-cache and password-cache-expiry as group
7564         members.
7566 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7568         * smime.el (smime-ldap-host-list): Doc fix.
7569         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7570         cache) password.
7571         (smime-sign-region): Use it.
7572         (smime-decrypt-region): Use it.
7573         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7574         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7575         fails.
7576         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7577         certificate from DER to PEM format rather than calling openssl.
7579         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7581         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7582         for signing/encryption.
7584         * mml.el (mml-parse-1): Use them.
7586 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7588         * nnrss.el (nnrss-verbose): Removed.
7589         (nnrss-request-group): Use `nnheader-message' instead.
7591 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7593         * nnrss.el (nnrss-verbose): New variable.
7594         (nnrss-request-group): Make it say nnrss is requesting a group.
7596 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7598         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7599         Handle news URL with given port correctly.
7601 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7603         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7604         containing special characters.
7606         * gnus-sum.el (gnus-summary-edit-article): Ditto.
7608         * mml.el (mime-to-mml): Ditto.
7610         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7611         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7612         (rfc2047-decode-region): Quote decoded words containing special
7613         characters when rfc2047-quote-decoded-words-containing-tspecials
7614         is non-nil.
7616 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7618         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7620         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7622 2005-02-15  Simon Josefsson  <jas@extundo.com>
7624         * nnimap.el (nnimap-debug): Doc fix.
7626         * imap.el (imap-debug): Doc fix.
7628 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7630         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7632 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7634         * gnus.el (spam-contents): Improve docs for spam-contents
7635         parameter in its variable incarnation.
7637 2005-02-14  Simon Josefsson  <jas@extundo.com>
7639         * smime-ldap.el: Use require instead of load-library for ldap.
7640         (smime-ldap-search): Indent.
7641         (smime-ldap-search-internal): Shorten line.
7643         * smime.el (smime-cert-by-dns): Add doc-string.
7644         (smime-cert-by-ldap-1): Indent.
7646         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7647         mml-smime-get-dns-ldap.
7648         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7650 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7652         * smime.el: Require smime-ldap.
7653         (smime-ldap-host-list): New variable.
7654         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7656         * mml-smime.el (mml-smime-encrypt-query): New function.
7657         (mml-smime-encrypt-query): Use it.
7659         * smime-ldap.el: New file.
7661 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7663         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7665 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7667         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7668         argument in doc string.  Make query for type more clear.
7670 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7672         * gnus.el (gnus-group-startup-message): Search for gnus images in
7673         etc/images/gnus.
7674         * mm-util.el (mm-image-load-path): Likewise.
7675         * smiley.el (smiley-data-directory): Search for smilies in
7676         etc/images/smilies.
7678 2005-02-09  Kim F. Storm  <storm@cua.dk>
7680         Change Emacs release version from 21.4 to 22.1 throughout.
7681         Change Emacs development version from 21.3.50 to 22.0.50.
7683 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7685         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7687         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7688         non-Mule XEmacs as well.
7689         (mm-decompress-buffer): Signal an error intentionally if it does
7690         not decompress compressed data because auto-compression-mode is
7691         disabled.
7693 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7695         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7696         an ID in the registry even if it has no groups.
7698 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7700         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7701         merge it into mm-decompress-buffer.
7702         (gnus-mime-copy-part): Use the MIME part charset, the value which
7703         a user specified or gnus-newsgroup-charset for decoding, like
7704         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7705         save-buffer what was used.  Suggested by Kevin Ryde
7706         <user42@zip.com.au>.
7707         (gnus-mime-inline-part): Allow the name parameter as well as the
7708         filename parameter; force decompressing of compressed data; always
7709         display contents being not decoded as unibyte.
7711         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7712         as well as the filename parameter.
7714         * mm-util.el (mm-decompress-buffer): Merge
7715         gnus-mime-jka-compr-maybe-uncompress.
7716         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7717         of compressed data.
7719 2005-02-08  Simon Josefsson  <jas@extundo.com>
7721         * imap.el (imap-log): Doc fix.
7723 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7725         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7726         the coding cookies; decompress compressed parts.
7728         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7729         to the value which a user specified manually or the coding cookie.
7731         * mm-util.el (mm-string-to-multibyte): New function.
7732         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7733         (mm-coding-system-to-mime-charset): New function.
7734         (mm-decompress-buffer): New function.
7735         (mm-find-buffer-file-coding-system): New function.
7737         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7738         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7739         parts.
7741 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7743         * mm-view.el (mm-display-inline-fontify): Decode a part according
7744         to the charset parameter.
7746 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7748         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7749         prefix arg is neither nil nor a number, as info specifies.
7751 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7753         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7754         timestamps.
7756 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7758         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7759         groups error checking and notify user.
7761 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7763         * message.el (message-send-mail-function): Check existence of
7764         sendmail-program first before using default value
7765         `message-send-mail-with-sendmail'.  Otherwise use more generic
7766         `smtpmail-send-it'.
7768 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7770         * nntp.el (nntp-request-update-info): Always return nil.
7772 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7776 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7778         * message.el (message-beginning-of-line): Change the behavior when
7779         invoked between BOL and : so that it first moves backward.
7781 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7783         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7784         article buffer when editing of the article is discarded.
7785         (gnus-article-prepare): Revert.
7787 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7789         * gnus-art.el (gnus-article-prepare):
7790         Remove message-strip-forbidden-properties from the local hook.
7792 2005-01-27  Simon Josefsson  <jas@extundo.com>
7794         * password.el (password-cache-add): Only start one timer per key.
7795         Reported by Derek Atkins <warlord@MIT.EDU>.
7797 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7799         * run-at-time.el: Removed.  It is no longer needed as
7800         timer-funcs.el in the xemacs-base package has a working version of
7801         `run-at-time'.
7803         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7805         * password.el: Require timer-funcs instead of run-at-time in
7806         XEmacs.
7807         Remove `password-run-at-time' macro.
7808         (password-cache-add): Use `run-at-time' instead of
7809         `password-run-at-time'.
7811         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7812         Remove `nnheader-cancel-function-timers' alias,
7813         `cancel-function-timers' exists in XEmacs in timer-funcs.
7815         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7816         for `run-with-idle-timer'.
7818         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7819         for `run-at-time'.
7821         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7822         for `with-timeout'.
7824         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7825         the same as for XEmacs 21.4.
7826         No need to ignore `run-with-idle-timer', this function exists in
7827         XEmacs now in timer-funcs.el in the xemacs-base package.
7828         (dgnushack-compile): No need to delete
7829         run-at-time.el from the list of files to compile because it
7830         doesn't exist anymore.
7832 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7834         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7835         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7837 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7839         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7840         sensitively.
7842 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7844         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7846 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7848         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7849         which will be inserted according to the multibyteness of a buffer
7850         rather than the type of contents.  Suggested by ARISAWA Akihiro
7851         <ari@mbf.ocn.ne.jp>.
7853         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7854         of string which old xml.el may return rather than a string.
7856 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7860 2005-01-16  Simon Josefsson  <jas@extundo.com>
7862         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7863         idn/idna.el isn't available.
7864         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7865         <michael@waxrat.com>.
7867         * hashcash.el: Remove non-FSF copyright header.
7869         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7870         (hashcash-generate-payment): Use it.
7871         (hashcash-generate-payment-async): Use it.
7873 2005-01-15  Simon Josefsson  <jas@extundo.com>
7875         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7876         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7878         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7879         gnus-summary-idna-message.
7880         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7881         (gnus-summary-idna-message): New function.
7883 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7885         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7886         gnus-novice-user.
7888 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7890         * nnrss.el (nnrss-request-delete-group): Delete entries in
7891         nnrss-group-alist as well.
7892         (nnrss-save-server-data): Insert newline.
7894 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7896         * gnus.el (gnus-user-agent): Use list of symbols instead of
7897         symbols.  Display full version number for (S)XEmacs.  Optionally
7898         display (S)XEmacs codename.
7900         * gnus-util.el (gnus-emacs-version): Update for new
7901         `gnus-user-agent'.
7903         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7904         Gnus version.
7906 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7908         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7909         which is unreadable in some setups.
7911 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7913         * gnus-spec.el (gnus-update-format-specifications): Flush the
7914         group format spec cache if it doesn't support decoded group names.
7916 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7918         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7919         to apply decay on score files matching a regexp.
7921 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7923         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7924         compatibility in %g and %c.
7926 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7928         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7929         name for only %g and %c.
7930         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7931         of gnus-tmp-group to decoded group name.
7932         (gnus-group-make-rss-group): Exclude `/'s from group names.
7934 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7936         * nnrss.el (nnrss-get-encoding): Fix regexp.
7938 2004-12-27  Simon Josefsson  <jas@extundo.com>
7940         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7941         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7942         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7944 2004-12-17  Kim F. Storm  <storm@cua.dk>
7946         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7948         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7950 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7952         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7954 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7956         * nnrss.el: Require rfc2047 and mml.
7957         (nnrss-file-coding-system): New variable.
7958         (nnrss-format-string): Redefine it as an inline function.
7959         (nnrss-decode-group-name): New function.
7960         (nnrss-string-as-multibyte): Remove.
7961         (nnrss-retrieve-headers): Decode group name; don't use
7962         nnrss-format-string.
7963         (nnrss-request-group): Decode group name.
7964         (nnrss-request-article): Decode group name; allow a Message-ID as
7965         well as an article number; don't use nnrss-format-string; encode a
7966         Message-ID string which may contain non-ASCII characters; use
7967         mml-to-mime to compose a MIME article.
7968         (nnrss-request-expire-articles): Decode group name.
7969         (nnrss-request-delete-group): Decode group name.
7970         (nnrss-fetch): Clarify error message.
7971         (nnrss-read-server-data): Use insert-file-contents instead of load;
7972         bind file-name-coding-system; use multibyte buffer.
7973         (nnrss-save-server-data): Bind coding-system-for-write to the
7974         value of nnrss-file-coding-system; bind file-name-coding-system;
7975         add coding cookie.
7976         (nnrss-read-group-data): Use insert-file-contents instead of load;
7977         bind file-name-coding-system; use multibyte buffer.
7978         (nnrss-save-group-data): Bind coding-system-for-write to the
7979         value of nnrss-file-coding-system; bind file-name-coding-system.
7980         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7981         make it work with non-ASCII text.
7982         (nnrss-find-el): Make it work with old xml.el as well.
7984 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7986         * nnrss.el (nnrss-get-encoding): New function.
7987         (nnrss-fetch): Use unibyte buffer initially; bind
7988         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7989         decode contents according to the encoding attribute.
7990         (nnrss-save-group-data): Add coding cookie.
7991         (nnrss-mime-encode-string): New function.
7992         (nnrss-check-group): Use it to encode subject and author.
7994 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7996         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7997         imaginary variable.
7999 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8001         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8002         correctly even if there are wide characters.
8004 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8006         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8007         downcased symbol names; make a new cache instead of reusing
8008         bbdb-hashtable.
8010 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8012         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8013         concatenating segments rather than before concatenating them.
8014         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8016         * message.el (message-get-reply-headers): Bind `extra'.
8018 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020         * message.el (message-extra-wide-headers): New variable.
8021         (message-get-reply-headers): Use it.
8023 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8025         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8026         (gnus-agent-group-pathname): Ditto.
8028         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8030         * gnus-group.el (gnus-group-make-group): Decode group name.
8031         (gnus-group-make-rss-group): Register the group data after opening
8032         the nnrss group.
8034 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8036         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8037         by expiry now get marked as read.
8039 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8041         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8043 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8045         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8046         unify Latin characters in XEmacs.
8047         (mm-find-mime-charset-region): Use it.
8049 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8051         * gnus-util.el (gnus-delete-directory): New function.
8053         * gnus-agent.el (gnus-agent-delete-group): Use it.
8055         * gnus-cache.el (gnus-cache-delete-group): Use it.
8057 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8059         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8060         names.
8062 2004-12-16  Simon Josefsson  <jas@extundo.com>
8064         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8066 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8068         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8070         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8071         (gnus-group-set-current-level): Decode group name.
8073 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8075         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8076         failed.
8078 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8080         * gnus-group.el (gnus-group-delete-group): Decode group name.
8081         (gnus-group-make-rss-group): Encode group name.
8082         (gnus-group-catchup-current): Decode group name.
8083         (gnus-group-kill-group): Decode group name.
8085 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8087         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8089 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * gnus-group.el (gnus-group-make-rss-group):
8092         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8094         * gnus-start.el (gnus-setup-news): Honor user's setting to
8095         gnus-message-archive-method.  Suggested by Lute Kamstra
8096         <lute@gnu.org>.
8098 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8100         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8101         global counterparts of the buffer-local variables.
8103 2004-11-16  Romain Francoise  <romain@orebokech.com>
8105         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8106         counterparts of the buffer-local variables.
8108 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8110         * message.el (message-forbidden-properties): Fixed typo in doc
8111         string.
8113 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8115         * gnus-util.el (gnus-replace-in-string): Added doc string.
8117         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8118         to avoid problems when splitting mails with many recipients.
8120 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8123         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8125 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8127         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8128         if there is no hashtable in memory or file modification time is
8129         newer than cached timestamp.
8131 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8133         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8134         not-matching option.
8136 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8138         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8139         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8140         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8141         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8142         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8143         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8145 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8147         * message.el (message-forward-make-body-mml): Remove headers
8148         according to message-forward-ignored-headers if a message is decoded.
8150 2004-12-02  Romain Francoise  <romain@orebokech.com>
8152         * message.el (message-forward-make-body-plain): Always remove
8153         headers according to message-forward-ignored-headers.
8155 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8157         * spam.el (spam-summary-prepare-exit): Remove the
8158         gnus-summary-limit pop for now, it has problems with ham marks for
8159         me.
8161 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8163         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8164         correctly.
8166 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8168         * format-spec.el (format-spec): Message the char.
8170 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8172         * gnus-art.el (gnus-split-methods): Reformat comments.
8174         * spam.el (spam-summary-prepare-exit): Remove article limits
8175         before exiting the summary buffer.
8177 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8179         * lpath.el: Remove bbdb-create-internal, bbdb-records,
8180         spam-BBDB-register-routine and spam-enter-ham-BBDB.
8182         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8183         order to silence the byte compiler.
8185         * spam.el: Fix the way to silence the byte compiler, which
8186         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8187         bbdb-search-simple, spam-BBDB-register-routine,
8188         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8189         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8190         spam-stat-buffer-is-spam, spam-stat-load,
8191         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8192         spam-stat-save and spam-stat-split-fancy.
8194 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8196         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8197         which may confuse users.
8198         (canlock-password-for-verify): Ditto.
8200         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8202         * gnus-art.el (gnus-emphasis-alist): Ditto.
8204         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8206         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8208         * gnus-start.el (gnus-save-killed-list): Ditto.
8210         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8211         (gnus-sum-thread-tree-root): Ditto.
8212         (gnus-sum-thread-tree-false-root): Ditto.
8213         (gnus-sum-thread-tree-single-indent): Ditto.
8215         * message.el (message-courtesy-message): Ditto.
8216         (message-archive-note): Ditto.
8217         (message-subscribed-address-file): Ditto.
8218         (message-user-fqdn): Ditto.
8220         * spam-report.el (spam-report-gmane-regex): Ditto.
8222         * spam.el (spam-blackhole-good-server-regex): Ditto.
8224 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8226         * mml.el (mml-preview): Widen the message buffer before copying
8227         the contents to the preview buffer; sort headers before previewing.
8229         * message.el (message-hidden-headers): Fix the way to avoid a bug
8230         in the `repeat' widget in Emacs 21.3 or earlier.
8232 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8234         * message.el (message-hidden-headers): Default to "^References:".
8235         Improve customization type.  Suggested by Reiner Steib
8236         <Reiner.Steib@gmx.de>.
8238 2004-11-25  Romain Francoise  <romain@orebokech.com>
8240         * message.el (message-strip-forbidden-properties): Remove check for
8241         obsolete `message-hidden' text property, hidden headers are not
8242         accessible in the buffer anymore.
8244 2004-11-22  Romain Francoise  <romain@orebokech.com>
8246         * message.el (message-header-format-alist): Add `From' in list
8247         so that it can be sorted.
8248         (message-fix-before-sending): Widen and sort headers before
8249         sending.
8250         (message-hide-headers): Use narrowing to hide headers by moving
8251         them to the top of the buffer and narrowing to the region
8252         underneath.
8254 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8256         * message.el (message-strip-forbidden-properties): Bind
8257         buffer-read-only (etc) to nil.
8259 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8261         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8262         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8264 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
8266         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8268 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270         * dns.el (query-dns): Use sit-for to time instead of
8271         accept-process-output, since that doesn't seem to work on udp
8272         sockets.
8274 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8278 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
8280         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8281         doc string.  Improve doc string.
8283 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8285         * nntp.el (nntp-request-update-info): Return nil if
8286         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8287         may not call gnus-activate-group which uselessly issues the GROUP
8288         commands for all nntp groups and wastes time.  Reported by Romain
8289         Francoise <romain@orebokech.com>.
8291         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8293 2004-11-15  Simon Josefsson  <jas@extundo.com>
8295         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8296         headers separately.
8297         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
8298         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8300 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8302         * gnus-start.el (gnus-convert-old-newsrc):
8303         Assign legacy-gnus-agent to 5.10.7.
8305 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8308         start of the lines.
8310 2004-11-14  Magnus Henoch  <mange@freemail.hu>
8312         * hashcash.el (hashcash-default-payment): Change default to 20
8313         (hashcash-default-accept-payment): Change default to 20
8314         (hashcash-process-alist): New variable
8315         (hashcash-generate-payment-async): Add
8316         (hashcash-already-paid-p): Add
8317         (hashcash-insert-payment): Don't generate payments twice
8318         (hashcash-insert-payment-async): Add
8319         (hashcash-insert-payment-async-2): Add
8320         (hashcash-cancel-async): Add
8321         (hashcash-wait-async): Add
8322         (hashcash-processes-running-p): Add
8323         (hashcash-wait-or-cancel): Add
8324         (mail-add-payment): New optional argument.  Conditionally start
8325         asynchronous calculation.
8326         (mail-add-payment-async): Add
8328         * message.el (message-send-mail): Wait for asynchronous hashcash
8329         results.  Don't clobber existing X-Hashcash headers.
8330         (message-setup-1): Call mail-add-payment-async when
8331         message-generate-hashcash is non-nil.
8333 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8335         * message.el (message-use-alternative-email-as-from): Examine the
8336         From header as well; use message-make-from in order to include a
8337         user's full name.
8339 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8341         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8342         default; improve customization type.
8343         (gnus-emphasis-custom-with-format): New macro.
8344         (gnus-emphasis-custom-value-to-external): New function.
8345         (gnus-emphasis-custom-value-to-internal): New function.
8347 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349         * dns.el (query-dns): Resolve reverse addresses.
8351 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353         * gnus-group.el (gnus-group-get-new-news): Use it.
8355         * gnus-start.el (gnus-check-reasonable-setup): New function.
8357 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8359         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8360         "Args out of range" error.  Reported by Arnaud Giersch
8361         <arnaud.giersch@free.fr>.
8363 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8365         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8367 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8369         * spam.el (spam group): Add :version.
8371         * pgg-def.el (pgg group): Add :version.
8373 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * gnus-art.el (gnus-article-edit-article): Don't associate the
8376         article buffer with a draft file.  This is a temporary measure
8377         against the 2004-08-22 change to gnus-article-edit-mode.
8379 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8381         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8382         (html2text-format-tags): Remove unused variable `attr'.
8384 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8386         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8388         * tls.el (tls-process-connection-type, tls-success)
8389         (tls-certtool-program): Add :version.
8391         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
8392         (starttls-extra-arguments, starttls-process-connection-type)
8393         (starttls-connect, starttls-failure, starttls-success):
8395         * spam-stat.el (spam-stat): Add :version.
8397         * sieve.el (sieve): Add :version.
8399         * sha1.el (sha1): Add :version.
8400         (sha1-use-external): Remove redundant version.
8402         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8403         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8404         (nnmail-split-fancy-match-partial-words)
8405         (nnmail-split-lowercase-expanded): Add :version.
8407         * nndiary.el (nndiary): Add :version.
8409         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8411         * mml-sec.el (mml-default-sign-method)
8412         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8413         Add :version.
8415         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8417         * mm-url.el (mm-url-use-external, mm-url-program)
8418         (mm-url-arguments): Add :version.
8420         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8421         (mm-attachment-file-modes, mm-decrypt-option)
8422         (mm-w3m-safe-url-regexp): Add :version.
8424         * message.el (message-cite-prefix-regexp)
8425         (message-sendmail-envelope-from, message-minibuffer-local-map)
8426         (message-user-fqdn, message-completion-alist): Add :version.
8428         * gnus-win.el (gnus-configure-windows-hook)
8429         (gnus-use-frames-on-any-display): Add :version.
8431         * gnus-art.el (gnus-article-address-banner-alist)
8432         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8433         (gnus-treat-from-picon, gnus-treat-mail-picon)
8434         (gnus-treat-x-pgp-sig): Add :version.
8436         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8437         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8438         (gnus-summary-article-delete-hook)
8439         (gnus-summary-display-while-building): Add :version.
8441         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8442         (gnus-get-top-new-news-hook):Add :version.
8444         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8445         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8447         * gnus-registry.el (gnus-registry): Add :version.
8449         * gnus-spec.el (gnus-use-correct-string-widths)
8450         (gnus-make-format-preserve-properties): Add :version.
8452         * gnus.el (gnus-group-charter-alist)
8453         (gnus-group-fetch-control-use-browse-url)
8454         (gnus-install-group-spam-parameters): Add :version.
8456         * gnus-diary.el (gnus-diary): Add :version.
8458         * gnus-delay.el (gnus-delay): Add :version.
8460         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8461         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8462         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8463         Add :version.
8465         * gnus-agent.el (gnus-agent-max-fetch-size)
8466         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8467         (gnus-agent-prompt-send-queue): Add :version.
8469         * deuglify.el (gnus-outlook-deuglify): Add :version.
8471         * html2text.el: Beautify code.  Improve doc strings.  Some
8472         checkdoc cleanup.
8473         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8475 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8477         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8479 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8481         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8482         when package is loaded.
8484         * spam.el (spam-summary-score-preferred-header): Add global preference
8485         for people who want to override the default SpamAssassin over
8486         Bogofilter preference (when both are set).
8487         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8488         (spam-user-format-function-S): Check
8489         spam-summary-score-preferred-header.
8490         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8491         (spam-user-format-function-S): Format the score correctly.
8493 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8495         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8496         signature file.  Suggested by Manoj Srivastava
8497         <srivasta@golden-gryphon.com>.
8499         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8500         iso-2022-jp even in the Japanese language environment.
8501         Suggested by Jason Rumney <jasonr@gnu.org>.
8503 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8505         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8506         use the same characters as the dummy marks; make it free from
8507         getting affected by the language environment.
8508         (gnus-summary-read-group-1): Update mark positions only when the
8509         format spec is updated.
8511         * gnus-spec.el (gnus-update-format-specifications): Return a list
8512         of updated types.
8514 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8516         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8517         of boundp to check if display-warning is available.
8519 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8521         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8523 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8525         * nnspool.el (nnspool-spool-directory): Use news-path if the
8526         news-directory variable is not bound.
8528         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8529         function instead of display-warning if it is not available.
8531 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8533         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8534         v5-10: Use `point-at-bol'.
8536 2004-10-26  Simon Josefsson  <jas@extundo.com>
8538         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8539         <chenggao@gmail.com>.
8541 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8543         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8544         instead.
8546 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8548         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8549         to remove a server from the nnimap-server-buffer-alist.
8550         (nnimap-open-connection, nnimap-close-server): Use it.
8552         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8554 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8556         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8557         running the major-mode function.
8559 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8561         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8562         dummy marks in the right way.
8564 2004-10-18  David Edmondson  <dme@dme.org>
8566         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8567         excessively.
8569 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8571         * gnus-util.el (gnus-split-references): Accept a nil references
8572         string and go on blissfully.
8574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8575         cases where the references string is non-nil but has no references.
8577         * encrypt.el: Add autoload tags.
8579         * spam.el (spam-resolve-registrations-routine): Remove article
8580         from unregistration list too.  Reported by David Hanak
8581         <dhanak@isis.vanderbilt.edu>
8583 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8585         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8586         nil.  Changed custom type.
8588 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8590         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8592         * gnus-sum.el (gnus-summary-move-article): Use it.
8594 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8596         * encrypt.el: Add autoload cookies.
8598         * spam.el (spam-backend-article-list-property)
8599         (spam-backend-get-article-todo-list)
8600         (spam-backend-put-article-todo-list, )
8601         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8602         Resolve registrations separately.
8603         (spam-register-routine): Format comments.
8604         (spam-unregister-routine, spam-register-routine): Always call with
8605         specific-articles, no default list.
8606         (spam-summary-prepare-exit): Use the spam-classifications function.
8608         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8609         gnus-encrypt.el.
8611         * encrypt.el: Copied from gnus-encrypt.el.
8613         * gnus-encrypt.el: Commented that it's obsolete.
8615 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8617         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8618         (gnus-score-save): Use it.
8620         * message.el (message-bury): Use `window-dedicated-p'.
8622 2004-10-15  Simon Josefsson  <jas@extundo.com>
8624         * pop3.el (top-level): Don't require nnheader.
8625         (pop3-read-timeout): Add.
8626         (pop3-accept-process-output): Add.
8627         (pop3-read-response, pop3-retr): Use it.
8629 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
8631         * spam.el (spam-register-routine): Move comment.
8632         (spam-verify-bogofilter): Use 'unknown for the initial
8633         spam-bogofilter-valid state, not 'never.
8635         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8636         for netrc-machine.
8638         * nnimap.el (nnimap-open-connection): Use
8639         netrc-machine-user-or-password.
8641 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8643         * gnus-registry.el (gnus-registry-unload-hook):
8644         Set as a variable with add-hook.
8646         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8647         of news-path.
8649         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8651         * spam.el: Delete duplicate `provide'.
8652         (spam-unload-hook): Set as a variable with add-hook.
8654 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8656         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8657         in the doc string.
8659         * message.el (message-ignored-news-headers)
8660         (message-ignored-supersedes-headers)
8661         (message-ignored-resent-headers)
8662         (message-forward-ignored-headers): Improve custom type.
8664 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8666         * message.el (message-tokenize-header): Fix 2004-09-06 change
8667         which used point-min in the wrong place.
8669 2004-10-12  Simon Josefsson  <jas@extundo.com>
8671         * tls.el (tls-certtool-program): New variable.
8672         (tls-certificate-information): New function, based on
8673         ssl-certificate-information.
8675 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8677         * compface.el: Move the version of ELisp-based uncompface program
8678         to the contrib directory because of the copyright problem.
8680 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8682         * message.el (message-kill-buffer): Raise the current frame.
8684 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8686         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8688         * gnus.el (message-y-or-n-p): Autoload.
8690         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8691         (pop3-password-required, pop3-authentication-scheme)
8692         (pop3-leave-mail-on-server): Made customizable.
8693         (pop3): New custom group.
8694         (pop3-retr): Remove `sleep-for' statements.
8695         Suggested by Dave Love <fx@gnu.org>.
8697         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8698         Windows/DOS.
8700         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8701         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8702         Dave Love <fx@gnu.org>.
8704         * mml.el (mml-minibuffer-read-disposition): Require match.
8705         Suggested by Dave Love <fx@gnu.org>.
8707 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8709         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8710         doc string.
8712 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8714         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8716 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8718         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8719         instead of calling `mm-insert-inline', to decode text/* parts
8720         before displaying them.
8722 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8724         * mm-uu.el (mm-uu-text-plain-type): New variable.
8725         (mm-uu-pgp-signed-extract-1): Use it.
8726         (mm-uu-pgp-encrypted-extract-1): Use it.
8727         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8728         bind mm-uu-text-plain-type with that value.
8729         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8730         mm-uu-dissect.
8732 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8734         * gnus-group.el (gnus-update-group-mark-positions):
8735         * gnus-sum.el (gnus-update-summary-mark-positions):
8736         * message.el (message-check-news-body-syntax):
8737         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8738         of string-as-multibyte.
8740 2004-10-05  Juri Linkov  <juri@jurta.org>
8742         * gnus-group.el (gnus-update-group-mark-positions):
8743         * gnus-sum.el (gnus-update-summary-mark-positions):
8744         * message.el (message-check-news-body-syntax):
8745         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8746         8-bit unibyte values to a multibyte string for search functions.
8748 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8750         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8751         (mm-uu-dissect-text-parts): New function.
8753         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8754         dissect text parts.
8756         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8757         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8759         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8761         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8762         gnus-current-topics instead of gnus-current-topic.
8764 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8766         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8768 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8770         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8771         where approriate.
8773         * nnml.el (nnml-generate-active-info): do.
8775         * nndiary.el (nndiary-generate-active-info): do.
8777         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8778         (gnus-topic-move): do.
8780         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8781         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8783         * gnus-srvr.el (gnus-server-prepare)
8784         (gnus-server-open-all-servers): do.
8786         * gnus-msg.el (gnus-summary-cancel-article)
8787         (gnus-summary-resend-message)
8788         (gnus-summary-mail-crosspost-complaint): do.
8790         * gnus-move.el (gnus-change-server): do.
8792         * gnus-group.el (gnus-group-unmark-all-groups)
8793         (gnus-group-set-current-level): do.
8795 2004-10-04  Simon Josefsson  <jas@extundo.com>
8797         * message.el (message-generate-hashcash): Doc fix.
8799 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8801         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8802         avoid infinite recursion via gnus-get-function.
8804 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8806         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8808         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8810         * nnmail.el (nnmail-split-history): do.
8812         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8813         (nnml-request-delete-group): do.
8815         * nnslashdot.el (nnslashdot-read-groups): do.
8817         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8818         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8820         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8821         (nnspool-sift-nov-with-sed): Use last
8822         (nnspool-retrieve-headers-with-nov): Use mapc.
8823         (nnspool-request-newgroups): Use dolist.
8824         (nnspool-request-group): Use last.
8826         * nntp.el (nntp-read-server-type): Use dolist.
8828         * nnvirtual.el (nnvirtual-create-mapping)
8829         (nnvirtual-update-read-and-marked): Use dolist.
8830         (nnvirtual-convert-headers): Simplify.
8832 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8834         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8835         support for sync'ing tick marks.
8837 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8839         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8840         there's no visible header.
8842 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8844         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8845         necessary, pass full group name to gnus-request-set-marks.
8847 2004-10-01  Simon Josefsson  <jas@extundo.com>
8849         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8850         acroread.
8852 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854         * spam-report.el (spam-report-gmane): Fix interactive.
8856         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8858         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8859         when writing file.
8860         (gnus-agent-synchronize-flags): Don't default to being
8861         interactive.
8863 2004-09-30  Simon Josefsson  <jas@extundo.com>
8865         * message.el (message-generate-hashcash): Add.
8866         (message-send-mail): Use it, call mail-add-payment.
8868 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8870         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8872 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8874         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8875         gnus-requst-update-info with explicit code to sync the in-memory
8876         info read flags with the marks being sync'd to the backend.
8878         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8880 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8882         * spam.el (spam-verify-bogofilter): Add new function.
8883         (spam-check-bogofilter)
8884         (spam-bogofilter-register-with-bogofilter): Use it.
8885         (spam-verify-bogofilter): Add small fixes.
8887 2004-09-28  Simon Josefsson  <jas@extundo.com>
8889         * hashcash.el (hashcash-generate-payment): Revert.
8891 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8893         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8894         gnus-extract-references instead of gnus-split-references.
8896         * gnus-util.el (gnus-extract-references): Add new function, analogous
8897         to gnus-split-references but extracts only the message-ID without
8898         anything extra.
8900         * hashcash.el (hashcash-generate-payment)
8901         (hashcash-check-payment): Do the right thing if hashcash-path is
8902         nil (because the hashcash program could not be found).
8904         * spam.el (spam-use-hashcash): Remove comment.
8906 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8908         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8909         (gnus-cache-enter-article, gnus-cache-remove-article)
8910         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8912         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8914         * gnus-art.el (article-hide-boring-headers)
8915         (article-translate-strings, article-display-face)
8916         (gnus-article-mime-match-handle-first)
8917         (gnus-article-highlight-headers)
8918         (gnus-article-add-buttons-to-head): do.
8920 2004-09-27  Simon Josefsson  <jas@extundo.com>
8922         * hashcash.el: New version, from
8923         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8924         ../contrib/.
8926 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8928         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8930 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8932         * gnus-dup.el (gnus-dup-open): Use mapc.
8933         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8935         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8936         Reported by Stefan Wiens <s.wi@gmx.net>.
8938         * gnus.el (gnus-shutdown): Use dolist.
8940         * gnus-undo.el (gnus-undo): Use mapc.
8942         * nnrss.el (nnrss-generate-active): do.
8944         * message.el (message-cite-original-without-signature)
8945         (message-cite-original): Use mapc.
8946         (message-do-actions, message-make-forward-subject): Use dolist.
8948 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8950         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8951         deletion to remove entire duplicate line.  Fixes merged article
8952         number bug.
8954 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8956         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8957         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8958         first ask if you want to open a server and then, even when you
8959         responded with no, asking if you want to synchronize the server's
8960         flags.
8961         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8962         multi-line expressions.
8963         (gnus-agent-synchronize-group-flags): New internal function.
8964         Updates marks in memory (in the info structure) AND in the
8965         backend.
8967         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8969         * nnagent.el (nnagent-request-set-mark): Use
8970         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8971         method, to ensure that synchronization updates marks in the
8972         backend and in the info (in memory) structure.
8974 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8976         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8977         convention fully; don't miss the root article of a thread; make
8978         the X-Draft-From header with correct article numbers.
8980 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8982         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8983         unless plugged.  Disable the agent so that an open failure causes
8984         an error.
8986         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8987         Reverted 2004-09-21 change.  The backend must be opened while
8988         synchronizing flags even when the backend stores the flags
8989         locally.
8991 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8993         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8994         in `header' match.  Reported by Svend Tollak Munkejord.
8996         * message.el (message-cite-original): Fix use of
8997         `message-cite-articles-with-x-no-archive'.
8999 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9001         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9002         (gnus-window-to-buffer): Ditto.
9004         * mml.el (mml-preview-buffer): New variable.
9005         (mml-preview): Manage window layout with gnus-buffer-configuration.
9007         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9008         X-Draft-From header even if those articles aren't quoted.
9010 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9012         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9013         (gnus-request-set-mark, gnus-request-update-mark): Use new
9014         g-s-t-u-l-m to decide to use backend even when unplugged.
9016 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9018         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9019         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9021 2004-09-20  Simon Josefsson  <jas@extundo.com>
9023         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9024         "utf-16-le".
9026 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9030 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9032         * uudecode.el (uudecode-use-external): Add :version.
9034         * smime.el (smime-CA-file, smime-encrypt-cipher)
9035         (smime-dns-server): Add :version.
9037         * smiley.el (gnus-smiley-file-types): Add :version.
9039         * sha1.el (sha1-use-external): Add :version.
9041         * pgg-def.el (pgg-query-keyserver): Add :version.
9043         * nnmail.el (nnmail-fancy-expiry-targets)
9044         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9045         Add :version.
9047         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9048         (nnimap-retrieve-groups-asynchronous): Add :version.
9049         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9051         * mml.el (mml-content-disposition-parameters)
9052         (mml-insert-mime-headers-always): Add :version.
9054         * mm-util.el (mm-coding-system-priorities): Add :version.
9056         * mm-decode.el (mm-inline-text-html-with-images)
9057         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9058         (mm-verify-option): Add :version.
9059         (mm-text-html-renderer): Change :version.
9061         * message.el (message-fcc-externalize-attachments)
9062         (message-required-headers, message-draft-headers)
9063         (message-subject-trailing-was-query)
9064         (message-subject-trailing-was-ask-regexp)
9065         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9066         (message-mark-insert-end, message-archive-header)
9067         (message-archive-note, message-cross-post-default)
9068         (message-cross-post-note, message-followup-to-note)
9069         (message-cross-post-note-function, message-use-mail-followup-to)
9070         (message-subscribed-address-functions)
9071         (message-subscribed-address-file, message-subscribed-addresses)
9072         (message-subscribed-regexps, message-allow-no-recipients)
9073         (message-yank-cited-prefix, message-signature-insert-empty-line)
9074         (message-hidden-headers, message-hierarchical-addresses)
9075         (message-mail-user-agent, message-use-idna)
9076         (message-valid-fqdn-regexp)
9077         (message-strip-special-text-properties, message-header-synonyms)
9078         (message-beginning-of-line, message-tab-body-function): Add :version.
9079         (message-insert-canlock, message-wide-reply-confirm-recipients):
9080         Change :version.
9082         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9083         and :version.
9084         (mail-source-delete-old-incoming-confirm)
9085         (mail-source-movemail-program): Add :version.
9087         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9088         (gnus-agent-cache, gnus-agent): Change :version.
9090         * gnus-util.el (gnus-use-byte-compile): Change :version.
9092         * gnus-sum.el (gnus-summary-make-false-root-always)
9093         (gnus-summary-default-high-score)
9094         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9095         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9096         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9097         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9098         (gnus-sum-thread-tree-single-indent)
9099         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9100         (gnus-sum-thread-tree-leaf-with-other)
9101         (gnus-sum-thread-tree-single-leaf): Add :version.
9102         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9103         (gnus-article-loose-mime): Change :version.
9105         * gnus-start.el (gnus-backup-startup-file)
9106         (gnus-save-startup-file-via-temp-buffer): Add :version.
9108         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9109         (gnus-server-offline-face): Add :version.
9111         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9113         * gnus-msg.el (gnus-gcc-externalize-attachments)
9114         (gnus-debug-files, gnus-debug-exclude-variables)
9115         (gnus-discouraged-post-methods): Change :version.
9116         (gnus-confirm-mail-reply-to-news)
9117         (gnus-confirm-treat-mail-like-news): Add :version.
9119         * gnus-int.el (gnus-server-unopen-status): Add :version.
9121         * gnus-group.el (gnus-group-jump-to-group-prompt)
9122         (gnus-large-ephemeral-newsgroup)
9123         (gnus-fetch-old-ephemeral-headers): Add :version.
9125         * gnus-fun.el (gnus-x-face-directory)
9126         (gnus-convert-pbm-to-x-face-command)
9127         (gnus-convert-image-to-x-face-command)
9128         (gnus-convert-image-to-face-command): Add :version.
9130         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9132         * gnus-cite.el (gnus-cite-blank-line-after-header)
9133         (gnus-article-boring-faces): Add :version.
9135         * gnus-art.el (gnus-buttonized-mime-types)
9136         (gnus-inhibit-mime-unbuttonizing)
9137         (gnus-treat-display-face)
9138         (gnus-treat-body-boundary): Change :version.
9139         (gnus-body-boundary-delimiter, gnus-picon-databases)
9140         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9141         (gnus-treat-date-english, gnus-treat-fold-headers)
9142         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9143         (gnus-treat-mail-picon, gnus-treat-wash-html)
9144         (gnus-article-encrypt-protocol)
9145         (gnus-use-idna, gnus-article-over-scroll)
9146         (gnus-mime-display-multipart-alternative-as-mixed)
9147         (gnus-mime-display-multipart-related-as-mixed)
9148         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9149         (gnus-ctan-url, gnus-button-ctan-handler)
9150         (gnus-button-handle-ctan-bogus-regexp)
9151         (gnus-button-ctan-directory-regexp)
9152         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9153         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9154         (gnus-button-man-level, gnus-button-emacs-level)
9155         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9157         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9158         (gnus-agent-go-online): Change :version.
9159         (gnus-agent-expire-unagentized-dirs)
9160         (gnus-agent-auto-agentize-methods): Add :version.
9162         * flow-fill.el (fill-flowed-display-column)
9163         (fill-flowed-encode-column): Add :version.
9165         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9166         (gnus-outlook-deuglify-unwrap-max)
9167         (gnus-outlook-deuglify-cite-marks)
9168         (gnus-outlook-deuglify-unwrap-stop-chars)
9169         (gnus-outlook-deuglify-no-wrap-chars)
9170         (gnus-outlook-deuglify-attrib-cut-regexp)
9171         (gnus-outlook-deuglify-attrib-verb-regexp)
9172         (gnus-outlook-deuglify-attrib-end-regexp)
9173         (gnus-outlook-display-hook): Add :version.
9175         * binhex.el (binhex-use-external): Add :version.
9177 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9179         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9180         and `invisible'.
9182 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9184         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9185         in gnus-registry-trim.
9187 2004-09-13  Simon Josefsson  <jas@extundo.com>
9189         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9191         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9193         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9194         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9195         <yamaoka@jpl.org>.
9196         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9197         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9198         <yamaoka@jpl.org>.
9200         * sieve.el (sieve-manage-mode): Ditto.
9202 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
9204         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9206 2004-09-11  Simon Josefsson  <jas@extundo.com>
9208         * dns-mode.el: Add.
9210         * mm-view.el (mm-display-dns-inline): Add.
9212         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9213         (mm-automatic-display): Ditto.
9215         * mailcap.el (mailcap-mime-data): Add text/dns.
9216         (mailcap-mime-extensions): Map .soa to text/dns.
9218 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9220         * gnus-art.el (article-decode-mime-words, article-babel)
9221         (gnus-article-highlight-signature, gnus-article-add-buttons)
9222         (gnus-signature-toggle): Remove unnecessary bindings of
9223         `inhibit-read-only' inherited from v5.10 merge.
9225 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9227         * nntp.el (nntp): New customization group.
9228         (nntp-authinfo-file): Add customization group.
9230         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9232         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9234         * gnus.el (to-address, to-list, subscribed)
9235         (large-newsgroup-initial): Ditto.
9237         * flow-fill.el (fill-flowed-display-column)
9238         (fill-flowed-encode-column): Ditto.
9240 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
9242         * message.el (message-tokenize-header, message-send-mail-with-qmail):
9243         Use point-min rather than 1.
9244         (message-send-mail): Use buffer-size rather than point-max.
9246         * gnus-sum.el (gnus-summary-search-article-forward):
9247         Signal a specific `search-failed' rather than a generic `error'.
9249         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9250         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9251         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9253 2004-09-10  Simon Josefsson  <jas@extundo.com>
9255         * nndb.el (require): Remove tcp and duplicate cl.
9257 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9259         * gnus-agent.el (directory-files-and-attributes): Move forward.
9261 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9263         * gnus-agent.el (directory-files-and-attributes): Optionally
9264         defined to support XEmacs.
9266 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9268         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9269         to avoid run-time CL dependencies.
9270         (gnus-agent-unfetch-articles): New function.
9271         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9272         article numbers even when local .overview file is missing.
9273         (gnus-agent-read-article-number): New function.  Only accepts
9274         27-bit article numbers.
9275         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9276         gnus-agent-read-article-number.
9277         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9278         from backend while recognizing that article numbers in .overview
9279         must be valid.
9280         (gnus-agent-update-files-total-fetched-for): Use
9281         directory-files-and-attributes to improve performance.
9282         * gnus-int.el (gnus-request-move-article): Use
9283         gnus-agent-unfetch-articles in place of gnus-agent-expire to
9284         improve performance.
9286         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9287         some users confused by references to .newsrc when they only have a
9288         .newsrc.eld file.
9289         (gnus-convert-mark-converter-prompt,
9290         gnus-convert-converter-needs-prompt): Fixed use of property list.
9291         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9292         New function.  Used internally to only display 'gnus converting
9293         files' message when actually necessary.
9295         * gnus-sum.el (): Removed (require 'gnus-agent) as required
9296         methods now autoloaded.
9298 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9300         * gnus-sum.el (gnus-summary-insert-subject): Remove list
9301         identifiers.
9303 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
9305         * gnus-picon.el: Fix indentation and closing parenthesis.
9307 2004-09-01  Simon Josefsson  <jas@extundo.com>
9309         * message.el (message-canlock-generate): Require sha1, not
9310         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
9311         to require within a function.  Sadly, if sha1.el isn't loaded, the
9312         let binding in m-c-g will hide the defcustom definition, which is
9313         bad.)
9315         * canlock.el: Require sha1, not sha1-el.
9317         * message.el: Don't autoload sha1 (there is a autoload cookie in
9318         sha1.el).
9320         * sha1-el.el: Renamed to sha1.el.
9322 2004-08-30  Juanma Barranquero  <lektu@terra.es>
9324         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9326 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9330 2004-08-30  Kim F. Storm  <storm@cua.dk>
9332         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9334         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9335         Add :group 'nnimap.
9337 2004-08-30  Andreas Schwab  <schwab@suse.de>
9339         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9340         ?* and ?\;.
9342         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9343         and ?\' to symbol instead of whitespace.
9345 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9347         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9349         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9350         instead of re-search-forward.
9352         * gnus-uu.el (gnus-uu-save-article): Ditto.
9353         (gnus-uu-post-encode-uuencode): Ditto.
9355         * html2text.el (html2text-clean-list-items): Ditto.
9356         (html2text-clean-dtdd): Ditto.
9357         (html2text-format-tags): Ditto.
9359         * message.el (message-send-mail-with-sendmail): Fix regexp.
9360         (message-fill-field-general): Use search-forward instead of
9361         re-search-forward.
9362         (unbold-region): Ditto.
9364         * nnrss.el (nnrss-request-article): Ditto.
9366         * nnslashdot.el (nnslashdot-request-article): Ditto.
9368         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9370         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9371         "Unrecognized menu descriptor" error in XEmacs.
9373 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9375         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9376         parent article of a sparse article in the thread hashtb.
9378 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9380         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9381         (nnmail-expand-newtext): Lowercase expanded entries if
9382         nnmail-split-lowercase-expanded is non-nil.
9384 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9386         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9387         entry.
9389         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9390         of gnus-tmp-news-method into string under XEmacs.  It will be
9391         passed to gnus-correct-length which takes only a string argument.
9393 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9395         * gnus-util.el (gnus-bind-print-variables): New macro.
9396         (gnus-prin1): Use it.
9397         (gnus-prin1-to-string): Use it.
9398         (gnus-pp): New function.
9399         (gnus-pp-to-string): New function.
9401         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9402         pp-to-string with gnus-pp-to-string.
9403         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9404         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9405         * gnus-msg.el (gnus-debug): Ditto.
9406         * gnus-score.el (gnus-score-save): Ditto.
9407         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9408         gnus-pp-to-string.
9409         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9410         with gnus-pp.
9411         * score-mode.el (gnus-score-pretty-print): Ditto.
9412         * webmail.el (webmail-debug): Ditto.
9414 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9416         * gnus-art.el (article-display-face, article-display-x-face): Use
9417         buffer-read-only.
9419 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9421         * gnus-art.el (article-hide-list-identifiers): Bind
9422         inhibit-read-only as t.
9424 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9426         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9428 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9430         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9431         (gnus-narrow-to-page): Don't assume point-min == 1.
9432         (gnus-article-edit-mode): Derive from message-mode.
9434         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9435         point-min == 1.
9437         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9438         Disable incorrect use of `assert'.
9440         * message.el (message-mode): Set comment-start-skip.
9443 2004-08-22  Sam Steingold  <sds@gnu.org>
9445         * pop3.el (pop3-leave-mail-on-server): New user variable.
9446         (pop3-movemail): Delete mail only when it is nil.
9448 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9450         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9452         * mml.el (mml-preview): Use `pop-to-buffer'.
9454         * message.el (message-goto-mail-followup-to): Insert after "To".
9455         (message-carefully-insert-headers): Add comment.
9457         * gnus.el: Remove unused variable `gnus-article-check-size'.
9459         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9461         * gnus-art.el (gnus-button-alist): Improve
9462         `gnus-button-handle-library' entry.
9464 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9466         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9467         downcase, since XEmacs capitalizes error messages differently.
9469 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9471         * nntp.el: Add (require 'gnus) due to reference to
9472         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9474 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9476         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9477         `mm-fill-flowed'.
9479         * mm-decode.el (mm-dissect-singlepart): Check it.
9481 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9483         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9484         'imap' for netrc parsing.
9486 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9488         * mailcap.el (mailcap-mime-data): Mark as risky.
9490 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9492         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9493         may be included in the encoded word.
9494         (rfc2047-encode): Don't append a space if the encoded word
9495         includes close parenthesis.
9497 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9499         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9500         of text within parentheses.
9502 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9504         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9505         (gnus-encrypt-write-file-contents): Make the password key the file
9506         name PLUS the cipher, not just the cipher.  Also remove failed
9507         passwords from the cache.
9509 2004-08-06  Simon Josefsson  <jas@extundo.com>
9511         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9512         fix.
9514 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9516         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9517         LWSP.
9519 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9521         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9522         to append in-reply-to: data to the references: header.
9524         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9525         (netrc-parse): Use gnus-encrypt.el functions.
9527         * gnus-encrypt.el: Add new file for encryption support; currently
9528         does only a few GPG ciphers and an internal XOR cipher.
9530         * password.el: Add comments on using password-read-and-add.
9531         (password-read-and-add): Add function to read and add the
9532         password to the cache at once.
9534 2004-07-28  Simon Josefsson  <jas@extundo.com>
9536         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9537         parameter (but don't use it, for now).
9539         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9540         instead of hard coding to nil.
9542 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9544         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9545         as mm-inline-image-xemacs does.
9547 2004-07-26  Simon Josefsson  <jas@extundo.com>
9549         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9550         Revert part of 2004-07-17 change below.
9552 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9554         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9555         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9557 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9560         quotes that actually start with ">" at the beginning of the
9561         lines.
9563 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * rfc2047.el (rfc2047-encode-region): Fix last change.
9566         (rfc2047-encode-parameter): Remove useless concat.
9568 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9570         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9571         encode special characters; fix some kind of misconfigured headers;
9572         signal a real error if debug-on-quit or debug-on-error is non-nil.
9573         (rfc2047-encode-max-chars): New variable.
9574         (rfc2047-encode-1): Use it.
9575         (rfc2047-encode-parameter): New function.
9577         * mml.el (mml-insert-parameter): Remove an excessive space.
9579 2004-07-17  Simon Josefsson  <jas@extundo.com>
9581         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9582         Kai Grossjohann <kai@emptydomain.de>.
9583         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9584         (gnus-group-make-menu-bar): Ditto.
9586         * gnus-util.el (gnus-group-server): Add.
9588 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9590         * message.el (message-clone-locals): Clone sendmail and smtp
9591         variables.
9593 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9595         * rfc2047.el (rfc2047-encode-region): Fix last change.
9597 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9599         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9600         characters as non-special.
9602 2004-07-09  Simon Josefsson  <jas@extundo.com>
9604         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9605         Users will lose all flag changes made while unplugged with
9606         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9607         good default.  See numerous reports on ding mailing list.
9609 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9611         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9612         add generate-head-function and generate-article-function to the
9613         rfc822-forward entry.
9614         (nndoc-rfc822-forward-generate-article): New function.
9615         (nndoc-rfc822-forward-generate-head): New function.
9617         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9619 2004-07-06  Dan Christensen  <jdc@uwo.ca>
9621         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9622         respect display group parameter and gnus-summary-expunge-below.
9623         (gnus-articles-to-read): Remove unused reference to display group
9624         parameter.
9626 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628         * nnheader.el (nnheader-uniquify-message-id): New experimental
9629         variable.
9630         (nnheader-nov-read-message-id): Use it.
9632         * spam-report.el (spam-report-gmane): Add interactive.
9634 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9636         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9637         qp-or-base64 for the application/* types.
9639 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9641         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9643 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9645         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9646         trim value.
9648 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9650         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9651         New macro and function.
9652         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9654 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9656         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9657         after-load-alist.
9659 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9662         update info that isn't there.
9664 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9666         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9667         entry.
9669 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9671         * mm-view.el (mm-inline-render-with-function): Use multibyte
9672         buffer; decode html source by charset.
9674         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9676         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9677         Mule-UCS is loaded under XEmacs.
9678         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9680 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9682         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9684 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * mm-util.el (mm-coding-system-p): Return a coding-system.
9687         (mm-mime-mule-charset-alist): Use shift_jis instead of
9688         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9689         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9690         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9691         instead of japanese-shift-jis and iso-latin-1 respectively in
9692         order to share the default value with both Emacs and XEmacs-mule.
9693         (mm-mule-charset-to-mime-charset): Make
9694         mm-coding-system-priorities effective.
9695         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9696         while predicating of candidates upon the priorities.
9698 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9700         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9701         gnus-uu-invert-processable.
9703         * gnus.el: Autoload gnus-uu-invert-processable.
9705 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9707         * mm-util.el (mm-with-multibyte-buffer): New macro.
9709         * rfc2047.el (rfc2047-encode-string): Use it.
9710         (rfc2047-encode-region): Move point to the end of the region after
9711         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9713 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9715         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9716         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9718 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9720         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9721         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9722         Karl Chen <quarl@nospam.quarl.org>.
9724 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9726         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9727         invalid addresses.
9729 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9731         * spam.el: Change section markers, revise TODO list.
9732         (spam-backends): Make new master list of all installed backends.
9733         (spam-summary-exit-behavior): Add new variable to determine how
9734         messages moves are done at summary exit.
9735         (spam-move-spam-nonspam-groups-only)
9736         (spam-process-ham-in-nonham-groups)
9737         (spam-process-ham-in-spam-groups): Remove variables, the
9738         spam-summary-exit-behavior variable should be used to manage this
9739         behavior.
9740         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9741         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9742         and spam-old-spam-articles.
9743         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9744         Add empty variables, placeholders for the backends they represent.
9745         (spam-set-difference): Move, unchanged.
9746         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9747         unless the user has a processor variable.
9748         (spam-classifications, spam-classification-valid-p)
9749         (spam-backend-properties, spam-backend-property-valid-p)
9750         (spam-backend-function-type-valid-p)
9751         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9752         (spam-report-articles-gmane, spam-report-articles-resend):
9753         Remove functions, they are not needed.
9754         (spam-install-backend-super, spam-backend-list)
9755         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9756         (spam-backend-function, spam-backend-ham-registration-function)
9757         (spam-backend-spam-registration-function)
9758         (spam-backend-ham-unregistration-function)
9759         (spam-backend-spam-unregistration-function)
9760         (spam-backend-statistical-p, spam-backend-mover-p)
9761         (spam-install-backend-alias, spam-install-checkonly-backend)
9762         (spam-install-mover-backend, spam-install-nocheck-backend)
9763         (spam-install-backend, spam-install-statistical-backend)
9764         (spam-install-statistical-checkonly-backend): Add backend installation
9765         support.
9766         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9767         (spam-group-processor-p): Use the new backend code and respect the
9768         summary exit behavior.
9769         (spam-mark-spam-as-expired-and-move-routine): Remove.
9770         (spam-summary-prepare): Change to use the new spam-old-articles
9771         variable.
9772         (spam-copy-or-move-routine, spam-copy-spam-routine)
9773         (spam-move-spam-routine, spam-copy-ham-routine)
9774         (spam-move-ham-routine): Add code to copy/move ham or spam.
9775         (spam-fetch-field-fast): Improve doc and code, plus allow the
9776         'number request.
9777         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9778         variables.
9779         (spam-split, spam-find-spam): Use the new backend code.
9780         (spam-registration-functions): Remove variable.
9781         (spam-unregister-routine): Add convenience wrapper.
9782         (spam-log-undo-registration, spam-register-routine)
9783         (spam-log-processing-to-registry)
9784         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9785         where possible.
9786         (spam-check-gmane-xref, spam-check-regex-headers)
9787         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9788         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9789         (spam-check-bogofilter-headers, spam-check-spamoracle)
9790         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9791         (spam-check-crm114-headers): Use the spam-split-group that
9792         spam-split prepares, no need to determine it every time.
9794         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9795         to the nnheader-parse-naked-head call.
9797         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9799         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9800         the nnheader-nov-read-message-id call.
9802 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9804         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9805         gnus-activate-group twice.  Suggested by Markus Peter
9806         <warp@spin.de>.
9808 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9810         * gnus-art.el (gnus-article-time-format): Exchange the order of
9811         day and month in the default value; fix customization type.
9812         (article-date-ut): Use add-text-properties.
9813         (article-make-date-line): Use message-make-date instead of
9814         current-time-string.
9816         * message.el (message-fetch-field): Don't use set-text-properties.
9817         (message-make-date): Simplify.
9819         * messagexmas.el (message-xmas-make-date): New function.
9820         (message-xmas-redefine): Defalias message-make-date to it.
9822 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9824         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9825         (rfc2047-encode-region): Treat text within parentheses as special;
9826         show the original text when error has occurred.
9828         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9829         already-computed method to gnus-activate-group.
9831         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9832         same select-methods identical Lisp objects.
9834         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9835         object when modifying the info.
9837 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9839         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9840         gnus-opened-servers since it has never been opened with the new
9841         configuration yet.
9843 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9845         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9846         arg to nnheader-generate-fake-message-id.
9848 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9850         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9851         number and build a fake message ID localized to a group and
9852         article number (so it's repeatable from that point on).
9853         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9854         ID format.
9856         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9857         nnheader-generate-fake-message-id with the article number.
9859 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9861         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9862         end-of-buffer.
9864 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866         * message.el (message-ignored-supersedes-headers): Add Approved.
9868 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9870         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9871         goto-char.
9872         (rfc2047-encode): Fold the line before encoding.
9874 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9877         folding -- not all headers can be folded, and this should be done
9878         by the message composition mode.  Probably.  I think.
9880 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9882         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9883         fast.
9885         * gnus-ems.el (gnus-remove-image): Don't use
9886         message-text-with-property; remove only the image found first.
9888         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9889         found first.
9891 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9893         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9895 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9897         * message.el (message-text-with-property): Make it fast and accept
9898         optional arguments.
9899         (message-strip-forbidden-properties): Use it.
9900         (message-fix-before-sending): Follow the m-t-w-p change.
9902         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9904 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9906         * gnus-art.el (article-hide-headers): Don't change the buffer
9907         mistakenly when performing mml-preview even if
9908         gnus-single-article-buffer is nil.
9910 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9912         * message.el (message-expand-name-databases): New user option.
9913         (message-expand-name): Use it.
9915 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9917         * spam.el (spam-report-articles-resend)
9918         (spam-report-resend-register-routine): Allow ham reporting.
9919         (spam-report-resend-register-ham-routine): Add wrapper.
9920         (spam-registration-functions): Add ham resending functions.
9921         (spam-list-of-processors): Add ham resend processor.
9923         * gnus.el (ham-resend-to): Add new group parameter.
9924         (spam-process): Add ham resend option.
9926         * spam-report.el (spam-report-resend): Allow reporting ham.
9927         (spam-report-resend-ham): Add wrapper.
9929 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931         * message.el (message-cite-articles-with-x-no-archive): New
9932         variable.
9933         (message-cite-original): Use it.
9935 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937         * message.el (message-cite-original): Respect X-No-Archive.
9939 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9941         * gnus-art.el (article-hide-headers): Refer to the values for
9942         gnus-ignored-headers and gnus-visible-headers in the summary
9943         buffer since a user may have set them as group parameters.
9945 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9947         * assistant.el (assistant-node-name): Add convenience function.
9948         (assistant-render-text, assistant-render-node): Add error handling,
9949         plus handle multiple next nodes.
9950         (assistant-find-next-node): Comment out for now.
9951         (assistant-find-next-nodes): Add function, returns list of next
9952         nodes.
9954 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9956         * mail-source.el (mail-source-directory): Fix doc-string.
9958 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9960         * assistant.el (assistant-render-text, assistant-eval): Add :set
9961         widget type, which is different because it takes and returns a
9962         list.  Much hilarity ensues.
9964 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9966         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9968         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9969         doc-string.
9971         * gnus-start.el (gnus-activate-group): Added doc-string.
9973 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9975         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9977 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9979         * assistant.el (assistant-render-text): Try to add a :set
9980         widget, more to come.
9982         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9983         strings.
9984         (spam-report-articles-resend)
9985         (spam-register-routine): Do registration iff any articles warrant
9986         it.
9987         (spam-summary-prepare-exit): Change log message for nil group
9988         destinations.
9990 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9992         * spam.el (spam-report-resend-register-routine): Allow
9993         spam-report-resend-to to be a group parameter or a global value.
9995 2004-05-26  Simon Josefsson  <jas@extundo.com>
9997         * starttls.el: Merge with my GNUTLS based starttls.el.
9998         (starttls-gnutls-program, starttls-use-gnutls)
9999         (starttls-extra-arguments, starttls-process-connection-type)
10000         (starttls-connect, starttls-failure, starttls-success): New
10001         variables.
10002         (starttls-program, starttls-extra-args): Doc fix.
10003         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10004         functions.
10005         (starttls-negotiate, starttls-open-stream): Check
10006         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10007         function if it is set.
10009 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10011         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10012         structured fields.
10014 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10016         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10018 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10020         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10021         variable.
10022         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10023         assigning the spam-mark to new messages.
10025 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
10027         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10029 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10031         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10033         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10034         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10035         default.
10037 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10039         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10040         correct data.
10042 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10044         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10045         (spam-group-processor-p): Fix function.
10046         (spam-group-processor-multiple-p)
10047         (spam-group-spam-processor-report-gmane-p)
10048         (spam-group-spam-processor-report-resend-p)
10049         (spam-group-spam-processor-bogofilter-p)
10050         (spam-group-spam-processor-blacklist-p)
10051         (spam-group-spam-processor-ifile-p)
10052         (spam-group-ham-processor-ifile-p)
10053         (spam-group-spam-processor-spamoracle-p)
10054         (spam-group-spam-processor-crm114-p)
10055         (spam-group-ham-processor-bogofilter-p)
10056         (spam-group-spam-processor-stat-p)
10057         (spam-group-ham-processor-stat-p)
10058         (spam-group-ham-processor-whitelist-p)
10059         (spam-group-ham-processor-BBDB-p)
10060         (spam-group-ham-processor-spamoracle-p)
10061         (spam-group-ham-processor-copy-p): Remove functions with some
10062         prejudice against unneeded code.
10063         (spam-report-articles-resend)
10064         (spam-report-resend-register-routine): Allow the group/topic
10065         spam-resend-to value to override spam-report-resend-to.
10066         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10067         properly now.
10069         * gnus.el (spam-resend-to): Add group/topic parameter.
10070         (spam-process): Move the OBSOLETE processors to the end of the
10071         choices.
10073 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10075         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10076         with resend-to set to nil, and then ask the user if necessary.
10077         (spam-report-resend): spam-report-resend takes a list of articles, not
10078         separate article numbers.
10080 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10082         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10083         addition to emacs-w3m.
10085 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087         * assistant.el (assistant-authinfo-data): New function.
10088         (assistant-eval): Eval for entire assistant.
10090         * netrc.el (netrc-services-file): New variable.
10091         (netrc-parse-services): New function.
10092         (netrc-find-service-name): New function.
10093         (netrc-find-service-number): New function.
10094         (netrc-port-equal): New function.
10095         (netrc-machine): Use it.
10097         * nnimap.el (nnimap-open-connection): Use netrc.
10099         * gnus-util.el (gnus-netrc-get): Remove aliases.
10101         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10103         * assistant.el (wid-edit): Fix compilation.
10105         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10107 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10109         * gnus-util.el (gnus-set-file-modes): New function.  (small
10110         patch).
10112 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10116         * assistant.el (assistant-render-node): Fix up rendering and
10117         read-only text.
10118         (assistant-render-node): Reset.
10119         (assistant-make-read-only): Not sticky.
10121 2004-05-20  Danny Siu  <dsiu@adobe.com>
10123         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10124         centered even when gnus-auto-center-summary is t
10126 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128         * dns.el (dns-get-txt-answer): New function.
10129         (dns-read-txt): Ditto.
10130         (query-dns): Use it.
10132 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10134         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10135         active for foreign groups even if the group level is higher than
10136         the specified value.
10138 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10141         non-active groups.
10143         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10145 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10147         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10149 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10151         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10152         (spam-crm114-header, spam-crm114-spam-switch)
10153         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10154         (spam-crm114-positive-spam-header)
10155         (spam-crm114-database-directory, spam-list-of-processors)
10156         (spam-group-spam-processor-crm114-p)
10157         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10158         (spam-generic-score, spam-list-of-checks)
10159         (spam-list-of-statistical-checks, spam-registration-functions)
10160         (spam-check-crm114-headers, spam-crm114-score)
10161         (spam-check-crm114, spam-crm114-register-with-crm114)
10162         (spam-crm114-register-spam-routine)
10163         (spam-crm114-unregister-spam-routine)
10164         (spam-crm114-register-ham-routine)
10165         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10166         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
10168         * gnus.el: Add spam-use-crm114.
10170         * spam.el (spam-list-of-processors, spam-registration-functions):
10171         Add spam-use-resend.
10172         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10173         (spam-report-articles-gmane): Add doc fix.
10174         (spam-report-articles-resend,
10175         spam-report-resend-register-routine): Add wrappers around
10176         spam-report-resend-to.
10178         * spam-report.el (spam-report-resend-to, spam-report-resend):
10179         Add support for resending spam.
10180         (spam-report-gmane): Fix line length >80.
10182         * gnus.el (spam-process): Add spam-use-resend.
10184 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10186         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10187         number of processed spam messages.
10188         (spam-ham-copy-or-move-routine): Return the number of processed
10189         ham messages.
10190         (spam-summary-prepare-exit): Use the above values to decide
10191         whether status messages shouled be displayed.
10193 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10195         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10196         `rfc2047-encoding-function-alist' in order to avoid conflicting
10197         with the old version.
10198         (rfc2047-encode-region): Concatenate words containing non-ASCII
10199         characters in structured fields; don't encode space-delimited
10200         ASCII words even in unstructured fields; don't break words at
10201         char-category boundaries.
10202         (rfc2047-encode-1): New function.
10203         (rfc2047-encode): Use it; encode text so that it occupies the
10204         maximum width within 76-column; work correctly on Q encoding for
10205         iso-2022-* charsets.
10206         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10207         sure not to break a line just after the header name.
10208         (rfc2047-b-encode-region): Removed.
10209         (rfc2047-b-encode-string): New function.
10210         (rfc2047-q-encode-region): Removed.
10211         (rfc2047-q-encode-string): New function.
10213         * mm-util.el (mm-replace-in-string): New function.
10215 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10218         get it right.
10219         (gnus-inews-make-draft): Really.
10221 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10223         * nnmh.el (nnmh-request-list-1): Don't check the link count
10224         before descending.  (small patch)
10226 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10229         stuff.
10231         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10232         on real group name.
10234         * gnus-art.el (gnus-signature-limit): Doc fix.
10236         * gnus-msg.el (gnus-inews-make-draft): Quote list.
10238         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
10240 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
10242         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
10243         isn't a string.
10245 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247         * gnus-draft.el (gnus-draft-send): Bind
10248         rfc2047-encode-encoded-words.
10250         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10251         (rfc2047-encodable-p): Say that =? needs encoding.
10252         (rfc2047-encode-encoded-words): New variable.
10254         * gnus-group.el (gnus-group-select-group): Doc fix.
10256         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10258         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10259         to nil.
10261         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10263         * nnheader.el (nnheader-get-lines-and-char): New function.
10265 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
10267         * gnus-msg.el (gnus-summary-followup-with-original): Document
10268         yanking of region when active.
10270 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10272         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10273         groups if the group level is higher than the specified value.
10275 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10277         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10278         (gnus-group-jump-to-group): Added prefix argument using
10279         `gnus-group-jump-to-group-prompt'.  Query before jumping to
10280         non-active group.
10282         * compface.el (uncompface): Be verbose when changing
10283         `uncompface-use-external'.
10285         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10286         handle manual section.
10288 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290         * gnus-art.el (gnus-button-alist): Revert previous change.
10292 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10294         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10296 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10299         whether backend can accept message.
10301         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10303 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
10305         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10306         Avoid creating directory when nntp-marks-is-evil is true.
10307         Reported by Reiner Steib.
10309 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10311         * gnus-picon.el (gnus-picon-style): New variable.
10312         (gnus-picon-insert-glyph): Added optional `nostring' argument.
10313         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
10314         Jesper Harder <harder@ifa.au.dk>.
10316 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10318         * message.el (message-fill-field): Return point.
10319         (message-generate-headers): Go to end of field.
10321         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10322         stuff for non-living groups.
10324 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
10326         * gnus-art.el (gnus-article-followup-with-original)
10327         (gnus-article-reply-with-original): gnus-mark-active-p ->
10328         gnus-region-active-p.
10330 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10332         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10333         only when there is spam or ham to be processed.
10335 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337         * mail-source.el (mail-source-delete-crash-box): Refactor.
10338         (mail-source-fetch): Use it.
10339         (mail-source-fetch-file): Ditto.
10340         (mail-source-fetch-directory): Run postscript in loop.
10341         (mail-source-fetch-pop): Delete.
10342         (mail-source-fetch-maildir): Ditto.
10343         (mail-source-fetch-imap): Ditto.
10345         * imap.el (imap-authenticators): Comment out sasl.
10347         * message.el (message-skip-to-next-address): New function.
10348         (message-fill-header-address): Refactor.
10349         (message-fill-address): Use it.
10350         (message-delete-address): Use it.
10351         (message-fill-header-general): Refactor.
10352         (message-fill-field-address): Rename.
10353         (message-narrow-to-field): Find the start of the header.
10354         (message-header-format-alist): Don't pre-fill.
10355         (message-fill-header): Removed.
10356         (message-insert-header): New function.
10357         (message-shorten-references): Use it.
10359         * rfc2047.el (rfc2047-field-value): Strip props.
10361         * mail-parse.el (mail-header-make-address): New alias.
10363         * ietf-drums.el (ietf-drums-make-address): New function.
10365         * imap.el: Add compiler directives.
10367         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10369         * gnus-art.el (article-decode-idna-rhs): Don't use
10370         message-idna-inside-rhs-p.
10372 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10374         * message.el (message-idna-inside-rhs-p): Removed.
10375         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10377         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10378         false positives.
10380 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10382         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10384 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386         * nneething.el (nneething-file-name): Don't create spurions
10387         files.
10389         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10390         (gnus-inews-do-gcc): Remove sleep.
10392         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10393         part under point.
10395         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10396         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10398 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10400         * spam.el (spam-summary-prepare-exit): Fixed (length).
10402 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10404         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10405         as expired without moving it" message when there are spam
10406         messages left.
10408 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10410         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10411         header is not nil.
10413 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10415         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10416         nntp-possibly-create-directory, not nntp-possibly-change-group.
10417         (nntp-marks-changed-p): New arg SERVER.
10418         (nntp-request-update-info): Adjust caller.
10420 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10422         * nntp.el (nntp-save-marks): Pass missing arg.
10424 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10426         * nntp.el: Support marks.
10427         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10428         (nntp-marks-modtime, nntp-marks-directory): New variables.
10429         (nntp-request-set-mark, nntp-request-update-info)
10430         (nntp-possibly-create-directory, nntp-marks-changed-p)
10431         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10432         functions.
10434 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10436         * gnus-xmas.el (gnus-xmas-select-lowest-window)
10437         (gnus-xmas-redefine): Rename.
10439         * gnus-score.el (gnus-score-insert-help): Use
10440         gnus-select-lowest-window.
10442         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10443         appt-select-lowest-window and rename to gnus-select-lowest-window.
10445         * gnus.el: do.
10447 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10449         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10450         encodings of MIME-encoded words, in order to improve
10451         interoperability with several broken MUAs.
10453 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10455         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10456         tags, only when charsets are not specified in headers.
10457         (mm-inline-text-html-render-with-w3m): Ditto.
10459         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
10460         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
10462 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10464         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10465         instead of MIME-decoded from fields when checking
10466         `gnus-article-address-banner-alist'.
10468 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10470         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10471         description rather than subject.
10473 2004-05-02  Steve Youngs  <steve@youngs.au.com>
10475         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
10477 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479         * gnus.el (gnus-version-number): Bump.
10481 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10483         * gnus.el: No Gnus v0.2 is released.
10485 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487         * gnus-agent.el (gnus-agent-read-agentview): Inline
10488         gnus-uncompress-range.
10490 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10492         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10493         `exec-installed-p'.
10495 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10497         * gnus.el (spam-process, spam-autodetect-methods): Add
10498         bsfilter and bsfilter-headers.
10500         * spam.el (spam-bsfilter): New customize group.
10501         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10502         (spam-bsfilter-header, spam-bsfilter-probability-header)
10503         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10504         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10505         (spam-bsfilter-database-directory): New options.
10506         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10507         (spam-list-of-statistical-checks, spam-registration-functions):
10508         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10509         (spam-bsfilter-score): New command.
10510         (spam-check-bsfilter-headers, spam-check-bsfilter)
10511         (spam-bsfilter-register-with-bsfilter)
10512         (spam-bsfilter-register-spam-routine)
10513         (spam-bsfilter-unregister-spam-routine)
10514         (spam-bsfilter-register-ham-routine)
10515         (spam-bsfilter-unregister-ham-routine): New functions.
10516         (spam-generic-score): Support bsfilter; Accept an optional argument
10517         to recalcurate spam score even if scoring header has already been
10518         added.
10519         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10520         optional argument to recalcurate spam score even if scoring header
10521         has already been added.
10523 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10525         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10526         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10527         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10528         link is missing.
10530 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10532         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10533         (html2text-get-attr): Rewrite.
10535         * message.el (message-setup-1): Remove redundant put-text-property
10536         on mail-header-separator.
10538 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10540         * gnus-registry.el (gnus-registry-cache-whitespace)
10541         (gnus-registry-action, gnus-registry-spool-action)
10542         (gnus-registry-split-fancy-with-parent): Change message levels
10543         from 5 to 3 or 7, as needed.
10545         * spam.el (spam-summary-prepare-exit)
10546         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10547         (spam-split, spam-find-spam, spam-log-undo-registration)
10548         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10549         level from 5 to 6.
10551 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10554         2004-03-04 change).
10556 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10558         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10559         Use mapc when appropriate.
10561         * sieve-manage.el (sieve-manage-open): do.
10563         * nnweb.el (nnweb-insert-html): do.
10565         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10566         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10568         * nnspool.el (nnspool-request-group): do.
10570         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10571         do.
10573         * nnml.el (nnml-request-update-info): do.
10575         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10576         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10578         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10579         (nnimap-request-set-mark): do.
10581         * nnfolder.el (nnfolder-request-update-info): do.
10583         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10584         do.
10586         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10588         * gnus-uu.el (gnus-uu-find-articles-matching): do.
10590         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10591         do.
10593         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10594         do.
10596         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10598         * gnus-nocem.el (gnus-nocem-scan-groups): do.
10600         * gnus-int.el (gnus-start-news-server): do.
10602         * gnus-group.el (gnus-group-make-kiboze-group)
10603         (gnus-group-browse-foreign-server): do.
10605 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10607         FIXME: Make separate entries for each person.
10609         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10610         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10611         <shields@msrl.com>:
10613         * spam.el (spam-necessary-extra-headers): Get the extra headers we
10614         may need for spam sorting and scoring.
10615         (spam-user-format-function-S): Add user format function suitable for
10616         general use.
10617         (spam-article-sort-by-spam-status): Add sorting function for summary
10618         sorting.
10619         (spam-extra-header-to-number): Add function to get a score from a
10620         header.
10621         (spam-summary-score): Add function to  get a numeric score from the
10622         headers.
10623         (spam-generic-score): Fixed function doc, was in wrong place.
10624         (spam-initialize): Take symbols when it's run, and install the
10625         extra headers that spam-necessary-extra-headers thinks we need.
10627 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10629         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10630         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10632 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10634         * gnus-sum.el (gnus-set-global-variables)
10635         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10636         (gnus-article-get-xrefs, gnus-summary-best-group)
10637         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10638         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10639         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10640         with-current-buffer.
10642 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10644         * spam.el (spam-summary-prepare-exit): Simplify logic.
10645         (spam-fetch-article-header): Read the article header if it's not
10646         available.
10647         (spam-list-articles): Simplify logic.
10648         (spam-filelist-register-routine): Fix bug with unregister-list.
10650         * gnus-registry.el: Fix comments at beginning.
10652 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10654         * message.el (message-cater-to-broken-inn): Remove.
10655         (message-shorten-references): Make sure the total folded length of
10656         References is shorter than 998 characters to cater to a bug in INN
10657         2.3.  Also, don't pretend that references aren't folded -- this
10658         hasn't worked for a while.
10660 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10662         * gnus-agent.el (gnus-agentize):
10663         gnus-agent-send-mail-real-function no longer set to current value
10664         of message-send-mail-function but rather a lambda that calls
10665         message-send-mail-function.  The change makes the agent real-time
10666         responsive to user changes to message-send-mail-function.
10668 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10670         * legacy-gnus-agent.el
10671         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10672         help from Florian Weimer <fw@deneb.enyo.de>
10674 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10676         * nnmail.el (nnmail-cache-insert): Revert last change.
10678 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10680         * nnmail.el (nnmail-cache-insert): Always check whether
10681         nnmail-cache-ignore-groups matches a group name.
10683 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10685         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10686         (spam-find-spam, spam-log-processing-to-registry)
10687         (spam-log-registered-p, spam-log-unregistration-needed-p)
10688         (spam-log-undo-registration): Use gnus-message instead of
10689         gnus-error, none of these errors are fatal.
10691         * gnus-registry.el (gnus-registry-clean-empty-function)
10692         (gnus-registry-clean-empty): Remove only empty entries without
10693         extra data.
10695 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10697         * spam-stat.el (spam-stat-buffer-change-to-spam)
10698         (spam-stat-buffer-change-to-non-spam): Change (error) to
10699         (gnus-message 8) invocation.
10701 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10703         * nntp.el (nntp-via-netcat-command): New variable.
10704         (nntp-via-netcat-switches): New variable.
10705         (nntp-open-via-rlogin-and-netcat): New function.
10706         (nntp-open-connection-function): Doc fix.
10707         (nntp-telnet-command): Doc fix.
10708         (nntp-end-of-line): Doc fix.
10709         (nntp-via-rlogin-command): Doc fix.
10710         (nntp-via-user-name): Doc fix.
10711         (nntp-via-address): Doc fix.
10713 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10715         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10716         error in Emacs 21.1.
10718 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10720         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10722 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10723         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10724         (gnus-agent-with-refreshed-group): New macro.
10725         (gnus-agent-rename-group): New function.
10726         (gnus-agent-delete-group): New function.
10727         (gnus-agent-save-group-info): Use gnus-command-method when
10728         `method' parameter is nil.  Don't write nil entries into the
10729         active file.
10730         (gnus-agent-get-group-info): New function.
10731         (gnus-agent-fetch-articles): Use
10732         gnus-agent-update-files-total-fetched-for to increment disk space
10733         used.
10734         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10735         gnus-agent-update-view-total-fetched-for to increment disk space
10736         used.
10737         (gnus-agent-get-local): Added optional parameters to avoid calling
10738         gnus-group-real-name and gnus-find-method-for-group.
10739         (gnus-agent-set-local): Delete stored entry if either min, or max,
10740         are nil.
10741         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10742         quit, use gnus-agent-regenerate-group to record existance of any
10743         articles fetched to disk before the quit occurred.
10744         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10745         gnus-agent-update-view-total-fetched-for, and
10746         gnus-agent-update-files-total-fetched-for to decrement disk space
10747         used.
10748         (gnus-agent-retrieve-headers): Use
10749         gnus-agent-update-view-total-fetched-for to increment disk space
10750         used.
10751         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10752         with gnus-agent-update-files-total-fetched-for to decrement disk
10753         space and fresh group buffer.
10754         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10755         (gnus-agent-need-update-total-fetched-for): New variable.
10756         (gnus-agent-update-files-total-fetched-for): New function.
10757         (gnus-agent-update-view-total-fetched-for): New function.
10758         (gnus-agent-total-fetched-for): New function.
10760         * gnus-cache.el (gnus-cache-save-buffers): Use
10761         gnus-cache-update-overview-total-fetched-for to change disk space
10762         used by this group.
10763         (gnus-cache-possibly-enter-article): Use
10764         gnus-cache-update-file-total-fetched-for to increment disk space
10765         used by this group.
10766         (gnus-cache-possibly-remove-article): Use
10767         gnus-cache-update-file-total-fetched-for to decrement disk space
10768         used by this group.
10769         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10770         (gnus-cache-rename-group): New function.
10771         (gnus-cache-delete-group): New function.
10772         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10773         (gnus-cache-need-update-total-fetched-for): New variable.
10774         (gnus-cache-with-refreshed-group): New macro.
10775         (gnus-cache-update-file-total-fetched-for): New function.
10776         (gnus-cache-update-overview-total-fetched-for): New function.
10777         (gnus-cache-rename-group-total-fetched-for): New function.
10778         (gnus-cache-delete-group-total-fetched-for): New function.
10779         (gnus-cache-total-fetched-for): New function.
10781         * gnus-group.el: Require gnus-sum and autoload functions to
10782         resolve warnings when gnus-group.el compiled alone.
10783         (gnus-group-line-format): Documented new %F
10784         (size of Fetched data) group line format; identifies disk space
10785         used by agent and cache.
10786         (gnus-group-line-format-alist): Defined new F format.
10787         (gnus-total-fetched-for): New function.
10788         (gnus-group-delete-group): No longer update
10789         gnus-cache-active-altered as gnus-request-delete-group now keeps
10790         the cache in sync.
10791         (gnus-group-list-active): Let the agent store a server's active
10792         list if currently plugged.
10794         * gnus-int.el (gnus-request-delete-group): Use
10795         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10796         local disk in sync with the server.
10797         (gnus-request-rename-group): Use
10798         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10799         local disk in sync with the server.
10801         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10802         simplification to logic.
10804         * gnus-util.el (gnus-rename-file): New function.
10806 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10808         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10810 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10812         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10813         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10815 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10817         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10818         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10820 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10822         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10824 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10826         * spam.el (spam-set-difference): Add function to replace
10827         gnus-set-difference in spam.el.
10828         (spam-summary-prepare-exit): Use spam-set-difference.
10830 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10832         * gnus-registry.el (gnus-registry-cache-file): Update to use
10833         gnus-dribble-directory OR gnus-home-directory OR ~.
10834         (gnus-registry-split-fancy-with-parent): Fix doc.
10836 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10838         * message.el (message-exchange-point-and-mark): Use
10839         message-mark-active-p.  Suggested by Jesper Harder
10840         <harder@ifa.au.dk>.
10842 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10844         * message.el (message-exchange-point-and-mark): Don't activate
10845         region if it was inactive.  Suggested by Hiroshi Fujishima
10846         <pooh@nature.tsukuba.ac.jp>.
10848 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10850         * gnus-art.el (article-display-face): Display Faces in the same
10851         order as X-Faces.
10853 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10855         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10857 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10859         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10860         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10861         (gnus-article-mime-hierarchy): Remove.
10862         (gnus-article-mime-hierarchy-next): Remove.
10863         (gnus-article-mode): Revert 2004-03-19 change.
10864         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10865         (gnus-insert-mime-button): Revert 2004-03-19 change.
10866         (gnus-mime-accumulate-hierarchy): Remove.
10867         (gnus-mime-enter-multipart): Remove.
10868         (gnus-mime-leave-multipart): Remove,
10869         (gnus-mime-display-part): Revert 2004-03-19 change.
10870         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10872         * mml.el (mml-preview): Revert 2004-03-19 change.
10874 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10876         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10878 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10880         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10881         t while entering a file name using the mm-with-multibyte macro.
10882         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10884         * mm-util.el (mm-with-multibyte): New macro.
10886 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10888         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10889         user option.
10890         (gnus-mime-multipart-functions): Doc and customization fix.
10891         (gnus-article-mime-hierarchy): New variable.
10892         (gnus-article-mime-hierarchy-next): New variable.
10893         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10894         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10895         gnus-article-mime-hierarchy-next to nil.
10896         (gnus-insert-mime-button): Show hierarchy numbers.
10897         (gnus-mime-accumulate-hierarchy): New function.
10898         (gnus-mime-enter-multipart): New function.
10899         (gnus-mime-leave-multipart): New function.
10900         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10901         (gnus-mime-display-alternative): Show hierarchy numbers.
10903         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10904         gnus-article-mime-hierarchy-next to nil.
10906 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10908         * dns.el: Don't require gnus-xmas.
10910 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10912         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10913         inline PGP.
10914         (mml-menu): Disable mml-quote-region if mark is inactive.
10916 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10918         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10919         when the group's active is not available.
10921 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10923         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10924         error.
10926 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10928         * imap.el (imap-store-password): New variable.
10929         (imap-interactive-login): Use it.
10930         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10932 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10934         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10935         window-start and hscroll to summary window.
10937 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10939         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10940         conversion message to newsrc-dribble when an actual conversion is
10941         performed.
10943 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10945         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10947 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10949         * mm-decode.el (mm-complicated-handles): New function reviving
10950         former definition of mm-multiple-handles.
10952         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10953         (gnus-mime-delete-part): Use it.
10955 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10957         * gnus-agent.el (gnus-agent-read-local): Bind
10958         nnheader-file-coding-system to gnus-agent-file-coding-system to
10959         avoid the implicit assumption that they will always be equal.
10960         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10961         coding-system-for-write, as the with-temp-file macro first prints
10962         to a buffer then saves the buffer.
10964 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10966         * gnus-art.el (gnus-article-edit-part): New function.
10967         (gnus-mime-save-part-and-strip): Use it; do query instead of
10968         signaling an error; don't use mm-multiple-handles.
10969         (gnus-mime-delete-part): Ditto.
10971 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10973         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10974         old file versions.
10975         (gnus-group-prepare-hook): Removed function that converted list
10976         form of gnus-agent-expire-days to group properties.
10978         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10979         (gnus-request-accept-article): Re-indented.
10981         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10982         converters to handle old agent file formats.  Added logic for a
10983         "backup before upgrading warning".
10984         (gnus-convert-mark-converter-prompt): Developers can mark
10985         functions as needing (default), or not needing,
10986         gnus-convert-old-newsrc's "backup before upgrading warning".
10987         (gnus-convert-converter-needs-prompt): Tests whether the user
10988         should be protected from potentially irreversable changes by the
10989         function.
10991         * legacy-gnus-agent.el: New.  Provides converters that are only
10992         loaded when gnus-convert-old-newsrc needs to call them.
10994 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10996         * mail-source.el (mail-source-touch-pop): Doc fix.
10998         * message.el (message-smtpmail-send-it): Doc fix.
11000 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11002         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11004         * nnmail.el (nnmail-split-fancy): do.
11006         * gnus-kill.el (gnus-kill, gnus-execute): do.
11008 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11010         * gnus-sum.el (gnus-widget-reversible-match)
11011         (gnus-widget-reversible-to-internal)
11012         (gnus-widget-reversible-to-external): New functions.
11013         (gnus-widget-reversible): New widget.
11014         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11016 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11018         * gnus-sum.el (gnus-thread-sort-functions)
11019         (gnus-article-sort-functions): Document `(not F)' items.
11021 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11023         * spam.el (spam-use-gmane-xref): Add new backend.
11024         (spam-gmane-xref-spam-group): Add variable to control the name of the
11025         Gmane spam group.
11026         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11027         (spam-regex-headers-spam, spam-regex-headers-ham)
11028         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11029         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11030         backends and checks.
11031         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11033         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11034         an autodetect method.
11036 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11038         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11039         articles are being added to a group.
11040         (gnus-request-replace-article): Inform the agent that articles
11041         need to be uncached as the cached contents are no longer valid.
11043 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11045         * binhex.el: Don't autoload executable-find.
11047         * canlock.el: Don't autoload mail-fetch-field.
11049         * dgnushack.el: Autoload c-mode for XEmacs.
11051         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11053         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11054         rmail-dont-reply-to and rmail-output.
11056         * gnus-score.el: Don't autoload ffap-string-at-point.
11058         * gnus-setup.el: Don't autoload sc-cite-original.
11060         * imap.el: Don't autoload base64-decode-string,
11061         base64-encode-string and md5.
11063         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11064         and rmail-msg-restore-non-pruned-header.
11066         * mm-decode.el: Don't autoload executable-find.
11068         * mm-url.el: Don't autoload executable-find.
11070         * mm-view.el: Don't autoload diff-mode.
11072         * nndb.el: Don't autoload news-reply-mode, news-setup,
11073         cancel-timer and telnet.
11075         * password.el: Don't autoload run-at-time for Emacs.
11077         * sha1-el.el: Don't autoload executable-find.
11079         * sieve-mode.el: Don't autoload c-mode.
11081         * uudecode.el: Don't autoload executable-find.
11083 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11085         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11086         (gnus-agent-possibly-alter-active): Avoid null in numeric
11087         comparison.
11088         (gnus-agent-set-local): Refuse to save null in local object table.
11089         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11090         list of articles that will be marked as unread.
11092 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11094         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11096 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11098         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11099         language tags.
11101 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11103         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11104         Don't bind "obarray".
11106         * gnus-sum.el (gnus-thread-sort-functions): Added
11107         `gnus-thread-sort-by-most-recent-number' and
11108         `gnus-thread-sort-by-most-recent-date'.
11109         Reported by Kai Grossjohann <kai@emptydomain.de>.
11111 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11113         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11115 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11117         * gnus-cus.el (gnus-agent-customize-category): Removed
11118         ignore-errors macro reference that required cl to be loaded at
11119         run-time.
11121         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11122         single-interval range of the form (min . max).  Previously the
11123         range had to look like ((min . max)).  Likewise, return
11124         (min . max) rather than ((min . max)).
11125         (gnus-range-map): Use gnus-range-normalize to accept
11126         single-interval range.
11128         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11129         the cache, but not the agent, now appear with their usual face.
11131         * dgnushack.el (loaddir): New variable that is bound to the
11132         directory containing the dgnushack.el file. Use loaddir, rather
11133         than srcdir, to update load-path. Change lets dgnushack compile
11134         code in directories other than GNUS/lisp.
11136 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11138         * lpath.el: Don't bind w3m-safe-url-regexp.
11140         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11141         w3m-safe-url-regexp variable buffer-local.
11143         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11145 2004-02-27  Simon Josefsson  <jas@extundo.com>
11147         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11148         gnus-group-real-prefix.
11149         (gnus-summary-move-article): Use it, instead of
11150         gnus-group-real-prefix.
11152 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11154         * lpath.el: Bind w3m-safe-url-regexp.
11156         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11157         w3m-safe-url-regexp variable buffer-local and set it as the value
11158         of mm-w3m-safe-url-regexp.
11160         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11162         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11163         parsing gnus-posting-styles when the message is not for replying.
11165         * dgnushack.el: Autoload sgml-mode for XEmacs.
11167         * nnrss.el (nnrss-opml-export): Use
11168         mm-set-buffer-file-coding-system instead of
11169         set-buffer-file-coding-system.
11171 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11173         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11174         of checkdoc.el).
11175         * nnrss.el: do.
11176         * gnus-mlspl.el: do.
11177         * gnus-ml.el: do.
11178         * gnus-srvr.el: do.
11180         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11182 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11184         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11185         Corrections to custom-manual links.
11187         * gnus-art.el (gnus-article): Ditto.
11189         * mm-decode.el (mime-display, mime-security): Ditto.
11191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11193         * flow-fill.el: Typo.
11195 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11197         * spam-wash.el: New file.
11199 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11201         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11203 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11205         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11206         to be run with new-articles as LIST1, not LIST2.
11207         (spam-registration-functions): Add spam-use-ham-copy as a nil
11208         registration backend.
11210 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11212         * spam-stat.el (spam-stat-washing-hook): New option.
11213         (spam-stat-buffer-words): Use it.
11214         (spam-stat-process-directory, spam-stat-test-directory): Use
11215         insert-file-contents-literally.
11216         (spam-stat-coding-system): New variable.
11217         (spam-stat-load, spam-stat-save): Use it.
11219 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11221         * spam-report.el (spam-report-plug-agent): Quote
11222         spam-report-url-to-file and spam-report-url-ping-plain.
11224 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11226         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11227         / in mailto URLs.
11229 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11231         * spam-report.el (spam-report-process-queue): Fix interactive use.
11232         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11233         (spam-report-unplug-agent): Doc fixes.
11234         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11235         (spam-report-agentize, spam-report-deagentize): Autoload
11237 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11239         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
11241         * message.el (message-setup-fill-variables): Add mml tags to
11242         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11243         <ajk@iu.edu>.
11244         (message-mode): Don't modify paragraph-separate there.
11246 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11248         * compface.el (uncompface-use-external): Default to undecided.
11249         (uncompface-use-external-threshold): New variable.
11250         (uncompface-float-time): New macro.
11251         (uncompface): Determine whether to use the external decoder if
11252         uncompface-use-external is undecided.
11254 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11257         after images.
11259         * gnus-art.el (gnus-mime-display-single): Remove dead code.
11261 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
11263         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11265         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11267         * gnus-sum.el (gnus-summary-limit-to-age)
11268         (gnus-summary-limit-children): do.
11270         * gnus-int.el (gnus-request-scan): do.
11272         * gnus-group.el (gnus-group-suspend): do.
11274         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11276         * gnus-cite.el (gnus-cite-parse-attributions): do.
11278         * gnus-agent.el (gnus-summary-set-agent-mark)
11279         (gnus-agent-regenerate-group): do.
11281         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11283         * binhex.el (binhex-decode-region-internal): do.
11285 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11287         * gnus-fun.el (gnus-face-properties-alist): New user option.
11288         (gnus-display-x-face-in-from): Use it.
11290         * gnus-art.el (article-display-face): Ditto.
11292         * compface.el (uncompface-use-external): Default to nil.
11294 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
11296         * nntp.el (nntp-erase-buffer): New function.
11297         (nntp-retrieve-data, nntp-send-command)
11298         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11299         (nntp-possibly-change-group): Use it.
11301         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11302         with-current-buffer.
11304 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
11306         * compface.el: Merge the ELisp-based uncompface program.
11307         (compface): New customization group.
11308         (uncompface-use-external): New user option.
11309         (uncompface): Call uncompface-internal if uncompface-use-external
11310         is nil.
11311         (uncompface-internal): New function.  Note that there are also
11312         some other functions and variables added for this function.
11314 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
11316         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11317         if necessary.
11319 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
11321         * spam-report.el (spam-report-unplug-agent)
11322         (spam-report-plug-agent, spam-report-deagentize)
11323         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11324         Add support for the Agent in spam-report: when unplugged, report to a
11325         file; when plugged, submit all the requests.
11327         * spam.el (spam-register-routine): Fix message about
11328         registration.
11330 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
11332         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11333         dependencies.
11334         (rfc2047-encode): Use it.
11336         * gnus-art.el (gnus-button-marker-list): Move before first
11337         reference.
11339         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11340         (imap-parse-body): Fix format string mismatch.
11342         * gnus-score.el (gnus-summary-increase-score): do.
11344         * nnrss.el (nnrss-close): New function.
11346 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11348         * nnrss.el (nnrss-make-filename): New function.
11349         (nnrss-request-delete-group, nnrss-read-server-data)
11350         (nnrss-save-server-data, nnrss-read-group-data)
11351         (nnrss-save-group-data): Use it.
11352         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11353         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11354         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11356 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11358         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11360 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11362         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11363         files.
11365         * message.el (message-generate-headers-first): Don't quote nil
11366         and t in docstrings.
11368         * imap.el (imap-id): do.
11370         * gnus-agent.el (gnus-agent-consider-all-articles)
11371         (gnus-agent-queue-mail): do.
11373 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11375         * spam-report.el (spam-report-process-queue): New function.
11376         Process requests from `spam-report-requests-file'.
11377         (spam-report-process-queue): Doc fix.
11379 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11381         * spam.el (spam-register-routine)
11382         (spam-log-processing-to-registry, spam-log-registered-p)
11383         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11384         Change "check" to "spam-check" for semi-clarity.
11386 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11388         * pop3.el: Require nnheader.
11390         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11392         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11394         * gnus-picon.el: Require cl.
11396         * gnus-fun.el: Require gnus-ems and gnus-util.
11398         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11400         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11402         * gnus-art.el (gnus-article-edit-mode): Define before first
11403         reference.
11405 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11407         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11408         (gnus-uu-post-encoded): Use point-at-bol.
11410         * gnus-topic.el (gnus-group-active-topic-p): do.
11412         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11414         * gnus-group.el (gnus-group-kill-region): do.
11416         * gnus-art.el (article-date-ut): do.
11418         * message.el (message-fetch-field): Remove redundant
11419         case-fold-search binding.
11420         (message-narrow-to-field): Simplify.
11422 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11424         * spam.el (spam-directory): Derive from `gnus-directory'.
11426         * spam-report.el (spam-report-url-to-file)
11427         (spam-report-requests-file): New function and variable for offline
11428         reporting.
11429         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11430         and user defined function.
11431         (spam-report-url-ping-mm-url): Remove doubled slash.
11433 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11435         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11437 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11439         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11440         format string mismatch.
11442         * sieve.el (sieve-deactivate-all): do.
11444         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11446         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11448         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11450         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11452 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11454         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11455         the list of checks.
11457 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11459         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11460         padding.
11462 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11464         * mm-view.el (mm-fill-flowed): New variable.
11465         (mm-inline-text): Use it.
11467 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11469         * spam.el (spam-spamassassin-register-ham-routine)
11470         (spam-spamassassin-register-spam-routine): Fix function names.
11472 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11474         * gnus.el (gnus-tmp-grouplens): Remove.
11475         (gnus-summary-line-format): Remove grouplens.
11477         * gnus-group.el (gnus-group-line-format): Ditto.
11479         * gnus-spec.el (gnus-format-specs): Ditto.
11480         (gnus-update-format-specifications): Flush the group format spec
11481         cache if there's the grouplens stuff.
11482         (gnus-parse-simple-format): Replace %l with the empty string.
11484 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11486         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11487         omission.
11489 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11491         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11492         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11494 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11496         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11497         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11498         New macros and functions.
11499         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11500         Handle > NLINK_MAX messages.
11501         * nnmaildir.el (nnmaildir-request-set-mark): Use
11502         nnmaildir--emlink-p and nnmaildir--eexist-p.
11504 2004-01-25  Alex Schroeder  <alex@gnu.org>
11506         * spam-stat.el (spam-stat-process-directory-age): New option.
11507         (spam-stat-process-directory): Use it.
11509 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11511         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11512         (spam-stat-save): Accept prefix argument.
11514 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11516         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11517         links" error.
11519 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11521         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
11522         the rest of the and/or forms.
11524 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11526         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11527         compatibility with old .newsrc.eld files.
11529         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
11531         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11533         * gnus-start.el (gnus-1): do.
11535         * gnus-group.el (gnus-group-line-format-alist): do.
11537         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11539         * gnus-gl.el: Remove.
11541 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11543         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11544         marks consisting of a single range {for example, (3 . 5)} rather
11545         than a list of a single range { ((3 . 5)) }.
11547 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11549         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11550         with-current-buffer.
11551         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11552         avoid consing a string.
11554         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11555         Remove obsolete entries for big5 and gb2312.
11557 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11559         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11560         uncompressed list.
11562 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11564         * spam-stat.el (spam-stat-strip-xref): New function.
11565         (spam-stat-process-directory): Use it.
11567         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11568         here -- it's done in message-fetch-field.
11570 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11572         * gnus-agent.el (gnus-agent-queue-mail,
11573         gnus-agent-prompt-send-queue): New variables.
11574         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11575         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11576         "nndraft:queue" along to gnus-draft-send.  Use
11577         gnus-agent-prompt-send-queue.
11578         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11579         is "nndraft:queue".  Suggested by Gaute Strokkenes
11580         <gs234@srcf.ucam.org>
11582         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11583         (agent-enable-undownloaded-faces): Added
11584         (gnus-agent-cat-groups): Use eval-and-compile, not
11585         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11586         method of gnus-agent-cat-groups even when the buffer has been
11587         evaled.
11588         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11589         delete gnus-agent-save-active-1.
11590         (gnus-agent-save-groups): Deleted.  Identical to
11591         gnus-agent-save-active.
11592         (gnus-agent-write-active): No longer adjust agent's copy of active
11593         file as agent's adjustments are now stored in their own
11594         file.  Removed optional parameter.
11595         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11596         servers.  Add use of min/max range limits from server's local
11597         file.
11598         (gnus-agent-save-alist): Removed unused optional argument.
11599         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11600         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11601         (gnus-agent-set-local): A per-server file that keeps min/max range
11602         limits for articles known to the agent.  Provides a fast mechanism
11603         for altering many active ranges.
11604         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11605         active file (local makes it unnecessary).
11606         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11608         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11609         (agent-enable-undownloaded-faces): Added
11611         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11612         disable it when sending to "nndraft:queue".
11613         (gnus-group-send-queue): Add safety check to avoid sending queue
11614         when unplugged.
11616         * gnus-group.el (gnus-group-catchup): Use new
11617         gnus-sequence-of-unread-articles, not
11618         gnus-list-of-unread-articles, to avoid exhausting memory with huge
11619         numbers of articles.  Use gnus-range-map to avoid having to
11620         uncompress the unread list.
11621         (gnus-group-archive-directory,
11622         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11623         reference.
11625         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11626         (gnus-sorted-range-intersection): Intersection of two ranges
11627         without requiring that they first be uncompressed.
11629         * gnus-start.el (gnus-activate-group): Unless blocked by the
11630         caller, possibly expand the active range to include both cached
11631         and agentized articles.
11632         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11633         multiple version-dependent converters.
11634         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11635         gnus-agent-save-active.
11636         (gnus-save-newsrc-file): Save dirty agent range limits.
11638         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11639         gnus-agent-possibly-alter-active.
11640         (gnus-adjust-marked-articles): Faster handling of simple lists
11642 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11644         * spam-stat.el (spam-stat-test-directory): New optional argument
11645         displays a list of files detected.  Suggested by Andrew Cohen
11646         <cohen@andy.bu.edu>.
11647         (spam-stat-buffer-words-with-scores): Don't narrow and change
11648         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11650 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11652         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11653         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11654         (spam-spamassassin-arguments)
11655         (spam-spamassassin-spam-flag-header)
11656         (spam-spamassassin-positive-spam-flag-header)
11657         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11658         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11659         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11660         (spam-list-of-processors, spam-list-of-checks)
11661         (spam-list-of-statistical-checks, spam-registration-functions)
11662         (spam-check-spamassassin-headers, spam-check-spamassassin)
11663         (spam-spamassassin-score)
11664         (spam-spamassassin-register-with-sa-learn)
11665         (spam-spamassassin-register-spam-routine)
11666         (spam-spamassassin-register-ham-routine)
11667         (spam-assassin-register-spam-routine)
11668         (spam-assassin-register-ham-routine): Add SpamAssassin support.
11669         (spam-bogofilter-score): Fix to show article before scoring.
11671 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11673         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11674         default scoring function.
11675         (spam-generic-score): Call spam-spamassassin-score if
11676         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11677         spam-bogofilter-score otherwise.
11679         * gnus.el (spam-process, spam-autodetect-methods): Add
11680         spamassassin and spamassassin-headers.
11682 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11684         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11685         Suppress unnecessary messages.
11687 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11689         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11690         make-hash-table.
11692 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11694         * canlock.el (base64-encode-string): Don't autoload it.
11696 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11698         * run-at-time.el: Remove useless (require 'itimer),
11699         eval-and-compile and (featurep 'xemacs).
11701 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11703         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11704         GROUP is a virtual group.
11706 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11708         * gnus.el: Autoload `message-y-or-n-p'.
11710 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11712         * pgg-parse.el: Remove unnecessary (require 'custom).
11714         * pgg-def.el: do.
11716         * nnmail.el: do.
11718         * gnus-undo.el: do.
11720         * gnus-picon.el: do.
11722         * gnus-util.el: do.
11724 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11726         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11728 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11730         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11731         handle, as well as a list.
11733         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11734         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11735         (mm-w3m-cid-retrieve): Simplify.
11737 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11739         * message.el (message-kill-to-signature): Allow prefix arg to
11740         specify number of lines to keep before signature.
11742 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11744         (message-kill-to-signature): Change docstring.
11746 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11748         * canlock.el: Always require sha1-el.
11749         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11751         * message.el: Autoload sha1 only when compiling.
11753         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11754         eudc-expand-inline for XEmacs.
11756 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11758         * message.el (message-canlock-generate): Require sha1-el.
11760 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11762         * message.el (message-expand-name): Silence the byte compiler.
11764         * lpath.el: Add detect-coding-system.
11766         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11767         cus-edit.
11769 2004-01-13  Simon Josefsson  <jas@extundo.com>
11771         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11772         Invoke gnus-score-mode.  Reported by
11773         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11775         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11776         Jim Blandy <jimb@redhat.com> (tiny change).
11778 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11780         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11782 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11784         * spam.el (spam-get-article-as-string): Update to use
11785         gnus-request-article-this-buffer, much simpler.
11786         (spam-get-article-as-buffer): Remove.
11788 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11790         * message.el (message-expand-name): Use EUDC if the user uses
11791         that.
11793 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11795         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11796         character for the encoding to avoid consing a string.
11798         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11799         unnecessarily.
11801         * mm-util.el (mm-replace-chars-in-string): Remove.
11803         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11804         of mm-replace-chars-in-string.
11806 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11808         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11809         strings.
11811         * mm-util.el (mm-subst-char-in-string): Support inplace.
11813         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11814         a new string in every iteration.  Use shy groups.
11816 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11818         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11819         (gnus-group-change-level, gnus-kill-newsgroup)
11820         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11821         (gnus-get-unread-articles, gnus-make-articles-unread)
11822         (gnus-make-ascending-articles-unread): Use accessor
11823         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11824         to get group information for improved readability.
11826         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11828         * gnus-soup.el (gnus-soup-group-brew): do.
11830         * gnus-msg.el (gnus-put-message): do.
11832         * gnus-move.el (gnus-group-move-group-to-server): do.
11834         * gnus-kill.el (gnus-batch-score): do.
11836         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11837         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11838         (gnus-group-update-group, gnus-group-read-group)
11839         (gnus-group-make-group, gnus-group-make-help-group)
11840         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11841         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11842         (gnus-group-sort-by-unread, gnus-group-catchup)
11843         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11844         (gnus-group-yank-group, gnus-group-set-info)
11845         (gnus-group-list-groups): do.
11847         * gnus.el (gnus-generate-new-group-name): do.
11849         * gnus-delay.el (gnus-delay-send-queue): do.
11851         * nnvirtual.el (nnvirtual-catchup-group): do.
11853         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11854         do.
11856         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11857         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11859         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11860         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11861         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11862         (gnus-group-make-articles-read): do.
11864 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11866         * gnus-art.el (article-decode-mime-words, article-babel)
11867         (gnus-article-highlight-signature, gnus-article-add-buttons)
11868         (gnus-signature-toggle): Use gnus-with-article-buffer.
11870         * gnus-art.el (gnus-article-highlight-headers)
11871         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11873         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11874         (gnus-article-set-globals, gnus-request-article-this-buffer)
11875         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11876         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11877         (gnus-mime-display-alternative): Use with-current-buffer.
11879 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11881         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11882         also under 80 char limit, and call gnus-error if needed.
11883         (spam-fetch-article-header): Fix - it was a
11884         buffer-local variable (gnus-newsgroup-data).
11885         (spam-find-spam): Use spam-generate-fake-headers, forget about
11886         spam-insert-fake-headers.
11887         (spam-insert-fake-headers): Remove.
11889 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11891         * deuglify.el (gnus-article-outlook-unwrap-lines)
11892         (gnus-outlook-rearrange-article)
11893         (gnus-outlook-repair-attribution-outlook)
11894         (gnus-outlook-repair-attribution-block)
11895         (gnus-outlook-repair-attribution-other): Remove redundant
11896         save-excursion.
11898 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11900         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11901         (spam-fetch-field-subject-fast)
11902         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11903         (spam-fetch-article-header): Add functions to deal with Gnus
11904         internals for fast retrieval of article header data.
11905         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11907 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11909         * pop3.el (pop3-md5): Remove.
11910         (pop3-apop): Replace pop3-md5 with md5.
11912         * mm-bodies.el: base64 is always built-in.
11914         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11915         with-current-buffer.
11917 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * canlock.el (canlock-insert-header): Remove excessive grouping in
11920         regexp.
11922         * gnus-sum.el (gnus-summary-read-document): Ditto.
11924         * gnus-uu.el (gnus-uu-part-number): Ditto.
11926         * html2text.el (html2text-remove-tags): Ditto.
11927         (html2text-format-tags): Ditto.
11928         (html2text-format-single-elements): Ditto.
11930         * mml.el (mml-parse-1): Ditto.
11932 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11934         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11936         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11938         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11940         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11942 2003-11-15  Simon Josefsson  <jas@extundo.com>
11944         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11945         (pgg-gpg-lookup-key): Use regexp match instead of
11946         split-string (split-string is different between emacs 21.2 and
11947         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11949 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11951         * gnus-art.el (gnus-mime-view-all-parts)
11952         (gnus-article-part-wrapper, gnus-article-view-part): Use
11953         with-current-buffer.
11955 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11957         * spam.el (spam-disable-spam-split-during-ham-respool)
11958         (spam-spamoracle-database, spam-cache-lookups)
11959         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11960         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11961         (spam-group-ham-marks, spam-group-spam-marks)
11962         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11963         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11964         also add spam-use-blackholes to the statistical checks.
11965         (spam-fetch-field-fast): Add interface to fetching fields, may
11966         become a macro.
11967         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11968         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11969         (spam-insert-fake-headers): Fake an article when needed.
11970         (spam-find-spam): Fake article when possible.
11971         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11972         (spam-check-bogofilter-headers): Use message-fetch-field instead
11973         of nnmail-fetch-field.
11975 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11977         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11979 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11981         * spam.el (spam-split): Do not require spam-use-CHECK to be
11982         enabled if that check is passed to spam-split explicitly; also
11983         fix so 'spam doesn't get converted to spam-split-group when
11984         spam-split-symbolic-return is t.
11985         (spam-find-spam): Find registrations of the article and use those
11986         instead of re-running spam-split to find the spam/ham
11987         classification of the article.
11988         (spam-log-processing-to-registry, spam-log-registered-p)
11989         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11990         Use gnus-error instead of gnus-message.
11991         (spam-log-registration-type): Add function to determine the
11992         classification of a message based on registry entries; will
11993         return nil if both 'spam and 'ham are found.
11994         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11995         a reasonably fast local cache without the loading errors.
11996         (spam-cache-lookups): Set to t by default.
11997         (spam-find-spam): Don't try to guess spam-cache-lookups.
11998         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11999         spam-caches entry.
12000         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12001         caching of whitelist/blacklist entries.
12002         (spam-check-whitelist, spam-check-blacklist): Invoke
12003         spam-from-listed-p with a type, not a cache variable.
12004         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12006 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12008         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12010         * nnmail.el (nnmail-split-fancy): do.
12012         * mml.el (mml-parse): do.
12014         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12015         (gnus-score-adaptive): do.
12017 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12019         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12020         (gnus-mime-button-map): Don't set keymap parent.
12021         (gnus-button-ctan-directory-regexp): Use shy grouping.
12022         (gnus-prev-page-map): Don't set keymap parent.
12023         (gnus-prev-page-map): Remove duplicated one.
12024         (gnus-next-page-map): Don't set keymap parent.
12025         (gnus-mime-security-button-map): Ditto.
12027         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12028         version number.
12030         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12032 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12034         * canlock.el (canlock-sha1-function): Remove.
12035         (canlock-sha1-function-for-verify): Remove.
12036         (canlock-openssl-program): Remove.
12037         (canlock-openssl-args): Remove.
12038         (canlock-ignore-errors): Remove.
12039         (canlock-sha1-with-openssl): Remove.
12040         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12041         (canlock-verify): Don't use canlock-ignore-errors.
12043         * sha1-el.el (sha1-string-external): Make it can return a string
12044         in binary form.
12045         (sha1-region-external): Ditto.
12046         (sha1-string-internal): Ditto.
12047         (sha1-region-internal): Ditto.
12048         (sha1-region): Ditto.
12049         (sha1-string): Ditto.
12050         (sha1): Ditto.
12052 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054         * spam.el (spam-report-articles-gmane): New command.
12056 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12058         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12060         * run-at-time.el (run-at-time-saved): Remove.
12061         (run-at-time): Doc fix.
12063 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12065         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12066         (gnus-summary-limit-map): Add it.
12067         (gnus-summary-make-menu-bar): do.
12069 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12071         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12072         Make attempt at some caching support (done for BBDB only now).
12073         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12074         addresses to be checked.
12075         (spam-clear-cache-BBDB): Add function, to be invoked by
12076         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12077         (spam-check-BBDB): Check and use the caches, if
12078         spam-cache-lookups is on, remove superfluous (provide).
12080 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12082         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12084 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12086         * run-at-time.el (run-at-time-saved): Move to after the definition
12087         of `run-at-time'.
12089         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12091 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12093         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12094         mm-w3m-local-map-property.
12096         * mm-view.el (mm-w3m-mode-map): Remove.
12097         (mm-w3m-local-map-property): Remove.
12098         (mm-inline-text-html-render-with-w3m): Don't use
12099         mm-w3m-local-map-property.
12101 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103         * run-at-time.el: New file.
12105         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12106         under Emacs.
12108         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12109         of gnus-set-text-properties.
12111         * gnus-uu.el (gnus-uu-save-article): Ditto.
12113         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12115         * gnus-cite.el (gnus-cite-parse): Ditto.
12117         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12118         of gnus-.
12120         * gnus-xmas.el (run-at-time): Require run-at-time.
12122         * gnus.el: Changed calls to nnheader-run-at-time and
12123         password-run-at-time throughout to use run-at-time directly.
12125         * password.el: Removed definition of run-at-time.
12127         * nnheaderxm.el: Remove definition of run-at-time.
12129 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
12131         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12132         in prompt.
12134 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12136         * messagexmas.el (message-xmas-redefine): Alias
12137         `message-make-caesar-translation-table' to
12138         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12139         version.
12141         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12142         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12143         `gnus-xmas-set-text-properties'.
12144         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12145         `gnus-xmas-completing-read'.
12146         (gnus-xmas-completing-read): Removed.
12147         (gnus-xmas-open-network-stream): Removed.
12149         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12150         XEmacs version.
12152         * dns.el (dns-make-network-process): Use `open-network-stream'
12153         instead of `gnus-xmas-open-network-stream'.
12155         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12157         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12159 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12161         * gnus-art.el (gnus-mime-display-alternative)
12162         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12163         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12164         Don't use gnus-local-map-property.
12166         * gnus-util.el (gnus-local-map-property): Remove.
12168         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12169         gnus-completing-read-maybe-default with completing-read.
12171         * gnus-util.el (gnus-completing-read): do.
12172         (gnus-completing-read-maybe-default): Remove.
12174 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12176         * password.el: Only autoload `run-at-time' if not XEmacs.
12177         Only autoload the itimer functions if XEmacs.
12179 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12181         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12182         XEmacsen.
12184         * dgnushack.el: Autoload executable-find for XEmacs.
12186 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12188         * gnus-art.el (gnus-read-string): Remove.
12189         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12190         read-string.
12192 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12194         * netrc.el: Autoload password-read.
12195         (netrc): Add configuration group.
12196         (netrc-encoding-method, netrc-openssl-path): Add
12197         variables for encoding and decoding of files with symmetric
12198         ciphers.
12199         (netrc-encode): Add assistant function to encode a file with
12200         netrc-encoding-method.
12201         (netrc-parse): Add interactive parameter, added optional
12202         decoding if netrc-encoding-method is non-nil but otherwise
12203         behavior is standard.
12204         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12205         Do s/encode/encrypt/ everywhere.
12207         * spam.el: Remove executable-find autoload.
12209 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12211         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12213         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12215 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12217         * gnus-art.el (gnus-treat-ansi-sequences,
12218         article-treat-ansi-sequences): New variable and function.
12219         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12221         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12222         Use it.
12224 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12226         * mm-util.el (mm-quote-arg): Remove.
12228         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12229         shell-quote-argument.
12231         * gnus-uu.el (gnus-uu-command): do.
12233         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12235         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12236         with make-char.
12238         * mm-util.el (mm-make-char): Remove.
12240         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12241         add-minor-mode.
12243         * gnus-undo.el (gnus-undo-mode): do.
12245         * gnus-topic.el (gnus-topic-mode): do.
12247         * gnus-sum.el (gnus-dead-summary-mode): do.
12249         * gnus-start.el (gnus-slave-mode): do.
12251         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12253         * gnus-ml.el (gnus-mailing-list-mode): do.
12255         * gnus-gl.el (gnus-grouplens-mode): do.
12257         * gnus-draft.el (gnus-draft-mode): do.
12259         * gnus-dired.el (gnus-dired-mode): do.
12261         * gnus-ems.el (gnus-add-minor-mode): Remove.
12263         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12264         Replace gnus-char-width with char-width.
12266         * gnus-ems.el (gnus-char-width): Remove.
12268         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12269         Replace gnus-char-width with char-width.
12271         * gnus-ems.el (gnus-char-width): Remove.
12273         * spam-stat.el (with-syntax-table): Remove with-syntax-table
12274         definition.
12275         Remove Emacs 20 hash table compatibility code.
12277         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12278         20 compatibility code.
12280         * spam.el (spam-point-at-eol): Replace with point-at-eol.
12282         * smime.el (smime-point-at-eol): Replace with point-at-eol.
12284         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12285         with point-at-{eol,bol}.
12287         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12289         * imap.el (imap-point-at-eol): Replace with point-at-eol.
12291         * flow-fill.el (fill-flowed-point-at-bol,
12292         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12294         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12295         Replace with point-at-{eol,bol} throughout all files.
12297 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12299         * ntlm.el (ntlm-string-as-unibyte): New macro.
12300         (ntlm-build-auth-response): Use it.
12302         Remove Emacs 20 stuff:
12303         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
12304         (butlast, mapc, remove): Remove the compiler macros.
12305         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12306         of delq and copy-sequence.
12307         * gnus-art.el (popup-menu): Remove the compiler macro.
12308         * nnmail.el (nnmail-split-fancy): Don't support customizing with
12309         Emacs 20.
12311 2004-01-05  Simon Josefsson  <jas@extundo.com>
12313         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
12314         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12315         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12316         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12317         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12318         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12319         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12320         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12321         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12322         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12323         ntlm-string-permute, string-lshift into ntlm-string-lshift,
12324         string-xor into ntlm-string-xor.  Suggested by
12325         Jesper Harder <harder@myrealbox.com>.
12327         * ntlm.el: Don't include poem.
12329         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
12330         Jesper Harder <harder@myrealbox.com>.
12332         * sasl-ntlm.el, ntlm.el, md4.el: New files.
12334         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
12335         probably breaks emacs with DL patch, but do we care? Is anyone
12336         still using the DL stuff?)
12338         * sieve-manage.el: Use the password package.
12339         (sieve-manage-read-passwd): Remove.
12340         (sieve-manage-interactive-login): Use password.  Re-add
12341         condition-case around loop.
12343         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12344         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12345         the password package.
12347 2003-02-19  Simon Josefsson  <jas@extundo.com>
12349         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12350         token.
12352 2002-08-07  Simon Josefsson  <jas@extundo.com>
12354         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12355         (sieve-manage-authenticators):
12356         (sieve-manage-authenticator-alist): Add some SASL mechs.
12357         (sieve-sasl-auth): New function.
12358         (sieve-manage-cram-md5-auth):
12359         (sieve-manage-plain-auth): Rewrite using SASL library.
12360         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12361         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12362         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12363         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12365 2004-01-05  Simon Josefsson  <jas@extundo.com>
12367         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12368         New files.
12370 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12372         * gnus-group.el (gnus-no-groups-message): Update.
12374         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12376 2003-11-09  Simon Josefsson  <jas@extundo.com>
12378         * imap.el: Support for ID IMAP extension (RFC 2971).
12379         (imap-local-variables): Add imap-id.
12380         (imap-id): New variable.
12381         (imap-id): New function.
12382         (imap-parse-response): Parse untagged ID response.
12383         * nnimap.el (nnimap-id): New variable.
12384         (nnimap-open-connection): Use it.
12386 2003-12-28  Simon Josefsson  <jas@extundo.com>
12388         * gnus-score.el (gnus-score-edit-all-score): New.
12389         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12391 2004-01-04  Simon Josefsson  <jas@extundo.com>
12393         * password.el: Add.
12395 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12397         * dns.el: Add support for AAAA records (see RFC 3596)
12399         * Fix typo PRT -> PTR
12401         * Parse MX, PTR and SOA replies (see RFC 1035)
12403 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12405         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12407         * Moved to Changelog.2.
12409 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411         * gnus.el (gnus-version-number): Bump version.
12413 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12415         * gnus.el: No Gnus v0.1 is released.
12417 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12419         * gnus.el: No Gnus v0.0 is released.
12421 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423         * gnus.el (gnus-version-number): Bump.
12424         (gnus-version): No.
12426 See ChangeLog.2 for earlier changes.
12428     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12430   This file is part of GNU Emacs.
12432   GNU Emacs is free software; you can redistribute it and/or modify
12433   it under the terms of the GNU General Public License as published by
12434   the Free Software Foundation; either version 3, or (at your option)
12435   any later version.
12437   GNU Emacs is distributed in the hope that it will be useful,
12438   but WITHOUT ANY WARRANTY; without even the implied warranty of
12439   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12440   GNU General Public License for more details.
12442   You should have received a copy of the GNU General Public License
12443   along with GNU Emacs; see the file COPYING.  If not, write to the
12444   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12445   Boston, MA 02110-1301, USA.
12447 ;; Local Variables:
12448 ;; coding: iso-2022-7bit
12449 ;; fill-column: 79
12450 ;; add-log-time-zone-rule: t
12451 ;; End:
12453 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4