Merge ChangeLog.unicode files into ChangeLogs
[emacs.git] / lisp / gnus / ChangeLog
blobae7da45995396903d6d4e8ad3965ebba0ce58543
1 2008-02-02  Zhang Wei  <id.brep@gmail.com>
3         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7 2008-02-02  Kenichi Handa  <handa@m17n.org>
9         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Use correct
10         form for specifying a mode in the header line.
12 2008-02-02  Miles Bader  <miles@gnu.org>
14         * mml.el (mml-parse-1): Remove apparently vestigial use of
15         `mm-hack-charsets'.
16         * mm-bodies.el (mm-encode-body): Likewise.
18 2008-02-02  Kenichi Handa  <handa@m17n.org>
20         * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte
21         with the arg `to'.
23 2008-02-02  Kenichi Handa  <handa@m17n.org>
25         * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
26         rfc2104-hexstring-to-bitstring and changed to return a byte list.
27         (rfc2104-hash): Convert the result of concat to unibyte string.
29 2008-02-02  Dave Love  <fx@gnu.org>
31         * mm-bodies.el (mm-encode-body): Doc fix.
33         * qp.el (quoted-printable-encode-region): Fix non-Emacs 22 case.
35 2008-02-02  Dave Love  <fx@gnu.org>
37         * qp.el (quoted-printable-encode-region): Fix non-multibyte search
38         for Emacs 22.
40 2008-02-02  Dave Love  <fx@gnu.org>
42         * qp.el (quoted-printable-encode-region): Go to start of range
43         before searching.
44         (quoted-printable-encode-region): Use multibyte-char-to-unibyte.
46 2008-02-02  Dave Love  <fx@gnu.org>
48         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
50         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) 
51         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
52         (mm-find-mime-charset-region): Remove hack-charsets stuff.
53         (mm-insert-byte): New.
55         * rfc2047.el (message-posting-charset): defvar when compiling.
56         (rfc2047-header-encoding-alist): Add `address-mime' part.
57         (rfc2047-charset-encoding-alist): Use B for iso-8859-7.  Doc fix.
58         (rfc2047-q-encoding-alist): Augment header list.
59         (rfc2047-encodable-p): Use mm-find-mime-charset-region.
60         (rfc2047-special-chars, rfc2047-non-special-chars): New.
61         (rfc2047-dissect-region, rfc2047-encode-region, rfc2047-encode):
62         Rewritten to avoid charset stuff and to take account of rfc2822
63         tokens.
64         (rfc2047-encode-message-header): Don't include header name field
65         in encoding.  Add `address-mime' case and bind
66         rfc2047-special-chars for `mime' case.
68 2008-02-02  Kenichi Handa  <handa@etl.go.jp>
70         * qp.el (quoted-printable-decode-region): Insert bytes by
71         `insert-byte'.
73 2008-02-02  Dave Love  <fx@gnu.org>
75         * rfc2047.el (rfc2047-encode): Fix last change.
77 2008-02-02  Dave Love  <fx@gnu.org>
79         * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew.
80         Doc fix.
82         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
83         coding-system-for-read.
84         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
86 2008-02-02  Dave Love  <fx@gnu.org>
88         * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset
89         part.
91 2008-02-02  Dave Love  <fx@gnu.org>
93         * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region.
94         (rfc2047-dissect-region): Don't record charsets.
95         (rfc2047-encode): Remove arg CHARSET.
96         (rfc2047-encode-region): Change rfc2047-encode call.
98 2008-02-02  Dave Love  <fx@gnu.org>
100         * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4)
101         (mm-disable-multibyte-mule4)    
102         (mm-with-unibyte-current-buffer-mule4): Deleted.
104         * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article)
105         (gnus-summary-select-article, gnus-summary-edit-article): Use
106         mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
108         * message.el (message-forward-make-body): Use
109         mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
111         * qp.el (quoted-printable-encode-region): Avoid
112         find-charset-region.
114         * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule.
115         (mm-encode-body): Just call mm-encode-coding-region in encoding
116         case.
118 2008-02-02  Dave Love  <fx@gnu.org>
120         * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs
121         coding system to emacs-mule.
123 2008-02-02  Dave Love  <fx@gnu.org>
125         * mm-util.el (mm-mime-mule-charset-alist)
126         (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system)
127         (mm-mime-charset, mm-find-mime-charset-region): Look for
128         `:mime-charset' property of coding systems before `mime-charset'.
130 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
132         * mail-source.el (mail-sources): Add `group' choice.
134         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
135         parameter `in-group' to control into which group the articles go.
136         Add treatment of `group' mail-source.
138 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
140         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
141         * message.el (message-beginning-of-line): Use featurep instead of bound
142         tests in order to resolve conditionals at compile time.
144 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
146         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
148         * mm-decode.el (mm-dissect-buffer): Decode description.
150         * mml.el (mml-to-mime): Encode message header first.
152 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
154         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
155         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
157 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
159         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
161 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
163         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
164         prefix keys.
165         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
166         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
167         gnus-xmas.el.
169 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
171         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
172         Add new variables for article mark management.
173         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
174         list of extra data entries which, when present, will indicate that the
175         article ID should not be trimmed from the registry.
176         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
177         functions.
178         (gnus-registry-read-mark): New function to read a mark name from the
179         user.
180         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
181         (gnus-registry-set-article-mark-internal): New functions to add and
182         remove marks.
183         (gnus-registry-get-article-marks): New function to show the marks for
184         an article, or retrieve them for further use.
186 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
188         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
189         keys when no argument is given.
191 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
193         * gnus-sum.el (gnus-article-sort-by-random)
194         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
195         jidanni@jidanni.org.
197 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
199         * gnus-art.el (gnus-article-describe-bindings): New function.
200         (gnus-article-read-summary-keys): Use it.
201         (gnus-article-mode-map): Bind `C-h b' to it.
203 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
205         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
206         XEmacs.
207         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
208         against non-character events.
210 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
212         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
213         command.
214         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
215         instead of END.  Change name of the temp file.
216         (gnus-group-gmane-group-download-format): Add doc string.  Make it
217         customizable.
219 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
221         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
222         bind `S W' to gnus-article-wide-reply-with-original; set default
223         binding to gnus-article-read-summary-send-keys.
224         (gnus-article-read-summary-keys): Fix the order of keys; display
225         continuation keys correctly in the echo area; describe bindings
226         correctly when keys end with `C-h'.
227         (gnus-article-read-summary-send-keys): New function.
228         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
229         for gnus-article-read-summary-send-keys; display continuation keys
230         correctly in the echo area.
231         (gnus-article-reply-with-original): Ignore prefix argument.
232         (gnus-article-wide-reply-with-original): New function.
234 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
236         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
237         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
239 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
241         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
242         (gnus-group-read-ephemeral-gmane-group): New command.
244 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
246         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
248 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
250         * message.el (message-send-mail-function): Increase custom version.
252         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
253         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
255 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
257         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
258         html parts correctly; support forwarded messages.
259         (gnus-article-browse-html-article): Remove work buffers.
261         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
262         compiling.
263         (netrc-bound-and-true-p): New macro.
264         (netrc-parse): Use it instead of bound-and-true-p that is not available
265         in XEmacs 21.4.
267 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
269         * gnus-registry.el (gnus-registry-mark-article)
270         (gnus-registry-article-marks): Add functionality to mark articles
271         through the Gnus registry.
273         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
274         (netrc-parse): Use encrypt-file-alist to determine if
275         encrypt-find-model or encrypt-insert-file-contents should be used.
277 2007-12-19  Glenn Morris  <rgm@gnu.org>
279         * mml.el (message-options-set, message-narrow-to-head)
280         (message-in-body-p, message-mail-p, message-encode-message-body):
281         Autoload.
282         (message-remove-header, message-narrow-to-headers-or-head)
283         (message-subscribed-p, message-make-mail-followup-to)
284         (message-position-on-field, message-news-p)
285         (message-options-set-recipient, message-generate-headers)
286         (message-sort-headers): Declare as functions.
288 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
290         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
291         convention in doc string.
293 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
295         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
296         title to html parts.
297         (gnus-article-browse-html-article): Pass message header to it.
299         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
301 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
303         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
304         or password compatible with XEmacs.
306 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
308         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
309         format document.
310         (gnus-mime-delete-part): Don't write description line if empty.
311         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
313 2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
315         * gnus-sum.el (gnus-summary-mark-unread-as-read)
316         (gnus-summary-mark-read-and-unread-as-read)
317         (gnus-summary-mark-current-read-and-unread-as-read)
318         (gnus-summary-mark-unread-as-ticked): Doc fix.
319         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
321 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
323         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
324         Christoph Conrad <christoph.conrad@gmx.de>.
326 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
328         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
329         yes-or-no-p.
331 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
333         * mm-decode.el (mm-add-meta-html-tag): New function.
334         (mm-save-part-to-file, mm-pipe-part): Use it.
336         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
337         gnus-y-or-n-p instead of y-or-n-p.
338         (gnus-article-browse-html-parts): Work with message/external-body; use
339         mm-add-meta-html-tag.
341 2007-12-11  Glenn Morris  <rgm@gnu.org>
343         * gnus-cache.el: Require gnus-sum not just when compiling.
345         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
347         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
348         definitions before use.
350         * mm-decode.el: Require gnus-util.
351         (mm-remove-part): Only call delete-annotation on XEmacs.
353         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
355         * nnmail.el: Require gnus-int.
357         * spam.el: Move `require's before `eval-when-compile's.
359         * gnus-ems.el (gnus-alive-p):
360         * gnus-fun.el (message-goto-eoh):
361         * gnus-util.el (gnus-group-name-decode):
362         * mail-source.el (gnus-compress-sequence):
363         * message.el (Info-goto-node, format-spec):
364         * mm-bodies.el (message-options-get):
365         * mm-decode.el (mm-view-pkcs7):
366         * mm-util.el (gmm-write-region):
367         * mml-smime.el (mml-compute-boundary)
368         (gnus-completing-read-with-default):
369         * mml.el (widget-button-press, gnus-make-hashtable):
370         * mml1991.el (mm-decode-content-transfer-encoding)
371         (mm-encode-content-transfer-encoding)
372         (message-options-get, message-options-set):
373         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
374         * nnfolder.el (gnus-request-group):
375         * nnheader.el (ietf-drums-unfold-fws):
376         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
377         * smime.el (gnus-run-mode-hooks):
378         * spam-stat.el (gnus-message): Autoload.
380         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
381         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
382         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
383         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
384         Add declare-function compatibility definition.
386         * gnus-cache.el (nnvirtual-find-group-art):
387         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
388         (gnus-add-image, gnus-add-wash-type):
389         * gnus-group.el (nnkiboze-score-file):
390         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
391         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
392         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
393         (message-tokenize-header, gnus-get-buffer-create)
394         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
395         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
396         * gnus.el (gnus-group-decoded-name):
397         * mail-source.el (imap-capability):
398         * mm-bodies.el (message-options-set):
399         * mm-decode.el (gnus-configure-windows):
400         * mm-extern.el (message-goto-body):
401         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
402         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
403         (epg-sub-key-validity, message-options-set):
404         * mml.el (widget-event-point, gnus-configure-windows):
405         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
406         * mml2015.el (epg-check-configuration, epg-configuration)
407         (message-options-set):
408         * nndb.el (nndb-request-article):
409         * nnfolder.el (gnus-request-create-group):
410         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
411         * nnmaildir.el (gnus-group-mark-article-read):
412         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
413         * rfc1843.el (message-fetch-field):
414         * spam.el (gnus-extract-address-components):
415         Declare as functions.
417 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
419         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
421 2007-12-09  Glenn Morris  <rgm@gnu.org>
423         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
425         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
426         * message.el, mm-view.el, sieve-manage, smime.el:
427         Add declare-function compatibility definition.
429         * gnus-art.el (w3-region, w3m-region, Info-menu):
430         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
431         * gnus-sum.el (gnus-get-predicate):
432         * gnus-util.el (mm-append-to-file, w32-focus-frame):
433         * message.el (mail-abbrev-in-expansion-header-p):
434         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
435         (w3m-detect-meta-charset, w3m-region):
436         * sieve-manage.el (password-read, password-cache-add)
437         (password-cache-remove):
438         * smime.el (password-read-and-add): Declare as functions.
440 2007-12-08  David Kastrup  <dak@gnu.org>
442         * gnus-sum.el (gnus-summary-simplify-subject-query):
443         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
444         `message'.
446 2007-12-07  Glenn Morris  <rgm@gnu.org>
448         * gnus-art.el (article-make-date-line): Revert previous change.
450 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
452         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
454 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
456         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
457         Call gnus-add-to-range ranges only once with a prepared article-list.
459 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
461         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
462         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
463         group names with backslashes.  Reported by Tassilo Horn
464         <tassilo@member.fsf.org>.
466 2007-12-06  D. Goel  <deego3@gmail.com>
468         * gnus-art.el (article-make-date-line):
469         * gnus-start.el (gnus-load):
470         * pop3.el (pop3-read-response): Fix buggy call to `error'.
472 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
474         * gnus-art.el (gnus-use-idna)
475         * gnus-start.el (gnus-site-init-file)
476         * message.el (message-use-idna)
477         * mm-uu.el (mm-uu-hide-markers)
478         * smiley.el (smiley-style): Revert changes that suppress warnings.
480 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
482         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
483         specify charset to html source.  Reported by Christoph Conrad
484         <christoph.conrad@gmx.de>.
486 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
489         idna-program in order to suppress byte compile warning issued by XEmacs
490         that came to byte compile the default value section of defcustom forms
491         recently.
493         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
494         value of installation-directory.
496         * message.el (message-use-idna): Don't directly refer to the value of
497         idna-program.
499         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
501         * smiley.el (smiley-style): Don't directly call face-attribute.
503 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
505         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
507         * gnus-dired.el: Reduce Gnus dependencies.
508         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
509         require.  Use autoloads instead.
510         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
511         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
512         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
513         (gnus-dired-mode): Adjust doc string.
514         (gnus-dired-mail-mode): New variable.
515         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
516         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
517         (gnus-dired-mail-buffers): New function.  Return mail or message
518         composition buffers.
519         (gnus-dired-attach): Use it.
520         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
521         NO-DECODE.
522         (gnus-dired-print): Use `gnus-print-buffer' depending on
523         `gnus-dired-mail-mode'.
525 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
527         * rfc2047.el (rfc2047-encoded-word-regexp)
528         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
529         explaining what regexp patterns are for.
531 2007-12-04  Glenn Morris  <rgm@gnu.org>
533         * password.el: Move to ../password-cache.el.
535         * mml1991.el (password-read, password-cache-add, password-cache-remove):
536         * mml2015.el (password-read, password-cache-add, password-cache-remove):
537         * mml-smime.el (password-read, password-cache-add)
538         (password-cache-remove):
539         No need to autoload, since mml-sec requires password.
541         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
542         * message.el (gnus-extract-address-components):
543         * mml-smime.el (gnus-extract-address-components): Define for compiler.
545         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
546         password.
548 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
550         * mailcap.el: Reduce dependencies.
551         (mail-header-parse-content-type): Autoload.
552         (mailcap-delete-duplicates): New alias.
553         (mailcap-mime-info): Add optional argument NO-DECODE.
554         (mailcap-mime-types): Use mailcap-delete-duplicates.
556         * message.el (message-ignored-supersedes-headers): Add "X-ID".
558 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
561         function.
563         * gnus-uu.el (gnus-uu-decode-yenc): New command.
564         (gnus-uu-yenc-article): New function.
566         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
568         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
569         buffer.
571 2007-12-02  Glenn Morris  <rgm@gnu.org>
573         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
574         Move to ../net.
576         * binhex.el, uudecode.el: Move to ../mail.
578         * encrypt.el: Remove file.
580 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
582         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
583         matches on patches.
585         * gnus-art.el (gnus-article-browse-html-article): Mention
586         `mm-text-html-renderer' in the doc string.
588         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
589         string.  Add comments.
591         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
592         if rhs is ASCII.
594 2007-12-01  Glenn Morris  <rgm@gnu.org>
596         * dig.el, dns.el: Move to ../net.
597         * format-spec.el, hex-util.el, sha1.el: Move to ../.
599         * mail-source.el (top-level): Require format-spec before
600         eval-when-compile.
602 2007-11-30  Glenn Morris  <rgm@gnu.org>
604         * encrypt.el: Require password, rather than autoloading password-read.
606 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
608         * gnus.el (gnus-method-to-server): Add an optional parameter so the
609         caller can indicate whether the cache should be disregarded for this
610         call.  This way the result of the call is reproducible at all times and
611         can be considered a canonical server name for the supplied method.
612         (gnus-agent-method-p): Canonicalize server names by pushing their
613         method through `gnus-method-to-server' using the no-cache argument.
615         * gnus-srvr.el (gnus-server-insert-server-line): Call
616         `gnus-method-to-server' with `no-cache' argument.
618         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
619         gnus-agent-possibly-synchronize-flags as this should be called when the
620         server is actually being opened.
621         (gnus-agent-possibly-synchronize-flags)
622         (gnus-agent-possibly-synchronize-flags-server): Move check for the
623         flags file of an agentized server to the latter function.
625         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
626         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
627         after a connection has been established successfully.
629 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
631         * gnus-art.el (article-display-face): Force to display face if called
632         interactively; check if gnus-article-x-face-too-ugly matches author.
633         (article-display-x-face): Display face even if From header is missing
634         as article-display-face does.
636 2007-11-28  Richard Stallman  <rms@gnu.org>
638         * md4.el: Move to ../.
639         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
641 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
643         * mail-source.el (mail-sources): Default to fetch from file for
644         compatibility with default of nnmail-spool-file.
646 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
648         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
649         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
650         to look for encoded word that should be encoded again.
651         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
652         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
653         encoding pattern.
654         (rfc2047-decode-region): Switch strict regexp and loose one according
655         to rfc2047-allow-irregular-q-encoded-words.
657 2007-11-26  Simon Josefsson  <simon@josefsson.org>
659         * imap.el: Move to ../net directory.
661 2007-11-25  Romain Francoise  <romain@orebokech.com>
663         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
665 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
667         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
668         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
670         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
671         `nnmail-spool-file'.
673         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
674         `nnmail-spool-file'.
676         * gnus-move.el (gnus-change-server): Ditto.
678         * gnus-kill.el (gnus-batch-score): Ditto.
680         * gnus-cache.el (gnus-jog-cache): Ditto.
682         * gnus-msg.el (gnus-summary-reply): Ignore
683         gnus-confirm-mail-reply-to-news for wide and very wide replies.
685 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
687         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
688         nnml-generate-nov-databases-directory instead of
689         nnml-generate-nov-databases-1.
691 2007-11-24  Glenn Morris  <rgm@gnu.org>
693         * message.el (message-tool-bar-retro): Update for rename
694         mail_send.xpm->mail-send.xpm.
696 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
698         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
699         `smime-ldap-search' for Emacs 22 and up.
701 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
703         * hashcash.el: Move to ../mail directory.
705         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
707         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
708         `smime-ldap-search' for Emacs 22 and up.
710 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
714         * message.el (message-send-mail-function): Fix error convention.
715         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
716         (message-widen-reply, message-send-mail, message-talkative-question)
717         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
718         (message-clone-locals, message-send-news): Use with-current-buffer.
719         (message-insert-or-toggle-importance): Remove unused var `valid'.
720         (message-make-references): Remove unused var `new-references'.
721         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
723 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
725         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
726         (spam-split-symbolic-return-positive): Reflow docstring.
727         (spam-backends, spam-summary-exit-behavior)
728         (spam-mark-ham-unread-before-move-from-spam-group)
729         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
730         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
731         (spam-clear-cache, spam-backend-check, spam-install-backend)
732         (spam-install-statistical-backend, spam-list-of-processors)
733         (spam-group-processor-p, spam-split, spam-bogofilter-score)
734         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
735         (spam-check-crm114, spam-initialize, spam-unload-hook):
736         Fix typos in docstrings.
738 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
740         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
741         been checked if they have never been read and those group levels are
742         higher than the one that a user specified.
744 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
746         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
747         foreign groups unless a group level is specified by a user.
748         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
750 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
752         * message.el (message-send-mail-function): Require sendmail.
754 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
756         * message.el (message-send-mail-function): Check for smtpmail too.
758         * utf7.el (utf7-encode, utf7-decode): Use coding system
759         `utf-7'/`utf-7-imap' from utf-7.el' if available.
761         * message.el (message-send-mail-function): New function.
762         (message-send-mail-function): Set default using
763         message-send-mail-function.  Adjust doc string.
764         (message-send-mail-with-mailclient): New function.
766 2007-11-17  Richard Stallman  <rms@gnu.org>
768         * assistant.el: Remove file.
770 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
772         * smime.el (from):
773         * rfc2047.el (message-posting-charset):
774         * qp.el (mm-use-ultra-safe-encoding):
775         * pop3.el (parse-time-months):
776         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
777         * nnml.el (files):
778         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
779         (jka-compr-compression-info-list, ange-ftp-path-format)
780         (efs-path-regexp):
781         * nndiary.el (files):
782         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
783         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
784         (epg-digest-algorithm-alist, inhibit-redisplay)
785         (password-cache-expiry):
786         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
787         (pgg-output-buffer, password-cache-expiry):
788         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
789         (efs-path-regexp):
790         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
791         (inhibit-redisplay):
792         * mm-uu.el (file-name, start-point, end-point, entry)
793         (gnus-newsgroup-name, gnus-newsgroup-charset):
794         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
795         (latin-unity-ucs-list):
796         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
797         (mm-uu-binhex-decode-function):
798         * message.el (gnus-message-group-art, gnus-list-identifiers, )
799         (rmail-enable-mime-composing, gnus-local-organization)
800         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
801         (gnus-read-active-file, facemenu-add-face-function)
802         (facemenu-remove-face-function, gnus-article-decoded-p)
803         (tool-bar-mode):
804         * mail-source.el (display-time-mail-function):
805         * gnus-util.el (nnmail-pathname-coding-system)
806         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
807         (gnus-original-article-buffer, gnus-user-agent)
808         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
809         (xemacs-codename, sxemacs-codename, emacs-program-version):
810         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
811         * gnus-start.el (gnus-agent-covered-methods)
812         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
813         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
814         (gnus-newsgroup-headers, gnus-group-list-mode)
815         (gnus-group-mark-positions, gnus-newsgroup-data)
816         (gnus-newsgroup-unreads, nnoo-state-alist)
817         (gnus-current-select-method, mail-sources)
818         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
819         (nnmail-spool-file, gnus-cache-active-hashtb):
820         * gnus-mh.el (mh-lib-progs):
821         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
822         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
823         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
824         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
825         (gnus-group-buffer):
826         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
827         (font-lock-set-defaults):
828         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
829         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
830         (gnus-summary-post-menu, total-parts, type, condition, length):
831         * gnus-agent.el (gnus-agent-read-agentview):
832         * flow-fill.el (show-trailing-whitespace):
833         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
834         eval-and-compile wrappers for byte compiler pacifiers.
836         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
837         (mm-display-inline-fontify): Check for featurep 'xemacs not
838         extent-list.
840         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
841         itimer-list.
842         (mm-create-image-xemacs): Only do something for XEmacs.
843         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
845         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
847         * gnus-registry.el (gnus-adaptive-word-syntax-table):
848         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
850 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
852         * nnimap.el (nnimap-split-download-body):
853         * gnus-demon.el (gnus-demon):
854         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
856 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
858         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
859         macros.
860         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
861         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
862         copy data from unibyte buffer to multibyte current buffer.
863         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
864         to copy data from unibyte current buffer to multibyte buffer.
865         (nntp-make-process-buffer): Make process buffer unibyte.
867         * pop3.el (pop3-open-server): Fix typo in Lisp code.
869 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
871         * pop3.el (pop3-open-server): Accept and process data more robustly at
872         connexion start to avoid spurious "POP SSL connexion failed" errors.
874 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
877         read group names.
879 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
881         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
883 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
885         * nnmail.el (nnmail-parse-active): Make group names unibyte.
886         (nnmail-save-active): Use a unibyte buffer when saving active file,
887         which may contain non-ASCII group names.
889         * nnml.el (nnml-request-group): Decode group names in messages.
891 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
893         * message.el (message-citation-line-function)
894         (message-insert-formatted-citation-line): Fix spelling of
895         `message-insert-formated-citation-line'.
897 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
899         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
901 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
903         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
904         nnmail-pathname-coding-system.
906         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
907         that a user enters; decode group names in messages.
909         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
911 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
913         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
915         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
917         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
918         risky local variable.
920         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
922 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
924         * encrypt.el: Improve documentation to fix function name typo.
925         Reported by Daiki Ueno <ueno@unixuser.org>.
927 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
929         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
930         even if the point is not in the last page of an article.
931         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
932         back to the previous page.
934 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
936         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
938 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
940         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
942 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * message.el (message-check-news-body-syntax): Avoid
945         mm-string-as-multibyte.
946         (message-hide-headers): Don't assume (point-min)==1.
948 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
950         * message.el (message-remove-blank-cited-lines): Fix if remove is
951         given.
952         (message-bogus-address-regexp): New variable.
953         (message-bogus-recipient-p): New function.
954         (message-check-recipients): New command.
955         (message-syntax-checks): Add `bogus-recipient'.
956         (message-fix-before-sending): Add `bogus-recipient'.
958         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
959         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
960         window-system.
962 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
964         * gnus.el: Bump version to Gnus v5.13.
966 2007-10-28  Miles Bader  <miles@gnu.org>
968         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
969         at compile-time too.
971 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
973         * gnus-msg.el (gnus-message-setup-hook): Add
974         `message-remove-blank-cited-lines' to options.
976 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
978         * message.el (message-remove-blank-cited-lines): New function.
979         Suggested by Karl Pl\e,Ad\e(Bsterer.
981 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
983         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
984         mapc.
986         * imap.el (imap-open): Replace mapcar called for effect with mapc.
987         (top-level): Use mapc to set functions to be traced for debugging.
989         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
990         called for effect with while loop.
992         * message.el (message-talkative-question): Replace mapcar called for
993         effect with mapc.
995         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
996         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
997         called for effect with dolist.
999         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1001         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1002         gnus-extra-headers and nnmail-extra-headers.
1004         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1005         called for effect with dolist.
1006         (top-level): Use mapc to set functions to be traced for debugging.
1008         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1009         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1010         dolist.
1012         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1013         Replace mapcar called for effect with mapc.
1014         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1015         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1016         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1017         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1019         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1020         remove-if that's a cl function.
1022         * webmail.el (webmail-debug): Replace mapcar called for effect with
1023         dolist.
1025 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1027         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1028         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1029         with while loop.
1031         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1032         functions from article-* functions.
1033         (gnus-multi-decode-header): Replace mapcar called for effect with
1034         dolist.
1036         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1037         (gnus-bookmark-show-details): Replace mapcar called for effect with
1038         while loop.
1040         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1041         called for effect with while loop.
1043         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1044         with dolist.
1046         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1047         mapcar called for effect with dolist.
1049         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1051         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1052         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1053         Replace mapcar called for effect with dolist.
1054         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1055         mapc.
1057         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1058         Replace mapcar called for effect with dolist.
1059         (gnus-topic-list): Replace mapcar called for effect with mapc.
1061         * gnus.el: Use mapc instead of mapcar to add autoloads.
1063 2007-10-23  Richard Stallman  <rms@gnu.org>
1065         * gnus-group.el (gnus-group-highlight): Mark as risky.
1067 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1069         * gnus.el (gnus-server-to-method): Return method found first in
1070         gnus-newsrc-alist.
1072         * gnus-art.el (gnus-article-highlight-signature)
1073         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1074         button overlay without the front stickiness.
1076 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1078         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1079         overview buffer needed a catch to receive its throw.
1080         (gnus-agent-flush-cache): Declared as interactive to make this function
1081         easier to use.
1083 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1085         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1086         `next-line'.
1088 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1090         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1091         exclude address matching message-dont-reply-to-names.
1093 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1095         * gnus-util.el (gnus-string<): New function.
1097         * gnus-sum.el (gnus-article-sort-by-author)
1098         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1100 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1102         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1103         the frame-focus tag is set in gnus-buffer-configuration.
1105 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1107         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1108         the front stickiness.
1110 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1112         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1113         url pattern; remove duplicate one.
1114         (gnus-article-extend-url-button): New function.
1115         (gnus-article-add-buttons): Use it.
1116         (gnus-button-push): Use concatenated url that it makes.
1118 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1120         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1121         (sieve-manage-open): Use `mapc' instead of `mapcar'.
1123 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1126         Don't hardcode point-min==1.
1128 2007-09-30  David Kastrup  <dak@gnu.org>
1130         * gnus-art.el (gnus-article-reply-with-original)
1131         (gnus-article-followup-with-original): When `transient-mark-mode' is
1132         off, refrain from active-region behavior for followups.
1134 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1136         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1137         Fix comment about "iso8859-1".
1139 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1141         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1142         ones returned from the verify-function.
1144         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1145         mml2015-extract-cleartext-signature if extraction failed.
1147 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1149         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1150         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1151         failed.
1153 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1155         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1157 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1159         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1160         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1161         thread for both the null and zero (kill/expire thread) universal prefix
1162         cases.
1163         (gnus-summary-expire-thread): Add new function to expire a thread,
1164         using gnus-summary-kill-thread.
1165         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1166         shortcuts for gnus-summary-expire-thread.
1167         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1168         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1170 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1172         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1173         extras value, so an extras entry can be deleted.
1174         (gnus-registry-delete-extra-entry): Use it.
1175         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1176         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1177         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1178         storage through the gnus-registry, and provide an appropriate API for
1179         it.
1181 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1183         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1184         Suggested by Leo <sdl.web@gmail.com>.
1186         * gnus.el: Do.
1188 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1190         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1191         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1193         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1195         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1196         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1198 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1200         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1201         newline.
1202         (nnmbox-request-accept-article): Don't change article in source buffer;
1203         narrow to header to use message-fetch-field rather than
1204         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1205         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1206         as delimiters; make sure article ends with newline.
1207         (nnmbox-delete-mail): Correct last position of article to be deleted;
1208         ignore X-Gnus-Newsgroup header in article body.
1209         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1210         positions; make sure article ends with newline.
1212         * message.el (message-display-abbrev): Don't infloop when a user
1213         inserts SPC in the beginning of header.
1215 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1217         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1218         list of groups not followed by default.  Fix type to be regexp.
1219         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1221 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
1223         * hmac-def.el (define-hmac-function): Switch from old-style to
1224         new-style backquotes.
1226         * md4.el (md4-make-step): Likewise.
1228 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1230         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1231         raw-text coding system when saving .newsrc file, which may contain
1232         non-ASCII group names.
1234 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1236         * gnus-cus.el (gnus-score-extra): New widget.
1237         (gnus-score-extra-convert): New function.
1238         (gnus-score-customize): Use it for Extra.
1240 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
1242         * mml2015.el (mml2015-extract-cleartext-signature): New function.
1243         (mml2015-mailcrypt-clear-verify): Use it.
1244         (mml2015-gpg-clear-verify): Use it.
1245         (mml2015-pgg-clear-verify): Use it.
1246         (mml2015-epg-clear-verify): Replace the current part with the output
1247         from GnuPG; don't extract the plaintext by itself.
1249         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1250         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1251         mml2015-clear-verify-function; don't touch the armor headers or
1252         dash-escaped text here.
1254 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1256         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1257         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1258         parts, or application/octet-stream as a last resort.
1259         (gnus-mime-view-part-as-type): Don't toggle display.
1260         (gnus-mime-view-part-as-charset): Don't turn off display before
1261         querying charset.
1263         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1264         stuff to undisplayer function in Emacs.
1265         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1267         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1268         text/calendar parts.
1270 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1272         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1273         decoding text/calendar parts.
1275         * message.el (message-forward-make-body-mime): Always mark body as
1276         having no illegible text; remove signed-or-encrypted argument.
1277         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1279         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1280         (mml-generate-mime-1): Don't encode body if it is specified to be in
1281         raw form; don't make buffer be unibyte when inserting multibyte string.
1283 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * sha1.el: Fix up comment style.
1286         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1287         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1289         * hex-util.el: Fix up comment style.
1290         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1292         * gnus-salt.el: Use with-current-buffer.
1293         (gnus-pick-setup-message): Fix long-standing typo.
1295 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1297         * imap.el (imap-logout-timeout): New variable.
1298         (imap-logout, imap-logout-wait): New functions.
1299         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1301         * nnimap.el (nnimap-logout-timeout): New server variable.
1302         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1303         nnimap-logout-timeout.
1305         * gnus-art.el (gnus-article-summary-command-nosave)
1306         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1308 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1310         * gnus.el (gnus-maximum-newsgroup): New variable.
1312         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1313         according to gnus-maximum-newsgroup.
1315         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1316         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1317         Limit the range of articles according to gnus-maximum-newsgroup.
1319 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
1321         * gnus-art.el (gnus-sticky-article): Fixed problems described in
1322         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
1323         Don't perform gnus-configure-windows here; reuse existing sticky
1324         article buffer.
1326         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1327         it doesn't exist in gnus-article-mode.
1329 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1331         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1332         (gnus-agent-decoded-group-name): New function.
1333         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1334         (gnus-agent-expire-group-1): Use it; decode group name in messages.
1336 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
1338         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1339         Add binding for gnus-sticky-article.
1340         (gnus-summary-exit): Don't kill sticky article buffers.
1342         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1343         article buffer.
1344         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1345         (gnus-kill-sticky-article-buffers): New commands.
1347 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1349         * nntp.el (nntp-xref-number-is-evil): New server variable.
1350         (nntp-find-group-and-number): If it is non-nil, don't trust article
1351         numbers in the Xref header.
1353 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1355         * gnus-agent.el (gnus-agent-read-group): New function.
1356         (gnus-agent-flush-group, gnus-agent-expire-group)
1357         (gnus-agent-regenerate-group): Use it.
1358         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1359         nnmail-pathname-coding-system.
1361 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1363         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1365         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1366         that are unread as unread, and also as selected so that information of
1367         marks having been changed by a user may be updated when exiting group.
1369 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
1371         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
1373 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1375         * gnus-art.el (gnus-mime-display-single): Pass part number that is
1376         calculated ignoring signature parts to gnus-treat-article.
1378 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1380         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1381         a point here in order to keep the window start.
1382         (gnus-insert-mime-security-button): Make a button overlay without the
1383         front stickiness.
1384         (gnus-mime-display-security): Goto the end of a button.
1386         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1388 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1390         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1391         group-name-at-point.
1392         (gnus-group-completing-read): New function that offers decoded
1393         non-ASCII group names for completion.
1394         (gnus-fetch-group, gnus-group-read-ephemeral-group)
1395         (gnus-group-jump-to-group, gnus-group-make-group-simple)
1396         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1397         (gnus-group-fetch-control): Use it.
1398         (gnus-fetch-group): Use group-name-at-point for the initial value
1399         rather than the default value; use gnus-alive-p.
1401         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1402         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1403         (gnus-summary-post-news): Use gnus-group-completing-read.
1405         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1406         (gnus-read-move-group-name): Decode group name for completion.
1408 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
1410         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1411         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1412         Yamaoka slightly modified the code).
1414 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1416         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1417         (nnmail-split-incoming): Bind it.
1419         * nnml.el (nnml-group-name-charset): New function.
1420         (nnml-decoded-group-name): Use it; don't decode group name if
1421         nnmail-group-names-not-encoded-p is non-nil.
1422         (nnml-encoded-group-name): New function.
1423         (nnml-group-pathname): Inline nnml-decoded-group-name.
1424         (nnml-request-expire-articles): Decode group name in message.
1425         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1426         nnmail-pathname-coding-system.
1427         (nnml-save-mail, nnml-active-number): Work with decoded group names and
1428         not decoded ones according to nnmail-group-names-not-encoded-p.
1429         (nnml-generate-active-info): Use nnml-encoded-group-name.
1431 2007-08-08  Glenn Morris  <rgm@gnu.org>
1433         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1434         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1435         doc-strings and comments.
1437 2007-07-25  Glenn Morris  <rgm@gnu.org>
1439         * Relicense all FSF files to GPLv3 or later.
1441 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1443         * gnus-sum.el (gnus-summary-move-article): Make
1444         gnus-summary-respool-article work.
1446 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
1448         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1449         string.
1451 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1453         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
1454         that should be ignored when comparing distant RSS articles with local
1455         ones.
1456         (nnrss-make-hash-index): New function.  Create a hash index according
1457         to the ignored fields.
1458         (nnrss-check-group): Use it.
1460 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1462         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1464         * gnus-art.el (article-decode-group-name): Decode Xref header too.
1466         * gnus-group.el (gnus-group-make-group): Encode group name here unless
1467         the new optional argument ENCODED is non-nil.
1468         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1469         coding system for encoding group name.
1470         (gnus-group-make-rss-group): Pass un-encoded group name to
1471         gnus-group-make-group.
1472         (gnus-group-set-info): Tell gnus-group-make-group that group name is
1473         encoded.
1475         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1476         Encode group name to which articles are moved or copied.
1477         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1478         coding system for encoding Newsgroup, Followup-To and Xref headers.
1480         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1481         marks; use nnheader-file-coding-system to write a file.
1482         (nnagent-retrieve-headers): Bind file-name-coding-system to
1483         nnmail-pathname-coding-system.
1485         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1487         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1488         (nnml-request-article, nnml-request-create-group)
1489         (nnml-request-rename-group, nnml-find-id)
1490         (nnml-possibly-change-directory, nnml-possibly-create-directory)
1491         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1492         (nnml-save-marks): Use nnml-group-pathname instead of
1493         nnmail-group-pathname.
1495         (nnml-request-create-group, nnml-request-expire-articles)
1496         (nnml-request-move-article, nnml-request-delete-group)
1497         (nnml-deletable-article-p, nnml-possibly-create-directory)
1498         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1499         (nnml-open-marks): Bind file-name-coding-system to
1500         nnmail-pathname-coding-system.
1502         (nnml-request-article): Pass server argument to nnml-find-group-number.
1503         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1504         server argument to nnml-possibly-create-directory.
1505         (nnml-request-accept-article): Pass server argument to
1506         nnml-active-number and nnml-save-mail.
1507         (nnml-find-group-number): Pass server argument to nnml-find-id.
1508         (nnml-request-update-info): Pass server argument to
1509         nnml-marks-changed-p.
1511         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1512         (nnml-save-mail, nnml-active-number): Add server argument.
1514         (nnml-request-delete-group): Warn if group is missing.
1515         (nnml-get-nov-buffer): Decode group name.
1516         (nnml-generate-active-info): Encode group name.
1517         (nnml-open-marks): Decode group name in messages.
1519 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1521         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1522         if it is not specified.
1523         (gnus-article-pipe-part, gnus-article-save-part)
1524         (gnus-article-interactively-view-part, gnus-article-copy-part)
1525         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1526         (gnus-article-inline-part, gnus-article-save-part-and-strip)
1527         (gnus-article-replace-part, gnus-article-delete-part)
1528         (gnus-article-view-part-as-type): Pass raw prefix argument to
1529         gnus-article-part-wrapper.
1531 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1533         * gnus-agent.el (gnus-agent-save-active): Bind
1534         nnheader-file-coding-system to gnus-agent-file-coding-system.
1536         * gnus-cache.el (gnus-cache-save-buffers)
1537         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1538         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1539         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1540         (gnus-cache-braid-nov, gnus-cache-braid-heads)
1541         (gnus-cache-generate-active, gnus-cache-rename-group)
1542         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1543         (gnus-cache-update-overview-total-fetched-for): Bind
1544         file-name-coding-system to nnmail-pathname-coding-system.
1545         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1546         variables.
1547         (gnus-cache-decoded-group-name): New function.
1548         (gnus-cache-file-name): Use it.
1549         (gnus-cache-generate-active): Use non-decoded group name for active.
1551         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1552         right place.
1553         (gnus-write-active-file): Don't break non-ASCII group names.
1555         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1556         nnmail-pathname-coding-system.
1558         * gnus-uu.el (gnus-uu-decode-save): Typo.
1560 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1562         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1564 2007-07-14  David Kastrup  <dak@gnu.org>
1566         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
1567         finishing actions if we did not edit the article.
1569 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1572         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1573         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1574         (gnus-agent-flush-group, gnus-agent-flush-cache)
1575         (gnus-agent-fetch-headers, gnus-agent-load-alist)
1576         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1577         (gnus-agent-retrieve-headers, gnus-agent-request-article)
1578         (gnus-agent-regenerate-group)
1579         (gnus-agent-update-files-total-fetched-for)
1580         (gnus-agent-update-view-total-fetched-for): Bind
1581         file-name-coding-system to nnmail-pathname-coding-system.
1582         (gnus-agent-group-pathname): Don't encode file names by
1583         nnmail-pathname-coding-system.
1584         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1585         coding-system-for-write instead of buffer-file-coding-system to
1586         gnus-agent-file-coding-system.
1588         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1589         Decode group name.
1591         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1593         * gnus-start.el (gnus-update-active-hashtb-from-killed)
1594         (gnus-read-newsrc-el-file): Make group names unibyte.
1596         * nnmail.el (nnmail-group-pathname): Don't encode file names by
1597         nnmail-pathname-coding-system.
1599         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1600         (nnrss-request-delete-group): Bind file-name-coding-system to
1601         nnmail-pathname-coding-system.
1602         (nnrss-read-server-data, nnrss-read-group-data): Bind
1603         file-name-coding-system correctly.
1604         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1606         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1607         (nntp-server-to-method-cache): New variable.
1608         (nntp-group-pathname): New function that decodes non-ASCII group names.
1609         (nntp-possibly-create-directory, nntp-marks-changed-p)
1610         (nntp-save-marks, nntp-open-marks): Use it.
1611         (nntp-possibly-create-directory, nntp-open-marks):
1612         Bind file-name-coding-system to nnmail-pathname-coding-system.
1613         (nntp-open-marks): Decode group names when bootstrapping marks.
1615         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1616         Newsgroups and Folowup-To headers.
1618 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1620         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1621         (gnus-server-closed-face, gnus-server-denied-face)
1622         (gnus-server-offline-face): Remove variable.
1623         (gnus-server-font-lock-keywords): Use faces that are not aliases.
1625         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1626         of modifying message-stack directly for XEmacs.
1628         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1629         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1630         if the coding-system argument is nil for XEmacs.
1632         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1633         mm-charset-override-alist.
1635         * rfc2047.el: Don't require base64; require rfc2045 for the function
1636         rfc2045-encode-string.
1637         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1638         to quote the parameter value.
1640 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1642         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1643         form in gnus-group-name-charset-method-alist.
1645         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1646         overrides the default layout edit-form.
1648         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1650         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1652 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1654         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1655         as unfetched articles.
1657 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1659         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1661 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1663         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1664         original back end that keeps marks in the local system.
1666 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1668         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1669         arg of pop-to-buffer for XEmacs.
1670         (gnus-article-read-summary-keys): Ditto; don't restore window
1671         configuration if summary command ends up with neither article buffer
1672         nor summary buffer; describe bindings if summary keys end with C-h.
1674 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1676         * message.el (message-fix-before-sending): Skip raw message part to be
1677         forwarded while checking illegible text.
1678         (message-forward-make-body-mime, message-forward-make-body): Mark
1679         signed or encrypted raw message as having no illegible text.
1681 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1683         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1684         (gnus-message-with-timestamp-1): New macro.
1685         (gnus-message-with-timestamp): New function.
1686         (gnus-message): Use them.
1688         * nnheader.el (nnheader-message): Use them.
1690 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1692         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1693         .newsrc.eld file.
1695 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1697         * gnus-agent.el (gnus-agent-fetch-headers)
1698         (gnus-agent-retrieve-headers): Bind
1699         gnus-decode-encoded-address-function to identity.
1701         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1702         available also when the server returns simply a dot.
1704         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1706 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1708         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1710 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1712         * gnus-ems.el (gnus-x-splash): Make it work.
1714         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1715         from being used.
1717 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1719         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1720         the front stickiness.
1721         (gnus-article-summary-command-nosave): Correct the order of the
1722         arguments passed to pop-to-buffer.
1723         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1724         summary command ends up with the article buffer.
1726         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1727         the same faces.
1729 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1731         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1733 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1735         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1736         * gnus-sum.el (gnus-summary-highlight):
1737         * mail-source.el (mail-source-delete-old-incoming-confirm):
1738         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1740 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1742         * gnus-art.el (gnus-mime-view-part-externally)
1743         (gnus-mime-view-part-internally): Fix predicate function passed to
1744         completing-read.
1746         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1748         * gnus.el (gnus-update-message-archive-method): Add :version.
1750 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1752         * gnus.el (gnus-update-message-archive-method): New variable.
1754         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1755         according to gnus-message-archive-method if
1756         gnus-update-message-archive-method is non-nil.
1758 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1760         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1761         by Loic Dachary <loic@dachary.org>.
1762         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1764 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1766         * message.el (message-pop-to-buffer): Add switch-function argument.
1767         (message-mail): Pass switch-function argument to it.
1769 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1771         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1772         Improve doc string.
1774 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1776         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1777         (gnus-header-content)
1778         * gnus-cite.el (gnus-cite-10)
1779         * gnus-srvr.el (gnus-server-closed)
1780         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1781         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1782         (gnus-group-mail-3-empty, gnus-group-mail-low)
1783         (gnus-group-mail-low-empty, gnus-splash)
1784         * message.el (message-header-to, message-header-cc)
1785         (message-header-subject, message-header-other, message-header-name)
1786         (message-header-xheader, message-separator, message-cited-text)
1787         (message-mml): Lighten colors of faces used for dark background.
1789 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1791         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1792         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1794 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1796         * message.el (message-narrow-to-headers-or-head): Ignore
1797         mail-header-separator in the body.
1799 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1801         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1802         same as window size.
1804 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1806         * message.el (message-font-lock-keywords): Use message-header-xheader
1807         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1808         ahead of the anything pattern, to get it recognised.
1810 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1812         * gnus-sum.el (gnus-articles-to-read)
1813         (gnus-summary-insert-old-articles): Don't truncate group name for
1814         `read-string'.
1816         * gnus-util.el (gnus-limit-string): Delete this function.
1818         * gnus-sum.el (gnus-simplify-subject-fully): Use
1819         `truncate-string-to-width' instead.
1821 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1823         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1824         if, on summary exit, the next group has to be selected.
1825         (gnus-summary-exit): Use it.
1827 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1829         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1830         non-break space.
1832 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1834         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1835         Check if group is not a directory.
1836         (nnfolder-request-expire-articles): Don't delete articles if the target
1837         group is not available.
1839         * nnml.el (nnml-request-create-group): Properly check if group is not a
1840         file.
1841         (nnml-request-expire-articles): Don't delete articles if the target
1842         group is not available.
1844         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1845         Don't quote characters that are within parentheses.
1847 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1849         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1850         (gnus-handle-ephemeral-exit): Select article according to it.
1852 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1854         * message.el (message-insert-formated-citation-line): Remove newline.
1855         (message-citation-line-format): Add final \n here so that the user can
1856         avoid a blank line.
1858 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1860         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1861         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1862         Update lanl/arXiv support.
1864 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1866         * gnus.el: Bump version number.
1868 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870         * gnus.el (gnus-version-number): Bump version.
1872 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1874         * gnus.el: No Gnus v0.6 is released.
1876 2007-04-27  Didier Verna  <didier@xemacs.org>
1878         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1879         * gmm-utils.el (gmm-regexp-concat): here.
1880         * message.el: Don't require 'gnus-util.
1881         (message-dont-reply-to-names): Handle name change above.
1882         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1884 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1886         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1887         since the initial value varies according to the system.
1889 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1891         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1893 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1895         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1897 2007-04-24  Didier Verna  <didier@xemacs.org>
1899         Improve the type of gnus-ignored-from-addresses.
1900         * gnus-util.el (gnus-orify-regexp): New function.
1901         * message.el (gnus-util): Require it.
1902         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1903         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1904         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1906 2007-04-24  Didier Verna  <didier@xemacs.org>
1908         * gnus-sum.el:
1909         * gnus-utils.el: Fix some trailing whitespaces.
1911 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1913         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1914         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1915         article's Message-ID; refer parent article in summary buffer.
1917         * message.el (message-bounce): Call mime-to-mml.
1919 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1921         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1923 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1925         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1926         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1927         displayed of multipart/alternative part if it is invoked from summary
1928         buffer.
1930         * mm-view.el (mm-inline-text-html-render-with-w3m)
1931         (mm-inline-text-html-render-with-w3m-standalone)
1932         (mm-inline-render-with-function): Use mail-parse-charset by default.
1934 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1936         * parse-time.el (parse-time-string-chars): Check if CHAR
1937         is less than the length of parse-time-syntax.
1939 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1941         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1942         from gnus-newsgroup-processable.
1944 2007-04-16  Didier Verna  <didier@xemacs.org>
1946         * gnus-msg.el (gnus-configure-posting-styles): Handle
1947         message-signature-directory properly with :file syntax.  Reported by
1948         "Leo".
1950 2007-04-11  Didier Verna  <didier@xemacs.org>
1952         New user option: message-signature-directory.
1953         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1954         * message.el (message-insert-signature): Ditto.
1955         * message.el (message-signature-file): Doc update.
1956         * message.el (message-signature-directory): New.
1958 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1960         * gnus-msg.el (gnus-inews-yank-articles): Use
1961         message-exchange-point-and-mark instead of exchange-point-and-mark.
1963 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1965         * message.el (message-yank-original): Make sure cited text ends with
1966         newline; don't exchange point and mark.
1968 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1970         * tls.el (open-tls-stream): Properly handle case where there
1971         is no associated buffer.
1973 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1975         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1976         message-yank-original, make sure (< mark TEXT point).
1978 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1980         * message.el (message-fill-column): New variable.
1981         (message-mode): Use it.  Add comment on a possible new hook.
1983         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1984         (nnmail-get-new-mail): Reformat.
1986         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1988         * gmm-utils.el: Fix Commentary.
1989         (gmm-tool-bar-from-list): Fix typo in doc string.
1991 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1993         * message.el (message-yank-original): Don't switch point and mark
1994         unnecessarily to put point and mark as documented.
1996 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1999         from the message heads.
2001 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2003         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2004         article buffer does not have a window.  This may not be the best
2005         solution but is certainly better than setting the start of the null,
2006         that is the current, window.
2008 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2010         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2011         (gnus-draft-setup): Run it.
2013         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2014         gnus-score-fast-scoring.  Allow regexp.
2015         (gnus-score-headers): Use it.
2017         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2018         XEmacs.
2020         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2021         string.
2022         (gnus-button-alist): Also catch `<f1> k ...'.
2023         (gnus-treat-display-x-face): Fix doc string.
2025 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2027         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2028         evaluation of gnus-extended-version to ensure correct generation of the
2029         User-Agent header when message-generate-headers-first is used.
2031 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2033         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2034         hashcash-path is nil.  Don't call callback with incorrect number of
2035         parameters if val is 0.
2037 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2039         * message.el (message-required-news-headers):
2040         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2042 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2044         * message.el (message-generate-new-buffers): Change the meaning of the
2045         nil value; add `standard' to the choices; treat t as `unique'; improve
2046         doc string.
2047         (gnus-select-frame-set-input-focus): Autoload.
2048         (message-buffer-name): Search for the existing message buffer if
2049         message-generate-new-buffers is nil or `standard'; treat the value t of
2050         message-generate-new-buffers as `unique'.
2051         (message-pop-to-buffer): Raise the frame already displaying the message
2052         buffer; clear the echo area after querying.
2053         (message-setup): Pass the `continue' argument to compose-mail.
2054         (message-mail): Prefer `switch-function' if it is given; search for the
2055         existing message buffer if the `continue' argument is non-nil; pass
2056         continue and switch-function arguments to compose-mail by way of
2057         message-setup.
2058         (message-mail-other-window): Adjust argument of message-setup.
2059         (message-mail-other-frame): Ditto.
2061 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2063         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2064         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2065         to turn font-lock on when turning gnus-message-citation-mode on.
2067 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2069         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2070         (mml-smime-function-alist): New variable; add epg as the backend.
2071         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2072         mml-smime- functions instead.
2073         * mm-view.el: Require smime.
2075 2007-03-05  Didier Verna  <didier@xemacs.org>
2077         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2078         instead of just inheritance for posting styles.
2079         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2081 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2083         * tls.el (tls-certtool-program): Fix custom type.
2085 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2087         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2088         and point-at-eol instead of line-(beginning|end)-position.
2090         * assistant.el (assistant-parse-buffer): Ditto.
2092 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2094         * mml2015.el (mml2015-epg-find-usable-key): New function.
2095         (mml2015-epg-sign): Use it.
2096         (mml2015-epg-encrypt): Use it.
2098 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2100         * message.el (message-make-in-reply-to): Quote name containing
2101         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2102         if there are special characters.  Reported by NAKAJI Hiroyuki
2103         <nakaji@jp.freebsd.org>.
2105 2007-02-27  Didier Verna  <didier@xemacs.org>
2107         Include the group parameters as well as the topic ones in the
2108         inheritance filter process.
2109         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2110         argument GROUP-PARAMS-LIST.
2111         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2113 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2115         * nntp.el (nntp-never-echoes-commands)
2116         (nntp-open-connection-functions-never-echo-commands): New variables.
2117         (nntp-send-command): Use them.
2119 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2121         * mml2015.el (mml2015-epg-verify): Simplified.
2123 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2125         * mml.el (mml-content-disposition-alist): New user option.
2126         (mml-content-disposition): New function.
2127         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2128         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2130 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2132         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2133         verification.
2135 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2137         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2138         articles posted in the last 24 hours.
2140 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2142         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2144 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2146         * nntp.el (nntp-send-command): Don't wait for echoes when
2147         nntp-open-ssl-stream is used.
2149 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2151         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2152         (gnus-message-add-citation-keywords)
2153         (gnus-message-remove-citation-keywords): Remove.
2154         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2155         directly, make the variables in font-lock-defaults buffer-local, add
2156         gnus-message-citation-keywords to them and then update the value of
2157         font-lock-keywords.
2159 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2161         * message.el (message-cite-original-1): Don't call
2162         gnus-article-highlight-citation.
2164         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2165         citations; fix line count.
2167 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2169         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2170         (gnus-message-add-citation-keywords)
2171         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2172         versions of font-lock-add-keywords and font-lock-remove-keywords to
2173         work with XEmacs correctly.
2175 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2177         * gnus-cite.el (gnus-cite-face-list): Set the values of
2178         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2179         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2180         (gnus-message-cite-prefix-regexp): New variable.
2181         (gnus-message-search-citation-line): Use it; protect against long
2182         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2183         the 0th match data for Emacs.
2184         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2185         (gnus-message-add-citation-keywords): Append keywords rather than
2186         prepending; emulate font-lock-add-keywords if it is not available.
2187         (gnus-message-remove-citation-keywords): Emulate
2188         font-lock-remove-keywords if it is not available.
2190         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2192         * message.el (message-cite-prefix-regexp): Set the value of
2193         gnus-message-cite-prefix-regexp.
2195 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2197         * nnweb.el (nnweb-google-parse-1): Update parser.
2199 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2201         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2203 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2205         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2206         regexp.
2208 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2210         * uudecode.el (uudecode-string-to-multibyte): New function emulating
2211         string-to-multibyte.
2212         (uudecode-decode-region-internal): Use it.
2214 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2216         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2217         custom choice.
2219         * gnus-art.el (gnus-signature-limit): Fix custom choice.
2221 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
2223         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2225         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2226         `write-region' to respect `mm-inhibit-file-name-handlers'.
2228 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2230         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2231         Use gnus-home-directory instead of "~/" or "$HOME".
2233 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
2235         * encrypt.el (encrypt-insert-file-contents): Add better prompt
2236         to mention filename.
2237         Add comments at beginning regarding usage.
2238         (encrypt-write-file-contents): Change interactive so a string is
2239         acceptable.  If the file has no associated model, show an error instead
2240         of a nonsense prompt.
2242 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2244         * spam.el (spam-bsfilter-ham-switch): Fix typo.
2245         Thanks to Yoshihiko Yamada for kind notification of this typo.
2247 2007-01-12  Kenichi Handa  <handa@m17n.org>
2249         * uudecode.el (uudecode-decode-region-internal): Make it work in a
2250         multibyte buffer.
2252 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2254         * gnus-score.el (gnus-score-fast-scoring): New variable.
2255         (gnus-score-headers): Use it.
2257         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2259         * message.el (message-cite-original-1): Call
2260         gnus-article-highlight-citation if requested.
2261         (message-make-from): Allow name and address as optional arguments.
2263         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2265         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2266         bugs to doc string.
2267         (gnus-button-alist): Add mid\\|message-id.
2268         (gnus-button-fetch-group): Extend for use in
2269         `browse-url-browser-function'.
2270         (gnus-button-url-regexp): Try to catch paired parentheses like in
2271         Wikipedia URLs.
2273         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2274         Suggested by Simon Krahnke <overlord@gmx.li>.
2276 2007-01-13  Romain Francoise  <romain@orebokech.com>
2278         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2279         Update copyright.
2281 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
2283         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2285 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2287         * gnus-registry.el (gnus-registry-unfollowed-groups)
2288         (gnus-registry-split-fancy-with-parent): Fix documentation.
2290 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2293         from nnweb groups.
2295 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2298         Xref urls.  Erase buffer before requesting head.
2300         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2302 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2304         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
2305         customizable.
2307 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
2309         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2310         no signing key is found.
2311         (mml2015-epg-encrypt): Ask user whether to skip or abort if
2312         no encrypting and/or signing key is found.
2314 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2316         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2318 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2320         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2321         headers read from disk with the ones newly found in the current search.
2322         This should no longer cause problems, because the article numbers in
2323         Gmane's `nov.php' output are ignored since the previous change.
2325 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2327         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2329 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2331         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2333 2007-01-01  Romain Francoise  <romain@orebokech.com>
2335         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2337 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2339         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2340         `define-minor-mode' macro definition expanded properly.
2341         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2342         exclude it there.
2344         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2345         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
2346         `fboundp' test.
2347         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2348         This is OK to autoload in (S)XEmacs now.
2350 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2353         keystroke.
2354         (gnus-summary-limit-to-singletons): Fix typo.
2356         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2357         else fails.
2359 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2361         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2362         docstring.
2364         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2365         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2366         (gnus-summary-insert-dormant-articles): Fix typo in message.
2368 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2370         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2371         nil for XEmacs.
2372         (gnus-message-citation-mode): Don't autoload in XEmacs.
2374         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2376 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2378         * nnimap.el (nnimap-expunge-search-string): Mention
2379         nnimap-search-uids-not-since-is-evil in docstring.
2381 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2383         * spam.el: Revert to make-obsolete-variable because
2384         define-obsolete-variable-alias is not supported in Emacs 21.
2386         * spam.el (spam-ifile-path, spam-ifile-database-path)
2387         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2388         make-obsolete-variable.
2389         (spam-bsfilter-path, spam-bsfilter-program)
2390         (spam-spamassassin-path, spam-spamassassin-program)
2391         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
2392         use "path" inappropriately.
2393         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2394         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2395         variable names.
2397 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
2399         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2400         summary buffer.
2402         * password.el (password-cache-remove): Use clear-string to burn
2403         password, if available.
2405 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2407         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2409         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2411         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2412         (gnus-message-highlight-citation): Move defcustom here from
2413         gnus-cite.el.
2414         (gnus-message-citation-mode): Autoload.
2416         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
2417         checks to make it compile with XEmacs.
2418         (gnus-message-citation-mode): New minor mode.
2419         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2420         (gnus-message-highlight-citation): New variables.
2421         (gnus-message-search-citation-line)
2422         (gnus-message-add-citation-keywords)
2423         (gnus-message-remove-citation-keywords)
2424         (turn-on-gnus-message-citation-mode)
2425         (turn-off-gnus-message-citation-mode): New functions.
2427 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
2429         * gnus-cite.el: Enable highlighting of different citation levels in
2430         message-mode.
2432 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2434         * message.el (message-make-fqdn): Fix comment.
2435         (message-bogus-system-names): Add ".local".
2437         * spam.el (spam-ifile-path, spam-ifile-program)
2438         (spam-ifile-database-path, spam-ifile-database)
2439         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2440         Don't use "path" inappropriately.
2441         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2442         strings.
2443         (spam-check-ifile, spam-ifile-register-with-ifile)
2444         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2445         new variable names.
2447         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2448         (gnus-treat-display-smileys): Simplify using
2449         gnus-image-type-available-p.
2451         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2452         available.
2454 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2456         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2457         one after turning on the buffer's multibyteness instead of decoding
2458         them directly in the unibyte buffer that causes unexpected conversion
2459         in Emacs 23 (unicode).
2461 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2463         * message.el (message-generate-hashcash): Fix custom type.
2465 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2467         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2469 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2471         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2472         disconnect icons.  Add help text.
2474 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
2476         * spam.el (spam-extra-header-to-number): CRM114 spam score is
2477         negated to be consistent with the others we handle.
2479 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2482         version of gnus-summary-buffer to something, so that we can use two
2483         article buffers at the same time.
2485 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
2487         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2488         trigger all the extra headers.
2489         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2490         sorting.
2492 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2494         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2495         solid groups.
2497 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2499         * legacy-gnus-agent.el: Add Copyright notice.
2501 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
2503         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2505 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2509         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2510         to make it work reliably in CVS Emacs.
2511         (gnus-summary-limit-strange-charsets-predicate)
2512         (gnus-summary-limit-to-predicate): New functions.
2514 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
2516         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2517         specifying array size.
2518         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2519         array if it is too small.
2520         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2521         (gnus-sort-threads-loop): New function.
2523 2006-12-06  Chris Moore  <dooglus@gmail.com>
2525         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2526         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2528 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2530         * mm-url.el (mm-url-predefined-programs): Call curl with correct
2531         options.
2533 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2536         DOS-ing the recipient.
2538         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2539         the headers when creating the mapping to avoid mismappings.
2540         (nnweb-gmane-create-mapping): Always nix out old mapping.
2542 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2544         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2545         and mm-verify-option to never.
2547 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2549         * message.el (message-signed-or-encrypted-p): New function.
2550         (message-forward-make-body): Use it.
2552         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2553         Replace encode-coding-string with mm-encode-coding-string.
2555 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2557         * nneething.el (nneething-decode-file-name): Replace
2558         decode-coding-string with mm-decode-coding-string.
2560         * gnus-int.el (gnus-open-server): Say failed server's name.
2562 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2564         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2565         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2567         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2568         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2569         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2570         (gnus-group-make-directory-group, gnus-group-transpose-groups):
2571         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2572         (gnus-subscribe-newsgroup, gnus-1):
2573         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2574         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2575         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2576         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2578 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2581         keystroke.
2582         (gnus-summary-limit-to-bodies): Implement headersp.
2584 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2588 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2590         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2592 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594         * message.el (message-generate-hashcash): Expand range of values to
2595         include `opportunistic'.
2596         (message-send-mail): Use it.
2598 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2600         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2601         and comment it.
2603         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2605 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2607         * gnus-util.el (gnus-extract-address-components): Improve comment.
2609 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2611         * gnus-util.el (gnus-extract-address-components): Work with address in
2612         which the name portion contains @.
2614 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2616         * gnus.el (gnus-start): Move custom group up.
2617         (gnus-select-method): Don't autoload, but make it available for
2618         `customize-variable'.
2619         (gnus-getenv-nntpserver): Don't autoload.
2621 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2623         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2625 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2627         * message.el (message-sendmail-extra-arguments): New variable.
2628         (message-send-mail-with-sendmail): Use it.
2630 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2632         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2633         mm-with-unibyte-current-buffer to make string unibyte.
2635         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2636         mm-string-as-multibyte.
2638 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2640         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2641         Reported by Werner Koch <wk@gnupg.org>.
2643 2006-11-14  Daiki Ueno  <ueno@p360>
2645         * mml2015.el: Autoload epa-select-keys when compiling.
2647 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2649         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2650         message-options.
2651         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2653 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2655         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2656         EasyPG (< 0.0.6).
2657         (mml2015-always-trust): New user option.
2658         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2659         prompt.
2661 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2663         * nntp.el (nntp-authinfo-force): New variable.
2664         (nntp-send-authinfo): Use it.
2666 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2668         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2669         decode encoded words.  Improve prompt.  Add comment about forwarding.
2670         (message-replacement-char): Move up.
2672 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2674         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2675         instead of gnus-intersection because arguments of gnus-sorted-nunion
2676         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2678 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2680         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2681         (message-simplify-subject-functions): Enable
2682         message-strip-subject-encoded-words by default.
2684 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2686         * message.el (message-strip-subject-encoded-words): New function
2687         (message-simplify-subject-functions): New variable.
2688         (message-simplify-subject): Use it.  Fix typo in doc string.
2689         Support message-strip-subject-encoded-words.
2691 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2693         * gnus-diary.el (gnus-diary-delay-format-function):
2694         * nndiary.el (nndiary-reminders):
2695         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2697 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2699         * gnus-art.el (article-hide-boring-headers): Fetch date from
2700         gnus-original-article-buffer to avoid problems with localized date
2701         strings.
2703 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2705         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2707 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2709         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2710         New variables.
2711         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2712         (mm-charset-synonym-alist): Move some entries to
2713         mm-codepage-iso-8859-list.
2714         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2715         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2717 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2719         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2721 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2723         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2724         with Emacs 21 and XEmacs.
2726 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2728         * spam.el (spam-parse-address): New function for better parsing,
2729         catching errors, etc.
2730         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2732 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2734         * mm-view.el: Add interactive arg to html2text autoload.
2736 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2738         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2740 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2742         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2743         variables.
2744         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2745         (mm-charset-synonym-alist): Move some entries to
2746         mm-codepage-iso-8859-list.
2748         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2750 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2752         * message.el (message-citation-line-format)
2753         (message-insert-formated-citation-line): Fix implementation of %E, %N
2754         and %n according to the doc string.
2756 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2758         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2759         car-safe to avoid bad parses.
2761 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2763         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2764         names.
2766         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2768 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2770         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2771         header.
2773         * message.el (message-draft-headers): Add Date.
2774         (message-headers-to-generate): Fix typo in docstring.
2776         * nndraft.el (nndraft-required-headers): New variable.
2777         (nndraft-generate-headers): Use it.
2779         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2781 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2783         * gnus-registry.el (gnus-registry-wash-for-keywords)
2784         (gnus-registry-find-keywords): New functions to allow easy searching of
2785         articles that are in the registry.
2787 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2789         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2790         ietf-drums-parse-address instead of gnus-extract-address-components.
2791         Reported by Damien Elmes <damien@repose.cx>.
2793 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2795         * gnus.el (gnus-mime): Remove unused custom group.
2797 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2799         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2800         "blank line" when searching for end of armor headers.
2802 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2804         * gmm-utils.el (gmm-write-region): Fix variable name.
2806 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2808         * gmm-utils.el (gmm-write-region): New function based on compatibility
2809         code from `mm-make-temp-file'.
2811         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2813         * nnmaildir.el (nnmaildir--update-nov)
2814         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2815         Use `gmm-write-region'.
2817 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2819         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2820         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2822         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2824         * message.el (message-replacement-char): New variable.
2825         (message-fix-before-sending): Use it.
2826         (message-simplify-subject): New function to remove duplicate code.
2827         (message-reply, message-followup): Use it.
2829         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2830         gnus-summary-limit-to-articles.
2832 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2834         * gnus-util.el (gnus-with-local-quit): New macro.
2836         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2838 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2840         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2841         ignore non-string data.
2843 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2845         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2846         non-string data (needs to be done in the registry too).
2848 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2850         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2851         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2852         (gnus-registry-split-fancy-with-parent)
2853         (gnus-registry-fetch-simplified-message-subject-fast)
2854         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2855         Remove text properties on ingress into the registry and when it's saved.
2856         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2857         registry from entries with no groups.
2859 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2861         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2862         function to remove string properties.
2864 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2866         * gmm-utils.el (gmm): Adjust custom version.
2868         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2869         custom version.
2871         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2873 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2875         * gnus-art.el (gnus-insert-prev-page-button)
2876         (gnus-insert-next-page-button): Simplify.  Reformat.
2878 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2880         * gnus-art.el (gnus-insert-prev-page-button)
2881         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2883 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2885         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2887 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2889         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2890         gnus-article-button-face to MIME and security buttons.
2892 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2894         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2895         readable.
2897 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2899         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2900         `browse-url-of-file' instead of `browse-url'.
2902 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2904         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2905         regexp.  Articles containing quotation were cut prematurely.
2907 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2909         * message.el (message-cite-original-1): Use nobody by default for the
2910         value of From header.
2911         (message-reply): Ditto.
2913 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2915         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2916         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2917         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2919 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2921         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2922         mails in the doc string.  Add some URLs in comment.
2923         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2925 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2927         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2928         backslashes handling and the way to find boundaries of quoted strings.
2930 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2932         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2933         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2934         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2935         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2937 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2939         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2940         doc string.
2941         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2943 2006-09-06  Simon Josefsson  <jas@extundo.com>
2945         * mml2015.el (mml2015-use): Doc fix, mention epg.
2947 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2949         * mml2015.el (mml2015-use): Default to epg, if available.
2951 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2953         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2954         message-sender.
2955         (mml1991-epg-encrypt): Ditto.
2956         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2957         message-sender.
2958         (mml2015-epg-encrypt): Ditto.
2960 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2962         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2963         several common directories.
2965 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2967         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2968         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2970 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2972         * gnus-art.el (article-decode-encoded-words): Make it fast.
2974 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2976         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2978         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2979         in quoted string into `\'.
2981 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2983         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2984         Use standard-syntax-table.
2986 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2988         * gnus-art.el (gnus-decode-address-function): New variable.
2989         (article-decode-encoded-words): Use it to decode headers which are
2990         assumed to contain addresses.
2991         (gnus-mime-delete-part): Remove useless `or'.
2993         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2994         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2995         (gnus-nov-parse-line): Use it to decode From header.
2996         (gnus-get-newsgroup-headers): Ditto.
2997         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2999         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3000         (mail-decode-encoded-address-string): New alias.
3002         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3003         New function.
3004         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3005         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3006         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3007         (rfc2047-decode-string): Ditto.
3008         (rfc2047-decode-address-region): New function.
3009         (rfc2047-decode-address-string): New function.
3011 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3013         * message.el (message-caesar-buffer-body): Allow rotating headers.
3015         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3017         * message.el (message-insert-formated-citation-line): Fix %f.
3018         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3020 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3022         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3023         (gnus-bookmark-mouse-available-p): New macro.
3024         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3025         (gnus-bookmark-bmenu-show-infos): Use it.
3026         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3027         (gnus-bookmark-bmenu-hide-infos): Ditto.
3028         (gnus-bookmark-remove-properties): New function.
3029         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3030         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3031         (gnus-bookmark-write-file): Bind coding-system-for-write.
3032         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3033         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3034         group before selecting it.
3035         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3036         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3037         quit-window if it is not available; use gnus-mouse-2 and bind it to
3038         gnus-bookmark-bmenu-select-by-mouse.
3039         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3040         (gnus-bookmark-bmenu-select-by-mouse): New function.
3042 2006-08-13  Romain Francoise  <romain@orebokech.com>
3044         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3045         space.
3047 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3049         * compface.el (uncompface): Use binary rather than raw-text-unix.
3051 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3053         * compface.el (uncompface): Make sure the eol conversion doesn't take
3054         place when communicating with the external programs.  Reported by
3055         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3057 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3059         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3061 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3063         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3064         Make it more robust by parsing author and date independently.
3066 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3068         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3070 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3072         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3073         first matching secret key.
3074         (mml2015-epg-encrypt): Ditto.
3076         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3077         first matching secret key.
3078         (mml1991-epg-encrypt): Ditto.
3080         * mml2015.el (mml2015-encrypt-to-self): New user option.
3081         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3082         mml2015-epg-encrypt-to-self is set.
3084         * mml1991.el (mml1991-encrypt-to-self): New variable.
3085         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3086         mml1991-epg-encrypt-to-self is set.
3088         * mml2015.el (mml2015-signers): New user option.
3089         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3090         (mml2015-epg-encrypt): Allow to select signing keys.
3092         * mml1991.el (mml1991-signers): New variable.
3093         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3094         (mml1991-epg-encrypt): Allow to select signing keys.
3096 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3098         * nnheader.el (nnheader-insert-head): Make it work even if the file
3099         uses CRLF for the line-break code.
3101 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3103         * mml2015.el: Require mml-sec instead of password.
3104         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3105         (mml2015-cache-passphrase): Inherit the default value from
3106         mml-secure-cache-passphrase.
3107         (mml2015-passphrase-cache-expiry): Inherit the default value from
3108         mml-secure-passphrase-cache-expiry.
3110         * mml1991.el: Require mml-sec instead of password.
3111         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3112         (mml1991-cache-passphrase): Inherit the default value from
3113         mml-secure-cache-passphrase.
3114         (mml1991-passphrase-cache-expiry): Inherit the default value from
3115         mml-secure-passphrase-cache-expiry.
3117         * mml-sec.el: Require password.
3118         (mml-secure-verbose): New user option.
3119         (mml-secure-cache-passphrase): New user option.
3120         (mml-secure-passphrase-cache-expiry): New user option.
3122 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3124         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3125         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3126         andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3128         FIXME: Use `tiny change'?
3130 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3132         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3133         workaround for the url package included with Emacs.
3135         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3137 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3139         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3140         correctly.  This fixes a bug caused by the 2006-05-12 change.
3142 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3144         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3145         some information about the error when saying that the `bogus' mail
3146         group will be used.
3148 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3150         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3151         string.
3153 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3155         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3157 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3159         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3161 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3163         * mml1991.el (mml1991-function-alist): Add epg.
3164         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3165         (mml1991-epg-encrypt): New functions.
3167 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3169         * mml2015.el (mml2015-verbose): New variable.
3170         (mml2015-cache-passphrase): Ditto.
3171         (mml2015-passphrase-cache-expiry): Ditto.
3172         (mml2015-function-alist): Add epg.
3173         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3174         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3175         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3176         functions.
3178 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3180         * message.el (message-cite-original-1): Preserve region when removing
3181         quoted text due to X-No-Archive in order to avoid bogus attribution
3182         when citing multiple messages.
3184 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3186         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
3187         Kenneth Jacker <khj@be.cs.appstate.edu>.
3189 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
3191         * gnus-diary.el (gnus-user-format-function-d)
3192         (gnus-user-format-function-D): Autoload.
3194         * imap.el (Commentary): Fix typo.
3196         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3197         2006-04-22 contribution.
3199 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3201         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3202         It didn't really fix the bogosity I'm seeing with solid web groups.
3204 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3206         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3207         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3208         created using server names.  If we use the feature without declaring
3209         it, Gnus does not properly manage server and group state.
3211         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3212         bound.
3214 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3216         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3217         looking up the method using GROUP's prefix before inventing a new one.
3218         It is used on killed/unknown groups in various places where returning
3219         an all-new method isn't expected by the caller.
3221         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3222         and match semantics of gnus-group-real-prefix.
3224 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
3226         * nnmail.el (nnmail-broken-references-mailers): New variable.
3227         (nnmail-ignore-broken-references): New function generalizing
3228         nnmail-fix-eudora-headers.
3229         (nnmail-fix-eudora-headers): Now obsolete.
3231         * gnus-art.el (gnus-button-handle-custom): Support
3232         `customize-apropos*'.
3234 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3238         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3239         articles.
3241 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3243         * message.el (message-cite-reply-above): New variable.
3244         (message-yank-original): Use it.
3246 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3248         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3250 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
3252         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3253         as read.
3255         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3257 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
3259         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3260         (gnus-bookmark-default-file): Use gnus-directory.
3261         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3262         Remove "*" in doc string.
3263         (gnus-bookmark-write-file): Simplify.
3264         (gnus-bookmark-maybe-sort-alist): Use `when'.
3265         (gnus-bookmark-get-bookmark): Fix typo in doc string.
3266         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3267         FIXME about Emacs 21 and XEmacs compatibility.
3268         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3269         compatibility.
3270         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3271         compatibility.
3272         (gnus-bookmark-menu-heading): Fix version.
3274 2006-06-19  Bastien Guerry  <bzg@altern.org>
3276         * gnus-bookmark.el: New file.
3278 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3280         * message.el (message-syntax-checks): Doc fix.
3282 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3284         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3285         unsubscribed groups as if they were killed ones.  It causes duplicate
3286         entries in gnus-newsrc-alist.
3288 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3290         * message.el (message-syntax-checks): Doc fix.
3291         (message-send-mail): Add check for continuation headers.
3292         (message-check-news-header-syntax): Fix regexp used to check for
3293         continuation headers.
3295 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3297         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3299 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3301         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3303 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3305         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3306         default-truncate-lines.
3308 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3310         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3311         to fill the utf-8 entry.
3313 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3315         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3317 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
3319         * gnus-agent.el (directory-files-and-attributes): Move all the way
3320         forward (the third and final move).
3321         (gnus-agent-read-agentview): Trap reconstruction errors due to
3322         nonexistant directory.  Handle by returning nil.
3324 2006-05-30  Didier Verna  <didier@xemacs.org>
3326         * message.el (message-dont-reply-to-names): Update the custom type.
3327         * message.el (message-dont-reply-to-names): New defsubst: potentially
3328         convert a list of regexps into a single one.
3329         * message.el (message-get-reply-headers): Use it.
3330         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3332 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3334         * gnus-agent.el (directory-files-and-attributes): Move forward.
3336 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3338         * gnus-ml.el (gnus-mailing-list-subscribe)
3339         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3340         (gnus-mailing-list-message): Fix doc strings.
3342 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3344         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3345         of doing it manually.
3347 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3349         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3350         comment.
3352 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
3354         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3355         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3356         (gnus-agent-read-local): All symbols allocated in my-obarray
3357         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3358         (gnus-agent-regenerate-group): Check numeric names to see if they are
3359         messages or groups.
3360         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3361         better way of do this...)
3363         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3364         'dummy.group' (there should be a better way of do this...)
3366 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3368         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3369         (gnus-saved-headers): Ditto.
3370         (gnus-default-article-saver): Mention functions may have properties.
3371         (gnus-article-save): Override gnus-save-all-headers and
3372         gnus-saved-headers by :headers property which saver function may have.
3373         (gnus-summary-save-in-file): Add :headers property.
3374         (gnus-summary-write-to-file): Ditto.
3376         * gnus-sum.el (gnus-summary-save-article): Bind
3377         gnus-prompt-before-saving to t when saving many articles in a file;
3378         always show all headers.
3380 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3382         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3383         marks.
3385         * message.el (message-indent-citation): Add optional arguments to allow
3386         using it outside of message buffers.
3388         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3389         (gnus-article-treat-unfold-headers): Use it.
3390         (gnus-article-truncate-lines): New variable.
3391         (gnus-article-mode): Use it.
3392         (gnus-article-toggle-truncate-lines): New function.
3394         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3395         gnus-article-toggle-truncate-lines.
3397         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3398         coding system in XEmacs, use binary.
3400 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3402         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3403         after-load-alist.
3405         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3406         this function should save decoded articles.
3407         (gnus-summary-write-to-file): Use property to specify this function
3408         should save decoded articles and specify gnus-summary-save-in-file
3409         should be used to save articles other than the first one when saving
3410         many articles.
3411         (gnus-summary-save-body-in-file): Use property to specify this
3412         function should save decoded articles.
3413         (gnus-summary-write-body-to-file): Use property to specify this
3414         function should save decoded articles and specify
3415         gnus-summary-save-body-in-file should be used to save articles other
3416         than the first one when saving many articles.
3418         * gnus-sum.el (gnus-summary-save-article): Simplify.
3420 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3422         * gnus-art.el (gnus-default-article-saver): Add
3423         gnus-summary-write-body-to-file.
3424         (gnus-article-save-coding-system): Don't use coding system object
3425         in XEmacs.
3426         (gnus-read-save-file-name): Add optional `dir-var' argument which
3427         specifies directory in which files are saved; work even if optional
3428         `variable' argument is not specified.
3429         (gnus-summary-write-to-file): Read file name.
3430         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3431         (gnus-summary-write-body-to-file): New function.
3433         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3434         (gnus-summary-local-variables): Add it.
3435         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3436         (gnus-summary-save-article): Remove optional `decode' argument;
3437         determine whether to decode articles by the value of
3438         gnus-default-article-saver; when saving many files using
3439         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3440         it first and use gnus-summary-save-in-file or
3441         gnus-summary-save-body-in-file thereafter unless
3442         gnus-prompt-before-saving is always; move point to article which
3443         will be saved.
3444         (gnus-summary-save-article-file): Revert.
3445         (gnus-summary-write-article-file): Revert.
3446         (gnus-summary-save-article-body-file): Revert.
3447         (gnus-summary-write-article-body-file): New function.
3449 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3451         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3453 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3455         * gnus-art.el (gnus-default-article-saver): Doc fix.
3456         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3457         from gnus-summary-save-article-coding-system, and default to a
3458         certain coding system.
3459         (gnus-output-to-file): Add coding cookie and encode text according
3460         to gnus-article-save-coding-system; don't use mm-append-to-file.
3462         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3463         gnus-art.el and rename to gnus-article-save-coding-system.
3464         (gnus-summary-save-article): Require gnus-art; don't show all
3465         headers if it decodes articles; don't add coding cookie here;
3466         don't bind mm-text-coding-system-for-write.
3467         (gnus-summary-save-article-file): Save decoded articles.
3468         (gnus-summary-write-article-file): When saving many files, use
3469         gnus-summary-write-to-file first and gnus-summary-save-in-file
3470         thereafter unless gnus-prompt-before-saving is always.
3471         (gnus-summary-save-article-body-file): Save decoded articles.
3473 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3475         * nnrss.el (nnrss-check-group): Bind hash-index.
3477 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3479         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3480         its hash index.  Store this hash in `nnrss-group-data'.
3481         (nnrss-read-group-data): Update accordingly.
3483 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3485         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3486         entry.
3488         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3489         gnus-article-browse-html-article.
3491 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
3493         * gnus-sum.el (gnus-summary-mime-map): Add
3494         gnus-article-browse-html-article.
3495 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3497         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3498         suitable coding systems in customize.
3500 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3502         * mail-source.el (mail-sources): Fix custom type.
3504 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3506         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3507         (gnus-summary-expire-articles-now): Shorten prompt.
3509         * gmm-utils.el (wid-edit): Require.
3510         (defun-gmm): Renamed from `gmm-defun-compat'.
3511         (gmm-image-search-load-path): Use it.
3512         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
3514 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3516         * gnus-sum.el (gnus-summary-save-article-coding-system): New
3517         variable.
3518         (gnus-summary-save-article): Add optional `decode' argument.  If
3519         it is set and gnus-summary-save-article-coding-system is non-nil,
3520         save decoded article.
3521         (gnus-summary-write-article-file): Save decoded article if
3522         gnus-summary-save-article-coding-system is non-nil.
3524         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3525         type.
3527 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3529         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3531 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3533         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3534         first to test gnus-single-article-buffer which may be buffer-local.
3536         * gnus-sum.el (gnus-summary-setup-buffer): Make
3537         gnus-single-article-buffer buffer-local and nil in ephemeral
3538         group; make gnus-article-buffer, gnus-article-current, and
3539         gnus-original-article-buffer always buffer-local.
3540         (gnus-summary-exit): Kill article buffer belonging to ephemeral
3541         group.
3542         (gnus-handle-ephemeral-exit): Don't move to next summary line.
3544 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3546         * nnml.el (nnml-request-compact-group): Compressed files might not
3547         have .gz extension.
3549 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3551         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3552         (mm-copy-to-buffer): Use with-current-buffer.
3553         (mm-display-part): Simplify.
3554         (mm-inlinable-p): Add optional arg `type'.
3556 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3559         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3560         Try harder to show the attachment internally or externally using
3561         gnus-mime-view-part-as-type.
3563 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3565         * message.el (message-from-style, message-signature-separator)
3566         (message-user-organization-file, message-send-mail-function)
3567         (message-citation-line-function, message-yank-prefix)
3568         (message-indent-citation-function, message-signature)
3569         (message-signature-file, message-signature-insert-empty-line):
3570         Remove autoloads.
3572         * gnus-art.el (gnus-buttonized-mime-types): Remove
3573         "multipart/signed".  Revert 2006-04-26 change.
3575 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577         * gnus.el (gnus-version-number): Bump version.
3579 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3581         * gnus.el: No Gnus v0.5 is released.
3583 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3585         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3586         fetching articles by message-id.
3588 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590         * message.el (hashcash): Require hashcash as normal.
3592         * ecomplete.el (ecomplete-highlight-match-line): Use
3593         point-at-eol.
3594         (ecomplete-highlight-match-line): Use `highlight', because that
3595         face exists in both Emacs and XEmacs.
3597         * message.el (message-display-abbrev): Use point-at-bol.
3599         * mail-source.el: Don't require timer/timer-funcs.
3601         * gnus-async.el: Ditto.
3603         * password.el: Ditto.
3605         * mm-url.el: Ditto.
3607         * mm-util.el: Require timer/timer-funcs.
3609 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3611         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3612         Close.
3614 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3616         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3617         unibyte after clear-decrypt function runs.
3619         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3620         returns as a unibyte string.
3622 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3624         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3625         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3626         (mml1991-pgg-encrypt): Ditto.
3628 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3630         * message.el (message-user-organization-file): Check several
3631         locations of the organization file.
3633         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3634         Add gnus-article-view-part-as-type.
3636         * gnus-art.el (gnus-article-view-part-as-type): New function.
3638         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3639         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3641         * mml.el: Simplify autoload.
3642         (mml-mode): defvar dnd-protocol-alist instead of using
3643         symbol-value.
3644         (mml-default-directory): New variable.
3645         (mml-minibuffer-read-file): Use it.
3646         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3648         * message.el (message-citation-line-format): New variable.
3649         (message-insert-formated-citation-line): New function.
3650         (message-citation-line-function): Add
3651         `message-insert-formated-citation-line' to custom type.
3653         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3654         to doc string.
3656         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3657         depending on mm-verify-option.
3659 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3661         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3662         binding pgg-* variables; reimplement the section which prevents
3663         MIME header from being signed.
3664         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3665         pgg-text-mode; remove a blank line at the top of body.
3667         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3668         lines at the top of body; use gnus-newsgroup-charset if there's no
3669         Charset header.
3671 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3673         * message.el (message-self-insert-commands): Doc fix.
3675         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3676         (mm-uu-pgp-encrypted-test): Ditto.
3677         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3678         between header and body; return application/pgp-encrypted handle
3679         if decryption failed; decode decrypted body by charset.
3681         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3682         element match to application/pgp-*.
3684 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3686         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3687         HTML.
3689 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691         * mail-source.el (mail-source-call-script): Message the error
3692         string.
3694 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696         * gnus-util.el (gnus-byte-compile): Use it.
3698 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
3700         * gnus-util.el (kill-empty-logs): New function.
3702 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704         * message.el (message-mail-alias-type): Doc fix.
3705         (message-mail-alias-type-p): New function.
3706         (message-send): Use it.
3707         (message-mode): Ditto.
3708         (message-strip-forbidden-properties): Ditto.
3710         * ecomplete.el (ecomplete-database-file-coding-system): New
3711         variable.
3712         (ecomplete-save): Use it.
3713         (ecomplete-setup): Use it.
3715 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3717         * message.el (message-self-insert-commands): New variable.
3718         (message-strip-forbidden-properties): Use it.
3720 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3723         that doesn't make XEmacs choke.
3725 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3727         * gnus-util.el (gnus-replace-in-string):
3728         Prefer replace-regexp-in-string over of replace-in-string.
3730 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3732         * gnus-util.el (gnus-select-frame-set-input-focus):
3733         Use select-frame-set-input-focus if it is available in XEmacs; use
3734         definition defined in Emacs 22 for old Emacsen.
3736 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3738         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3740 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3742         * gnus-registry.el (gnus-registry-cache-save): Remove text
3743         properties when saving via the temp buffer.
3745 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3747         * message.el (message-generate-hashcash): Honor custom type.
3749 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751         * message.el (message-generate-hashcash): Default to non-nil when
3752         hashcash is found.
3754         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3755         (gnus-refer-thread-limit): Increase default to 500.
3757         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3759         * flow-fill.el (fill-flowed): Allow delete-space.
3761 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3763         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3764         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3765         Remove autoloads.
3767 2006-04-18  Simon Josefsson  <jas@extundo.com>
3769         * message.el (message-generate-hashcash): Default to.
3771 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3773         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3774         concatenating segments rather than before concatenating them.
3776 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3778         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3780         * imap.el (imap-quote-specials): New function.
3781         (imap-login-auth): Quote specials.
3783 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3787         * message.el (message-forward-make-body-plain): Allow
3788         message-forward-ignored-headers to be a list.
3789         (message-remove-ignored-headers): Factor out into function.
3790         (message-forward-make-body-mml): Use it.
3791         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3792         (rfc2231-parse-string): Allow concatanation of parameters that
3793         aren't contiguous.  The test case is
3794           (mail-header-parse-content-type "message/external-body;
3795             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3796             access-type=LOCAL-FILE;
3797             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3799 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * nntp.el (nntp-accept-process-output): Return the value of
3802         `nnheader-accept-process-output'.
3804 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3807         (gnus-button-alist): Recognize more diff formats.
3808         (gnus-button-patch): Strip directory.
3810 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3812         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3813         Emacs 22 when setting focus.
3815 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817         * gnus-art.el (gnus-article-treat-types): Do treatment of
3818         text/x-verbatim parts.
3819         (gnus-button-patch): New command.
3821         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3822         addresses that contain invalid characters.
3824 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826         * message.el (message-put-addresses-in-ecomplete): Use
3827         gnus-replace-in-string.
3828         (message-is-yours-p): Use the more correct
3829         mail-header-parse-address instead of
3830         mail-extract-address-components.
3831         (message-put-addresses-in-ecomplete): Fix typo.
3833         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3834         keystroke.
3836         * gnus-art.el (gnus-treatment-function-alist): Change order of
3837         newsgroups/generic header folding to avoid double-folding.
3839         * message.el (message-hidden-headers): Add X-Draft-From.
3841         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3842         command.
3843         (gnus-summary-repeat-search-article-backward): New command.
3845         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3846         groups in the parent topic.
3848 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3850         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3851         (spam-extra-header-to-number): Return the CRM114 number as a
3852         number instead of a string.
3854 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856         * gnus-art.el (gnus-face-properties-alist): Moved here from
3857         gnus-fun.
3859         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3861 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863         * message.el (message-strip-forbidden-properties): Only display on
3864         self-insert-command.
3866         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3867         reindent.
3868         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3870 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3872         * smiley.el (smiley-style): Fix typo.
3874 2006-03-23  Kenichi Handa  <handa@m17n.org>
3876         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
3877         instead of set-buffer-multibyte.
3879 2006-03-23  Kenichi Handa  <handa@m17n.org>
3881         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3882         buffer and then decode the buffer text if necessary.
3883         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3884         first, and after mm-encode-body, change the buffer to unibyte.
3886 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888         * hashcash.el (hashcash-insert-payment-async-2): Use
3889         message-goto-eoh instead of doing it manually.
3890         (mail-add-payment): Use message-narrow-to-header instead of trying
3891         to do the same itself.
3893         * message.el (message-hidden-headers): Add Face.
3895         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3896         reparenting code.
3897         (gnus-summary-reparent-children): Refactored out code.
3898         (gnus-summary-thread-map): New keystroke.
3899         (gnus-summary-reparent-children): Make into command.
3901         * smiley.el (smiley-style): Default to `medium' if using a large
3902         font.
3904         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3905         does it itself.
3907         * message.el (message-point-in-header-p): Simplify definition.
3909 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911         * nnagent.el (nnagent-request-set-mark): Silence log file
3912         writing.
3913         (nnagent-request-set-mark): Use write-region instead of
3914         append-to-file.
3916         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3917         strange select method.
3919         * ecomplete.el (ecomplete-display-matches): Get highlightling
3920         right.
3921         (ecomplete-display-matches): Use literals.
3922         (ecomplete-display-matches): Disable message logging.
3924         * message.el (message-display-abbrev): Small optimization.
3926         * ecomplete.el (ecomplete-display-matches): Allow automatic
3927         display.
3929         * message.el (message-strip-forbidden-properties): Display
3930         abbrevs.
3931         (message-display-abbrev): Get automatic display right.
3933         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3934         keystrokes.
3936 2006-04-13  Romain Francoise  <romain@orebokech.com>
3938         TODO: Backport to v5-10!
3940         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3941         Moved here (and renamed) from gnus-registry.el.
3943         * gnus-registry.el: Require gnus-util.
3944         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3946 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948         * gnus-group.el (gnus-group-catchup-current): Change
3949         if-then-else-if-then-else into cond.
3950         (gnus-group-catchup): Indent.
3951         (group-name-at-point): New function.
3952         (gnus-fetch-group): Provide default from thing at point.
3954 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956         * message.el (message-display-abbrev): Fix regexp.
3958         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3959         choosing.
3960         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3961         dead variables.
3963         * message.el (message-newline-and-indent): Remove debugging.
3964         (message-display-abbrev): Use new implementation.
3966 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3968         * gnus-art.el (gnus-article-mode): Set
3969         cursor-in-non-selected-windows to nil.
3971         * smiley.el: Revert previous change.
3972         (smiley-data-directory): defvar it before using it in the
3973         defcustom of `smiley-style'.
3975 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977         * message.el (message-newline-and-indent): New function.
3979         * ecomplete.el: Implement more bits.
3981         * message.el (message-put-addresses-in-ecomplete): Clean up the
3982         string.
3984         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3986         * gnus-sum.el (gnus-summary-save-parts): Bind
3987         gnus-summary-save-parts-counter and use it to make unique file
3988         names.
3990         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3992         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3993         parameter to say whether to actually parse the individual
3994         addresses.
3996         * message.el (message-put-addresses-in-ecomplete): New function.
3997         (ecomplete): Require.
3998         (message-mail-alias-type): Add ecomplete as an option.
4000 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4002         * flow-fill.el (fill-flowed): Remove trailing space from blank
4003         quoted lines.
4005 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007         * smiley.el (smiley-style): Move definition later to avoid a
4008         compilation warning.
4010 2006-04-12  Kenichi Handa  <handa@m17n.org>
4012         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4013         buffer and then decode the buffer text if necessary.
4014         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4015         first, and after mm-encode-body, change the buffer to unibyte.
4016         Use mm-disable-multibyte instead of set-buffer-multibyte.
4018 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4020         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4021         Content-Type header instead of Content-Disposition header.
4022         (gnus-mime-inline-part): Ditto.
4023         (gnus-mime-view-part-as-charset): Ignore charset that the part
4024         specifies.
4026         * mm-decode.el (mm-display-part): Work with external parts and
4027         usual parts similarly.
4029         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4030         instead of gnus-display-mime.
4032         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4033         instead of with-temp-buffer.
4035         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4036         tag to summarized topics part in order to encode non-ASCII text.
4038 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4040         * smiley.el (smiley-style): New variable.
4041         (smiley-directory): New function.
4042         (smiley-data-directory): Derive from `smiley-style' using
4043         `smiley-directory'.
4044         (smiley-regexp-alist): Add new entries.
4046         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4047         (gnus-article-browse-delete-temp): Add :version.
4049 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4051         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4052         the sieve region.
4054 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056         * gnus.el (gnus-version-number): Bump version.
4058 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4060         * gnus.el: No Gnus v0.4 is released.
4062 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4065         layout.
4067         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4068         unknown charset.
4070         * message.el (message-header-synonyms): Add Original-To to the
4071         default.
4073         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4074         optional parameter.
4076 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4078         * gnus-fun.el (gnus): Require it for gnus-directory.
4080 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4082         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4084 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4086         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4088 2006-04-05  Simon Josefsson  <jas@extundo.com>
4090         * password.el (password-reset): New function.
4092 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4094         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4095         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4097 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4099         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4100         Some whitespace was matched into the url, which broke browsing hits
4101         > 100 when mm-url-use-external was nil.
4103 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4105         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4106         gnus-extra-headers for 'Newsgroups.
4108         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4109         bound.
4111 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4113         * pgg-gpg.el: Clean up process buffers every time gpg processes
4114         complete.
4116 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4118         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4119         doc string.
4121 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4123         * pgg-gpg.el (pgg-gpg-process-filter)
4124         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4126         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4127         lines, temporary fix.
4129 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4131         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4133 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4135         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4136         default-enable-multibyte-characters.  This reverts the change from
4137         revision 6.17 which is no longer necessary because the passphrase
4138         is sent separately now.  GnuPG messages are unreadable under
4139         multibyte locales with default-enable-multibyte-characters set to
4140         nil.
4142 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4144         * message.el (message-tool-bar-gnome): Move "spell".
4146 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
4148         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4149         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
4150         instead.
4152 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
4154         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4155         newsgroups handling for NNTP overviews which don't include
4156         Newsgroups.
4158 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4160         * message.el (message-resend): Bind message-generate-hashcash to nil.
4162 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4164         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4165         when searching for already-paid recipients.
4167 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4169         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4170         passphrases when it is not needed.
4171         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4172         passphrase stuff from gpg, should only be necessary when you use
4173         gpg with a smartcard.
4175 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4177         * mml.el (mml-insert-mime): Ignore cached contents of
4178         message/external-body part.
4180         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4181         (mm-insert-part): Ditto.
4183 2006-03-23  Simon Josefsson  <jas@extundo.com>
4185         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4186         Reiner.
4187         (pgg-gpg-use-agent-p): Use it again.
4189 2006-03-23  Simon Josefsson  <jas@extundo.com>
4191         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4192         older emacsen.
4193         (pgg-gpg-use-agent-p): Don't use it.
4195 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
4197         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4198         if we can.
4200 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4202         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4203         (pgg-gpg-update-agent): New function.
4204         (pgg-gpg-use-agent-p): New function.
4205         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4206         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4207         (pgg-gpg-sign-region): Use it.
4209 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4212         Reported by Ralf Wachinger <rwachinger@gmx.de>.
4214 2006-03-21  Simon Josefsson  <jas@extundo.com>
4216         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4217         <wilde@sha-bang.de>.
4218         (pgg-gpg-use-agent): New variable.
4219         (pgg-gpg-process-region): Use it.
4220         (pgg-gpg-encrypt-region): Likewise.
4221         (pgg-gpg-encrypt-symmetric-region): Likewise.
4222         (pgg-gpg-decrypt-region): Likewise.
4223         (pgg-gpg-sign-region): Likewise.
4224         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4226 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4228         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4230         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4231         Add comment on version.
4233 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4235         * smiley.el: Add missing test smiley.
4237 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4239         * mm-decode.el (mm-with-part): New macro.
4240         (mm-get-part): Use it; work with message/external-body as well.
4241         (mm-save-part): Treat name and filename equally.
4243         * mm-extern.el (mm-extern-cache-contents): New function.
4244         (mm-inline-external-body): Use it; force the part to be displayed;
4245         move undisplayer added to the cached handle to the parent.
4247         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4248         (gnus-mime-view-part-as-type): Work with message/external-body.
4250         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4252 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4254         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4255         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4256         Emacs.]
4258 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4260         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4261         path rather than symbol.  Always return list of directories.
4262         Guarantee that image directory comes first.  [Sync with image.el,
4263         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4265         * message.el (message-make-tool-bar): Adjust to new API of
4266         `gmm-image-load-path-for-library'.
4268         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4270         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4272 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4274         * gnus-art.el (gnus-article-only-boring-p):
4275         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4276         intangible text.
4277         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4279 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4281         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4282         `defun' instead of `gmm-defun-compat'.
4284 2006-03-14  Simon Josefsson  <jas@extundo.com>
4286         * message.el (message-unique-id): Don't use message-number-base36
4287         if (user-uid) is a float.
4288         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4290 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4292         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4294         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4295         empty line between a part and a message part.
4297 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4299         * smiley.el: Add more test smileys.
4300         (smiley-data-directory, smiley-regexp-alist)
4301         (gnus-smiley-file-types): Fix doc strings.
4302         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4303         adding new elements.
4304         (smiley-mouse-map): Unused code.  Make it a comment.
4306 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4308         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4309         scan latest NoCeM messages instead of old ones.
4310         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4311         delimiters that are recently used.
4312         (gnus-nocem-load-cache): Add autoload cookie.
4314         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4316         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4317         level which is larger than gnus-use-nocem is specified.
4319         * gnus-group.el (gnus-group-get-new-news): Ditto.
4321 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4323         * gnus-util.el (gnus-tool-bar-update): New function.
4325         * gnus-group.el (gnus-group-update-tool-bar): New variable.
4326         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4328         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4330         * gnus-group.el (gnus-group-redraw-when-idle)
4331         (gnus-group-redraw-check): Remove.
4332         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4334 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4336         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4337         if optional last element is specified in splits (FIELD VALUE...).
4339 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
4341         * message.el (message-make-tool-bar): Rename gmm-image-load-path
4342         to gmm-image-load-path-for-library.  Call with no-error argument.
4343         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4345         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4347         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4349         * gmm-utils.el (gmm-image-load-path): Remove alias.
4351 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
4353         * gmm-utils.el (gmm-image-load-path): Add alias.
4355         * nnml.el (nnml-generate-nov-databases-directory): Rename from
4356         nnml-generate-nov-databases-1.
4357         (nnml-generate-nov-databases): Use it.
4358         (nnml-generate-nov-databases-directory): Document no-active
4359         argument.
4361         * gmm-utils.el (gmm-image-load-path-for-library): Return single
4362         directory if path is t.  Add no-error.
4364         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4365         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4367         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4368         resetting gnus-article-browse-html-temp-list.
4370         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4371         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
4372         Add example to docstring.  Rename local variables.  Move error
4373         checks to default case in cond and simplify.
4375 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4377         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4378         handle is multipart when calling it recursively.
4379         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4381 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
4383         * nnimap.el (nnimap-request-update-info-internal): Optimize.
4384         Don't `gnus-uncompress-range' to avoid excessive memory usage.
4386 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4388         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4389         is loaded.
4391         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4392         loaded.
4394 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4396         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4397         to "Emacs 23 (unicode)" in doc string.
4399         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4400         "Emacs 23 (unicode)" in comment.
4402 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4404         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4406         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4407         characters 160 through 255 in Emacs 23.
4409 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4411         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4412         gnus-article-browse-html-temp.
4413         (gnus-article-browse-delete-temp): Make it customizable.  Add
4414         `file'.  Adjust doc string.
4415         (gnus-article-browse-delete-temp-files): Add argument.  Allow
4416         query for each file.  Adjust doc string.
4417         (gnus-article-browse-html-parts): Add
4418         `gnus-article-browse-delete-temp-files' to
4419         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4421 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
4423         * gnus-art.el (gnus-article-browse-html-temp)
4424         (gnus-article-browse-delete-temp): New variables.
4425         (gnus-article-browse-delete-temp-files): New function.
4426         (gnus-article-browse-html-parts): Use it.
4428 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4430         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4432         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4433         string.
4435         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4436         gnus-summary-insert-new-articles when unplugged.  Remove
4437         gnus-summary-search-article-forward.
4439         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4440         display-visual-class instead of display-color-cells.
4442 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4444         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4445         message/* containing non-ASCII text properly.
4447 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4449         * message.el: Require gmm-utils, remove autoloads.
4450         (message-tool-bar): Set default based on
4451         gmm-tool-bar-style.
4452         (message-tool-bar-gnome): Add gmm-customize-mode.
4454         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4455         gmm-tool-bar-style.
4456         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4458         * gnus-group.el (gnus-group-tool-bar): Set default based on
4459         gmm-tool-bar-style.
4460         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4462         * gmm-utils.el (gmm-image-directory): Rename variable from
4463         gmm-image-load-path.
4464         (gmm-image-load-path): Use gmm-image-directory.
4465         (gmm-customize-mode): New function.
4466         (gmm-tool-bar-style): New variable.
4468         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4469         gnus-group-redraw-line-number.
4470         (gnus-group-redraw-check): Simplify.
4471         (gnus-group-tool-bar-update): Remove redraw check.
4472         (gnus-group-make-tool-bar): Add redraw check.
4474 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4476         * gnus-art.el (gnus-button): Add missing parentheses.
4478 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4480         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4482 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4484         * gnus-art.el (gnus-button): New face.
4485         (gnus-article-button-face): Use it.
4487         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4488         gnus-summary-next-page.  Re-order.
4490         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4491         next-node are now included.
4492         (gnus-group-redraw-line-number): New internal variable.
4493         (gnus-group-redraw-check): Helper function for updating the tool
4494         bar.
4495         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4497         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4499         * spam.el (spam-spamassassin-score-regexp): New internal variable.
4500         (spam-extra-header-to-number, spam-check-spamassassin-headers):
4501         Use it to match format of Spamassassin 3.0 and later.  Reported by
4502         IRIE Tetsuya <irie@t.email.ne.jp>.
4503         (spam-check-bogofilter)
4504         (spam-bogofilter-register-with-bogofilter): Fix args of
4505         `gnus-error' calls.
4507 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4509         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4510         unnecessary interaction when sending queued mails.  Reported by
4511         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4513 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4515         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4516         first or last are nil.
4518 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4520         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4522 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4526 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528         * dns.el (query-dns): Protect more against buggy tcp output.
4530 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4532         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4533         nov.php.
4535 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4537         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4538         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4539         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4540         output on the server side.
4541         (nnweb-google-create-mapping): Update regexps and add some
4542         progress indication.
4544 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4546         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4547         gnus-agent-toggle-plugged.  Re-order icons.
4548         (gnus-group-tool-bar-gnome): Add
4549         gnus-group-{prev,next}-unread-group.
4550         (gnus-group-tool-bar-gnome): Re-order icons.
4552         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4553         gnus-summary-insert-new-articles.
4555         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4556         comments.
4558         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4559         also available in Emacs 21.3.
4561         * message.el (message-fix-before-sending): Change "Emacs 22" to
4562         "Emacs 23 (unicode)" in comment.
4564         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4565         "Emacs 23 (unicode)" in comment.
4567         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4568         comment.
4569         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4571         * mm-view.el (mm-fill-flowed): Add :version.
4573 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4575         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4576         and load-path.
4578 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4580         * message.el: Autoload gmm-image-load-path.
4581         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4582         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4583         consitency.
4585         * gmm-utils.el (gmm-image-load-path): Also search in
4586         "../etc/images".  Don't set gmm-image-load-path if we don't find
4587         the image.
4589 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4591         * gmm-utils.el (gmm-image-load-path): Don't make
4592         `gmm-image-load-path' include subdirectories which the second arg
4593         `image' might specify.
4595         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4596         subdirectory to icon file names.
4598         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4600 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4602         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4603         gmm-image-load-path calls.
4605         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4607         * message.el (message-make-tool-bar): Ditto.
4609         * mml.el (mml-preview): Added comment concerning tool bar icons.
4611         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4612         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4614         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4615         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4617         * message.el (message-tool-bar-gnome): Use new icon names.
4618         (message-make-tool-bar): Use `gmm-image-load-path'.
4620         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4621         functions from MH-E.
4622         (gmm-image-load-path): New variable from MH-E.
4623         (gmm-image-load-path): New function from MH-E.  Added arguments
4624         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4625         *-image-load-path-called-flag.
4627 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4629         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4631 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4633         * nnimap.el (nnimap-request-move-article): Change folder back to
4634         source group before deleting.
4636 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4638         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4640         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4641         mm-url.
4643         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4645 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4647         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4648         coding system which mm-charset-to-coding-system returns for a
4649         given charset is valid.
4651 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4653         * html2text.el (html2text-remove-tag-list):
4654         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4656 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4658         * gnus-cus.el: Revert 2005-10-17 change.
4660 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4662         * gnus-art.el (article-strip-banner): Call
4663         article-really-strip-banner only when the regexp match is made.
4665 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4667         * gnus-art.el (article-strip-banner): Use
4668         gnus-extract-address-components instead of
4669         mail-header-parse-addresses to make it work with non-ASCII text;
4670         remove mail-encode-encoded-word-string.
4672         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4673         values which are surrounded with \"...\"; make it never cause a
4674         Lisp error; give up parsing of parameters if it failed in
4675         extracting type.
4677 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4679         * smime.el (smime-cert-by-ldap-1): Fix bug where
4680         `smime-ldap-search' returns results without userCertificates.
4682 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4684         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4686 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4688         * spam.el (spam-check-spamassassin-headers): Adapt format for
4689         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4690         <ari@mbf.ocn.ne.jp>.
4691         (spam-list-of-processors): Add spam-use-gmane.
4693 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4695         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4696         make-temp-file; make it work with XEmacs as well.
4698         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4699         mm-make-temp-file.
4701         * mm-decode.el (mm-display-external): Use the 3rd arg of
4702         mm-make-temp-file.
4703         (mm-create-image-xemacs): Ditto.
4705 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4707         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4708         with message-narrow-to-headers.
4709         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4710         (gnus-draft-check-draft-articles): New function.
4711         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4713 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4715         * gnus-art.el (gnus-article-browse-html-parts):
4716         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4717         Don't use suffix argument for mm-make-temp-file for Emacs 21
4718         compatibility.  Remove useless `format'.
4720 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4722         * nnweb.el (nnweb-google-wash-article): Update regexps.
4723         (nnweb-group-alist): Use defvoo instead of defvar.
4725 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4727         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4728         re-loading nn* modules.
4730 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4732         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4733         for `tool-bar-mode' and don't check it's default-value.
4735         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4737         * message.el (message-make-tool-bar): Ditto.
4739         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4740         `substring'.  Shorten tmp-file name.
4742         * gnus.el: Remove bogus comment.
4744 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4746         * gnus-art.el (gnus-article-browse-html-parts): New function.
4747         (gnus-article-browse-html-article): New function for viewing html
4748         articles with a browser.
4750 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4752         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4753         (mml2015-pgg-encrypt): Ditto.
4755         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4756         (mml1991-pgg-encrypt): Ditto.
4758 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4760         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4761         message-make-date instead of current-time-string.
4763         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4764         to gnus-decoded which mm-uu might set.
4766 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4768         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4769         don't decode quoted parameters; remove misimported Emacs code.
4770         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4771         (rfc2231-decode-encoded-string): Don't use split-string which
4772         behaves differently according to Emacs version; use
4773         mm-decode-coding-region to convert charset to coding-system.
4774         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4775         (rfc2231-encode-string): Remove misimported Emacs code.
4777 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4779         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4780         when calling mail-header-parse-content-type.
4781         (article-de-quoted-unreadable): Ditto.
4782         (article-de-base64-unreadable): Ditto.
4783         (article-wash-html): Ditto.
4785         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4786         calling mail-header-parse-content-type and
4787         mail-header-parse-content-disposition.
4788         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4789         mail-header-parse-content-type.
4791         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4792         insert charset and format parameters; encode description after
4793         inserting it to buffer.
4794         (mml-insert-parameter): Fold lines properly even if a parameter is
4795         segmented into two or more lines; change the max column to 76.
4797         * rfc1843.el (rfc1843-decode-article-body): Don't use
4798         ignore-errors when calling mail-header-parse-content-type.
4800         * rfc2231.el (rfc2231-parse-string): Return at least type if
4801         possible; don't cause an error even if it fails in parsing of
4802         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4803         (rfc2231-encode-string): Don't break lines at the beginning, leave
4804         it to mml-insert-parameter.
4806         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4807         calling mail-header-parse-content-type.
4809 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4811         * spam-report.el (spam-report-gmane-use-article-number):
4812         Improve doc string.
4813         (spam-report-gmane-internal): Check if a suitable header was found
4814         in the article.
4816 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4818         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4819         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4821 2006-02-05  Romain Francoise  <romain@orebokech.com>
4823         Update copyright notices of all files in the gnus directory.
4825 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4827         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4829 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4831         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4832         segmented lines of parameter value to cope with Thunderbird 1.5
4833         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4834         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4835         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4837 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4839         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4840         parts.
4842 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4844         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4845         there's only one active file for all servers.
4846         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4847         solid groups.  Gnus might have used a FAST request to select the group.
4848         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4849         and nnweb-search redundantly in the active file.
4850         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4851         (nnweb-request-create-group): Don't use ARGS.
4852         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4853         initialisations.  Let nnoo do the work.
4855 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4857         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4858         Say the part has been decoded.
4860         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4862 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4864         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4865         mailcap-viewer-test-cache when there's no 'test clause, since that
4866         will invert the meaning of a "nil" test previously determined by
4867         mailcap-mailcap-entry-passes-test.
4869 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4871         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4872         compiling.
4874         * gnus-sum.el: Ditto.
4876         * message.el: Don't bind tool-bar-map when compiling.
4878 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4880         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4882 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4884         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4885         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4886         current Google Groups.
4888 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4890         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4891         and tool-bar-mode.
4893         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4894         and tool-bar-mode.
4896         * message.el (message-tool-bar-update): Simplify.
4897         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4899         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4900         gnus-summary-buffer.
4901         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4902         gnus-summary-reply.
4904         * gmm-utils.el (gmm): Add :version.
4906 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4908         * Makefile.in (clean): New rule.
4909         (distclean): Use it.
4911 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4913         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4914         autoload.
4916 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4918         * gmm-utils.el (gmm-verbose): Add :group.
4920 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4922         * message.el: Change some comments WRT tool-bars.
4924         * gnus-sum.el (gnus-summary-tool-bar)
4925         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4926         (gnus-summary-tool-bar-zap-list): New variables.
4927         (gnus-summary-make-tool-bar): Complete rewrite using
4928         `gmm-tool-bar-from-list'.
4930         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4931         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4932         variables.
4933         (gnus-group-make-tool-bar): Complete rewrite using
4934         `gmm-tool-bar-from-list'.
4935         (gnus-group-tool-bar-update): New function.
4937         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4939 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4941         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4942         is dissected into a single part of which the type is the same as
4943         the given one; decode charset.
4945 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4947         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4948         into alists as symbol not string, since that's what
4949         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4950         look for.
4952 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4954         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4955         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4957         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4959 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4961         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4962         (gnus-mime-security-button-menu): New definition.
4963         (gnus-mime-security-button-map): Use them.
4964         (gnus-mime-security-button-menu): New function.
4965         (gnus-insert-mime-security-button): Addition to help echo.
4966         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4967         (gnus-mime-security-pipe-part): New functions.
4969         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4970         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4972         * mm-decode.el (mm-handle-set-disposition): Remove.
4973         (mm-handle-set-description): Remove.
4975 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4977         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4978         (mm-w3m-standalone-supports-m17n-p): New function.
4979         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4980         w3m usage.
4982         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4983         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4985 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4987         * message.el (message-tool-bar-zap-list): Use
4988         gmm-tool-bar-zap-list as custom type.
4989         (message-tool-bar-update): New function.
4990         (message-tool-bar, message-tool-bar-gnome)
4991         (message-tool-bar-retro): Add message-tool-bar-update.
4992         (message-tool-bar-gnome): Add flyspell-buffer.
4994         * gnus-util.el (gnus-error): Describe `args'.
4996         * gmm-utils.el (gmm-error): Describe `args'.
4997         (gmm-tool-bar-zap-list): New widget.
4998         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5000 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5002         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5003         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5004         the number of recursive calls.
5006         * mm-decode.el (mm-handle-set-disposition): New macro.
5007         (mm-handle-set-description): New macro.
5009 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5011         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5012         encoding.
5014 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5016         * message.el (message-tool-bar-zap-list, message-tool-bar)
5017         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5018         (message-tool-bar-local-item-from-menu): Remove.
5019         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5020         (message-make-tool-bar): New function.
5021         (message-mode): Use `message-make-tool-bar'.
5023         * gmm-utils.el: New file.
5024         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5025         (gmm-lazy): New widget copied from `nnmail.el'.
5026         (gmm-tool-bar-from-list): New function for creating customizable
5027         tool bars.
5028         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5029         output.
5030         (gmm): Add :prefix to defgroup.
5032 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5034         * gmm-utils.el (gmm-widget-p): New function.
5036 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5038         * mml.el (mml-attach-file): Describe `description' in doc string.
5039         (mml-menu): Add Emacs MIME manual and PGG manual.
5041 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5043         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5045 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5047         * nntp.el (nntp-end-of-line): Doc fix.
5049 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5051         * imap.el (imap-open): Handle case where buffer is a buffer
5052         object.
5054 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         * gnus-delay.el (gnus-delay): Don't autoload.
5057         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5058         to be re-loaded when customizing the `gnus-delay' group.
5060 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5062         * message.el (message-insert-citation-line): Use newlines.
5064 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5066         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5068         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5070 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
5072         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5074 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5076         * mm-decode.el (mm-inlined-types): Add application/pgp.
5077         (mm-automatic-display): Ditto.
5079         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5080         part as text.
5082 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5084         * nnrss.el: Update copyright.
5085         (nnrss-opml-import): Query whether to subscribe to each entry.
5087         * gnus-art.el:
5088         * gnus-sum.el:
5089         * mm-uu.el:
5090         * mm-view.el: Update copyright.
5092 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
5094         * message.el (message-info): New function.
5095         (message-mode-menu): Add it.
5096         Update copyright.
5098         * ChangeLog: Fix and update copyright.
5100 2006-01-13  Romain Francoise  <romain@orebokech.com>
5102         * message.el (message-forward-subject-name-subject): Prefer the
5103         address to 'nowhere' if the sender has no name.
5104         Fix typo.  Update copyright year.
5106 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5108         * gnus-art.el (article-wash-html): Use
5109         gnus-summary-show-article-charset-alist if a numeric arg is given.
5110         (gnus-article-wash-html-with-w3m-standalone): New function.
5112         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5113         mm-inline-text-html-render-with-w3m-standalone.
5114         (mm-text-html-washer-alist): Map w3m-standalone to
5115         gnus-article-wash-html-with-w3m-standalone.
5116         (mm-inline-text-html-render-with-w3m-standalone): New function.
5118 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5120         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5121         Improve LaTeX.
5123 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5125         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5126         (nnrss-request-article): Render text/plain parts as HTML.
5128         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5129         the buffer.
5131 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5133         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5134         custom definition of `gnus-posting-styles'.
5136         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5137         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5139 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5141         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5142         Use nntp for bug archive.
5144 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5146         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5147         parts.
5148         (nnrss-normalize-date): New function converts ISO 8601 date into
5149         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5150         (nnrss-check-group): Use it.
5152 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5154         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5156         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5157         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5158         (nnrss-insert-w3): Ditto.
5160 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5162         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5163         the articles to be forwarded including the case where neither a
5164         number of articles nor a region is specified.
5166 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5168         * nnrss.el (nnrss-request-article): Fix last change; fill
5169         text/plain parts.
5171 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5173         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5174         in text/plain part.
5175         (nnrss-check-group): Don't add excessive newline to dc:subject.
5177 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5179         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5180         article.
5182 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5184         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5185         (nnml-use-compressed-files, nnml-save-mail): Support other
5186         comression programs such as bzip2.
5188 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190         * dns.el (query-dns): Make sure we check the buffer size before
5191         removing tcp headers.
5193 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5195         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5196         remove MIME buttons associated with multipart/alternative parts.
5197         (gnus-mime-display-alternative): Tag buttons using `article-type'
5198         text property.
5200         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5201         associated with multipart/alternative parts.
5203         * gnus-art.el (gnus-signature-separator): Fix custom type.
5205         * mm-decode.el (mm-inlined-types): Fix custom type.
5206         (mm-keep-viewer-alive-types): Ditto.
5207         (mm-automatic-display): Ditto.
5208         (mm-attachment-override-types): Ditto.
5209         (mm-inline-override-types): Ditto.
5210         (mm-automatic-external-display): Ditto.
5212 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5214         * spam-report.el (spam-report-user-mail-address)
5215         (spam-report-user-agent): New variables.
5216         (spam-report-url-ping-plain): Use spam-report-user-agent.
5218 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5220         * gnus-art.el (gnus-button-handle-custom): Do not just use
5221         `customize-apropos' for any "M-x customize-*" button but the
5222         function called for.  Accept both the function name and its
5223         argument in order to achieve this.
5224         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5225         function name to `gnus-button-handle-custom' in case of "M-x
5226         customize-*" buttons.
5228 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5230         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5231         multipart/alternative and add xref to mm-discouraged-alternatives
5232         in doc string.
5234         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5235         gnus-buttonized-mime-types in doc string.
5237 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5239         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5240         Suggest image/.* in the doc string.
5242 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5244         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5245         message-marks (Debian bug #342521).
5247 2005-12-12  Simon Josefsson  <jas@extundo.com>
5249         * password.el (password-read-from-cache): Add.
5250         (password-read): Use it.
5252 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5255         us-ascii as a MIME charset.
5257         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5258         against the case where the 2nd arg TYPE is nil.
5260 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5262         * pop3.el (pop3-stream-type): Fix custom version.
5264         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5266 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5268         * mm-decode.el (mm-display-external): Add missing cdr.
5270 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5272         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5273         RFC1524) if it is in mailcap or add a suffix according to
5274         mailcap-mime-extensions when generating a temp filename; postpone
5275         deleting a temp file for 2 seconds for some wrappers, shell
5276         scripts, and so on, which might exit right after having started a
5277         viewer command as a background job.
5279 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5281         * nntp.el (nntp-marks-directory): Fix custom group.
5283         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5284         steps when < 10.
5286         * gnus-start.el (gnus-no-server-1): Mention
5287         `gnus-level-default-subscribed' in doc string.
5289 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5291         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5292         parens.
5294 2005-11-26  Dave Love  <fx@gnu.org>
5296         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5297         (tls-program, tls-success): Provide openssl alternative.
5299         * starttls.el: Doc fixes.
5300         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5301         SERVICE to PORT.
5303         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
5304         port null or service name.
5305         (starttls-negotiate): Autoload.
5307 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5309         * message.el (message-kill-to-signature): Fix interactive spec.
5311 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5313         * pop3.el (pop3-open-server): Recognize a string as a service name.
5315 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5317         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5319 2005-11-23  Dave Love  <fx@gnu.org>
5321         Add pop3s, pop3/starttls.
5323         * pop3.el (pop3-authentication-scheme): Clarify doc.
5324         (open-tls-stream, starttls-open-stream): Autoload.
5325         (pop3-stream-type): New.
5326         (pop3-open-server): Use it.
5328         * mail-source.el (mail-sources): Fix some :types.  Add stream type
5329         for POP.
5330         (mail-source-keyword-map): Add :stream for POP.
5331         (mail-source-fetch-pop): Use pop3-stream-type.
5333 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5335         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5336         of current-time-string.
5338 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
5340         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5341         date header.
5343 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5345         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5346         it can seriously impact performance as it bypasses the agent's
5347         local caches.
5349 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5351         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5352         must be explicitly online rather than "not explicitly offline" for
5353         its flags to be synchronized.
5355         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5356         that gnus-uu-unmark-thread will function correctly.
5358         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5359         1024K is instead displayed as 1M.
5361 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5365 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
5367         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5369 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
5371         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5372         error message to display actual error condition.
5373         (gnus-agent-save-local): Avoid saving symbols that are bound to
5374         nil as they simply result in a warning message in
5375         gnus-agent-read-local.
5377 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5379         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5380         rather than make-variable-buffer-local for file-precious-flag.
5382 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5384         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5385         for duplicates which are removed.  The invalid sort check then
5386         triggers a rescan after the sort as sorting may have moved
5387         duplicate entries such that they can be cheaply detected.
5389 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5391         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5393 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5395         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5396         internal variable to a custom variable.  Changed default value
5397         from compressed(2) to uncompressed(1).
5398         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5399         support for uncompressed agentview files.  Taken together, reading
5400         the agentview file should now be 6-7 times faster.
5402 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5404         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5405         as a buffer-local variable.  This avoids creating truncated
5406         dribble files as a result of a hang up, eg.
5408 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5410         * gnus-start.el (gnus-start-draft-setup): Enforce
5411         `gnus-draft-mode' for nndraft:drafts at startup.
5413         * gnus.el (gnus-splash): Change custom group.
5414         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5415         allow-list argument.
5417         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5418         string.
5420 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5422         * gnus-art.el (gnus-default-article-saver): Add user-defined
5423         `function' to custom type.
5425 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5427         * imap.el (imap-open): Handle case where buffer is a buffer
5428         object.
5430 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5432         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5433         long lines.
5434         (gnus-cache-delete-group): Wrap doc strings.
5436         * gnus-agent.el (gnus-agent-rename-group)
5437         (gnus-agent-delete-group): Wrap doc strings.
5439 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441         * gnus-start.el (gnus-1): Add "native" to
5442         gnus-predefined-server-alist.
5444         * gnus.el (gnus-method-to-server): Don't add "native" to the
5445         lists here, because that leads to problems when
5446         gnus-select-method is bound.
5448 2005-11-09  Simon Josefsson  <jas@extundo.com>
5450         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5451         use (not sort-by-date) instead.
5453 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * gnus-delay.el (gnus-delay-group): Don't autoload.
5456         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5457         to be re-loaded when customizing the `gnus-delay' group.
5459 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5461         * message.el: Revert last changes.
5462         (message-insert-citation-line): Use newlines.
5464 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5466         * message.el (message-courtesy-message)
5467         (message-mark-insert-begin, message-mark-insert-end)
5468         (message-elide-ellipsis, message-cancel-message)
5469         (message-add-header, message-change-subject)
5470         (message-cross-post-followup-to-header)
5471         (message-cross-post-insert-note, message-reduce-to-to-cc)
5472         (message-widen-reply, message-delete-not-region)
5473         (message-kill-to-signature, message-insert-signature)
5474         (message-insert-importance-high, message-insert-importance-low)
5475         (message-insert-or-toggle-importance)
5476         (message-insert-disposition-notification-to)
5477         (message-indent-citation, message-yank-original)
5478         (message-cite-original-without-signature, message-cite-original)
5479         (message-insert-citation-line, message-position-on-field)
5480         (message-fix-before-sending, message-send-mail-partially)
5481         (message-send-mail, message-send-mail-with-sendmail)
5482         (message-send-mail-with-qmail, message-send-news)
5483         (message-check-news-header-syntax, message-generate-headers)
5484         (message-insert-courtesy-copy, message-fill-address)
5485         (message-fill-header, message-shorten-references)
5486         (message-setup-1, message-cancel-news)
5487         (message-forward-make-body-plain, message-forward-make-body-mime)
5488         (message-forward-make-body-mml, message-encode-message-body)
5489         (message-forward-make-body-digest-plain)
5490         (message-forward-make-body-digest-mime)
5491         (message-use-alternative-email-as-from): Insert `hard-newline'
5492         instead of ordinary newlines.
5494 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5496         * message.el (message-generate-headers): Downcase the argument
5497         given to message-check-element.
5499 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5501         * nntp.el (nntp-authinfo-rejected): New error condition.
5502         (nntp-wait-for): Use new error condition to signal authentication
5503         error.
5504         (nntp-retrieve-data): Rethrow new error condition to break out of
5505         recursive call to nntp-send-authinfo.
5507 2005-11-08  Romain Francoise  <romain@orebokech.com>
5509         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5510         (gnus-summary-exit-map): Bind to `Z p'.
5511         (gnus-summary-make-menu-bar): Add menu item.
5513 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5515         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5516         (gnus-treat-*): Add `first' in all doc strings.
5518         * gnus-group.el (gnus-group-compact-group): Fix typo.
5520 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5522         * gnus.el (gnus-parameters-case-fold-search): New variable.
5523         (gnus-parameters-get-parameter): Use it.
5525         * gnus-score.el (gnus-home-score-file): Doc fix.
5527 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5529         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5531 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5533         * mm-util.el (mm-special-display-p): New function.
5535         * mml.el (mml-preview): Use it; doc fix.
5537 2005-10-29  Romain Francoise  <romain@orebokech.com>
5539         * message.el (message-fix-before-sending): Fix comment.
5541 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5543         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5545 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5547         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5548         Used in gnus-score.el.
5550 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5552         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5554 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5556         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5557         whitespace removed in revision 7.8.  Use concatenated string to
5558         protect trailing whitespace.
5560 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5562         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5563         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5564         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5565         Courier IMAP ("some version from 2004").  Mostly based on similar
5566         code in the same function.
5568 2005-10-26  Didier Verna  <didier@xemacs.org>
5570         * gnus-group.el (gnus-group-compact-group): Invalidate original
5571         article buffer.
5572         * gnus-srvr.el (gnus-server-compact-server): Ditto.
5573         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5574         NOV database and in article itself.
5575         Invalidate article backlog.
5577 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5579         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5581 2005-10-26  Simon Josefsson  <jas@extundo.com>
5583         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5584         part of 2004-07-25 change.
5586 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5588         * message.el (message-display-completion-list): New function.
5589         (message-expand-group): Use it; make sure the Completions buffer
5590         is modifiable.
5592 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5594         * imap.el (imap-open): Handle case where buffer is a buffer
5595         object.
5597 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5599         * pgg-def.el:
5600         * pgg-gpg.el:
5601         * pgg-parse.el:
5602         * pgg-pgp.el:
5603         * pgg-pgp5.el:
5604         * pgg.el: Move to the parent lisp directory.
5606 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5608         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5609         user-mail-name is an empty string.
5611 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5613         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5614         depending on gnus-score-decay-constant.
5616         * encrypt.el (encrypt-insert-file-contents)
5617         (encrypt-write-file-contents): Don't use `gnus-message'.
5619         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5620         arguments.
5621         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5622         arguments to mm-uu-verbatim-marks-extract.
5623         (mm-uu-hide-markers): New variable.
5624         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5626         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5627         (gnus-convert-image-to-face-command): Use "convert" by default to
5628         allow other input image formats.
5629         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5630         accordingly.
5632 2005-10-23  Simon Josefsson  <jas@extundo.com>
5634         * imap.el (imap-gssapi-program): Align command line parameters
5635         with latest GNU SASL.
5636         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5638 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5641         HTML.
5642         (nnslashdot-request-article): Ditto.
5644 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5646         * mail-source.el (mail-source-fetch-pop): Require pop3.
5647         (mail-source-check-pop): Ditto.
5649 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5651         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5652         errors.
5654 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5656         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5657         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5659         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5661         * mm-bodies.el (mm-decode-string): Call
5662         `mm-charset-to-coding-system' with allow-override argument.
5664 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5666         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5667         (rfc2047-charset-to-coding-system): New function.
5668         (rfc2047-decode-encoded-words): New function.
5669         (rfc2047-decode-region): Use them.
5670         (rfc2047-decode-cte): Remove.
5671         (rfc2047-parse-and-decode): Remove.
5672         (rfc2047-decode): Remove.
5674 2005-10-15  Kenichi Handa  <handa@m17n.org>
5676         * rfc2047.el (rfc2047-decode-cte): New function.
5677         (rfc2047-decode-region): Change the way to decode successive
5678         encoded-words: decode B- or Q-encoding in each encoded-word,
5679         concatenate them, and decode it as charset.
5681 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5683         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5684         widget-move-and-invoke.
5685         (gnus-custom-mode): Use gnus-custom-map.
5687 2005-10-15  Bill Wohler  <wohler@newt.com>
5689         * message.el (message-tool-bar-map): Renamed image file from
5690         mail_send to mail/send.
5692 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5694         * message.el (message-expand-group): Pass the common
5695         prefix substring of completion to `display-completion-list'.
5697 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5699         * mml-sec.el (mml-secure-method): New internal variable.
5700         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5701         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5702         functions using mml-secure-method.
5704         * mml.el (mml-mode-map): Add key bindings for those functions.
5705         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5706         Harder <harder@myrealbox.com>.
5707         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5708         end of message if point is the headers of the message.
5710         * message.el (message-in-body-p): New function.
5712         * assistant.el: Autoload gnus-util and netrc.
5714         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5715         Use `mm-charset-override-alist' only when decoding.
5717         * mm-bodies.el (mm-decode-body): Call
5718         `mm-charset-to-coding-system' with allow-override argument.
5720         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5721         `filename' from Content-Disposition if Content-Type doesn't
5722         provide `name'.
5723         (gnus-mime-view-part-as-type): Set default instead of
5724         initial-input.
5726 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5728         * format-spec.el (format-spec): Propagate text properties of % spec.
5730 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5732         * gnus-art.el (gnus-treat-predicate): Add `first'.
5734 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5736         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5737         (mm-charset-override-alist): New variable.
5738         (mm-charset-to-coding-system): Use it.
5739         (mm-codepage-setup): New helper function.
5740         (mm-charset-eval-alist): New variable.
5741         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5742         about unknown charsets.
5744 2005-10-04  David Hansen  <david.hansen@gmx.net>
5746         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5747         (nnrss-check-group): Ditto.
5749 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5751         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5752         Rename x-gnus-verbatim to x-verbatim.
5753         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5755         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5756         x-verbatim.
5758         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5760         * gnus-util.el (gnus-remove-duplicates): Remove.
5762         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5763         instead of gnus-remove-duplicates.
5765         * message.el (message-remove-duplicates): Remove.
5766         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5767         message-remove-duplicates.
5769         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5770         available, else use implementation from `delete-dups'.
5772         * message.el (message-insert-expires): New function.
5773         (message-mode-map): Add key binding.
5774         (message-mode-field-menu): Add menu entry.
5775         (message-mode): Document it.
5776         (message-make-expires-date): Use `message-make-date'.
5778 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5780         * message.el (message-make-expires-date): New function.
5782 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5784         * Makefile.in (list-installed-shadows): New entry.
5785         (install): Use it.
5786         (remove-installed-shadows): New entry.
5788 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5790         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5792 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5795         function rather than the diff-mode.el package.
5796         (mm-display-external): Use with-current-buffer.
5797         (mm-viewer-completion-map, mm-viewer-completion-map):
5798         Move initialization inside declaration.
5800 2005-09-29  Simon Josefsson  <jas@extundo.com>
5802         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5803         autoload mail-check-payment.
5804         (spam-check-hashcash): Define unconditionally, since hashcash.el
5805         is part of Gnus now.  Ignore errors from payment checking.
5807 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5809         * message.el (message-bold-region, message-unbold-region): Rename
5810         from `bold-region' and `unbold-region'.
5812         * message.el: Remove useless autoloads.
5814 2005-09-28  Simon Josefsson  <jas@extundo.com>
5816         * message.el (message-use-idna): Default to t.
5817         (message-use-idna): Test whether encoding works too.  Doc fix.
5819 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5821         * nntp.el (nntp-warn-about-losing-connection): Remove.
5823 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5825         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5826         customizable.  Change default value.
5827         (mm-uu-diff-groups-regexp): Change default value.
5828         (mm-uu-type-alist): Add doc string.
5829         (mm-uu-configure): Add doc string.  Make it interactive.
5830         (mm-uu-tex-groups-regexp): New variable.
5831         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5832         (mm-uu-type-alist): Add LaTeX documents.
5833         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5834         of "text/verbatim".
5835         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5837         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5838         instead of "text/verbatim".
5840         * message.el (message-mark-inserted-region)
5841         (message-mark-insert-file): Use slrn style marks when called with
5842         prefix argument.
5844 2005-09-27  Simon Josefsson  <jas@extundo.com>
5846         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5848 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5850         * message.el (message-remove-duplicates): New function.
5851         Implementation borrowed from `gnus-remove-duplicates'.
5852         (message-idna-to-ascii-rhs): Also encode idna addresses in
5853         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5854         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5855         only ask about the same idna domain once per header and also tell
5856         in what header to replace the idna domain.
5858         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5859         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5860         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5861         a header is decoded and not just the last one.
5863 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5865         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5866         has been decoded.
5868         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5869         (mm-insert-part): Don't modify text if it has been decoded.
5871         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5872         decoded.
5874         * mm-view.el (mm-inline-text): Don't strip text props unless
5875         decoding enriched or richtext parts.
5877 2005-09-25  Romain Francoise  <romain@orebokech.com>
5879         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5880         * gnus-start.el (gnus-subscribe-interactively):
5881         * gnus-uu.el (gnus-uu-grab-articles):
5882         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5883         space.
5885 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5887         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5888         * mm-view.el (mm-view-pkcs7-decrypt):
5889         * gnus-sum.el (gnus-summary-limit-to-extra)
5890         (gnus-summary-respool-article, gnus-read-move-group-name):
5891         * gnus-score.el (gnus-summary-increase-score):
5892         * gnus-util.el (gnus-completing-read-with-default):
5893         * gnus-art.el (gnus-read-save-file-name)
5894         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5895         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5896         * message.el (message-check-news-header-syntax):
5897         Follow convention for reading with the minibuffer.
5899 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5901         * spam-report.el (spam-report-url-ping-plain):
5902         Use gnus-extended-version as User-Agent.
5904         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5905         default value is nil.
5907         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5908         (mm-uu-verbatim-marks-extract): New function.
5909         (mm-uu-extract): New face.
5910         (mm-uu-copy-to-buffer): Use it.
5912         * spam-report.el (spam-report-gmane-ham): Renamed from
5913         `spam-report-gmane-unspam'.
5914         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5915         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5917         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5918         Autoload.
5919         (spam-report-gmane-unregister-routine): Renamed
5920         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5922 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5924         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5925         (spam-report-gmane-unregister-routine): Add support for gmane
5926         unregistration.
5928         * spam-report.el (spam-report-gmane-unspam)
5929         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5930         (spam-report-gmane): Change to take a single article and do unspam
5931         registration.
5933 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5935         * mm-url.el (mm-url-decode-entities): Fix regexp.
5937 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5939         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5940         default to nil, to be able to use Gnus at all.  If the default
5941         switches to something else, then the function should be fixed not
5942         be exceedingly slow.
5944 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5946         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5947         fail hard.
5949         * spam-report.el: Add better Keywords line.
5951         * spam.el: Add Maintainer and better Keywords line.
5953 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5955         * gnus-art.el (gnus-article-replace-part)
5956         (gnus-mime-replace-part): New functions.
5957         (gnus-mime-action-alist, gnus-mime-button-commands)
5958         (gnus-mime-save-part-and-strip): Added file argument.
5959         (gnus-article-part-wrapper): Added interactive argument.
5961         * gnus-sum.el (gnus-summary-mime-map): Add
5962         `gnus-article-replace-part'.
5964 2005-09-19  Didier Verna  <didier@xemacs.org>
5966         The nnml compaction feature:
5967         * nnml.el (nnml-request-compact-group): New function.
5968         * nnml.el (nnml-request-compact): New function.
5969         * gnus-int.el (gnus-request-compact-group): New function.
5970         * gnus-int.el (gnus-request-compact): New function.
5971         * gnus-group.el (gnus-group-compact-group): New function.
5972         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5973         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5974         * gnus-srvr.el (gnus-server-compact-server): New function.
5975         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5976         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5978 2005-09-18  Deepak Goel  <deego@gnufans.org>
5980         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5981         format spec.
5983 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5985         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5987 2005-09-15  Romain Francoise  <romain@orebokech.com>
5989         * message.el (message-fill-paragraph): Clarify docstring.
5991 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5993         * gnus-art.el (gnus-mime-display-part): Protect against broken
5994         MIME messages.
5996 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5998         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5999         before parsing header.
6001 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6003         * html2text.el (html2text-replace-list): Add new entities.
6005 2005-09-11  Romain Francoise  <romain@orebokech.com>
6007         * message.el (message-alternative-emails): Improve docstring.
6008         (message-setup-1): Call `message-use-alternative-email-as-from'
6009         after `message-setup-hook' to give it precedence over posting
6010         styles, etc.
6011         (message-use-alternative-email-as-from): Add docstring.  Remove
6012         the original From header if present.
6014         * nnml.el (nnml-compressed-files-size-threshold): New variable.
6015         (nnml-save-mail): Use it.
6017         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6018         articles.  Add new argument `silent'.
6019         (gnus-uu-mark-all): Report the total number of marked articles.
6021 2005-09-10  Romain Francoise  <romain@orebokech.com>
6023         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6024         (gnus-uu-mark-series): Likewise.
6026 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6028         * spam-report.el (spam-report-gmane): Fix generation of spam
6029         report URL.
6031 2005-09-10  Simon Josefsson  <jas@extundo.com>
6033         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6034         t, based on discussion on the ding list with Robert Epprecht
6035         <epprecht@solnet.ch>.
6037 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6039         * spam-report.el (spam-report-gmane): Make it work without
6040         X-Report-Spam header.  Gmane now only provides Archived-At.
6041         This is only used if `spam-report-gmane-use-article-number' is nil.
6042         (spam-report-gmane-spam-header): Remove.  Not used anymore.
6044         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6045         make `gnus-summary-sort-by-recipient' work with threading.
6047         * nnweb.el (nnweb-google-wash-article): Print a message if article
6048         is not available.
6050 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6052         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6053         change.  Decode text/* parts content before displaying.
6055 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6057         * mml-smime.el: Remove defvar of gnus-extract-address-components.
6059 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * mm-view.el (mm-display-inline-fontify): Disable support modes.
6063 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
6065         * message.el (message-tab-body-function): Fixed mismatched custom
6066         type.
6068         * gnus.el (gnus-group-change-level-function): Ditto.
6070         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6072         * gnus-art.el (gnus-signature-limit)
6073         (gnus-article-mime-part-function): Ditto.
6075 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6077         * mml.el (mml-mode): Silence the byte compiler.
6079         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6080         using `(sit-for 0)' before moving the point to the specified part;
6081         skip unbuttonized parts.
6082         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6083         return to the summary window if gnus-auto-select-part is non-nil.
6085 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6087         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6088         variables.
6089         (mml-dnd-attach-file, mml-mode): Use them.
6091         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6092         Make fetching article by MID work again for Google Groups.  Added
6093         FIXME concerning gnus-group-make-web-group.
6095         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6096         Don't depend on Gnus by using mail-extract-address-components if
6097         gnus-extract-address-components is not bound.
6099 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101         * gnus-art.el (gnus-mime-display-security): Don't display the
6102         signature, but only the signed part.
6104 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6106         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6108         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6109         list, not listp.
6111 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6113         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6114         when encoding.
6116         * mm-bodies.el (mm-decode-content-transfer-encoding):
6117         De-canonicalize CRLF for all text content types, not just
6118         text/plain.
6120 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6122         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6123         valid article; point arrow and cursor at the MIME button.
6125 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6127         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6128         Suggested by Dan Christensen <jdc@uwo.ca>.
6130         * mm-decode.el (mm-save-part): Enable change of prompt.
6132 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6134         * gnus-msg.el (gnus-inews-add-send-actions): Made
6135         `message-post-method' lambda parameter ARG `&optional'.
6137 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6139         * gnus-sum.el (gnus-summary-mime-map): Added
6140         gnus-article-save-part-and-strip, gnus-article-delete-part and
6141         gnus-article-jump-to-part.
6143         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6144         (gnus-article-edit-part): Use it.
6145         (gnus-article-part-wrapper): Added no-handle argument.
6146         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6147         functions.
6149 2005-08-29  Romain Francoise  <romain@orebokech.com>
6151         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6152         docstring.
6153         (gnus-face-from-file): Likewise.
6155 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6157         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6158         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6159         non-nil.
6160         (gnus-auto-select-part): New variable.
6161         (gnus-article-jump-to-part): New function.
6162         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6163         (gnus-mime-delete-part): Allow selecting specified part after
6164         deleting or stripping parts.
6165         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6166         part if argument is bogus.
6168 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6170         * gnus-art.el (w3m-minor-mode-map):
6171         * gnus-spec.el (gnus-newsrc-file-version):
6172         * gnus-util.el (nnmail-active-file-coding-system)
6173         (gnus-original-article-buffer, gnus-user-agent):
6174         * gnus.el (gnus-ham-process-destinations)
6175         (gnus-parameter-ham-marks-alist)
6176         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6177         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6178         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6179         * mm-decode.el (gnus-current-window-configuration):
6180         * mm-extern.el (gnus-article-mime-handles):
6181         * mm-url.el (url-current-object, url-package-name)
6182         (url-package-version):
6183         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6184         (smime-keys, w3m-cid-retrieve-function-alist)
6185         (w3m-current-buffer, w3m-display-inline-images)
6186         (w3m-minor-mode-map):
6187         * mml-smime.el (gnus-extract-address-components):
6188         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6189         (gnus-newsrc-hashtb, message-default-charset)
6190         (message-deletable-headers, message-options)
6191         (message-posting-charset, message-required-mail-headers)
6192         (message-required-news-headers):
6193         * mml1991.el (mc-pgp-always-sign):
6194         * mml2015.el (mc-pgp-always-sign):
6195         * nnheader.el (nnmail-extra-headers):
6196         * rfc1843.el (gnus-decode-encoded-word-function)
6197         (gnus-decode-header-function, gnus-newsgroup-name):
6198         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6200 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6202         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6203         the end of the date treatments.
6205 2005-08-15  Simon Josefsson  <jas@extundo.com>
6207         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6208         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6209         Capello and Romain Francoise.
6210         (pgg-fetch-key-function): Removed, not used?
6211         (pgg-insert-url-with-w3): Require url, to get
6212         url-insert-file-contents regardless of where it is defined.
6214 2005-08-13  Romain Francoise  <romain@orebokech.com>
6216         * message.el (message-cite-original-1): New function.
6217         (message-cite-original): Use it.
6218         (message-cite-original-without-signature): Ditto.
6220 2005-08-08  Romain Francoise  <romain@orebokech.com>
6222         * message.el (message-yank-empty-prefix): New variable.
6223         (message-indent-citation): Use it.
6224         (message-cite-original-without-signature): Respect X-No-Archive.
6226 2005-08-08  Simon Josefsson  <jas@extundo.com>
6228         * pgg.el: Autoload url-insert-file-contents instead of loading
6229         w3/url.
6230         (pgg-insert-url-with-w3): Don't load url here.
6232 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6234         * message.el (message-kill-to-signature): Don't insert newline at
6235         bol.
6236         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6238 2005-08-06  Romain Francoise  <romain@orebokech.com>
6240         * message.el (message-user-fqdn): Fix typo in docstring.
6242 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6244         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6246         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6248 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6250         * mm-bodies.el (mm-encode-body): Use coding system rather than
6251         charset to encode text.
6253         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6254         number of charsets if utf-8 is available (XEmacs).
6256 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6258         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6259         taken from `gnus-button-mid-or-mail-regexp'.
6260         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6261         (gnus-button-alist): Improve regexp for domain part of the MIDs
6262         for news:localpart@domain buttons.
6263         (gnus-button-ctan-directory-regexp): Update.
6265 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6267         * sieve-manage.el (sieve-manage-interactive-login): Use
6268         make-local-variable rather than make-variable-buffer-local.
6269         (sieve-manage-open): Ditto.
6270         (sieve-manage-authenticate): Ditto.
6272         * mml.el (mml-generate-mime-1): Make the content type default to
6273         text/plain if the filename is not specified.
6275 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6277         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6278         instead of insert-buffer.
6280         * message.el (message-yank-original): Ditto; set the mark at the
6281         end of the yanked message.
6283 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6285         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6286         lines to scroll rather than to stop it.
6288         * mml.el (mml-generate-default-type): Add doc string.
6289         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6290         default to application/octet-stream when determining the content
6291         type if it is not specified for the part or the mml contents; add
6292         a comment about mml-generate-default-type.
6294 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6296         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6297         make it default to application/octet-stream when determining the
6298         content type if it is not specified for the external contents.
6300 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6302         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6303         segmented parameter but also other parameters might be there.
6305 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6307         * mm-decode.el (mm-display-external): Delete temp file, directory
6308         and buffer immediately if the external process is exited.
6310 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6312         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6313         fewer lines than that of scroll-margin.
6314         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6316 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6318         * gnus-art.el (gnus-article-next-page): Revert.
6319         (gnus-article-beginning-of-window): New macro.
6320         (gnus-article-next-page-1): Use it.
6321         (gnus-article-prev-page): Ditto.
6322         (gnus-article-edit-part): Use insert-buffer-substring instead of
6323         insert-buffer.
6324         (gnus-article-edit-exit): Ditto.
6326         * gnus-util.el (gnus-beginning-of-window): Remove.
6327         (gnus-end-of-window): Remove.
6329 2005-07-25  Simon Josefsson  <jas@extundo.com>
6331         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6332         to have the url package without w3.  Reported by Daiki Ueno
6333         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6335 2005-07-20  Didier Verna  <didier@xemacs.org>
6337         * gnus-diary.el: Remove the description comment (nndiary is now
6338         properly documented in the Gnus manual).
6339         Fix the spelling of "Back End".
6340         * nndiary.el: Ditto.
6341         Fix the copyright notice.
6343 2005-07-18  Romain Francoise  <romain@orebokech.com>
6345         * gnus-sum.el (gnus-summary-to-prefix,
6346         gnus-summary-newsgroup-prefix): New variables.
6347         (gnus-summary-from-or-to-or-newsgroups): Use them.
6349 2005-07-17  Romain Francoise  <romain@orebokech.com>
6351         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6352         space as it's generally not especially interesting to the user.
6354 2005-07-16  Romain Francoise  <romain@orebokech.com>
6356         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6357         nil to avoid prompting and file modification if one of the
6358         messages at the top of the nnfolder file contains a copyright
6359         notice.
6360         Update copyright notice.
6362         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6363         instead of `current-time-string' as the latter creates a time
6364         string that is not RFC 2822 compliant (it lacks the zone).
6365         Update copyright notice.
6367 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6369         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6370         for text/rtf.  Display default in prompt.  Pass default for M-n.
6372         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6374 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6376         * gnus-msg.el (gnus-button-mailto): Remove
6377         save-selected-window-window hackery because it relies on
6378         save-selected-window internals.
6380 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6382         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6383         (gnus-article-next-page-1): Use gnus-beginning-of-window.
6384         (gnus-article-prev-page): Ditto.
6386         * gnus-util.el (gnus-beginning-of-window): New function.
6387         (gnus-end-of-window): New function.
6389 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6391         * gnus-score.el (gnus-score-edit-all-score): Set
6392         gnus-score-edit-exit-function to gnus-score-edit-done and call
6393         gnus-message.
6395 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397         * gnus-msg.el (gnus-button-mailto): Remove
6398         save-selected-window-window hackery because it relies on
6399         save-selected-window internals.
6401 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6403         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6404         add-minor-mode.
6405         (gnus-binary-mode): Ditto.
6407         * gnus-topic.el (gnus-topic-mode): Ditto.
6409 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6411         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6412         (gnus-article-prev-page): Take scroll-margin into consideration.
6414 2005-07-04  Lute Kamstra  <lute@gnu.org>
6416         Update FSF's address in GPL notices.
6418 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6420         * gnus.el (gnus-exit):
6421         * gnus-group.el (gnus-group-icons):
6422         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6424         * gnus-nocem.el (gnus-nocem):
6425         * message.el (message-various, message-buffers, message-sending)
6426         (message-interface, message-forwarding, message-insertion)
6427         (message-headers, message-news, message-mail):
6428         * pgg-gpg.el (pgg-gpg):
6429         * pgg-parse.el (pgg-parse):
6430         * pgg-pgp.el (pgg-pgp):
6431         * pgg-pgp5.el (pgg-pgp5):
6432         * pop3.el (pop3): Finish `defgroup' description with period.
6434 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6436         * gnus-art.el (article-display-face): Improve the efficiency.
6437         (article-display-x-face): Ditto; remove grey x-face stuff.
6439 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6441         * gnus-art.el (article-display-face): Correct the position in
6442         which Faces are inserted.
6444 2005-06-29  Didier Verna  <didier@xemacs.org>
6446         * gnus-art.el (article-display-face): Display faces in correct
6447         order.
6449 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6451         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6452         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6453         (gnus-nocem-check-article): Fetch the Type header.
6454         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6455         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6456         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6457         make sure gnus-nocem-hashtb is initialized.
6458         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6459         (gnus-nocem-unwanted-article-p): Ditto.
6461         * pgg.el (pgg-verify): Return the verification result.
6463 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6466         is ascii.
6468 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6470         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6471         `show-nonbreak-escape'.
6473 2005-06-23  Lute Kamstra  <lute@gnu.org>
6475         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6477         * dig.el (dig-mode):
6478         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6480 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6482         * nnimap.el (nnimap-split-download-body): Fix spellings.
6484 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6486         * gnus-art.el (gnus-article-encrypt-body):
6487         * gnus-cus.el (gnus-score-customize):
6488         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6489         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6491 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6493         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6494         header by looking for magic "MII" at the beginnig.
6496 2005-06-16  Miles Bader  <miles@gnu.org>
6498         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6499         (assistant-field-face): New backward-compatibility alias for renamed
6500         face.
6501         (assistant-render-text): Use renamed assistant-field face.
6503         * spam.el (spam): Remove "-face" suffix from face name.
6504         (spam-face): New backward-compatibility alias for renamed face.
6505         (spam-face, spam-initialize): Use renamed spam face.
6507         * message.el (message-header-to, message-header-cc)
6508         (message-header-subject, message-header-newsgroups)
6509         (message-header-other, message-header-name)
6510         (message-header-xheader, message-separator, message-cited-text)
6511         (message-mml): Remove "-face" suffix from face names.
6512         (message-header-to-face, message-header-cc-face)
6513         (message-header-subject-face, message-header-newsgroups-face)
6514         (message-header-other-face, message-header-name-face)
6515         (message-header-xheader-face, message-separator-face)
6516         (message-cited-text-face, message-mml-face):
6517         New backward-compatibility aliases for renamed faces.
6518         (message-font-lock-keywords): Use renamed message faces.
6520         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6521         (sieve-test-commands, sieve-tagged-arguments):
6522         Remove "-face" suffix from face names.
6523         (sieve-control-commands-face, sieve-action-commands-face)
6524         (sieve-test-commands-face, sieve-tagged-arguments-face):
6525         New backward-compatibility aliases for renamed faces.
6526         (sieve-control-commands-face, sieve-action-commands-face)
6527         (sieve-test-commands-face, sieve-tagged-arguments-face):
6528         Use renamed sieve faces.
6530         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6531         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6532         (gnus-group-news-3-empty, gnus-group-news-4)
6533         (gnus-group-news-4-empty, gnus-group-news-5)
6534         (gnus-group-news-5-empty, gnus-group-news-6)
6535         (gnus-group-news-6-empty, gnus-group-news-low)
6536         (gnus-group-news-low-empty, gnus-group-mail-1)
6537         (gnus-group-mail-1-empty, gnus-group-mail-2)
6538         (gnus-group-mail-2-empty, gnus-group-mail-3)
6539         (gnus-group-mail-3-empty, gnus-group-mail-low)
6540         (gnus-group-mail-low-empty, gnus-summary-selected)
6541         (gnus-summary-cancelled, gnus-summary-high-ticked)
6542         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6543         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6544         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6545         (gnus-summary-low-undownloaded)
6546         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6547         (gnus-summary-low-unread, gnus-summary-normal-unread)
6548         (gnus-summary-high-read, gnus-summary-low-read)
6549         (gnus-summary-normal-read, gnus-splash):
6550         Remove "-face" suffix from face names.
6551         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6552         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6553         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6554         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6555         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6556         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6557         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6558         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6559         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6560         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6561         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6562         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6563         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6564         (gnus-summary-normal-ticked-face)
6565         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6566         (gnus-summary-normal-ancient-face)
6567         (gnus-summary-high-undownloaded-face)
6568         (gnus-summary-low-undownloaded-face)
6569         (gnus-summary-normal-undownloaded-face)
6570         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6571         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6572         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6573         (gnus-splash-face):
6574         New backward-compatibility aliases for renamed faces.
6575         (gnus-group-startup-message): Use renamed gnus faces.
6577         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6578         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6579         (gnus-server-agent): Remove "-face" suffix from face names.
6580         (gnus-server-agent-face, gnus-server-opened-face)
6581         (gnus-server-closed-face, gnus-server-denied-face)
6582         (gnus-server-offline-face):
6583         New backward-compatibility aliases for renamed faces.
6584         (gnus-server-agent-face, gnus-server-opened-face)
6585         (gnus-server-closed-face, gnus-server-denied-face)
6586         (gnus-server-offline-face): Use renamed gnus faces.
6588         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6589         Remove "-face" suffix from face names.
6590         (gnus-picon-xbm-face, gnus-picon-face):
6591         New backward-compatibility aliases for renamed faces.
6593         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6594         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6595         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6596         (gnus-cite-11): Remove "-face" suffix from face names.
6597         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6598         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6599         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6600         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6601         New backward-compatibility aliases for renamed faces.
6602         (gnus-cite-attribution-face, gnus-cite-face-list)
6603         (gnus-article-boring-faces): Use renamed gnus faces.
6605         * gnus-art.el (gnus-signature, gnus-header-from)
6606         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6607         (gnus-header-content): Remove "-face" suffix from face names.
6608         (gnus-signature-face, gnus-header-from-face)
6609         (gnus-header-subject-face, gnus-header-newsgroups-face)
6610         (gnus-header-name-face, gnus-header-content-face):
6611         New backward-compatibility aliases for renamed faces.
6612         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6614         * gnus-sum.el (gnus-summary-selected-face)
6615         (gnus-summary-highlight): Use renamed gnus faces.
6616         * gnus-group.el (gnus-group-highlight): Likewise.
6618 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6620         * gnus-sieve.el (gnus-sieve-article-add-rule):
6621         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6622         * spam-stat.el (spam-stat-buffer-change-to-spam)
6623         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6625         * message.el (message-is-yours-p):
6626         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6628 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6630         * mm-view.el (mm-inline-text): Withdraw the last change.
6632 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6634         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6635         executing enriched-decode.
6637 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6639         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6640         charset of tar files.
6642 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6644         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6646 2005-06-04  Lute Kamstra  <lute@gnu.org>
6648         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6649         information is never recorded.
6651 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6655 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6657         * pop3.el (pop3-apop): Run md5 in the binary mode.
6659         * starttls.el (starttls-set-process-query-on-exit-flag):
6660         Use eval-and-compile.
6662 2005-05-31  Simon Josefsson  <jas@extundo.com>
6664         * smime.el (smime-replace-in-string): Define.
6665         (smime-cert-by-ldap-1): Use it.
6667 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6669         * gnus-art.el (article-display-x-face): Replace
6670         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6672         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6673         set-process-query-on-exit-flag or process-kill-without-query.
6675         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6676         loop instead of replace-regexp.
6678         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6679         instead of process-kill-without-query if it is available.
6681         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6682         instead of find-file-hooks if it is available.
6684         * mml1991.el: Bind pgg-default-user-id when compiling.
6686         * mml2015.el: Bind pgg-default-user-id when compiling.
6688         * nndraft.el (nndraft-request-associate-buffer):
6689         Use write-contents-functions instead of write-contents-hooks if it is
6690         available.
6692         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6693         instead of find-file-hooks if it is available.
6695         * nntp.el (nntp-open-connection): Replace
6696         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6697         (nntp-open-ssl-stream): Ditto.
6698         (nntp-open-tls-stream): Ditto.
6700         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6701         set-process-query-on-exit-flag or process-kill-without-query.
6702         (starttls-open-stream-gnutls): Use it instead of
6703         process-kill-without-query.
6704         (starttls-open-stream): Ditto.
6706 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6708         * smime.el (smime-cert-by-ldap-1): Don't use
6709         replace-regexp-in-string.
6711 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6713         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6715         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6716         in PEM format.  Adjust to the XEmacs compability.
6718 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6720         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6721         by `string-to-number'.
6722         * gnus-agent.el (gnus-agent-regenerate-group)
6723         (gnus-agent-fetch-articles): Ditto.
6724         * gnus-art.el (gnus-button-fetch-group): Ditto.
6725         * gnus-cache.el (gnus-cache-generate-active)
6726         (gnus-cache-articles-in-group): Ditto.
6727         * gnus-group.el (gnus-group-set-current-level)
6728         (gnus-group-insert-group-line): Ditto.
6729         * gnus-score.el (gnus-score-set-expunge-below)
6730         (gnus-score-set-mark-below, gnus-summary-score-effect)
6731         (gnus-summary-score-entry): Ditto.
6732         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6733         (gnus-soup-pack): Ditto.
6734         * gnus-spec.el (gnus-xmas-format): Ditto.
6735         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6736         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6737         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6738         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6739         * nndb.el (nndb-get-remote-expire-response): Ditto.
6740         * nndiary.el (nndiary-parse-schedule-value)
6741         (nndiary-string-to-number, nndiary-request-replace-article)
6742         (nndiary-request-article): Ditto.
6743         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6744         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6745         * nneething.el (nneething-make-head): Ditto.
6746         * nnfolder.el (nnfolder-request-article)
6747         (nnfolder-retrieve-headers): Ditto.
6748         * nnheader.el (nnheader-file-to-number): Ditto.
6749         * nnkiboze.el (nnkiboze-request-article): Ditto.
6750         * nnmail.el (nnmail-process-unix-mail-format)
6751         (nnmail-process-babyl-mail-format): Ditto.
6752         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6753         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6754         (nnmh-request-create-group, nnmh-request-list-1)
6755         (nnmh-request-group, nnmh-request-article): Ditto.
6756         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6757         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6758         * nnsoup.el (nnsoup-make-active): Ditto.
6759         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6760         * nntp.el (nntp-find-group-and-number)
6761         (nntp-retrieve-headers-with-xover): Ditto.
6762         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6763         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6764         (pgg-format-key-identifier): Ditto.
6765         * pop3.el (pop3-last, pop3-stat): Ditto.
6766         * qp.el (quoted-printable-decode-region): Ditto.
6768         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6769         of concat.
6771 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6773         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6775         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6777         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6779         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6781         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6783         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6785         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6786         (gnus-carpal-mode): Ditto.
6788         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6789         (gnus-browse-mode): Ditto.
6791         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6793         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6795 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6797         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6799 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6801         * gnus-util.el (gnus-run-mode-hooks): New function.
6803         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6805 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6807         * gnus-agent.el (gnus-agent-make-mode-line-string):
6808         Use mode-line-highlight as mouse-face.
6810 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6812         * canlock.el (canlock): Change the parent group to news.
6814         * deuglify.el (gnus-outlook-deuglify): Add :group.
6816         * dig.el (dig): Add :group.
6818         * dns-mode.el (dns-mode): Add :group.
6820         * encrypt.el (encrypt): Add :group.
6822         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6823         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6824         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6825         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6826         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6828         * gnus-diary.el (gnus-diary): Add :group.
6830         * gnus.el (gnus-group-news-1-face): Add :group.
6831         (gnus-group-news-1-empty-face): Ditto.
6832         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6833         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6834         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6835         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6836         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6837         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6838         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6839         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6840         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6841         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6842         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6843         (gnus-summary-high-ticked-face): Ditto.
6844         (gnus-summary-low-ticked-face): Ditto.
6845         (gnus-summary-normal-ticked-face): Ditto.
6846         (gnus-summary-high-ancient-face): Ditto.
6847         (gnus-summary-low-ancient-face): Ditto.
6848         (gnus-summary-normal-ancient-face): Ditto.
6849         (gnus-summary-high-undownloaded-face): Ditto.
6850         (gnus-summary-low-undownloaded-face): Ditto.
6851         (gnus-summary-normal-undownloaded-face): Ditto.
6852         (gnus-summary-high-unread-face): Ditto.
6853         (gnus-summary-low-unread-face): Ditto.
6854         (gnus-summary-normal-unread-face): Ditto.
6855         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6856         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6858         * hashcash.el (hashcash): New custom group.
6859         (hashcash-default-payment): Add :group.
6860         (hashcash-payment-alist): Ditto.
6861         (hashcash-default-accept-payment): Ditto.
6862         (hashcash-accept-resources): Ditto.
6863         (hashcash-path): Ditto.
6864         (hashcash-extra-generate-parameters): Ditto.
6865         (hashcash-double-spend-database): Ditto.
6866         (hashcash-in-news): Ditto.
6868         * message.el (message-minibuffer-local-map): Add :group.
6870         * netrc.el (netrc): Add :group.
6872         * sieve-manage.el (sieve-manage-log): Add :group.
6873         (sieve-manage-default-user): Diito.
6874         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6875         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6876         (sieve-manage-authenticators): Ditto.
6877         (sieve-manage-authenticator-alist): Ditto.
6878         (sieve-manage-default-port): Ditto.
6880         * sieve-mode.el (sieve-control-commands-face): Add :group.
6881         (sieve-action-commands-face): Ditto.
6882         (sieve-test-commands-face): Ditto.
6883         (sieve-tagged-arguments-face): Ditto.
6885         * smime.el (smime): Add :group.
6887         * spam-report.el (spam-report): Add :group.
6889         * spam.el (spam, spam-face): Add :group.
6891 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6894         return \n.\n.\n at the end of articles.  Protect against that.
6895         (nntp-with-open-group): Allow debugging.
6897         * nnheader.el (mail-header-set-extra): Make into a function
6898         because I just could't understand how to quote the list properly.
6900         * dns.el (query-dns-cached): New function.
6902 2005-05-26  Lute Kamstra  <lute@gnu.org>
6904         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6906 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6908         * gnus-art.el: Don't autoload mail-extract-address-components.
6910         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6911         eval-and-compile to evaluate it.
6913         * hashcash.el: Don't autoload executable-find.
6915         * nndb.el: Don't declare the nndb back end two or more times; don't
6916         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6918         * nntp.el: Autoload format-spec instead of format; use
6919         eval-and-compile to evaluate autoload forms.
6921 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6923         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6925 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927         * gnus.el (gnus-version-number): Bump version.
6929 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6931         * gnus.el: No Gnus v0.3 is released.
6933 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6935         * gnus-art.el (gnus-article-edit-part): Disable undo.
6937 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6939         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6940         gnus-article-date-lapsed-new-header is t if date timer is active;
6941         skip headers in which the original date value is empty.
6942         (gnus-article-save-original-date): Redefine it as a macro.
6943         (gnus-display-mime): Use it.
6945 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6947         * gnus-art.el (article-date-ut): Support converting date in
6948         forwarded parts as well.
6949         (gnus-article-save-original-date): New function.
6950         (gnus-display-mime): Use it.
6952 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6954         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6955         enclosure element of <item>.
6957 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6959         * message.el (message-kill-buffer-query): Renamed from
6960         `message-kill-buffer-query-if-modified'.  Added :version.
6962 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6964         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6965         window layout.
6967 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6969         * mml.el: Autoload dnd when compiling.
6971 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6973         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6974         x-dnd-*.
6976 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6978         * qp.el (quoted-printable-encode-region): Save excursion.
6980 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6982         * message.el (message-kill-buffer-query-if-modified): Add new variable
6983         so the user can kill a modified message buffer quickly.
6984         (message-kill-buffer): Use it.
6986 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6988         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
6989         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6991 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6993         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6994         contained in text because xml.el decodes entities) with LFs.
6996 2005-04-11  Lute Kamstra  <lute@gnu.org>
6998         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6999         differently.
7001 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * mm-util.el (mm-detect-coding-region): Typo.
7005 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7007         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7009 2005-04-06  D Goel  <deego@gnufans.org>
7011         * spam-stat.el (spam-stat-score-buffer): Add a call to a
7012         user-function allow user modifications of the scores.
7013         (spam-stat-score-buffer-user): New function, to allow
7014         user-computed modifications to the score.
7015         (spam-stat-score-buffer-user-functions): List of additional
7016         scoring functions.
7017         (spam-stat-error-holder): Global temporary error holder.
7018         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7019         variable.
7021 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7023         * gnus-registry.el (gnus-registry-clean-empty-function)
7024         (gnus-registry-trim, gnus-registry-fetch-groups)
7025         (gnus-registry-delete-group): Groups that match
7026         `gnus-registry-ignored-groups' are removed from the registry
7027         entries, not just ignored for splitting.  This helps clean up the
7028         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
7029         to get all the groups a message ID is in.
7031         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7032         (spam-stat-split-fancy): Change "threshhold" to "threshold"
7033         (spam-stat-score-buffer-user-functions): Add :number custom type.
7035 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7038         argument in XEmacs.
7040         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7041         (nnrss-request-group): Decode group name first.
7042         (nnrss-request-article): Make a text/plain article if mml-to-mime
7043         failed.
7044         (nnrss-get-encoding): Return a compatible encoding according to
7045         nnrss-compatible-encoding-alist.
7046         (nnrss-find-el): Use consp instead of listp.
7047         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7049 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7051         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7052         which Emacs 20 doesn't support.
7053         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7055 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7057         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7058         silence the byte compiler inside the defun.
7060         * gnus-demon.el (parse-time-string): Add autoload.
7062         * gnus-delay.el (parse-time-string): Add autoload.
7064         * gnus-art.el (parse-time-string): Add autoload.
7066         * nnultimate.el (parse-time): Require for `parse-time-string'.
7068 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7070         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7072         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7074         * smime.el (smime-ldap-host-list): Add :version.
7076 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7078         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7079         pass it to `gnus-browse-read-group'.
7080         (gnus-browse-read-group): Add NUMBER argument and pass it to
7081         `gnus-group-read-ephemeral-group'.
7083         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7084         argument and pass it to `gnus-group-read-group'.
7086 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7088         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7089         mm-xemacs-find-mime-charset-1 if we have the mule feature
7090         available at runtime.
7092 2005-03-25  Werner Lemberg  <wl@gnu.org>
7094         * nnmaildir.el: Replace `illegal' with `invalid'.
7096 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * gnus-start.el (gnus-display-time-event-handler):
7099         Check display-time-timer at runtime rather than only at load time
7100         in case display-time-mode is turned off in the mean time.
7102 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7104         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7105         used.
7107         * nneething.el (nneething-map-file-directory): Derive from
7108         `gnus-directory'.
7110         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7111         the To/Cc button.
7113 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * nnmaildir.el (nnmaildir-request-accept-article):
7116         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7118 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7120         * gnus-async.el: Require timer-funcs at compile time when in
7121         XEmacs for `run-with-idle-timer'.
7123 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7125         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7126         autoloaded function.
7128 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7130         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7132 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7134         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7136 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7139         gnus-expert-user to default.
7141 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7143         * nnimap.el (nnimap-open-server): Ditto.
7145         * imap.el (imap-authenticate): Fix typo.
7147 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7149         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7150         buffer (since IMAP server might return FETCH response out of
7151         order, and the nntp buffer must be sorted).
7153 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7155         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7156         comparison on string.
7158         * gnus-agent.el (gnus-agent-long-article,
7159         gnus-agent-short-article, gnus-agent-score): Renamed category
7160         keywords to match gnus-cus.
7161         (gnus-agent-summary-fetch-series): Modified to protect against
7162         gnus-agent-summary-fetch-group clearing processable flags.
7163         (gnus-agent-synchronize-group-flags): Update live group buffer as
7164         synchronization may occur due to the user toggle the plugged
7165         status.
7166         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7167         successfully downloaded.
7168         (gnus-agent-expire-group-1): Avoid using markers when the overview
7169         is in ascending order; greatly improves performance.
7170         (gnus-agent-regenerate-group): Use
7171         gnus-agent-synchronize-group-flags to reset read status in both
7172         gnus and server.
7173         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7175 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7177         * message.el: Don't autoload former message-utils variables.
7178         (message-strip-subject-trailing-was): Change doc string.
7180         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7181         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7182         (nnweb-google-search): Add "hl=en" here.
7183         (nnweb-google-parse-1, nnweb-google-create-mapping):
7184         Don't hardcode URL.
7186 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7188         * message.el (message-get-reply-headers, message-followup):
7189         Mention related variables `message-use-followup-to' and
7190         `message-use-mail-followup-to', in the information buffer.
7192         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7193         of broken groups(-beta).google.com.
7195 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7197         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7198         parameter to invoked gnus-request-move-article; remove the
7199         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7200         all at once instead of once per article.
7201         (gnus-summary-remove-process-mark): Accept a list of articles as
7202         well as a single article for processing.
7204         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7205         parameter.
7207         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7209         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7211         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7212         parameter.
7214         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7215         parameter.
7217         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7218         parameter and remove the gnus-sum-hint-move-is-internal variable.
7220         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7221         parameter.
7223         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7224         parameter.
7226         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7227         parameter.
7229         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7231         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7232         parameter.
7234         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7235         parameter.
7237 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7240         a more conservative way.
7242 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7245         buffer, so it moves the window's cursor.
7247 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7249         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7250         `mm-dissect-multipart' and receive the from field as an (optional)
7251         argument from `mm-dissect-multipart'.
7252         (mm-dissect-multipart): Receive the from field as an argument and
7253         pass it on when we call `mm-dissect-buffer' on MIME parts.
7254         Fixes verification/decryption of signed/encrypted MIME parts.
7256 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7258         * gnus-sum.el (gnus-summary-move-article): Set
7259         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7260         whatever it calls (right now, only nnimap-request-move article
7261         respects it).
7263         * nnimap.el (nnimap-request-move-article): When
7264         gnus-sum-hint-move-is-internal is set, don't do the extra
7265         nnimap-request-article.
7267 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7269         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7271         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7272         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7274         * gnus-sum.el (gnus-summary-caesar-message):
7275         Apply `gnus-treat-article' after rotation.
7277         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7278         doc string.
7280 2005-02-22  Simon Josefsson  <jas@extundo.com>
7282         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7283         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
7284         <arne@arnested.dk>.
7285         (encrypt): Add password-cache and password-cache-expiry as group
7286         members.
7288 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7290         * smime.el (smime-ldap-host-list): Doc fix.
7291         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7292         cache) password.
7293         (smime-sign-region): Use it.
7294         (smime-decrypt-region): Use it.
7295         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7296         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7297         fails.
7298         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7299         certificate from DER to PEM format rather than calling openssl.
7301         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7303         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7304         for signing/encryption.
7306         * mml.el (mml-parse-1): Use them.
7308 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7310         * nnrss.el (nnrss-verbose): Removed.
7311         (nnrss-request-group): Use `nnheader-message' instead.
7313 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7315         * nnrss.el (nnrss-verbose): New variable.
7316         (nnrss-request-group): Make it say nnrss is requesting a group.
7318 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7320         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7321         Handle news URL with given port correctly.
7323 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7325         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7326         containing special characters.
7328         * gnus-sum.el (gnus-summary-edit-article): Ditto.
7330         * mml.el (mime-to-mml): Ditto.
7332         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7333         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7334         (rfc2047-decode-region): Quote decoded words containing special
7335         characters when rfc2047-quote-decoded-words-containing-tspecials
7336         is non-nil.
7338 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7340         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7342         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7344 2005-02-15  Simon Josefsson  <jas@extundo.com>
7346         * nnimap.el (nnimap-debug): Doc fix.
7348         * imap.el (imap-debug): Doc fix.
7350 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7352         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7354 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7356         * gnus.el (spam-contents): Improve docs for spam-contents
7357         parameter in its variable incarnation.
7359 2005-02-14  Simon Josefsson  <jas@extundo.com>
7361         * smime-ldap.el: Use require instead of load-library for ldap.
7362         (smime-ldap-search): Indent.
7363         (smime-ldap-search-internal): Shorten line.
7365         * smime.el (smime-cert-by-dns): Add doc-string.
7366         (smime-cert-by-ldap-1): Indent.
7368         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7369         mml-smime-get-dns-ldap.
7370         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7372 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7374         * smime.el: Require smime-ldap.
7375         (smime-ldap-host-list): New variable.
7376         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7378         * mml-smime.el (mml-smime-encrypt-query): New function.
7379         (mml-smime-encrypt-query): Use it.
7381         * smime-ldap.el: New file.
7383 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7385         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7387 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7389         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7390         argument in doc string.  Make query for type more clear.
7392 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7394         * gnus.el (gnus-group-startup-message): Search for gnus images in
7395         etc/images/gnus.
7396         * mm-util.el (mm-image-load-path): Likewise.
7397         * smiley.el (smiley-data-directory): Search for smilies in
7398         etc/images/smilies.
7400 2005-02-09  Kim F. Storm  <storm@cua.dk>
7402         Change Emacs release version from 21.4 to 22.1 throughout.
7403         Change Emacs development version from 21.3.50 to 22.0.50.
7405 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7407         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7409         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7410         non-Mule XEmacs as well.
7411         (mm-decompress-buffer): Signal an error intentionally if it does
7412         not decompress compressed data because auto-compression-mode is
7413         disabled.
7415 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7417         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7418         an ID in the registry even if it has no groups.
7420 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7422         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7423         merge it into mm-decompress-buffer.
7424         (gnus-mime-copy-part): Use the MIME part charset, the value which
7425         a user specified or gnus-newsgroup-charset for decoding, like
7426         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7427         save-buffer what was used.  Suggested by Kevin Ryde
7428         <user42@zip.com.au>.
7429         (gnus-mime-inline-part): Allow the name parameter as well as the
7430         filename parameter; force decompressing of compressed data; always
7431         display contents being not decoded as unibyte.
7433         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7434         as well as the filename parameter.
7436         * mm-util.el (mm-decompress-buffer): Merge
7437         gnus-mime-jka-compr-maybe-uncompress.
7438         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7439         of compressed data.
7441 2005-02-08  Simon Josefsson  <jas@extundo.com>
7443         * imap.el (imap-log): Doc fix.
7445 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7447         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7448         the coding cookies; decompress compressed parts.
7450         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7451         to the value which a user specified manually or the coding cookie.
7453         * mm-util.el (mm-string-to-multibyte): New function.
7454         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7455         (mm-coding-system-to-mime-charset): New function.
7456         (mm-decompress-buffer): New function.
7457         (mm-find-buffer-file-coding-system): New function.
7459         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7460         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7461         parts.
7463 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7465         * mm-view.el (mm-display-inline-fontify): Decode a part according
7466         to the charset parameter.
7468 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7470         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7471         prefix arg is neither nil nor a number, as info specifies.
7473 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7475         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7476         timestamps.
7478 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7480         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7481         groups error checking and notify user.
7483 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7485         * message.el (message-send-mail-function): Check existence of
7486         sendmail-program first before using default value
7487         `message-send-mail-with-sendmail'.  Otherwise use more generic
7488         `smtpmail-send-it'.
7490 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7492         * nntp.el (nntp-request-update-info): Always return nil.
7494 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7498 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7500         * message.el (message-beginning-of-line): Change the behavior when
7501         invoked between BOL and : so that it first moves backward.
7503 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7505         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7506         article buffer when editing of the article is discarded.
7507         (gnus-article-prepare): Revert.
7509 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7511         * gnus-art.el (gnus-article-prepare):
7512         Remove message-strip-forbidden-properties from the local hook.
7514 2005-01-27  Simon Josefsson  <jas@extundo.com>
7516         * password.el (password-cache-add): Only start one timer per key.
7517         Reported by Derek Atkins <warlord@MIT.EDU>.
7519 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7521         * run-at-time.el: Removed.  It is no longer needed as
7522         timer-funcs.el in the xemacs-base package has a working version of
7523         `run-at-time'.
7525         * password.el: Require timer-funcs instead of run-at-time in
7526         XEmacs.
7527         Remove `password-run-at-time' macro.
7528         (password-cache-add): Use `run-at-time' instead of
7529         `password-run-at-time'.
7531         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7532         for `run-with-idle-timer'.
7534         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7535         for `run-at-time'.
7537         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7538         for `with-timeout'.
7540 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7542         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7543         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7545 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7547         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7548         sensitively.
7550 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7552         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7554 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7556         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7557         which will be inserted according to the multibyteness of a buffer
7558         rather than the type of contents.  Suggested by ARISAWA Akihiro
7559         <ari@mbf.ocn.ne.jp>.
7561         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7562         of string which old xml.el may return rather than a string.
7564 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7566         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7568 2005-01-16  Simon Josefsson  <jas@extundo.com>
7570         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7571         idn/idna.el isn't available.
7572         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7573         <michael@waxrat.com>.
7575         * hashcash.el: Remove non-FSF copyright header.
7577         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7578         (hashcash-generate-payment): Use it.
7579         (hashcash-generate-payment-async): Use it.
7581 2005-01-15  Simon Josefsson  <jas@extundo.com>
7583         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7584         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7586         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7587         gnus-summary-idna-message.
7588         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7589         (gnus-summary-idna-message): New function.
7591 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7593         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7594         gnus-novice-user.
7596 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7598         * nnrss.el (nnrss-request-delete-group): Delete entries in
7599         nnrss-group-alist as well.
7600         (nnrss-save-server-data): Insert newline.
7602 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7604         * gnus.el (gnus-user-agent): Use list of symbols instead of
7605         symbols.  Display full version number for (S)XEmacs.  Optionally
7606         display (S)XEmacs codename.
7608         * gnus-util.el (gnus-emacs-version): Update for new
7609         `gnus-user-agent'.
7611         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7612         Gnus version.
7614 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7616         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7617         which is unreadable in some setups.
7619 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7621         * gnus-spec.el (gnus-update-format-specifications): Flush the
7622         group format spec cache if it doesn't support decoded group names.
7624 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7626         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7627         to apply decay on score files matching a regexp.
7629 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7631         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7632         compatibility in %g and %c.
7634 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7636         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7637         name for only %g and %c.
7638         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7639         of gnus-tmp-group to decoded group name.
7640         (gnus-group-make-rss-group): Exclude `/'s from group names.
7642 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7644         * nnrss.el (nnrss-get-encoding): Fix regexp.
7646 2004-12-27  Simon Josefsson  <jas@extundo.com>
7648         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7649         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7650         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7652 2004-12-17  Kim F. Storm  <storm@cua.dk>
7654         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7656         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7658 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7660         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7662 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7664         * nnrss.el: Require rfc2047 and mml.
7665         (nnrss-file-coding-system): New variable.
7666         (nnrss-format-string): Redefine it as an inline function.
7667         (nnrss-decode-group-name): New function.
7668         (nnrss-string-as-multibyte): Remove.
7669         (nnrss-retrieve-headers): Decode group name; don't use
7670         nnrss-format-string.
7671         (nnrss-request-group): Decode group name.
7672         (nnrss-request-article): Decode group name; allow a Message-ID as
7673         well as an article number; don't use nnrss-format-string; encode a
7674         Message-ID string which may contain non-ASCII characters; use
7675         mml-to-mime to compose a MIME article.
7676         (nnrss-request-expire-articles): Decode group name.
7677         (nnrss-request-delete-group): Decode group name.
7678         (nnrss-fetch): Clarify error message.
7679         (nnrss-read-server-data): Use insert-file-contents instead of load;
7680         bind file-name-coding-system; use multibyte buffer.
7681         (nnrss-save-server-data): Bind coding-system-for-write to the
7682         value of nnrss-file-coding-system; bind file-name-coding-system;
7683         add coding cookie.
7684         (nnrss-read-group-data): Use insert-file-contents instead of load;
7685         bind file-name-coding-system; use multibyte buffer.
7686         (nnrss-save-group-data): Bind coding-system-for-write to the
7687         value of nnrss-file-coding-system; bind file-name-coding-system.
7688         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7689         make it work with non-ASCII text.
7690         (nnrss-find-el): Make it work with old xml.el as well.
7692 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7694         * nnrss.el (nnrss-get-encoding): New function.
7695         (nnrss-fetch): Use unibyte buffer initially; bind
7696         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7697         decode contents according to the encoding attribute.
7698         (nnrss-save-group-data): Add coding cookie.
7699         (nnrss-mime-encode-string): New function.
7700         (nnrss-check-group): Use it to encode subject and author.
7702 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7704         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7705         imaginary variable.
7707 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7709         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7710         correctly even if there are wide characters.
7712 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7714         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7715         downcased symbol names; make a new cache instead of reusing
7716         bbdb-hashtable.
7718 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7720         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7721         concatenating segments rather than before concatenating them.
7722         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7724         * message.el (message-get-reply-headers): Bind `extra'.
7726 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7728         * message.el (message-extra-wide-headers): New variable.
7729         (message-get-reply-headers): Use it.
7731 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7733         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7734         (gnus-agent-group-pathname): Ditto.
7736         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7738         * gnus-group.el (gnus-group-make-group): Decode group name.
7739         (gnus-group-make-rss-group): Register the group data after opening
7740         the nnrss group.
7742 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7744         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7745         by expiry now get marked as read.
7747 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7749         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7751 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7753         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7754         unify Latin characters in XEmacs.
7755         (mm-find-mime-charset-region): Use it.
7757 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7759         * gnus-util.el (gnus-delete-directory): New function.
7761         * gnus-agent.el (gnus-agent-delete-group): Use it.
7763         * gnus-cache.el (gnus-cache-delete-group): Use it.
7765 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7767         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7768         names.
7770 2004-12-16  Simon Josefsson  <jas@extundo.com>
7772         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7774 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7776         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7778         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7779         (gnus-group-set-current-level): Decode group name.
7781 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7783         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7784         failed.
7786 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7788         * gnus-group.el (gnus-group-delete-group): Decode group name.
7789         (gnus-group-make-rss-group): Encode group name.
7790         (gnus-group-catchup-current): Decode group name.
7791         (gnus-group-kill-group): Decode group name.
7793 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7795         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7797 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * gnus-group.el (gnus-group-make-rss-group):
7800         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7802         * gnus-start.el (gnus-setup-news): Honor user's setting to
7803         gnus-message-archive-method.  Suggested by Lute Kamstra
7804         <lute@gnu.org>.
7806 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7808         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7809         global counterparts of the buffer-local variables.
7811 2004-11-16  Romain Francoise  <romain@orebokech.com>
7813         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7814         counterparts of the buffer-local variables.
7816 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7818         * message.el (message-forbidden-properties): Fixed typo in doc
7819         string.
7821 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7823         * gnus-util.el (gnus-replace-in-string): Added doc string.
7825         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7826         to avoid problems when splitting mails with many recipients.
7828 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7830         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7831         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7833 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7835         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7836         if there is no hashtable in memory or file modification time is
7837         newer than cached timestamp.
7839 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7841         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7842         not-matching option.
7844 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7846         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7847         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7848         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7849         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7850         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7851         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7853 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7855         * message.el (message-forward-make-body-mml): Remove headers
7856         according to message-forward-ignored-headers if a message is decoded.
7858 2004-12-02  Romain Francoise  <romain@orebokech.com>
7860         * message.el (message-forward-make-body-plain): Always remove
7861         headers according to message-forward-ignored-headers.
7863 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7865         * spam.el (spam-summary-prepare-exit): Remove the
7866         gnus-summary-limit pop for now, it has problems with ham marks for
7867         me.
7869 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7871         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7872         correctly.
7874 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7876         * format-spec.el (format-spec): Message the char.
7878 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7880         * gnus-art.el (gnus-split-methods): Reformat comments.
7882         * spam.el (spam-summary-prepare-exit): Remove article limits
7883         before exiting the summary buffer.
7885 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7887         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7888         order to silence the byte compiler.
7890         * spam.el: Fix the way to silence the byte compiler, which
7891         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7892         bbdb-search-simple, spam-BBDB-register-routine,
7893         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7894         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7895         spam-stat-buffer-is-spam, spam-stat-load,
7896         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7897         spam-stat-save and spam-stat-split-fancy.
7899 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7901         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7902         which may confuse users.
7903         (canlock-password-for-verify): Ditto.
7905         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7907         * gnus-art.el (gnus-emphasis-alist): Ditto.
7909         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7911         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7913         * gnus-start.el (gnus-save-killed-list): Ditto.
7915         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7916         (gnus-sum-thread-tree-root): Ditto.
7917         (gnus-sum-thread-tree-false-root): Ditto.
7918         (gnus-sum-thread-tree-single-indent): Ditto.
7920         * message.el (message-courtesy-message): Ditto.
7921         (message-archive-note): Ditto.
7922         (message-subscribed-address-file): Ditto.
7923         (message-user-fqdn): Ditto.
7925         * spam-report.el (spam-report-gmane-regex): Ditto.
7927         * spam.el (spam-blackhole-good-server-regex): Ditto.
7929 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7931         * mml.el (mml-preview): Widen the message buffer before copying
7932         the contents to the preview buffer; sort headers before previewing.
7934         * message.el (message-hidden-headers): Fix the way to avoid a bug
7935         in the `repeat' widget in Emacs 21.3 or earlier.
7937 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7939         * message.el (message-hidden-headers): Default to "^References:".
7940         Improve customization type.  Suggested by Reiner Steib
7941         <Reiner.Steib@gmx.de>.
7943 2004-11-25  Romain Francoise  <romain@orebokech.com>
7945         * message.el (message-strip-forbidden-properties): Remove check for
7946         obsolete `message-hidden' text property, hidden headers are not
7947         accessible in the buffer anymore.
7949 2004-11-22  Romain Francoise  <romain@orebokech.com>
7951         * message.el (message-header-format-alist): Add `From' in list
7952         so that it can be sorted.
7953         (message-fix-before-sending): Widen and sort headers before
7954         sending.
7955         (message-hide-headers): Use narrowing to hide headers by moving
7956         them to the top of the buffer and narrowing to the region
7957         underneath.
7959 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961         * message.el (message-strip-forbidden-properties): Bind
7962         buffer-read-only (etc) to nil.
7964 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7966         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7967         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7969 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7971         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7973 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975         * dns.el (query-dns): Use sit-for to time instead of
7976         accept-process-output, since that doesn't seem to work on udp
7977         sockets.
7979 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7981         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7983 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7985         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7986         doc string.  Improve doc string.
7988 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7990         * nntp.el (nntp-request-update-info): Return nil if
7991         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7992         may not call gnus-activate-group which uselessly issues the GROUP
7993         commands for all nntp groups and wastes time.  Reported by Romain
7994         Francoise <romain@orebokech.com>.
7996         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7998 2004-11-15  Simon Josefsson  <jas@extundo.com>
8000         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8001         headers separately.
8002         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
8003         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8005 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8007         * gnus-start.el (gnus-convert-old-newsrc):
8008         Assign legacy-gnus-agent to 5.10.7.
8010 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8013         start of the lines.
8015 2004-11-14  Magnus Henoch  <mange@freemail.hu>
8017         * hashcash.el (hashcash-default-payment): Change default to 20
8018         (hashcash-default-accept-payment): Change default to 20
8019         (hashcash-process-alist): New variable
8020         (hashcash-generate-payment-async): Add
8021         (hashcash-already-paid-p): Add
8022         (hashcash-insert-payment): Don't generate payments twice
8023         (hashcash-insert-payment-async): Add
8024         (hashcash-insert-payment-async-2): Add
8025         (hashcash-cancel-async): Add
8026         (hashcash-wait-async): Add
8027         (hashcash-processes-running-p): Add
8028         (hashcash-wait-or-cancel): Add
8029         (mail-add-payment): New optional argument.  Conditionally start
8030         asynchronous calculation.
8031         (mail-add-payment-async): Add
8033         * message.el (message-send-mail): Wait for asynchronous hashcash
8034         results.  Don't clobber existing X-Hashcash headers.
8035         (message-setup-1): Call mail-add-payment-async when
8036         message-generate-hashcash is non-nil.
8038 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8040         * message.el (message-use-alternative-email-as-from): Examine the
8041         From header as well; use message-make-from in order to include a
8042         user's full name.
8044 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8046         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8047         default; improve customization type.
8048         (gnus-emphasis-custom-with-format): New macro.
8049         (gnus-emphasis-custom-value-to-external): New function.
8050         (gnus-emphasis-custom-value-to-internal): New function.
8052 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054         * dns.el (query-dns): Resolve reverse addresses.
8056 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058         * gnus-group.el (gnus-group-get-new-news): Use it.
8060         * gnus-start.el (gnus-check-reasonable-setup): New function.
8062 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8064         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8065         "Args out of range" error.  Reported by Arnaud Giersch
8066         <arnaud.giersch@free.fr>.
8068 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8070         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8072 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8074         * spam.el (spam group): Add :version.
8076         * pgg-def.el (pgg group): Add :version.
8078 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8080         * gnus-art.el (gnus-article-edit-article): Don't associate the
8081         article buffer with a draft file.  This is a temporary measure
8082         against the 2004-08-22 change to gnus-article-edit-mode.
8084 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8087         (html2text-format-tags): Remove unused variable `attr'.
8089 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8091         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8093         * spam-stat.el (spam-stat): Add :version.
8095         * sieve.el (sieve): Add :version.
8097         * sha1.el (sha1): Add :version.
8098         (sha1-use-external): Remove redundant version.
8100         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8101         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8102         (nnmail-split-fancy-match-partial-words)
8103         (nnmail-split-lowercase-expanded): Add :version.
8105         * nndiary.el (nndiary): Add :version.
8107         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8109         * mml-sec.el (mml-default-sign-method)
8110         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8111         Add :version.
8113         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8115         * mm-url.el (mm-url-use-external, mm-url-program)
8116         (mm-url-arguments): Add :version.
8118         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8119         (mm-attachment-file-modes, mm-decrypt-option)
8120         (mm-w3m-safe-url-regexp): Add :version.
8122         * message.el (message-cite-prefix-regexp)
8123         (message-sendmail-envelope-from, message-minibuffer-local-map)
8124         (message-user-fqdn, message-completion-alist): Add :version.
8126         * gnus-win.el (gnus-configure-windows-hook)
8127         (gnus-use-frames-on-any-display): Add :version.
8129         * gnus-art.el (gnus-article-address-banner-alist)
8130         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8131         (gnus-treat-from-picon, gnus-treat-mail-picon)
8132         (gnus-treat-x-pgp-sig): Add :version.
8134         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8135         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8136         (gnus-summary-article-delete-hook)
8137         (gnus-summary-display-while-building): Add :version.
8139         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8140         (gnus-get-top-new-news-hook):Add :version.
8142         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8143         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8145         * gnus-registry.el (gnus-registry): Add :version.
8147         * gnus-spec.el (gnus-use-correct-string-widths)
8148         (gnus-make-format-preserve-properties): Add :version.
8150         * gnus.el (gnus-group-charter-alist)
8151         (gnus-group-fetch-control-use-browse-url)
8152         (gnus-install-group-spam-parameters): Add :version.
8154         * gnus-diary.el (gnus-diary): Add :version.
8156         * gnus-delay.el (gnus-delay): Add :version.
8158         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8159         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8160         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8161         Add :version.
8163         * gnus-agent.el (gnus-agent-max-fetch-size)
8164         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8165         (gnus-agent-prompt-send-queue): Add :version.
8167         * deuglify.el (gnus-outlook-deuglify): Add :version.
8169         * html2text.el: Beautify code.  Improve doc strings.  Some
8170         checkdoc cleanup.
8171         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8173 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8175         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8177 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8179         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8180         when package is loaded.
8182         * spam.el (spam-summary-score-preferred-header): Add global preference
8183         for people who want to override the default SpamAssassin over
8184         Bogofilter preference (when both are set).
8185         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8186         (spam-user-format-function-S): Check
8187         spam-summary-score-preferred-header.
8188         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8189         (spam-user-format-function-S): Format the score correctly.
8191 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8193         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8194         signature file.  Suggested by Manoj Srivastava
8195         <srivasta@golden-gryphon.com>.
8197         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8198         iso-2022-jp even in the Japanese language environment.
8199         Suggested by Jason Rumney <jasonr@gnu.org>.
8201 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8203         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8204         use the same characters as the dummy marks; make it free from
8205         getting affected by the language environment.
8206         (gnus-summary-read-group-1): Update mark positions only when the
8207         format spec is updated.
8209         * gnus-spec.el (gnus-update-format-specifications): Return a list
8210         of updated types.
8212 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8214         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8215         of boundp to check if display-warning is available.
8217 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8219         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8221 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8223         * nnspool.el (nnspool-spool-directory): Use news-path if the
8224         news-directory variable is not bound.
8226         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8227         function instead of display-warning if it is not available.
8229 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8231         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8232         v5-10: Use `point-at-bol'.
8234 2004-10-26  Simon Josefsson  <jas@extundo.com>
8236         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8237         <chenggao@gmail.com>.
8239 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8241         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8242         instead.
8244 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8246         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8247         to remove a server from the nnimap-server-buffer-alist.
8248         (nnimap-open-connection, nnimap-close-server): Use it.
8250         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8252 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8254         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8255         running the major-mode function.
8257 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8259         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8260         dummy marks in the right way.
8262 2004-10-18  David Edmondson  <dme@dme.org>
8264         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8265         excessively.
8267 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8269         * gnus-util.el (gnus-split-references): Accept a nil references
8270         string and go on blissfully.
8272         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8273         cases where the references string is non-nil but has no references.
8275         * encrypt.el: Add autoload tags.
8277         * spam.el (spam-resolve-registrations-routine): Remove article
8278         from unregistration list too.  Reported by David Hanak
8279         <dhanak@isis.vanderbilt.edu>
8281 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8283         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8284         nil.  Changed custom type.
8286 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8288         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8290         * gnus-sum.el (gnus-summary-move-article): Use it.
8292 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8294         * encrypt.el: Add autoload cookies.
8296         * spam.el (spam-backend-article-list-property)
8297         (spam-backend-get-article-todo-list)
8298         (spam-backend-put-article-todo-list, )
8299         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8300         Resolve registrations separately.
8301         (spam-register-routine): Format comments.
8302         (spam-unregister-routine, spam-register-routine): Always call with
8303         specific-articles, no default list.
8304         (spam-summary-prepare-exit): Use the spam-classifications function.
8306         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8307         gnus-encrypt.el.
8309         * encrypt.el: Copied from gnus-encrypt.el.
8311         * gnus-encrypt.el: Commented that it's obsolete.
8313 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8315         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8316         (gnus-score-save): Use it.
8318         * message.el (message-bury): Use `window-dedicated-p'.
8320 2004-10-15  Simon Josefsson  <jas@extundo.com>
8322         * pop3.el (top-level): Don't require nnheader.
8323         (pop3-read-timeout): Add.
8324         (pop3-accept-process-output): Add.
8325         (pop3-read-response, pop3-retr): Use it.
8327 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
8329         * spam.el (spam-register-routine): Move comment.
8330         (spam-verify-bogofilter): Use 'unknown for the initial
8331         spam-bogofilter-valid state, not 'never.
8333         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8334         for netrc-machine.
8336         * nnimap.el (nnimap-open-connection): Use
8337         netrc-machine-user-or-password.
8339 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8341         * gnus-registry.el (gnus-registry-unload-hook):
8342         Set as a variable with add-hook.
8344         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8345         of news-path.
8347         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8349         * spam.el: Delete duplicate `provide'.
8350         (spam-unload-hook): Set as a variable with add-hook.
8352 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8354         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8355         in the doc string.
8357         * message.el (message-ignored-news-headers)
8358         (message-ignored-supersedes-headers)
8359         (message-ignored-resent-headers)
8360         (message-forward-ignored-headers): Improve custom type.
8362 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8364         * message.el (message-tokenize-header): Fix 2004-09-06 change
8365         which used point-min in the wrong place.
8367 2004-10-12  Simon Josefsson  <jas@extundo.com>
8369         * tls.el (tls-certtool-program): New variable.
8370         (tls-certificate-information): New function, based on
8371         ssl-certificate-information.
8373 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * compface.el: Move the version of ELisp-based uncompface program
8376         to the contrib directory because of the copyright problem.
8378 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8380         * message.el (message-kill-buffer): Raise the current frame.
8382 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8384         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8386         * gnus.el (message-y-or-n-p): Autoload.
8388         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8389         (pop3-password-required, pop3-authentication-scheme)
8390         (pop3-leave-mail-on-server): Made customizable.
8391         (pop3): New custom group.
8392         (pop3-retr): Remove `sleep-for' statements.
8393         Suggested by Dave Love <fx@gnu.org>.
8395         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8396         Windows/DOS.
8398         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8399         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8400         Dave Love <fx@gnu.org>.
8402         * mml.el (mml-minibuffer-read-disposition): Require match.
8403         Suggested by Dave Love <fx@gnu.org>.
8405 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8407         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8408         doc string.
8410 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8412         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8414 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8416         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8417         instead of calling `mm-insert-inline', to decode text/* parts
8418         before displaying them.
8420 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8422         * mm-uu.el (mm-uu-text-plain-type): New variable.
8423         (mm-uu-pgp-signed-extract-1): Use it.
8424         (mm-uu-pgp-encrypted-extract-1): Use it.
8425         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8426         bind mm-uu-text-plain-type with that value.
8427         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8428         mm-uu-dissect.
8430 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8432         * gnus-group.el (gnus-update-group-mark-positions):
8433         * gnus-sum.el (gnus-update-summary-mark-positions):
8434         * message.el (message-check-news-body-syntax):
8435         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8436         of string-as-multibyte.
8438 2004-10-05  Juri Linkov  <juri@jurta.org>
8440         * gnus-group.el (gnus-update-group-mark-positions):
8441         * gnus-sum.el (gnus-update-summary-mark-positions):
8442         * message.el (message-check-news-body-syntax):
8443         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8444         8-bit unibyte values to a multibyte string for search functions.
8446 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8448         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8449         (mm-uu-dissect-text-parts): New function.
8451         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8452         dissect text parts.
8454         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8455         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8457         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8459         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8460         gnus-current-topics instead of gnus-current-topic.
8462 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8464         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8466 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8468         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8469         where approriate.
8471         * nnml.el (nnml-generate-active-info): do.
8473         * nndiary.el (nndiary-generate-active-info): do.
8475         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8476         (gnus-topic-move): do.
8478         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8479         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8481         * gnus-srvr.el (gnus-server-prepare)
8482         (gnus-server-open-all-servers): do.
8484         * gnus-msg.el (gnus-summary-cancel-article)
8485         (gnus-summary-resend-message)
8486         (gnus-summary-mail-crosspost-complaint): do.
8488         * gnus-move.el (gnus-change-server): do.
8490         * gnus-group.el (gnus-group-unmark-all-groups)
8491         (gnus-group-set-current-level): do.
8493 2004-10-04  Simon Josefsson  <jas@extundo.com>
8495         * message.el (message-generate-hashcash): Doc fix.
8497 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8499         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8500         avoid infinite recursion via gnus-get-function.
8502 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8504         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8506         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8508         * nnmail.el (nnmail-split-history): do.
8510         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8511         (nnml-request-delete-group): do.
8513         * nnslashdot.el (nnslashdot-read-groups): do.
8515         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8516         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8518         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8519         (nnspool-sift-nov-with-sed): Use last
8520         (nnspool-retrieve-headers-with-nov): Use mapc.
8521         (nnspool-request-newgroups): Use dolist.
8522         (nnspool-request-group): Use last.
8524         * nntp.el (nntp-read-server-type): Use dolist.
8526         * nnvirtual.el (nnvirtual-create-mapping)
8527         (nnvirtual-update-read-and-marked): Use dolist.
8528         (nnvirtual-convert-headers): Simplify.
8530 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8532         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8533         support for sync'ing tick marks.
8535 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8537         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8538         there's no visible header.
8540 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8542         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8543         necessary, pass full group name to gnus-request-set-marks.
8545 2004-10-01  Simon Josefsson  <jas@extundo.com>
8547         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8548         acroread.
8550 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552         * spam-report.el (spam-report-gmane): Fix interactive.
8554         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8556         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8557         when writing file.
8558         (gnus-agent-synchronize-flags): Don't default to being
8559         interactive.
8561 2004-09-30  Simon Josefsson  <jas@extundo.com>
8563         * message.el (message-generate-hashcash): Add.
8564         (message-send-mail): Use it, call mail-add-payment.
8566 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8568         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8570 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8572         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8573         gnus-requst-update-info with explicit code to sync the in-memory
8574         info read flags with the marks being sync'd to the backend.
8576         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8578 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8580         * spam.el (spam-verify-bogofilter): Add new function.
8581         (spam-check-bogofilter)
8582         (spam-bogofilter-register-with-bogofilter): Use it.
8583         (spam-verify-bogofilter): Add small fixes.
8585 2004-09-28  Simon Josefsson  <jas@extundo.com>
8587         * hashcash.el (hashcash-generate-payment): Revert.
8589 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8591         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8592         gnus-extract-references instead of gnus-split-references.
8594         * gnus-util.el (gnus-extract-references): Add new function, analogous
8595         to gnus-split-references but extracts only the message-ID without
8596         anything extra.
8598         * hashcash.el (hashcash-generate-payment)
8599         (hashcash-check-payment): Do the right thing if hashcash-path is
8600         nil (because the hashcash program could not be found).
8602         * spam.el (spam-use-hashcash): Remove comment.
8604 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8606         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8607         (gnus-cache-enter-article, gnus-cache-remove-article)
8608         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8610         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8612         * gnus-art.el (article-hide-boring-headers)
8613         (article-translate-strings, article-display-face)
8614         (gnus-article-mime-match-handle-first)
8615         (gnus-article-highlight-headers)
8616         (gnus-article-add-buttons-to-head): do.
8618 2004-09-27  Simon Josefsson  <jas@extundo.com>
8620         * hashcash.el: New version, from
8621         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8622         ../contrib/.
8624 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8626         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8628 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8630         * gnus-dup.el (gnus-dup-open): Use mapc.
8631         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8633         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8634         Reported by Stefan Wiens <s.wi@gmx.net>.
8636         * gnus.el (gnus-shutdown): Use dolist.
8638         * gnus-undo.el (gnus-undo): Use mapc.
8640         * nnrss.el (nnrss-generate-active): do.
8642         * message.el (message-cite-original-without-signature)
8643         (message-cite-original): Use mapc.
8644         (message-do-actions, message-make-forward-subject): Use dolist.
8646 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8648         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8649         deletion to remove entire duplicate line.  Fixes merged article
8650         number bug.
8652 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8654         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8655         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8656         first ask if you want to open a server and then, even when you
8657         responded with no, asking if you want to synchronize the server's
8658         flags.
8659         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8660         multi-line expressions.
8661         (gnus-agent-synchronize-group-flags): New internal function.
8662         Updates marks in memory (in the info structure) AND in the
8663         backend.
8665         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8667         * nnagent.el (nnagent-request-set-mark): Use
8668         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8669         method, to ensure that synchronization updates marks in the
8670         backend and in the info (in memory) structure.
8672 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8674         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8675         convention fully; don't miss the root article of a thread; make
8676         the X-Draft-From header with correct article numbers.
8678 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8680         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8681         unless plugged.  Disable the agent so that an open failure causes
8682         an error.
8684         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8685         Reverted 2004-09-21 change.  The backend must be opened while
8686         synchronizing flags even when the backend stores the flags
8687         locally.
8689 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8691         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8692         in `header' match.  Reported by Svend Tollak Munkejord.
8694         * message.el (message-cite-original): Fix use of
8695         `message-cite-articles-with-x-no-archive'.
8697 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8699         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8700         (gnus-window-to-buffer): Ditto.
8702         * mml.el (mml-preview-buffer): New variable.
8703         (mml-preview): Manage window layout with gnus-buffer-configuration.
8705         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8706         X-Draft-From header even if those articles aren't quoted.
8708 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8710         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8711         (gnus-request-set-mark, gnus-request-update-mark): Use new
8712         g-s-t-u-l-m to decide to use backend even when unplugged.
8714 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8716         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8717         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8719 2004-09-20  Simon Josefsson  <jas@extundo.com>
8721         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8722         "utf-16-le".
8724 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8726         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8728 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8730         * uudecode.el (uudecode-use-external): Add :version.
8732         * smime.el (smime-CA-file, smime-encrypt-cipher)
8733         (smime-dns-server): Add :version.
8735         * smiley.el (gnus-smiley-file-types): Add :version.
8737         * sha1.el (sha1-use-external): Add :version.
8739         * pgg-def.el (pgg-query-keyserver): Add :version.
8741         * nnmail.el (nnmail-fancy-expiry-targets)
8742         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8743         Add :version.
8745         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8746         (nnimap-retrieve-groups-asynchronous): Add :version.
8747         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8749         * mml.el (mml-content-disposition-parameters)
8750         (mml-insert-mime-headers-always): Add :version.
8752         * mm-util.el (mm-coding-system-priorities): Add :version.
8754         * mm-decode.el (mm-inline-text-html-with-images)
8755         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8756         (mm-verify-option): Add :version.
8757         (mm-text-html-renderer): Change :version.
8759         * message.el (message-fcc-externalize-attachments)
8760         (message-required-headers, message-draft-headers)
8761         (message-subject-trailing-was-query)
8762         (message-subject-trailing-was-ask-regexp)
8763         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8764         (message-mark-insert-end, message-archive-header)
8765         (message-archive-note, message-cross-post-default)
8766         (message-cross-post-note, message-followup-to-note)
8767         (message-cross-post-note-function, message-use-mail-followup-to)
8768         (message-subscribed-address-functions)
8769         (message-subscribed-address-file, message-subscribed-addresses)
8770         (message-subscribed-regexps, message-allow-no-recipients)
8771         (message-yank-cited-prefix, message-signature-insert-empty-line)
8772         (message-hidden-headers, message-hierarchical-addresses)
8773         (message-mail-user-agent, message-use-idna)
8774         (message-valid-fqdn-regexp)
8775         (message-strip-special-text-properties, message-header-synonyms)
8776         (message-beginning-of-line, message-tab-body-function): Add :version.
8777         (message-insert-canlock, message-wide-reply-confirm-recipients):
8778         Change :version.
8780         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8781         and :version.
8782         (mail-source-delete-old-incoming-confirm)
8783         (mail-source-movemail-program): Add :version.
8785         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8786         (gnus-agent-cache, gnus-agent): Change :version.
8788         * gnus-util.el (gnus-use-byte-compile): Change :version.
8790         * gnus-sum.el (gnus-summary-make-false-root-always)
8791         (gnus-summary-default-high-score)
8792         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8793         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8794         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8795         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8796         (gnus-sum-thread-tree-single-indent)
8797         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8798         (gnus-sum-thread-tree-leaf-with-other)
8799         (gnus-sum-thread-tree-single-leaf): Add :version.
8800         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8801         (gnus-article-loose-mime): Change :version.
8803         * gnus-start.el (gnus-backup-startup-file)
8804         (gnus-save-startup-file-via-temp-buffer): Add :version.
8806         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8807         (gnus-server-offline-face): Add :version.
8809         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8811         * gnus-msg.el (gnus-gcc-externalize-attachments)
8812         (gnus-debug-files, gnus-debug-exclude-variables)
8813         (gnus-discouraged-post-methods): Change :version.
8814         (gnus-confirm-mail-reply-to-news)
8815         (gnus-confirm-treat-mail-like-news): Add :version.
8817         * gnus-int.el (gnus-server-unopen-status): Add :version.
8819         * gnus-group.el (gnus-group-jump-to-group-prompt)
8820         (gnus-large-ephemeral-newsgroup)
8821         (gnus-fetch-old-ephemeral-headers): Add :version.
8823         * gnus-fun.el (gnus-x-face-directory)
8824         (gnus-convert-pbm-to-x-face-command)
8825         (gnus-convert-image-to-x-face-command)
8826         (gnus-convert-image-to-face-command): Add :version.
8828         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8830         * gnus-cite.el (gnus-cite-blank-line-after-header)
8831         (gnus-article-boring-faces): Add :version.
8833         * gnus-art.el (gnus-buttonized-mime-types)
8834         (gnus-inhibit-mime-unbuttonizing)
8835         (gnus-treat-display-face)
8836         (gnus-treat-body-boundary): Change :version.
8837         (gnus-body-boundary-delimiter, gnus-picon-databases)
8838         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8839         (gnus-treat-date-english, gnus-treat-fold-headers)
8840         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8841         (gnus-treat-mail-picon, gnus-treat-wash-html)
8842         (gnus-article-encrypt-protocol)
8843         (gnus-use-idna, gnus-article-over-scroll)
8844         (gnus-mime-display-multipart-alternative-as-mixed)
8845         (gnus-mime-display-multipart-related-as-mixed)
8846         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8847         (gnus-ctan-url, gnus-button-ctan-handler)
8848         (gnus-button-handle-ctan-bogus-regexp)
8849         (gnus-button-ctan-directory-regexp)
8850         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8851         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8852         (gnus-button-man-level, gnus-button-emacs-level)
8853         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8855         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8856         (gnus-agent-go-online): Change :version.
8857         (gnus-agent-expire-unagentized-dirs)
8858         (gnus-agent-auto-agentize-methods): Add :version.
8860         * flow-fill.el (fill-flowed-display-column)
8861         (fill-flowed-encode-column): Add :version.
8863         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8864         (gnus-outlook-deuglify-unwrap-max)
8865         (gnus-outlook-deuglify-cite-marks)
8866         (gnus-outlook-deuglify-unwrap-stop-chars)
8867         (gnus-outlook-deuglify-no-wrap-chars)
8868         (gnus-outlook-deuglify-attrib-cut-regexp)
8869         (gnus-outlook-deuglify-attrib-verb-regexp)
8870         (gnus-outlook-deuglify-attrib-end-regexp)
8871         (gnus-outlook-display-hook): Add :version.
8873         * binhex.el (binhex-use-external): Add :version.
8875 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8877         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8878         and `invisible'.
8880 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8882         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8883         in gnus-registry-trim.
8885 2004-09-13  Simon Josefsson  <jas@extundo.com>
8887         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8889         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8891         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8892         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8893         <yamaoka@jpl.org>.
8894         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8895         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8896         <yamaoka@jpl.org>.
8898         * sieve.el (sieve-manage-mode): Ditto.
8900 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8902         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8904 2004-09-11  Simon Josefsson  <jas@extundo.com>
8906         * dns-mode.el: Add.
8908         * mm-view.el (mm-display-dns-inline): Add.
8910         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8911         (mm-automatic-display): Ditto.
8913         * mailcap.el (mailcap-mime-data): Add text/dns.
8914         (mailcap-mime-extensions): Map .soa to text/dns.
8916 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8918         * gnus-art.el (article-decode-mime-words, article-babel)
8919         (gnus-article-highlight-signature, gnus-article-add-buttons)
8920         (gnus-signature-toggle): Remove unnecessary bindings of
8921         `inhibit-read-only' inherited from v5.10 merge.
8923 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8925         * nntp.el (nntp): New customization group.
8926         (nntp-authinfo-file): Add customization group.
8928         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8930         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8932         * gnus.el (to-address, to-list, subscribed)
8933         (large-newsgroup-initial): Ditto.
8935         * flow-fill.el (fill-flowed-display-column)
8936         (fill-flowed-encode-column): Ditto.
8938 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8940         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8941         Use point-min rather than 1.
8942         (message-send-mail): Use buffer-size rather than point-max.
8944         * gnus-sum.el (gnus-summary-search-article-forward):
8945         Signal a specific `search-failed' rather than a generic `error'.
8947         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8948         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8949         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8951 2004-09-10  Simon Josefsson  <jas@extundo.com>
8953         * nndb.el (require): Remove tcp and duplicate cl.
8955 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8957         * gnus-agent.el (directory-files-and-attributes): Move forward.
8959 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8961         * gnus-agent.el (directory-files-and-attributes): Optionally
8962         defined to support XEmacs.
8964 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8966         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
8967         to avoid run-time CL dependencies.
8968         (gnus-agent-unfetch-articles): New function.
8969         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8970         article numbers even when local .overview file is missing.
8971         (gnus-agent-read-article-number): New function.  Only accepts
8972         27-bit article numbers.
8973         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8974         gnus-agent-read-article-number.
8975         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8976         from backend while recognizing that article numbers in .overview
8977         must be valid.
8978         (gnus-agent-update-files-total-fetched-for): Use
8979         directory-files-and-attributes to improve performance.
8980         * gnus-int.el (gnus-request-move-article): Use
8981         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8982         improve performance.
8984         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8985         some users confused by references to .newsrc when they only have a
8986         .newsrc.eld file.
8987         (gnus-convert-mark-converter-prompt,
8988         gnus-convert-converter-needs-prompt): Fixed use of property list.
8989         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8990         New function.  Used internally to only display 'gnus converting
8991         files' message when actually necessary.
8993         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8994         methods now autoloaded.
8996 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8998         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8999         identifiers.
9001 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
9003         * gnus-picon.el: Fix indentation and closing parenthesis.
9005 2004-09-01  Simon Josefsson  <jas@extundo.com>
9007         * message.el (message-canlock-generate): Require sha1, not
9008         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
9009         to require within a function.  Sadly, if sha1.el isn't loaded, the
9010         let binding in m-c-g will hide the defcustom definition, which is
9011         bad.)
9013         * canlock.el: Require sha1, not sha1-el.
9015         * message.el: Don't autoload sha1 (there is a autoload cookie in
9016         sha1.el).
9018         * sha1-el.el: Renamed to sha1.el.
9020 2004-08-30  Juanma Barranquero  <lektu@terra.es>
9022         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9024 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9028 2004-08-30  Kim F. Storm  <storm@cua.dk>
9030         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9032         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9033         Add :group 'nnimap.
9035 2004-08-30  Andreas Schwab  <schwab@suse.de>
9037         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9038         ?* and ?\;.
9040         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9041         and ?\' to symbol instead of whitespace.
9043 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9045         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9047         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9048         instead of re-search-forward.
9050         * gnus-uu.el (gnus-uu-save-article): Ditto.
9051         (gnus-uu-post-encode-uuencode): Ditto.
9053         * html2text.el (html2text-clean-list-items): Ditto.
9054         (html2text-clean-dtdd): Ditto.
9055         (html2text-format-tags): Ditto.
9057         * message.el (message-send-mail-with-sendmail): Fix regexp.
9058         (message-fill-field-general): Use search-forward instead of
9059         re-search-forward.
9060         (unbold-region): Ditto.
9062         * nnrss.el (nnrss-request-article): Ditto.
9064         * nnslashdot.el (nnslashdot-request-article): Ditto.
9066         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9068         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9069         "Unrecognized menu descriptor" error in XEmacs.
9071 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9073         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9074         parent article of a sparse article in the thread hashtb.
9076 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9078         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9079         (nnmail-expand-newtext): Lowercase expanded entries if
9080         nnmail-split-lowercase-expanded is non-nil.
9082 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9084         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9085         entry.
9087         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9088         of gnus-tmp-news-method into string under XEmacs.  It will be
9089         passed to gnus-correct-length which takes only a string argument.
9091 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9093         * gnus-util.el (gnus-bind-print-variables): New macro.
9094         (gnus-prin1): Use it.
9095         (gnus-prin1-to-string): Use it.
9096         (gnus-pp): New function.
9097         (gnus-pp-to-string): New function.
9099         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9100         pp-to-string with gnus-pp-to-string.
9101         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9102         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9103         * gnus-msg.el (gnus-debug): Ditto.
9104         * gnus-score.el (gnus-score-save): Ditto.
9105         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9106         gnus-pp-to-string.
9107         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9108         with gnus-pp.
9109         * score-mode.el (gnus-score-pretty-print): Ditto.
9110         * webmail.el (webmail-debug): Ditto.
9112 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9114         * gnus-art.el (article-display-face, article-display-x-face): Use
9115         buffer-read-only.
9117 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9119         * gnus-art.el (article-hide-list-identifiers): Bind
9120         inhibit-read-only as t.
9122 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9124         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9126 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9128         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9129         (gnus-narrow-to-page): Don't assume point-min == 1.
9130         (gnus-article-edit-mode): Derive from message-mode.
9132         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9133         point-min == 1.
9135         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9136         Disable incorrect use of `assert'.
9138         * message.el (message-mode): Set comment-start-skip.
9141 2004-08-22  Sam Steingold  <sds@gnu.org>
9143         * pop3.el (pop3-leave-mail-on-server): New user variable.
9144         (pop3-movemail): Delete mail only when it is nil.
9146 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9148         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9150         * mml.el (mml-preview): Use `pop-to-buffer'.
9152         * message.el (message-goto-mail-followup-to): Insert after "To".
9153         (message-carefully-insert-headers): Add comment.
9155         * gnus.el: Remove unused variable `gnus-article-check-size'.
9157         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9159         * gnus-art.el (gnus-button-alist): Improve
9160         `gnus-button-handle-library' entry.
9162 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9164         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9165         downcase, since XEmacs capitalizes error messages differently.
9167 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9169         * nntp.el: Add (require 'gnus) due to reference to
9170         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9172 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9174         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9175         `mm-fill-flowed'.
9177         * mm-decode.el (mm-dissect-singlepart): Check it.
9179 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9181         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9182         'imap' for netrc parsing.
9184 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9186         * mailcap.el (mailcap-mime-data): Mark as risky.
9188 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9190         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9191         may be included in the encoded word.
9192         (rfc2047-encode): Don't append a space if the encoded word
9193         includes close parenthesis.
9195 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9197         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9198         of text within parentheses.
9200 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9202         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9203         (gnus-encrypt-write-file-contents): Make the password key the file
9204         name PLUS the cipher, not just the cipher.  Also remove failed
9205         passwords from the cache.
9207 2004-08-06  Simon Josefsson  <jas@extundo.com>
9209         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9210         fix.
9212 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9214         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9215         LWSP.
9217 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9219         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9220         to append in-reply-to: data to the references: header.
9222         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9223         (netrc-parse): Use gnus-encrypt.el functions.
9225         * gnus-encrypt.el: Add new file for encryption support; currently
9226         does only a few GPG ciphers and an internal XOR cipher.
9228         * password.el: Add comments on using password-read-and-add.
9229         (password-read-and-add): Add function to read and add the
9230         password to the cache at once.
9232 2004-07-28  Simon Josefsson  <jas@extundo.com>
9234         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9235         parameter (but don't use it, for now).
9237         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9238         instead of hard coding to nil.
9240 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9242         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9243         as mm-inline-image-xemacs does.
9245 2004-07-26  Simon Josefsson  <jas@extundo.com>
9247         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9248         Revert part of 2004-07-17 change below.
9250 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9252         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9253         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9255 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9258         quotes that actually start with ">" at the beginning of the
9259         lines.
9261 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9263         * rfc2047.el (rfc2047-encode-region): Fix last change.
9264         (rfc2047-encode-parameter): Remove useless concat.
9266 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9268         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9269         encode special characters; fix some kind of misconfigured headers;
9270         signal a real error if debug-on-quit or debug-on-error is non-nil.
9271         (rfc2047-encode-max-chars): New variable.
9272         (rfc2047-encode-1): Use it.
9273         (rfc2047-encode-parameter): New function.
9275         * mml.el (mml-insert-parameter): Remove an excessive space.
9277 2004-07-17  Simon Josefsson  <jas@extundo.com>
9279         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9280         Kai Grossjohann <kai@emptydomain.de>.
9281         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9282         (gnus-group-make-menu-bar): Ditto.
9284         * gnus-util.el (gnus-group-server): Add.
9286 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9288         * message.el (message-clone-locals): Clone sendmail and smtp
9289         variables.
9291 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9293         * rfc2047.el (rfc2047-encode-region): Fix last change.
9295 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9298         characters as non-special.
9300 2004-07-09  Simon Josefsson  <jas@extundo.com>
9302         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9303         Users will lose all flag changes made while unplugged with
9304         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9305         good default.  See numerous reports on ding mailing list.
9307 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9309         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9310         add generate-head-function and generate-article-function to the
9311         rfc822-forward entry.
9312         (nndoc-rfc822-forward-generate-article): New function.
9313         (nndoc-rfc822-forward-generate-head): New function.
9315         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9317 2004-07-06  Dan Christensen  <jdc@uwo.ca>
9319         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9320         respect display group parameter and gnus-summary-expunge-below.
9321         (gnus-articles-to-read): Remove unused reference to display group
9322         parameter.
9324 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326         * nnheader.el (nnheader-uniquify-message-id): New experimental
9327         variable.
9328         (nnheader-nov-read-message-id): Use it.
9330         * spam-report.el (spam-report-gmane): Add interactive.
9332 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9334         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9335         qp-or-base64 for the application/* types.
9337 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9339         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9341 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9343         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9344         trim value.
9346 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9348         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9349         New macro and function.
9350         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9352 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9354         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9355         after-load-alist.
9357 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9360         update info that isn't there.
9362 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9364         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9365         entry.
9367 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9369         * mm-view.el (mm-inline-render-with-function): Use multibyte
9370         buffer; decode html source by charset.
9372         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9374         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9375         Mule-UCS is loaded under XEmacs.
9376         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9378 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9380         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9382 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9384         * mm-util.el (mm-coding-system-p): Return a coding-system.
9385         (mm-mime-mule-charset-alist): Use shift_jis instead of
9386         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9387         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9388         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9389         instead of japanese-shift-jis and iso-latin-1 respectively in
9390         order to share the default value with both Emacs and XEmacs-mule.
9391         (mm-mule-charset-to-mime-charset): Make
9392         mm-coding-system-priorities effective.
9393         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9394         while predicating of candidates upon the priorities.
9396 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9398         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9399         gnus-uu-invert-processable.
9401         * gnus.el: Autoload gnus-uu-invert-processable.
9403 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9405         * mm-util.el (mm-with-multibyte-buffer): New macro.
9407         * rfc2047.el (rfc2047-encode-string): Use it.
9408         (rfc2047-encode-region): Move point to the end of the region after
9409         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9411 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9413         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9414         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9416 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9418         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9419         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9420         Karl Chen <quarl@nospam.quarl.org>.
9422 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9424         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9425         invalid addresses.
9427 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9429         * spam.el: Change section markers, revise TODO list.
9430         (spam-backends): Make new master list of all installed backends.
9431         (spam-summary-exit-behavior): Add new variable to determine how
9432         messages moves are done at summary exit.
9433         (spam-move-spam-nonspam-groups-only)
9434         (spam-process-ham-in-nonham-groups)
9435         (spam-process-ham-in-spam-groups): Remove variables, the
9436         spam-summary-exit-behavior variable should be used to manage this
9437         behavior.
9438         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9439         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9440         and spam-old-spam-articles.
9441         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9442         Add empty variables, placeholders for the backends they represent.
9443         (spam-set-difference): Move, unchanged.
9444         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9445         unless the user has a processor variable.
9446         (spam-classifications, spam-classification-valid-p)
9447         (spam-backend-properties, spam-backend-property-valid-p)
9448         (spam-backend-function-type-valid-p)
9449         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9450         (spam-report-articles-gmane, spam-report-articles-resend):
9451         Remove functions, they are not needed.
9452         (spam-install-backend-super, spam-backend-list)
9453         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9454         (spam-backend-function, spam-backend-ham-registration-function)
9455         (spam-backend-spam-registration-function)
9456         (spam-backend-ham-unregistration-function)
9457         (spam-backend-spam-unregistration-function)
9458         (spam-backend-statistical-p, spam-backend-mover-p)
9459         (spam-install-backend-alias, spam-install-checkonly-backend)
9460         (spam-install-mover-backend, spam-install-nocheck-backend)
9461         (spam-install-backend, spam-install-statistical-backend)
9462         (spam-install-statistical-checkonly-backend): Add backend installation
9463         support.
9464         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9465         (spam-group-processor-p): Use the new backend code and respect the
9466         summary exit behavior.
9467         (spam-mark-spam-as-expired-and-move-routine): Remove.
9468         (spam-summary-prepare): Change to use the new spam-old-articles
9469         variable.
9470         (spam-copy-or-move-routine, spam-copy-spam-routine)
9471         (spam-move-spam-routine, spam-copy-ham-routine)
9472         (spam-move-ham-routine): Add code to copy/move ham or spam.
9473         (spam-fetch-field-fast): Improve doc and code, plus allow the
9474         'number request.
9475         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9476         variables.
9477         (spam-split, spam-find-spam): Use the new backend code.
9478         (spam-registration-functions): Remove variable.
9479         (spam-unregister-routine): Add convenience wrapper.
9480         (spam-log-undo-registration, spam-register-routine)
9481         (spam-log-processing-to-registry)
9482         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9483         where possible.
9484         (spam-check-gmane-xref, spam-check-regex-headers)
9485         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9486         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9487         (spam-check-bogofilter-headers, spam-check-spamoracle)
9488         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9489         (spam-check-crm114-headers): Use the spam-split-group that
9490         spam-split prepares, no need to determine it every time.
9492         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9493         to the nnheader-parse-naked-head call.
9495         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9497         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9498         the nnheader-nov-read-message-id call.
9500 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9502         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9503         gnus-activate-group twice.  Suggested by Markus Peter
9504         <warp@spin.de>.
9506 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9508         * gnus-art.el (gnus-article-time-format): Exchange the order of
9509         day and month in the default value; fix customization type.
9510         (article-date-ut): Use add-text-properties.
9511         (article-make-date-line): Use message-make-date instead of
9512         current-time-string.
9514         * message.el (message-fetch-field): Don't use set-text-properties.
9515         (message-make-date): Simplify.
9517 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9519         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9520         (rfc2047-encode-region): Treat text within parentheses as special;
9521         show the original text when error has occurred.
9523         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9524         already-computed method to gnus-activate-group.
9526         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9527         same select-methods identical Lisp objects.
9529         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9530         object when modifying the info.
9532 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9535         gnus-opened-servers since it has never been opened with the new
9536         configuration yet.
9538 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9540         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9541         arg to nnheader-generate-fake-message-id.
9543 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9545         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9546         number and build a fake message ID localized to a group and
9547         article number (so it's repeatable from that point on).
9548         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9549         ID format.
9551         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9552         nnheader-generate-fake-message-id with the article number.
9554 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9556         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9557         end-of-buffer.
9559 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561         * message.el (message-ignored-supersedes-headers): Add Approved.
9563 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9566         goto-char.
9567         (rfc2047-encode): Fold the line before encoding.
9569 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9572         folding -- not all headers can be folded, and this should be done
9573         by the message composition mode.  Probably.  I think.
9575 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9577         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9578         fast.
9580         * gnus-ems.el (gnus-remove-image): Don't use
9581         message-text-with-property; remove only the image found first.
9583 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9585         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9587 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9589         * message.el (message-text-with-property): Make it fast and accept
9590         optional arguments.
9591         (message-strip-forbidden-properties): Use it.
9592         (message-fix-before-sending): Follow the m-t-w-p change.
9594         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9596 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9598         * gnus-art.el (article-hide-headers): Don't change the buffer
9599         mistakenly when performing mml-preview even if
9600         gnus-single-article-buffer is nil.
9602 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9604         * message.el (message-expand-name-databases): New user option.
9605         (message-expand-name): Use it.
9607 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9609         * spam.el (spam-report-articles-resend)
9610         (spam-report-resend-register-routine): Allow ham reporting.
9611         (spam-report-resend-register-ham-routine): Add wrapper.
9612         (spam-registration-functions): Add ham resending functions.
9613         (spam-list-of-processors): Add ham resend processor.
9615         * gnus.el (ham-resend-to): Add new group parameter.
9616         (spam-process): Add ham resend option.
9618         * spam-report.el (spam-report-resend): Allow reporting ham.
9619         (spam-report-resend-ham): Add wrapper.
9621 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623         * message.el (message-cite-articles-with-x-no-archive): New
9624         variable.
9625         (message-cite-original): Use it.
9627 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629         * message.el (message-cite-original): Respect X-No-Archive.
9631 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9633         * gnus-art.el (article-hide-headers): Refer to the values for
9634         gnus-ignored-headers and gnus-visible-headers in the summary
9635         buffer since a user may have set them as group parameters.
9637 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9639         * assistant.el (assistant-node-name): Add convenience function.
9640         (assistant-render-text, assistant-render-node): Add error handling,
9641         plus handle multiple next nodes.
9642         (assistant-find-next-node): Comment out for now.
9643         (assistant-find-next-nodes): Add function, returns list of next
9644         nodes.
9646 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9648         * mail-source.el (mail-source-directory): Fix doc-string.
9650 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9652         * assistant.el (assistant-render-text, assistant-eval): Add :set
9653         widget type, which is different because it takes and returns a
9654         list.  Much hilarity ensues.
9656 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9658         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9660         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9661         doc-string.
9663         * gnus-start.el (gnus-activate-group): Added doc-string.
9665 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9667         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9669 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9671         * assistant.el (assistant-render-text): Try to add a :set
9672         widget, more to come.
9674         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9675         strings.
9676         (spam-report-articles-resend)
9677         (spam-register-routine): Do registration iff any articles warrant
9678         it.
9679         (spam-summary-prepare-exit): Change log message for nil group
9680         destinations.
9682 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9684         * spam.el (spam-report-resend-register-routine): Allow
9685         spam-report-resend-to to be a group parameter or a global value.
9687 2004-05-26  Simon Josefsson  <jas@extundo.com>
9689         * starttls.el: Merge with my GNUTLS based starttls.el.
9690         (starttls-gnutls-program, starttls-use-gnutls)
9691         (starttls-extra-arguments, starttls-process-connection-type)
9692         (starttls-connect, starttls-failure, starttls-success): New
9693         variables.
9694         (starttls-program, starttls-extra-args): Doc fix.
9695         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9696         functions.
9697         (starttls-negotiate, starttls-open-stream): Check
9698         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9699         function if it is set.
9701 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9703         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9704         structured fields.
9706 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9708         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9710 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9712         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9713         variable.
9714         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9715         assigning the spam-mark to new messages.
9717 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9719         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9721 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9723         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9724         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9725         default.
9727 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9729         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
9730         correct data.
9732 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9734         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9735         (spam-group-processor-p): Fix function.
9736         (spam-group-processor-multiple-p)
9737         (spam-group-spam-processor-report-gmane-p)
9738         (spam-group-spam-processor-report-resend-p)
9739         (spam-group-spam-processor-bogofilter-p)
9740         (spam-group-spam-processor-blacklist-p)
9741         (spam-group-spam-processor-ifile-p)
9742         (spam-group-ham-processor-ifile-p)
9743         (spam-group-spam-processor-spamoracle-p)
9744         (spam-group-spam-processor-crm114-p)
9745         (spam-group-ham-processor-bogofilter-p)
9746         (spam-group-spam-processor-stat-p)
9747         (spam-group-ham-processor-stat-p)
9748         (spam-group-ham-processor-whitelist-p)
9749         (spam-group-ham-processor-BBDB-p)
9750         (spam-group-ham-processor-spamoracle-p)
9751         (spam-group-ham-processor-copy-p): Remove functions with some
9752         prejudice against unneeded code.
9753         (spam-report-articles-resend)
9754         (spam-report-resend-register-routine): Allow the group/topic
9755         spam-resend-to value to override spam-report-resend-to.
9756         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9757         properly now.
9759         * gnus.el (spam-resend-to): Add group/topic parameter.
9760         (spam-process): Move the OBSOLETE processors to the end of the
9761         choices.
9763 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9765         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9766         with resend-to set to nil, and then ask the user if necessary.
9767         (spam-report-resend): spam-report-resend takes a list of articles, not
9768         separate article numbers.
9770 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9772         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9773         addition to emacs-w3m.
9775 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777         * assistant.el (assistant-authinfo-data): New function.
9778         (assistant-eval): Eval for entire assistant.
9780         * netrc.el (netrc-services-file): New variable.
9781         (netrc-parse-services): New function.
9782         (netrc-find-service-name): New function.
9783         (netrc-find-service-number): New function.
9784         (netrc-port-equal): New function.
9785         (netrc-machine): Use it.
9787         * nnimap.el (nnimap-open-connection): Use netrc.
9789         * gnus-util.el (gnus-netrc-get): Remove aliases.
9791         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9793         * assistant.el (wid-edit): Fix compilation.
9795         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9797 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9799         * gnus-util.el (gnus-set-file-modes): New function.  (small
9800         patch).
9802 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9806         * assistant.el (assistant-render-node): Fix up rendering and
9807         read-only text.
9808         (assistant-render-node): Reset.
9809         (assistant-make-read-only): Not sticky.
9811 2004-05-20  Danny Siu  <dsiu@adobe.com>
9813         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9814         centered even when gnus-auto-center-summary is t
9816 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818         * dns.el (dns-get-txt-answer): New function.
9819         (dns-read-txt): Ditto.
9820         (query-dns): Use it.
9822 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9824         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9825         active for foreign groups even if the group level is higher than
9826         the specified value.
9828 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9831         non-active groups.
9833         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9835 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9837         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9839 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9841         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9842         (spam-crm114-header, spam-crm114-spam-switch)
9843         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9844         (spam-crm114-positive-spam-header)
9845         (spam-crm114-database-directory, spam-list-of-processors)
9846         (spam-group-spam-processor-crm114-p)
9847         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9848         (spam-generic-score, spam-list-of-checks)
9849         (spam-list-of-statistical-checks, spam-registration-functions)
9850         (spam-check-crm114-headers, spam-crm114-score)
9851         (spam-check-crm114, spam-crm114-register-with-crm114)
9852         (spam-crm114-register-spam-routine)
9853         (spam-crm114-unregister-spam-routine)
9854         (spam-crm114-register-ham-routine)
9855         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9856         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9858         * gnus.el: Add spam-use-crm114.
9860         * spam.el (spam-list-of-processors, spam-registration-functions):
9861         Add spam-use-resend.
9862         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9863         (spam-report-articles-gmane): Add doc fix.
9864         (spam-report-articles-resend,
9865         spam-report-resend-register-routine): Add wrappers around
9866         spam-report-resend-to.
9868         * spam-report.el (spam-report-resend-to, spam-report-resend):
9869         Add support for resending spam.
9870         (spam-report-gmane): Fix line length >80.
9872         * gnus.el (spam-process): Add spam-use-resend.
9874 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9876         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9877         number of processed spam messages.
9878         (spam-ham-copy-or-move-routine): Return the number of processed
9879         ham messages.
9880         (spam-summary-prepare-exit): Use the above values to decide
9881         whether status messages shouled be displayed.
9883 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9885         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9886         `rfc2047-encoding-function-alist' in order to avoid conflicting
9887         with the old version.
9888         (rfc2047-encode-region): Concatenate words containing non-ASCII
9889         characters in structured fields; don't encode space-delimited
9890         ASCII words even in unstructured fields; don't break words at
9891         char-category boundaries.
9892         (rfc2047-encode-1): New function.
9893         (rfc2047-encode): Use it; encode text so that it occupies the
9894         maximum width within 76-column; work correctly on Q encoding for
9895         iso-2022-* charsets.
9896         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9897         sure not to break a line just after the header name.
9898         (rfc2047-b-encode-region): Removed.
9899         (rfc2047-b-encode-string): New function.
9900         (rfc2047-q-encode-region): Removed.
9901         (rfc2047-q-encode-string): New function.
9903         * mm-util.el (mm-replace-in-string): New function.
9905 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9908         get it right.
9909         (gnus-inews-make-draft): Really.
9911 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9913         * nnmh.el (nnmh-request-list-1): Don't check the link count
9914         before descending.  (small patch)
9916 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9919         stuff.
9921         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9922         on real group name.
9924         * gnus-art.el (gnus-signature-limit): Doc fix.
9926         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9928 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930         * gnus-draft.el (gnus-draft-send): Bind
9931         rfc2047-encode-encoded-words.
9933         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9934         (rfc2047-encodable-p): Say that =? needs encoding.
9935         (rfc2047-encode-encoded-words): New variable.
9937         * gnus-group.el (gnus-group-select-group): Doc fix.
9939         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9941         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9942         to nil.
9944         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9946         * nnheader.el (nnheader-get-lines-and-char): New function.
9948 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9950         * gnus-msg.el (gnus-summary-followup-with-original): Document
9951         yanking of region when active.
9953 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9955         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9956         groups if the group level is higher than the specified value.
9958 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9960         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9961         (gnus-group-jump-to-group): Added prefix argument using
9962         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9963         non-active group.
9965         * compface.el (uncompface): Be verbose when changing
9966         `uncompface-use-external'.
9968         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9969         handle manual section.
9971 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973         * gnus-art.el (gnus-button-alist): Revert previous change.
9975 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9977         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9979 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9982         whether backend can accept message.
9984         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9986 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9988         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9989         Avoid creating directory when nntp-marks-is-evil is true.
9990         Reported by Reiner Steib.
9992 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9994         * gnus-picon.el (gnus-picon-style): New variable.
9995         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9996         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9997         Jesper Harder <harder@ifa.au.dk>.
9999 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001         * message.el (message-fill-field): Return point.
10002         (message-generate-headers): Go to end of field.
10004         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10005         stuff for non-living groups.
10007 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
10009         * gnus-art.el (gnus-article-followup-with-original)
10010         (gnus-article-reply-with-original): gnus-mark-active-p ->
10011         gnus-region-active-p.
10013 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10015         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10016         only when there is spam or ham to be processed.
10018 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020         * mail-source.el (mail-source-delete-crash-box): Refactor.
10021         (mail-source-fetch): Use it.
10022         (mail-source-fetch-file): Ditto.
10023         (mail-source-fetch-directory): Run postscript in loop.
10024         (mail-source-fetch-pop): Delete.
10025         (mail-source-fetch-maildir): Ditto.
10026         (mail-source-fetch-imap): Ditto.
10028         * imap.el (imap-authenticators): Comment out sasl.
10030         * message.el (message-skip-to-next-address): New function.
10031         (message-fill-header-address): Refactor.
10032         (message-fill-address): Use it.
10033         (message-delete-address): Use it.
10034         (message-fill-header-general): Refactor.
10035         (message-fill-field-address): Rename.
10036         (message-narrow-to-field): Find the start of the header.
10037         (message-header-format-alist): Don't pre-fill.
10038         (message-fill-header): Removed.
10039         (message-insert-header): New function.
10040         (message-shorten-references): Use it.
10042         * rfc2047.el (rfc2047-field-value): Strip props.
10044         * mail-parse.el (mail-header-make-address): New alias.
10046         * ietf-drums.el (ietf-drums-make-address): New function.
10048         * imap.el: Add compiler directives.
10050         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10052         * gnus-art.el (article-decode-idna-rhs): Don't use
10053         message-idna-inside-rhs-p.
10055 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10057         * message.el (message-idna-inside-rhs-p): Removed.
10058         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10060         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10061         false positives.
10063 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10065         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10067 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069         * nneething.el (nneething-file-name): Don't create spurions
10070         files.
10072         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10073         (gnus-inews-do-gcc): Remove sleep.
10075         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10076         part under point.
10078         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10079         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10081 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10083         * spam.el (spam-summary-prepare-exit): Fixed (length).
10085 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10087         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10088         as expired without moving it" message when there are spam
10089         messages left.
10091 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10093         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10094         header is not nil.
10096 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10098         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10099         nntp-possibly-create-directory, not nntp-possibly-change-group.
10100         (nntp-marks-changed-p): New arg SERVER.
10101         (nntp-request-update-info): Adjust caller.
10103 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10105         * nntp.el (nntp-save-marks): Pass missing arg.
10107 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10109         * nntp.el: Support marks.
10110         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10111         (nntp-marks-modtime, nntp-marks-directory): New variables.
10112         (nntp-request-set-mark, nntp-request-update-info)
10113         (nntp-possibly-create-directory, nntp-marks-changed-p)
10114         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10115         functions.
10117 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10119         * gnus-score.el (gnus-score-insert-help): Use
10120         gnus-select-lowest-window.
10122         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10123         appt-select-lowest-window and rename to gnus-select-lowest-window.
10125         * gnus.el: do.
10127 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10129         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10130         encodings of MIME-encoded words, in order to improve
10131         interoperability with several broken MUAs.
10133 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10135         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10136         tags, only when charsets are not specified in headers.
10137         (mm-inline-text-html-render-with-w3m): Ditto.
10139 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10141         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10142         instead of MIME-decoded from fields when checking
10143         `gnus-article-address-banner-alist'.
10145 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10147         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10148         description rather than subject.
10150 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152         * gnus.el (gnus-version-number): Bump.
10154 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10156         * gnus.el: No Gnus v0.2 is released.
10158 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160         * gnus-agent.el (gnus-agent-read-agentview): Inline
10161         gnus-uncompress-range.
10163 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10165         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10166         `exec-installed-p'.
10168 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10170         * gnus.el (spam-process, spam-autodetect-methods): Add
10171         bsfilter and bsfilter-headers.
10173         * spam.el (spam-bsfilter): New customize group.
10174         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10175         (spam-bsfilter-header, spam-bsfilter-probability-header)
10176         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10177         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10178         (spam-bsfilter-database-directory): New options.
10179         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10180         (spam-list-of-statistical-checks, spam-registration-functions):
10181         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10182         (spam-bsfilter-score): New command.
10183         (spam-check-bsfilter-headers, spam-check-bsfilter)
10184         (spam-bsfilter-register-with-bsfilter)
10185         (spam-bsfilter-register-spam-routine)
10186         (spam-bsfilter-unregister-spam-routine)
10187         (spam-bsfilter-register-ham-routine)
10188         (spam-bsfilter-unregister-ham-routine): New functions.
10189         (spam-generic-score): Support bsfilter; Accept an optional argument
10190         to recalcurate spam score even if scoring header has already been
10191         added.
10192         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10193         optional argument to recalcurate spam score even if scoring header
10194         has already been added.
10196 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10198         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10199         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10200         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10201         link is missing.
10203 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10205         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10206         (html2text-get-attr): Rewrite.
10208         * message.el (message-setup-1): Remove redundant put-text-property
10209         on mail-header-separator.
10211 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10213         * gnus-registry.el (gnus-registry-cache-whitespace)
10214         (gnus-registry-action, gnus-registry-spool-action)
10215         (gnus-registry-split-fancy-with-parent): Change message levels
10216         from 5 to 3 or 7, as needed.
10218         * spam.el (spam-summary-prepare-exit)
10219         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10220         (spam-split, spam-find-spam, spam-log-undo-registration)
10221         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10222         level from 5 to 6.
10224 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10226         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10227         2004-03-04 change).
10229 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10231         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10232         Use mapc when appropriate.
10234         * sieve-manage.el (sieve-manage-open): do.
10236         * nnweb.el (nnweb-insert-html): do.
10238         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10239         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10241         * nnspool.el (nnspool-request-group): do.
10243         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10244         do.
10246         * nnml.el (nnml-request-update-info): do.
10248         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10249         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10251         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10252         (nnimap-request-set-mark): do.
10254         * nnfolder.el (nnfolder-request-update-info): do.
10256         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10257         do.
10259         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10261         * gnus-uu.el (gnus-uu-find-articles-matching): do.
10263         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10264         do.
10266         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10267         do.
10269         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10271         * gnus-nocem.el (gnus-nocem-scan-groups): do.
10273         * gnus-int.el (gnus-start-news-server): do.
10275         * gnus-group.el (gnus-group-make-kiboze-group)
10276         (gnus-group-browse-foreign-server): do.
10278 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10280         FIXME: Make separate entries for each person.
10282         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10283         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10284         <shields@msrl.com>:
10286         * spam.el (spam-necessary-extra-headers): Get the extra headers we
10287         may need for spam sorting and scoring.
10288         (spam-user-format-function-S): Add user format function suitable for
10289         general use.
10290         (spam-article-sort-by-spam-status): Add sorting function for summary
10291         sorting.
10292         (spam-extra-header-to-number): Add function to get a score from a
10293         header.
10294         (spam-summary-score): Add function to  get a numeric score from the
10295         headers.
10296         (spam-generic-score): Fixed function doc, was in wrong place.
10297         (spam-initialize): Take symbols when it's run, and install the
10298         extra headers that spam-necessary-extra-headers thinks we need.
10300 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10302         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10303         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10305 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10307         * gnus-sum.el (gnus-set-global-variables)
10308         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10309         (gnus-article-get-xrefs, gnus-summary-best-group)
10310         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10311         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10312         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10313         with-current-buffer.
10315 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10317         * spam.el (spam-summary-prepare-exit): Simplify logic.
10318         (spam-fetch-article-header): Read the article header if it's not
10319         available.
10320         (spam-list-articles): Simplify logic.
10321         (spam-filelist-register-routine): Fix bug with unregister-list.
10323         * gnus-registry.el: Fix comments at beginning.
10325 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10327         * message.el (message-cater-to-broken-inn): Remove.
10328         (message-shorten-references): Make sure the total folded length of
10329         References is shorter than 998 characters to cater to a bug in INN
10330         2.3.  Also, don't pretend that references aren't folded -- this
10331         hasn't worked for a while.
10333 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10335         * gnus-agent.el (gnus-agentize):
10336         gnus-agent-send-mail-real-function no longer set to current value
10337         of message-send-mail-function but rather a lambda that calls
10338         message-send-mail-function.  The change makes the agent real-time
10339         responsive to user changes to message-send-mail-function.
10341 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10343         * legacy-gnus-agent.el
10344         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10345         help from Florian Weimer <fw@deneb.enyo.de>
10347 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10349         * nnmail.el (nnmail-cache-insert): Revert last change.
10351 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10353         * nnmail.el (nnmail-cache-insert): Always check whether
10354         nnmail-cache-ignore-groups matches a group name.
10356 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10358         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10359         (spam-find-spam, spam-log-processing-to-registry)
10360         (spam-log-registered-p, spam-log-unregistration-needed-p)
10361         (spam-log-undo-registration): Use gnus-message instead of
10362         gnus-error, none of these errors are fatal.
10364         * gnus-registry.el (gnus-registry-clean-empty-function)
10365         (gnus-registry-clean-empty): Remove only empty entries without
10366         extra data.
10368 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10370         * spam-stat.el (spam-stat-buffer-change-to-spam)
10371         (spam-stat-buffer-change-to-non-spam): Change (error) to
10372         (gnus-message 8) invocation.
10374 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10376         * nntp.el (nntp-via-netcat-command): New variable.
10377         (nntp-via-netcat-switches): New variable.
10378         (nntp-open-via-rlogin-and-netcat): New function.
10379         (nntp-open-connection-function): Doc fix.
10380         (nntp-telnet-command): Doc fix.
10381         (nntp-end-of-line): Doc fix.
10382         (nntp-via-rlogin-command): Doc fix.
10383         (nntp-via-user-name): Doc fix.
10384         (nntp-via-address): Doc fix.
10386 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10388         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10389         error in Emacs 21.1.
10391 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10393         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10395 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10396         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10397         (gnus-agent-with-refreshed-group): New macro.
10398         (gnus-agent-rename-group): New function.
10399         (gnus-agent-delete-group): New function.
10400         (gnus-agent-save-group-info): Use gnus-command-method when
10401         `method' parameter is nil.  Don't write nil entries into the
10402         active file.
10403         (gnus-agent-get-group-info): New function.
10404         (gnus-agent-fetch-articles): Use
10405         gnus-agent-update-files-total-fetched-for to increment disk space
10406         used.
10407         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10408         gnus-agent-update-view-total-fetched-for to increment disk space
10409         used.
10410         (gnus-agent-get-local): Added optional parameters to avoid calling
10411         gnus-group-real-name and gnus-find-method-for-group.
10412         (gnus-agent-set-local): Delete stored entry if either min, or max,
10413         are nil.
10414         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10415         quit, use gnus-agent-regenerate-group to record existance of any
10416         articles fetched to disk before the quit occurred.
10417         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10418         gnus-agent-update-view-total-fetched-for, and
10419         gnus-agent-update-files-total-fetched-for to decrement disk space
10420         used.
10421         (gnus-agent-retrieve-headers): Use
10422         gnus-agent-update-view-total-fetched-for to increment disk space
10423         used.
10424         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10425         with gnus-agent-update-files-total-fetched-for to decrement disk
10426         space and fresh group buffer.
10427         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10428         (gnus-agent-need-update-total-fetched-for): New variable.
10429         (gnus-agent-update-files-total-fetched-for): New function.
10430         (gnus-agent-update-view-total-fetched-for): New function.
10431         (gnus-agent-total-fetched-for): New function.
10433         * gnus-cache.el (gnus-cache-save-buffers): Use
10434         gnus-cache-update-overview-total-fetched-for to change disk space
10435         used by this group.
10436         (gnus-cache-possibly-enter-article): Use
10437         gnus-cache-update-file-total-fetched-for to increment disk space
10438         used by this group.
10439         (gnus-cache-possibly-remove-article): Use
10440         gnus-cache-update-file-total-fetched-for to decrement disk space
10441         used by this group.
10442         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10443         (gnus-cache-rename-group): New function.
10444         (gnus-cache-delete-group): New function.
10445         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10446         (gnus-cache-need-update-total-fetched-for): New variable.
10447         (gnus-cache-with-refreshed-group): New macro.
10448         (gnus-cache-update-file-total-fetched-for): New function.
10449         (gnus-cache-update-overview-total-fetched-for): New function.
10450         (gnus-cache-rename-group-total-fetched-for): New function.
10451         (gnus-cache-delete-group-total-fetched-for): New function.
10452         (gnus-cache-total-fetched-for): New function.
10454         * gnus-group.el: Require gnus-sum and autoload functions to
10455         resolve warnings when gnus-group.el compiled alone.
10456         (gnus-group-line-format): Documented new %F
10457         (size of Fetched data) group line format; identifies disk space
10458         used by agent and cache.
10459         (gnus-group-line-format-alist): Defined new F format.
10460         (gnus-total-fetched-for): New function.
10461         (gnus-group-delete-group): No longer update
10462         gnus-cache-active-altered as gnus-request-delete-group now keeps
10463         the cache in sync.
10464         (gnus-group-list-active): Let the agent store a server's active
10465         list if currently plugged.
10467         * gnus-int.el (gnus-request-delete-group): Use
10468         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10469         local disk in sync with the server.
10470         (gnus-request-rename-group): Use
10471         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10472         local disk in sync with the server.
10474         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10475         simplification to logic.
10477         * gnus-util.el (gnus-rename-file): New function.
10479 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10481         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10483 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10485         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10486         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10488 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10490         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10491         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10493 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10495         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10497 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10499         * spam.el (spam-set-difference): Add function to replace
10500         gnus-set-difference in spam.el.
10501         (spam-summary-prepare-exit): Use spam-set-difference.
10503 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10505         * gnus-registry.el (gnus-registry-cache-file): Update to use
10506         gnus-dribble-directory OR gnus-home-directory OR ~.
10507         (gnus-registry-split-fancy-with-parent): Fix doc.
10509 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10511         * message.el (message-exchange-point-and-mark): Use
10512         message-mark-active-p.  Suggested by Jesper Harder
10513         <harder@ifa.au.dk>.
10515 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10517         * message.el (message-exchange-point-and-mark): Don't activate
10518         region if it was inactive.  Suggested by Hiroshi Fujishima
10519         <pooh@nature.tsukuba.ac.jp>.
10521 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10523         * gnus-art.el (article-display-face): Display Faces in the same
10524         order as X-Faces.
10526 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10528         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10530 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10532         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10533         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10534         (gnus-article-mime-hierarchy): Remove.
10535         (gnus-article-mime-hierarchy-next): Remove.
10536         (gnus-article-mode): Revert 2004-03-19 change.
10537         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10538         (gnus-insert-mime-button): Revert 2004-03-19 change.
10539         (gnus-mime-accumulate-hierarchy): Remove.
10540         (gnus-mime-enter-multipart): Remove.
10541         (gnus-mime-leave-multipart): Remove,
10542         (gnus-mime-display-part): Revert 2004-03-19 change.
10543         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10545         * mml.el (mml-preview): Revert 2004-03-19 change.
10547 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10549         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10551 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10554         t while entering a file name using the mm-with-multibyte macro.
10555         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10557         * mm-util.el (mm-with-multibyte): New macro.
10559 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10561         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10562         user option.
10563         (gnus-mime-multipart-functions): Doc and customization fix.
10564         (gnus-article-mime-hierarchy): New variable.
10565         (gnus-article-mime-hierarchy-next): New variable.
10566         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10567         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10568         gnus-article-mime-hierarchy-next to nil.
10569         (gnus-insert-mime-button): Show hierarchy numbers.
10570         (gnus-mime-accumulate-hierarchy): New function.
10571         (gnus-mime-enter-multipart): New function.
10572         (gnus-mime-leave-multipart): New function.
10573         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10574         (gnus-mime-display-alternative): Show hierarchy numbers.
10576         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10577         gnus-article-mime-hierarchy-next to nil.
10579 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10581         * dns.el: Don't require gnus-xmas.
10583 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10585         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10586         inline PGP.
10587         (mml-menu): Disable mml-quote-region if mark is inactive.
10589 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10591         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10592         when the group's active is not available.
10594 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10596         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10597         error.
10599 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10601         * imap.el (imap-store-password): New variable.
10602         (imap-interactive-login): Use it.
10603         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10605 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10608         window-start and hscroll to summary window.
10610 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10612         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10613         conversion message to newsrc-dribble when an actual conversion is
10614         performed.
10616 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10618         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10620 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10622         * mm-decode.el (mm-complicated-handles): New function reviving
10623         former definition of mm-multiple-handles.
10625         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10626         (gnus-mime-delete-part): Use it.
10628 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10630         * gnus-agent.el (gnus-agent-read-local): Bind
10631         nnheader-file-coding-system to gnus-agent-file-coding-system to
10632         avoid the implicit assumption that they will always be equal.
10633         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10634         coding-system-for-write, as the with-temp-file macro first prints
10635         to a buffer then saves the buffer.
10637 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10639         * gnus-art.el (gnus-article-edit-part): New function.
10640         (gnus-mime-save-part-and-strip): Use it; do query instead of
10641         signaling an error; don't use mm-multiple-handles.
10642         (gnus-mime-delete-part): Ditto.
10644 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10646         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10647         old file versions.
10648         (gnus-group-prepare-hook): Removed function that converted list
10649         form of gnus-agent-expire-days to group properties.
10651         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10652         (gnus-request-accept-article): Re-indented.
10654         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10655         converters to handle old agent file formats.  Added logic for a
10656         "backup before upgrading warning".
10657         (gnus-convert-mark-converter-prompt): Developers can mark
10658         functions as needing (default), or not needing,
10659         gnus-convert-old-newsrc's "backup before upgrading warning".
10660         (gnus-convert-converter-needs-prompt): Tests whether the user
10661         should be protected from potentially irreversable changes by the
10662         function.
10664         * legacy-gnus-agent.el: New.  Provides converters that are only
10665         loaded when gnus-convert-old-newsrc needs to call them.
10667 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10669         * mail-source.el (mail-source-touch-pop): Doc fix.
10671         * message.el (message-smtpmail-send-it): Doc fix.
10673 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10675         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10677         * nnmail.el (nnmail-split-fancy): do.
10679         * gnus-kill.el (gnus-kill, gnus-execute): do.
10681 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10683         * gnus-sum.el (gnus-widget-reversible-match)
10684         (gnus-widget-reversible-to-internal)
10685         (gnus-widget-reversible-to-external): New functions.
10686         (gnus-widget-reversible): New widget.
10687         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10689 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10691         * gnus-sum.el (gnus-thread-sort-functions)
10692         (gnus-article-sort-functions): Document `(not F)' items.
10694 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10696         * spam.el (spam-use-gmane-xref): Add new backend.
10697         (spam-gmane-xref-spam-group): Add variable to control the name of the
10698         Gmane spam group.
10699         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10700         (spam-regex-headers-spam, spam-regex-headers-ham)
10701         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10702         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10703         backends and checks.
10704         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10706         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10707         an autodetect method.
10709 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10711         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10712         articles are being added to a group.
10713         (gnus-request-replace-article): Inform the agent that articles
10714         need to be uncached as the cached contents are no longer valid.
10716 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10718         * binhex.el: Don't autoload executable-find.
10720         * canlock.el: Don't autoload mail-fetch-field.
10722         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10724         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10725         rmail-dont-reply-to and rmail-output.
10727         * gnus-score.el: Don't autoload ffap-string-at-point.
10729         * gnus-setup.el: Don't autoload sc-cite-original.
10731         * imap.el: Don't autoload base64-decode-string,
10732         base64-encode-string and md5.
10734         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10735         and rmail-msg-restore-non-pruned-header.
10737         * mm-decode.el: Don't autoload executable-find.
10739         * mm-url.el: Don't autoload executable-find.
10741         * mm-view.el: Don't autoload diff-mode.
10743         * nndb.el: Don't autoload news-reply-mode, news-setup,
10744         cancel-timer and telnet.
10746         * password.el: Don't autoload run-at-time for Emacs.
10748         * sha1-el.el: Don't autoload executable-find.
10750         * sieve-mode.el: Don't autoload c-mode.
10752         * uudecode.el: Don't autoload executable-find.
10754 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10756         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10757         (gnus-agent-possibly-alter-active): Avoid null in numeric
10758         comparison.
10759         (gnus-agent-set-local): Refuse to save null in local object table.
10760         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10761         list of articles that will be marked as unread.
10763 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10765         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10767 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10769         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10770         language tags.
10772 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10774         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10775         Don't bind "obarray".
10777         * gnus-sum.el (gnus-thread-sort-functions): Added
10778         `gnus-thread-sort-by-most-recent-number' and
10779         `gnus-thread-sort-by-most-recent-date'.
10780         Reported by Kai Grossjohann <kai@emptydomain.de>.
10782 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10784         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10786 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10788         * gnus-cus.el (gnus-agent-customize-category): Removed
10789         ignore-errors macro reference that required cl to be loaded at
10790         run-time.
10792         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10793         single-interval range of the form (min . max).  Previously the
10794         range had to look like ((min . max)).  Likewise, return
10795         (min . max) rather than ((min . max)).
10796         (gnus-range-map): Use gnus-range-normalize to accept
10797         single-interval range.
10799         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10800         the cache, but not the agent, now appear with their usual face.
10802 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10804         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10805         w3m-safe-url-regexp variable buffer-local.
10807         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10809 2004-02-27  Simon Josefsson  <jas@extundo.com>
10811         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10812         gnus-group-real-prefix.
10813         (gnus-summary-move-article): Use it, instead of
10814         gnus-group-real-prefix.
10816 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10819         w3m-safe-url-regexp variable buffer-local and set it as the value
10820         of mm-w3m-safe-url-regexp.
10822         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10824         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10825         parsing gnus-posting-styles when the message is not for replying.
10827         * nnrss.el (nnrss-opml-export): Use
10828         mm-set-buffer-file-coding-system instead of
10829         set-buffer-file-coding-system.
10831 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10833         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10834         of checkdoc.el).
10835         * nnrss.el: do.
10836         * gnus-mlspl.el: do.
10837         * gnus-ml.el: do.
10838         * gnus-srvr.el: do.
10840         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10842 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10844         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10845         Corrections to custom-manual links.
10847         * gnus-art.el (gnus-article): Ditto.
10849         * mm-decode.el (mime-display, mime-security): Ditto.
10851 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10853         * flow-fill.el: Typo.
10855 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10857         * spam-wash.el: New file.
10859 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10861         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10863 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10865         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10866         to be run with new-articles as LIST1, not LIST2.
10867         (spam-registration-functions): Add spam-use-ham-copy as a nil
10868         registration backend.
10870 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10872         * spam-stat.el (spam-stat-washing-hook): New option.
10873         (spam-stat-buffer-words): Use it.
10874         (spam-stat-process-directory, spam-stat-test-directory): Use
10875         insert-file-contents-literally.
10876         (spam-stat-coding-system): New variable.
10877         (spam-stat-load, spam-stat-save): Use it.
10879 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10881         * spam-report.el (spam-report-plug-agent): Quote
10882         spam-report-url-to-file and spam-report-url-ping-plain.
10884 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10886         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10887         / in mailto URLs.
10889 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10891         * spam-report.el (spam-report-process-queue): Fix interactive use.
10892         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10893         (spam-report-unplug-agent): Doc fixes.
10894         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10895         (spam-report-agentize, spam-report-deagentize): Autoload
10897 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10899         * message.el (message-setup-fill-variables): Add mml tags to
10900         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10901         <ajk@iu.edu>.
10902         (message-mode): Don't modify paragraph-separate there.
10904 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10906         * compface.el (uncompface-use-external): Default to undecided.
10907         (uncompface-use-external-threshold): New variable.
10908         (uncompface-float-time): New macro.
10909         (uncompface): Determine whether to use the external decoder if
10910         uncompface-use-external is undecided.
10912 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10915         after images.
10917         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10919 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10921         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10923         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
10925         * gnus-sum.el (gnus-summary-limit-to-age)
10926         (gnus-summary-limit-children): do.
10928         * gnus-int.el (gnus-request-scan): do.
10930         * gnus-group.el (gnus-group-suspend): do.
10932         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10934         * gnus-cite.el (gnus-cite-parse-attributions): do.
10936         * gnus-agent.el (gnus-summary-set-agent-mark)
10937         (gnus-agent-regenerate-group): do.
10939         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10941         * binhex.el (binhex-decode-region-internal): do.
10943 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10945         * gnus-fun.el (gnus-face-properties-alist): New user option.
10946         (gnus-display-x-face-in-from): Use it.
10948         * gnus-art.el (article-display-face): Ditto.
10950         * compface.el (uncompface-use-external): Default to nil.
10952 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10954         * nntp.el (nntp-erase-buffer): New function.
10955         (nntp-retrieve-data, nntp-send-command)
10956         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10957         (nntp-possibly-change-group): Use it.
10959         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10960         with-current-buffer.
10962 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10964         * compface.el: Merge the ELisp-based uncompface program.
10965         (compface): New customization group.
10966         (uncompface-use-external): New user option.
10967         (uncompface): Call uncompface-internal if uncompface-use-external
10968         is nil.
10969         (uncompface-internal): New function.  Note that there are also
10970         some other functions and variables added for this function.
10972 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10974         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10975         if necessary.
10977 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10979         * spam-report.el (spam-report-unplug-agent)
10980         (spam-report-plug-agent, spam-report-deagentize)
10981         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10982         Add support for the Agent in spam-report: when unplugged, report to a
10983         file; when plugged, submit all the requests.
10985         * spam.el (spam-register-routine): Fix message about
10986         registration.
10988 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10990         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10991         dependencies.
10992         (rfc2047-encode): Use it.
10994         * gnus-art.el (gnus-button-marker-list): Move before first
10995         reference.
10997         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10998         (imap-parse-body): Fix format string mismatch.
11000         * gnus-score.el (gnus-summary-increase-score): do.
11002         * nnrss.el (nnrss-close): New function.
11004 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11006         * nnrss.el (nnrss-make-filename): New function.
11007         (nnrss-request-delete-group, nnrss-read-server-data)
11008         (nnrss-save-server-data, nnrss-read-group-data)
11009         (nnrss-save-group-data): Use it.
11010         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11011         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11012         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11014 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11016         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11018 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11020         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11021         files.
11023         * message.el (message-generate-headers-first): Don't quote nil
11024         and t in docstrings.
11026         * imap.el (imap-id): do.
11028         * gnus-agent.el (gnus-agent-consider-all-articles)
11029         (gnus-agent-queue-mail): do.
11031 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11033         * spam-report.el (spam-report-process-queue): New function.
11034         Process requests from `spam-report-requests-file'.
11035         (spam-report-process-queue): Doc fix.
11037 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11039         * spam.el (spam-register-routine)
11040         (spam-log-processing-to-registry, spam-log-registered-p)
11041         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11042         Change "check" to "spam-check" for semi-clarity.
11044 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11046         * pop3.el: Require nnheader.
11048         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11050         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11052         * gnus-picon.el: Require cl.
11054         * gnus-fun.el: Require gnus-ems and gnus-util.
11056         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11058         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11060         * gnus-art.el (gnus-article-edit-mode): Define before first
11061         reference.
11063 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11065         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11066         (gnus-uu-post-encoded): Use point-at-bol.
11068         * gnus-topic.el (gnus-group-active-topic-p): do.
11070         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11072         * gnus-group.el (gnus-group-kill-region): do.
11074         * gnus-art.el (article-date-ut): do.
11076         * message.el (message-fetch-field): Remove redundant
11077         case-fold-search binding.
11078         (message-narrow-to-field): Simplify.
11080 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11082         * spam.el (spam-directory): Derive from `gnus-directory'.
11084         * spam-report.el (spam-report-url-to-file)
11085         (spam-report-requests-file): New function and variable for offline
11086         reporting.
11087         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11088         and user defined function.
11089         (spam-report-url-ping-mm-url): Remove doubled slash.
11091 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11093         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11095 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11097         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11098         format string mismatch.
11100         * sieve.el (sieve-deactivate-all): do.
11102         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11104         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11106         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11108         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11110 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11112         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11113         the list of checks.
11115 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11117         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11118         padding.
11120 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11122         * mm-view.el (mm-fill-flowed): New variable.
11123         (mm-inline-text): Use it.
11125 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11127         * spam.el (spam-spamassassin-register-ham-routine)
11128         (spam-spamassassin-register-spam-routine): Fix function names.
11130 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11132         * gnus.el (gnus-tmp-grouplens): Remove.
11133         (gnus-summary-line-format): Remove grouplens.
11135         * gnus-group.el (gnus-group-line-format): Ditto.
11137         * gnus-spec.el (gnus-format-specs): Ditto.
11138         (gnus-update-format-specifications): Flush the group format spec
11139         cache if there's the grouplens stuff.
11140         (gnus-parse-simple-format): Replace %l with the empty string.
11142 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11144         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11145         omission.
11147 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11149         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11150         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11152 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11154         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11155         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11156         New macros and functions.
11157         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11158         Handle > NLINK_MAX messages.
11159         * nnmaildir.el (nnmaildir-request-set-mark): Use
11160         nnmaildir--emlink-p and nnmaildir--eexist-p.
11162 2004-01-25  Alex Schroeder  <alex@gnu.org>
11164         * spam-stat.el (spam-stat-process-directory-age): New option.
11165         (spam-stat-process-directory): Use it.
11167 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11169         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11170         (spam-stat-save): Accept prefix argument.
11172 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11174         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11175         links" error.
11177 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11179         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11180         compatibility with old .newsrc.eld files.
11182         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11184         * gnus-start.el (gnus-1): do.
11186         * gnus-group.el (gnus-group-line-format-alist): do.
11188         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11190         * gnus-gl.el: Remove.
11192 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11194         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11195         marks consisting of a single range {for example, (3 . 5)} rather
11196         than a list of a single range { ((3 . 5)) }.
11198 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11200         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11201         with-current-buffer.
11202         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11203         avoid consing a string.
11205         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11206         Remove obsolete entries for big5 and gb2312.
11208 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11210         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11211         uncompressed list.
11213 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11215         * spam-stat.el (spam-stat-strip-xref): New function.
11216         (spam-stat-process-directory): Use it.
11218         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11219         here -- it's done in message-fetch-field.
11221 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11223         * gnus-agent.el (gnus-agent-queue-mail,
11224         gnus-agent-prompt-send-queue): New variables.
11225         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11226         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11227         "nndraft:queue" along to gnus-draft-send.  Use
11228         gnus-agent-prompt-send-queue.
11229         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11230         is "nndraft:queue".  Suggested by Gaute Strokkenes
11231         <gs234@srcf.ucam.org>
11233         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11234         (agent-enable-undownloaded-faces): Added
11235         (gnus-agent-cat-groups): Use eval-and-compile, not
11236         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11237         method of gnus-agent-cat-groups even when the buffer has been
11238         evaled.
11239         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11240         delete gnus-agent-save-active-1.
11241         (gnus-agent-save-groups): Deleted.  Identical to
11242         gnus-agent-save-active.
11243         (gnus-agent-write-active): No longer adjust agent's copy of active
11244         file as agent's adjustments are now stored in their own
11245         file.  Removed optional parameter.
11246         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11247         servers.  Add use of min/max range limits from server's local
11248         file.
11249         (gnus-agent-save-alist): Removed unused optional argument.
11250         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11251         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11252         (gnus-agent-set-local): A per-server file that keeps min/max range
11253         limits for articles known to the agent.  Provides a fast mechanism
11254         for altering many active ranges.
11255         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11256         active file (local makes it unnecessary).
11257         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11259         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11260         (agent-enable-undownloaded-faces): Added
11262         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11263         disable it when sending to "nndraft:queue".
11264         (gnus-group-send-queue): Add safety check to avoid sending queue
11265         when unplugged.
11267         * gnus-group.el (gnus-group-catchup): Use new
11268         gnus-sequence-of-unread-articles, not
11269         gnus-list-of-unread-articles, to avoid exhausting memory with huge
11270         numbers of articles.  Use gnus-range-map to avoid having to
11271         uncompress the unread list.
11272         (gnus-group-archive-directory,
11273         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11274         reference.
11276         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11277         (gnus-sorted-range-intersection): Intersection of two ranges
11278         without requiring that they first be uncompressed.
11280         * gnus-start.el (gnus-activate-group): Unless blocked by the
11281         caller, possibly expand the active range to include both cached
11282         and agentized articles.
11283         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11284         multiple version-dependent converters.
11285         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11286         gnus-agent-save-active.
11287         (gnus-save-newsrc-file): Save dirty agent range limits.
11289         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11290         gnus-agent-possibly-alter-active.
11291         (gnus-adjust-marked-articles): Faster handling of simple lists
11293 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11295         * spam-stat.el (spam-stat-test-directory): New optional argument
11296         displays a list of files detected.  Suggested by Andrew Cohen
11297         <cohen@andy.bu.edu>.
11298         (spam-stat-buffer-words-with-scores): Don't narrow and change
11299         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11301 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11303         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11304         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11305         (spam-spamassassin-arguments)
11306         (spam-spamassassin-spam-flag-header)
11307         (spam-spamassassin-positive-spam-flag-header)
11308         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11309         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11310         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11311         (spam-list-of-processors, spam-list-of-checks)
11312         (spam-list-of-statistical-checks, spam-registration-functions)
11313         (spam-check-spamassassin-headers, spam-check-spamassassin)
11314         (spam-spamassassin-score)
11315         (spam-spamassassin-register-with-sa-learn)
11316         (spam-spamassassin-register-spam-routine)
11317         (spam-spamassassin-register-ham-routine)
11318         (spam-assassin-register-spam-routine)
11319         (spam-assassin-register-ham-routine): Add SpamAssassin support.
11320         (spam-bogofilter-score): Fix to show article before scoring.
11322 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11324         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11325         default scoring function.
11326         (spam-generic-score): Call spam-spamassassin-score if
11327         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11328         spam-bogofilter-score otherwise.
11330         * gnus.el (spam-process, spam-autodetect-methods): Add
11331         spamassassin and spamassassin-headers.
11333 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11335         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11336         Suppress unnecessary messages.
11338 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11340         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11341         make-hash-table.
11343 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11345         * canlock.el (base64-encode-string): Don't autoload it.
11347 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11349         * run-at-time.el: Remove useless (require 'itimer),
11350         eval-and-compile and (featurep 'xemacs).
11352 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11354         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11355         GROUP is a virtual group.
11357 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11359         * gnus.el: Autoload `message-y-or-n-p'.
11361 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11363         * pgg-parse.el: Remove unnecessary (require 'custom).
11365         * pgg-def.el: do.
11367         * nnmail.el: do.
11369         * gnus-undo.el: do.
11371         * gnus-picon.el: do.
11373         * gnus-util.el: do.
11375 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11377         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11379 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11381         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11382         handle, as well as a list.
11384         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11385         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11386         (mm-w3m-cid-retrieve): Simplify.
11388 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11390         * message.el (message-kill-to-signature): Allow prefix arg to
11391         specify number of lines to keep before signature.
11393 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11395         (message-kill-to-signature): Change docstring.
11397 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11399         * canlock.el: Always require sha1-el.
11400         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11402         * message.el: Autoload sha1 only when compiling.
11404 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11406         * message.el (message-canlock-generate): Require sha1-el.
11408 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11410         * message.el (message-expand-name): Silence the byte compiler.
11412 2004-01-13  Simon Josefsson  <jas@extundo.com>
11414         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11415         Invoke gnus-score-mode.  Reported by
11416         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11418         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11419         Jim Blandy <jimb@redhat.com> (tiny change).
11421 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11423         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11425 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11427         * spam.el (spam-get-article-as-string): Update to use
11428         gnus-request-article-this-buffer, much simpler.
11429         (spam-get-article-as-buffer): Remove.
11431 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11433         * message.el (message-expand-name): Use EUDC if the user uses
11434         that.
11436 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11438         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11439         character for the encoding to avoid consing a string.
11441         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11442         unnecessarily.
11444         * mm-util.el (mm-replace-chars-in-string): Remove.
11446         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11447         of mm-replace-chars-in-string.
11449 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11451         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11452         strings.
11454         * mm-util.el (mm-subst-char-in-string): Support inplace.
11456         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11457         a new string in every iteration.  Use shy groups.
11459 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11461         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11462         (gnus-group-change-level, gnus-kill-newsgroup)
11463         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11464         (gnus-get-unread-articles, gnus-make-articles-unread)
11465         (gnus-make-ascending-articles-unread): Use accessor
11466         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11467         to get group information for improved readability.
11469         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11471         * gnus-soup.el (gnus-soup-group-brew): do.
11473         * gnus-msg.el (gnus-put-message): do.
11475         * gnus-move.el (gnus-group-move-group-to-server): do.
11477         * gnus-kill.el (gnus-batch-score): do.
11479         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11480         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11481         (gnus-group-update-group, gnus-group-read-group)
11482         (gnus-group-make-group, gnus-group-make-help-group)
11483         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11484         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11485         (gnus-group-sort-by-unread, gnus-group-catchup)
11486         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11487         (gnus-group-yank-group, gnus-group-set-info)
11488         (gnus-group-list-groups): do.
11490         * gnus.el (gnus-generate-new-group-name): do.
11492         * gnus-delay.el (gnus-delay-send-queue): do.
11494         * nnvirtual.el (nnvirtual-catchup-group): do.
11496         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11497         do.
11499         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11500         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11502         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11503         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11504         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11505         (gnus-group-make-articles-read): do.
11507 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11509         * gnus-art.el (article-decode-mime-words, article-babel)
11510         (gnus-article-highlight-signature, gnus-article-add-buttons)
11511         (gnus-signature-toggle): Use gnus-with-article-buffer.
11513         * gnus-art.el (gnus-article-highlight-headers)
11514         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11516         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11517         (gnus-article-set-globals, gnus-request-article-this-buffer)
11518         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11519         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11520         (gnus-mime-display-alternative): Use with-current-buffer.
11522 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11524         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11525         also under 80 char limit, and call gnus-error if needed.
11526         (spam-fetch-article-header): Fix - it was a
11527         buffer-local variable (gnus-newsgroup-data).
11528         (spam-find-spam): Use spam-generate-fake-headers, forget about
11529         spam-insert-fake-headers.
11530         (spam-insert-fake-headers): Remove.
11532 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11534         * deuglify.el (gnus-article-outlook-unwrap-lines)
11535         (gnus-outlook-rearrange-article)
11536         (gnus-outlook-repair-attribution-outlook)
11537         (gnus-outlook-repair-attribution-block)
11538         (gnus-outlook-repair-attribution-other): Remove redundant
11539         save-excursion.
11541 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11543         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11544         (spam-fetch-field-subject-fast)
11545         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11546         (spam-fetch-article-header): Add functions to deal with Gnus
11547         internals for fast retrieval of article header data.
11548         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11550 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11552         * pop3.el (pop3-md5): Remove.
11553         (pop3-apop): Replace pop3-md5 with md5.
11555         * mm-bodies.el: base64 is always built-in.
11557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11558         with-current-buffer.
11560 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11562         * canlock.el (canlock-insert-header): Remove excessive grouping in
11563         regexp.
11565         * gnus-sum.el (gnus-summary-read-document): Ditto.
11567         * gnus-uu.el (gnus-uu-part-number): Ditto.
11569         * html2text.el (html2text-remove-tags): Ditto.
11570         (html2text-format-tags): Ditto.
11571         (html2text-format-single-elements): Ditto.
11573         * mml.el (mml-parse-1): Ditto.
11575 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11577         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11579         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11581         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11583         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11585 2003-11-15  Simon Josefsson  <jas@extundo.com>
11587         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11588         (pgg-gpg-lookup-key): Use regexp match instead of
11589         split-string (split-string is different between emacs 21.2 and
11590         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11592 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11594         * gnus-art.el (gnus-mime-view-all-parts)
11595         (gnus-article-part-wrapper, gnus-article-view-part): Use
11596         with-current-buffer.
11598 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11600         * spam.el (spam-disable-spam-split-during-ham-respool)
11601         (spam-spamoracle-database, spam-cache-lookups)
11602         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11603         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11604         (spam-group-ham-marks, spam-group-spam-marks)
11605         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11606         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11607         also add spam-use-blackholes to the statistical checks.
11608         (spam-fetch-field-fast): Add interface to fetching fields, may
11609         become a macro.
11610         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11611         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11612         (spam-insert-fake-headers): Fake an article when needed.
11613         (spam-find-spam): Fake article when possible.
11614         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11615         (spam-check-bogofilter-headers): Use message-fetch-field instead
11616         of nnmail-fetch-field.
11618 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11620         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11622 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11624         * spam.el (spam-split): Do not require spam-use-CHECK to be
11625         enabled if that check is passed to spam-split explicitly; also
11626         fix so 'spam doesn't get converted to spam-split-group when
11627         spam-split-symbolic-return is t.
11628         (spam-find-spam): Find registrations of the article and use those
11629         instead of re-running spam-split to find the spam/ham
11630         classification of the article.
11631         (spam-log-processing-to-registry, spam-log-registered-p)
11632         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11633         Use gnus-error instead of gnus-message.
11634         (spam-log-registration-type): Add function to determine the
11635         classification of a message based on registry entries; will
11636         return nil if both 'spam and 'ham are found.
11637         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11638         a reasonably fast local cache without the loading errors.
11639         (spam-cache-lookups): Set to t by default.
11640         (spam-find-spam): Don't try to guess spam-cache-lookups.
11641         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11642         spam-caches entry.
11643         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11644         caching of whitelist/blacklist entries.
11645         (spam-check-whitelist, spam-check-blacklist): Invoke
11646         spam-from-listed-p with a type, not a cache variable.
11647         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11649 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11651         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11653         * nnmail.el (nnmail-split-fancy): do.
11655         * mml.el (mml-parse): do.
11657         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11658         (gnus-score-adaptive): do.
11660 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11662         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11663         (gnus-mime-button-map): Don't set keymap parent.
11664         (gnus-button-ctan-directory-regexp): Use shy grouping.
11665         (gnus-prev-page-map): Don't set keymap parent.
11666         (gnus-prev-page-map): Remove duplicated one.
11667         (gnus-next-page-map): Don't set keymap parent.
11668         (gnus-mime-security-button-map): Ditto.
11670         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11671         version number.
11673         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11675 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11677         * canlock.el (canlock-sha1-function): Remove.
11678         (canlock-sha1-function-for-verify): Remove.
11679         (canlock-openssl-program): Remove.
11680         (canlock-openssl-args): Remove.
11681         (canlock-ignore-errors): Remove.
11682         (canlock-sha1-with-openssl): Remove.
11683         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11684         (canlock-verify): Don't use canlock-ignore-errors.
11686         * sha1-el.el (sha1-string-external): Make it can return a string
11687         in binary form.
11688         (sha1-region-external): Ditto.
11689         (sha1-string-internal): Ditto.
11690         (sha1-region-internal): Ditto.
11691         (sha1-region): Ditto.
11692         (sha1-string): Ditto.
11693         (sha1): Ditto.
11695 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697         * spam.el (spam-report-articles-gmane): New command.
11699 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11701         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11703         * run-at-time.el (run-at-time-saved): Remove.
11704         (run-at-time): Doc fix.
11706 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11708         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11709         (gnus-summary-limit-map): Add it.
11710         (gnus-summary-make-menu-bar): do.
11712 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11714         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11715         Make attempt at some caching support (done for BBDB only now).
11716         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11717         addresses to be checked.
11718         (spam-clear-cache-BBDB): Add function, to be invoked by
11719         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11720         (spam-check-BBDB): Check and use the caches, if
11721         spam-cache-lookups is on, remove superfluous (provide).
11723 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11725         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11727 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11729         * run-at-time.el (run-at-time-saved): Move to after the definition
11730         of `run-at-time'.
11732 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11735         mm-w3m-local-map-property.
11737         * mm-view.el (mm-w3m-mode-map): Remove.
11738         (mm-w3m-local-map-property): Remove.
11739         (mm-inline-text-html-render-with-w3m): Don't use
11740         mm-w3m-local-map-property.
11742 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744         * run-at-time.el: New file.
11746         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11747         of gnus-set-text-properties.
11749         * gnus-uu.el (gnus-uu-save-article): Ditto.
11751         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11753         * gnus-cite.el (gnus-cite-parse): Ditto.
11755         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11756         of gnus-.
11758         * gnus.el: Changed calls to nnheader-run-at-time and
11759         password-run-at-time throughout to use run-at-time directly.
11761         * password.el: Removed definition of run-at-time.
11763 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11765         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11766         in prompt.
11768 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11770         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11771         XEmacs version.
11773         * dns.el (dns-make-network-process): Use `open-network-stream'
11774         instead of `gnus-xmas-open-network-stream'.
11776         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11778 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11780         * gnus-art.el (gnus-mime-display-alternative)
11781         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11782         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11783         Don't use gnus-local-map-property.
11785         * gnus-util.el (gnus-local-map-property): Remove.
11787         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11788         gnus-completing-read-maybe-default with completing-read.
11790         * gnus-util.el (gnus-completing-read): do.
11791         (gnus-completing-read-maybe-default): Remove.
11793 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11795         * password.el: Only autoload `run-at-time' if not XEmacs.
11796         Only autoload the itimer functions if XEmacs.
11798 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11800         * gnus-art.el (gnus-read-string): Remove.
11801         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11802         read-string.
11804 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11806         * netrc.el: Autoload password-read.
11807         (netrc): Add configuration group.
11808         (netrc-encoding-method, netrc-openssl-path): Add
11809         variables for encoding and decoding of files with symmetric
11810         ciphers.
11811         (netrc-encode): Add assistant function to encode a file with
11812         netrc-encoding-method.
11813         (netrc-parse): Add interactive parameter, added optional
11814         decoding if netrc-encoding-method is non-nil but otherwise
11815         behavior is standard.
11816         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11817         Do s/encode/encrypt/ everywhere.
11819         * spam.el: Remove executable-find autoload.
11821 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11823         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11825         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11827 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11829         * gnus-art.el (gnus-treat-ansi-sequences,
11830         article-treat-ansi-sequences): New variable and function.
11831         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11833         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11834         Use it.
11836 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11838         * mm-util.el (mm-quote-arg): Remove.
11840         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11841         shell-quote-argument.
11843         * gnus-uu.el (gnus-uu-command): do.
11845         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11847         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11848         with make-char.
11850         * mm-util.el (mm-make-char): Remove.
11852         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11853         add-minor-mode.
11855         * gnus-undo.el (gnus-undo-mode): do.
11857         * gnus-topic.el (gnus-topic-mode): do.
11859         * gnus-sum.el (gnus-dead-summary-mode): do.
11861         * gnus-start.el (gnus-slave-mode): do.
11863         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11865         * gnus-ml.el (gnus-mailing-list-mode): do.
11867         * gnus-gl.el (gnus-grouplens-mode): do.
11869         * gnus-draft.el (gnus-draft-mode): do.
11871         * gnus-dired.el (gnus-dired-mode): do.
11873         * gnus-ems.el (gnus-add-minor-mode): Remove.
11875         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11876         Replace gnus-char-width with char-width.
11878         * gnus-ems.el (gnus-char-width): Remove.
11880         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11881         Replace gnus-char-width with char-width.
11883         * gnus-ems.el (gnus-char-width): Remove.
11885         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11886         definition.
11887         Remove Emacs 20 hash table compatibility code.
11889         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11890         20 compatibility code.
11892         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11894         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11896         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11897         with point-at-{eol,bol}.
11899         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11901         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11903         * flow-fill.el (fill-flowed-point-at-bol,
11904         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11906         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11907         Replace with point-at-{eol,bol} throughout all files.
11909 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11911         * ntlm.el (ntlm-string-as-unibyte): New macro.
11912         (ntlm-build-auth-response): Use it.
11914         Remove Emacs 20 stuff:
11915         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11916         of delq and copy-sequence.
11917         * gnus-art.el (popup-menu): Remove the compiler macro.
11918         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11919         Emacs 20.
11921 2004-01-05  Simon Josefsson  <jas@extundo.com>
11923         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11924         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11925         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11926         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11927         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11928         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11929         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11930         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11931         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11932         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11933         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11934         string-xor into ntlm-string-xor.  Suggested by
11935         Jesper Harder <harder@myrealbox.com>.
11937         * ntlm.el: Don't include poem.
11939         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11940         Jesper Harder <harder@myrealbox.com>.
11942         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11944         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11945         probably breaks emacs with DL patch, but do we care? Is anyone
11946         still using the DL stuff?)
11948         * sieve-manage.el: Use the password package.
11949         (sieve-manage-read-passwd): Remove.
11950         (sieve-manage-interactive-login): Use password.  Re-add
11951         condition-case around loop.
11953         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11954         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11955         the password package.
11957 2003-02-19  Simon Josefsson  <jas@extundo.com>
11959         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11960         token.
11962 2002-08-07  Simon Josefsson  <jas@extundo.com>
11964         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11965         (sieve-manage-authenticators):
11966         (sieve-manage-authenticator-alist): Add some SASL mechs.
11967         (sieve-sasl-auth): New function.
11968         (sieve-manage-cram-md5-auth):
11969         (sieve-manage-plain-auth): Rewrite using SASL library.
11970         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11971         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11972         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11973         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11975 2004-01-05  Simon Josefsson  <jas@extundo.com>
11977         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11978         New files.
11980 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982         * gnus-group.el (gnus-no-groups-message): Update.
11984         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11986 2003-11-09  Simon Josefsson  <jas@extundo.com>
11988         * imap.el: Support for ID IMAP extension (RFC 2971).
11989         (imap-local-variables): Add imap-id.
11990         (imap-id): New variable.
11991         (imap-id): New function.
11992         (imap-parse-response): Parse untagged ID response.
11993         * nnimap.el (nnimap-id): New variable.
11994         (nnimap-open-connection): Use it.
11996 2003-12-28  Simon Josefsson  <jas@extundo.com>
11998         * gnus-score.el (gnus-score-edit-all-score): New.
11999         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12001 2004-01-04  Simon Josefsson  <jas@extundo.com>
12003         * password.el: Add.
12005 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12007         * dns.el: Add support for AAAA records (see RFC 3596)
12009         * Fix typo PRT -> PTR
12011         * Parse MX, PTR and SOA replies (see RFC 1035)
12013 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12015         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12017         * Moved to Changelog.2.
12019 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021         * gnus.el (gnus-version-number): Bump version.
12023 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12025         * gnus.el: No Gnus v0.1 is released.
12027 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12029         * gnus.el: No Gnus v0.0 is released.
12031 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12033         * gnus.el (gnus-version-number): Bump.
12034         (gnus-version): No.
12036 See ChangeLog.2 for earlier changes.
12038     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12040   This file is part of GNU Emacs.
12042   GNU Emacs is free software; you can redistribute it and/or modify
12043   it under the terms of the GNU General Public License as published by
12044   the Free Software Foundation; either version 3, or (at your option)
12045   any later version.
12047   GNU Emacs is distributed in the hope that it will be useful,
12048   but WITHOUT ANY WARRANTY; without even the implied warranty of
12049   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12050   GNU General Public License for more details.
12052   You should have received a copy of the GNU General Public License
12053   along with GNU Emacs; see the file COPYING.  If not, write to the
12054   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12055   Boston, MA 02110-1301, USA.
12057 ;; Local Variables:
12058 ;; coding: iso-2022-7bit
12059 ;; fill-column: 79
12060 ;; add-log-time-zone-rule: t
12061 ;; End:
12063 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4