Fix `gnus-union' so as to behave like `cl-union'
[gnus.git] / lisp / ChangeLog
blob058e47a2328404b33c7c0c40a42256e852267e45
1 2015-12-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3         Fix `gnus-union' so as to behave like `cl-union'.
5         * gnus-group.el (gnus-group-prepare-flat):
6         Make gnus-union use `equal' to compare items in lists.
8         * gnus-util.el (gnus-union): Make it behave like cl-union partially.
10 2015-12-17  Eli Zaretskii  <eliz@gnu.org>
12         * auth-source.el (auth-source-ensure-strings):
13         Don't make a list out of 't'.  (Bug#22188)
15 2015-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17         * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
18         for (function nconc) as well as (quote nconc).
20 2015-12-04  Daiki Ueno  <ueno@gnu.org>
22         * qp.el (quoted-printable-encode-region): Bind `case-fold-search' to
23         nil when looking for "^From ".  Problem reported by Simon Josefsson.
25 2015-12-04  Artur Malabarba  <bruce.connor.am@gmail.com>
27         * sasl-scram-rfc.el: Add a "Package:" header.
29 2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
31         * nnml.el (nnml-retrieve-groups): Remove.  See:
32         <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
33         <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
35 2015-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37         Fix docstring quoting problems with ‘ '’
39         Problem reported by Artur Malabarba in:
40         http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html
41         Most of these fixes are to documentation; many involve fixing
42         longstanding quoting glitches that are independent of the
43         recent substitute-command-keys changes.  The changes to code are:
44         * gnus-mlspl.el (gnus-group-split-fancy):
45         * hashcash.el (hashcash-extra-generate-parameters):
46         * message.el (message-qmail-inject-args, message-cite-reply-position):
47         * mm-decode.el (mm-inline-large-images):
48         * mm-util.el (mm-xemacs-find-mime-charset-1):
50 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
52         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
53         (Bug#21881)
55 2015-11-08  Michael Sperber  <mike@xemacs.org>
57         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
58         `gnus-summary-delete-article` in a way that also works on XEmacs.
60 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
62         * ntlm.el: Change version to 2.0.0.
64 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
66         Silence lexical-binding warnings
68         * auth-source.el (auth-source-netrc-use-gpg-tokens):
69         Simplify (symbol-value 'VAR) to just VAR.
70         (auth-source-backend-parse): Use make-instance.
71         (auth-source-search): Remove unused key args.
72         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
73         (auth-source-search-backends): Use slot names rather than their initarg.
74         (auth-source-netrc-create):
75         (auth-source-delete):
76         (auth-source-secrets-create, auth-source-plstore-search)
77         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
78         (auth-source-plstore-create, auth-source-netrc-search)
79         (auth-source-netrc-parse): Remove unused key args.
80         (auth-source-forget+): Simplify the arglist.
81         (auth-source-macos-keychain-search-items)
82         (auth-source-token-passphrase-callback-function): Mark unused args.
83         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
84         (pp-escape-newlines): Declare.
85         (auto-source--symbol-keyword): New function.
86         (auth-source-plstore-create, auth-source-netrc-create)
87         (auth-source-netrc-normalize): Use it.
88         (auth-source-netrc-search): Don't pass :delete to
89         auth-source-netrc-parse since it doesn't use it.
90         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
91         symbol-value to index in keyword args.
92         (auth-source-macos-keychain-result-append): Avoid setq.
93         (auth-source-netrc-create): Remove unused vars `file' and `add'.
94         (auth-source-user-or-password): Remove unused var `cname'.
96 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
99         (gnus-topic-remove-topic): Mark unused arg `hide'.
100         (gnus-tmp-header): Declare.
101         (gnus-topic-goto-missing-group): Remove unused var `entry'.
102         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
103         (gnus-topic-copy-matching): Mark unused arg `copyp'.
104         Move initialization of `topic' into its declaration.
106 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
108         * auth-source.el: Revert.
110         * auth-source.el: Add eval-and-compile to autoloads for
111         epg-context-set-passphrase-callback, epg-decrypt-string,
112         epg-encrypt-string, and epg-context-set-armor.
114 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
116         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
117         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
119 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
121         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
123 2015-10-20  Michael Sperber  <mike@xemacs.org>
125         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
126         does not exist on XEmacs.
128 2015-10-18  Michael Sperber  <mike@xemacs.org>
130         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
131         * nnmail.el (nnmail-get-new-mail-per-group):
132         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
134 2015-10-18  Michael Sperber  <mike@xemacs.org>
136         * message.el (message-get-reply-headers): In addition to
137         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
138         used in XEmacs.
140 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
142         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
144 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
146         * auth-source.el (auth-source-epa-make-gpg-token):
147         Replace an usage of `epg-context-set-armor' with `setf'.
148         (auth-source-do-debug, auth-source-do-trivia)
149         (auth-source-read-char-choice, auth-source-search)
150         (auth-source-pick-first-password, auth-source-netrc-parse)
151         (auth-source-netrc-search, auth-source-secrets-search)
152         (auth-source-macos-keychain-search)
153         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
154         (auth-source-user-or-password): Use sharp-quoting with functions.
156 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
158         * auth-source.el (auth-source-search): Clarify :create's meaning.
160 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
162         Backslash cleanup in Elisp source files
164         This patch should not change behavior.  It typically omits backslashes
165         where they are redundant (e.g., in the string literal "^\$").
166         In a few places, insert backslashes where they make regular expressions
167         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
168         has the same effect as a regular expression.
169         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
170         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
171         with RCS IDs, as that makes it clearer that the backslash is intended.
172         * auth-source.el (auth-source-secrets-search)
173         (auth-source-macos-keychain-search):
174         * gnus-art.el (gnus-mime-action-on-part)
175         (gnus-mime-display-multipart-related-as-mixed)
176         (gnus-button-mid-or-mail-heuristic-alist)
177         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
178         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
179         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
180         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
181         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
182         * gnus-cus.el (gnus-group-customize):
183         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
184         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
185         * gnus-mlspl.el (gnus-group-split-fancy):
186         * gnus-registry.el (gnus-registry-prune-factor):
187         * gnus-salt.el (gnus-summary-pick-line-format):
188         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
189         (gnus-sieve-script):
190         * gnus-util.el (gnus-directory-sep-char-regexp):
191         * gnus.el (gnus-message-archive-group, gnus-user-agent):
192         * message.el (message-archive-header, message-reply-headers)
193         (message-send-method-alist):
194         * mm-decode.el (mm-add-meta-html-tag):
195         * nndoc.el (nndoc-generate-lanl-gov-head):
196         * nnheader.el (nnheader-max-head-length):
197         * registry.el (registry-db, registry-prune):
198         * rfc1843.el (rfc1843-hzp-word-regexp)
199         (rfc1843-hzp-word-regexp-strictly):
200         * rfc2047.el (rfc2047-encoded-word-regexp)
201         (rfc2047-encoded-word-regexp-loose):
203         Fix several backslash typos in Elisp strings
204         * gnus-art.el (gnus-button-handle-library):
205         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
206         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
207         * spam-report.el (spam-report-gmane-regex):
208         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
209         For example, to get the regular expression ‘\.’ use the string
210         literal "\\.", not "\." (which is equivalent to ".").
212         * auth-source.el (auth-source-read-char-choice):
213         * nnmaildir.el (NOV example):
214         * registry.el (registry-search): Doc fix.
216 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
218         * gnus-compat.el: Require overlay for XEmacs.
220 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
223         t rather than after-change-functions to nil.
225 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
227         * time-date.el (time-to-seconds, time-less-p):
228         Mark unused vars with underscore.
230 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * time-date.el (with-decoded-time-value): Fix debug spec.
234 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
236         * nnmairix.el (nnmairix-widget-create-query):
237         * time-date.el (format-seconds): Prefer grave quoting in source-code
238         strings used to generate help and diagnostics.
240 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
242         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
244 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
246         * ntlm.el (ntlm-unibyte-string): New compatibility function.
248 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
250         Add support for NTLMv2 authentication.
251         * ntlm.el (ntlm): New customization group.
252         (ntlm-compatibility-level): New defcustom.
253         (ntlm-compute-timestamp): New function.
254         (ntlm-generate-nonce): Likewise.
255         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
257 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
259         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
260         isn't always passed in, check it's not nil before making it into a
261         list.  The active arg will also be nil if the group is new, check for
262         that.
264 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
266         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
268 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
270         * gmm-utils.el (gmm-image-load-path-for-library):
271         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
272         * gnus-registry.el (gnus-registry-split-strategy):
273         * gnus-start.el (gnus-check-new-newsgroups):
274         * gnus-sum.el (gnus-select-group-hook):
275         * gnus-uu.el (gnus-uu-user-archive-rules):
276         * gnus.el (gnus-message-archive-group, gnus-visual):
277         * message.el (message-cite-style):
278         * nnir.el (nnir-swish++-additional-switches)
279         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
280         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
281         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
282         * nntp.el (nntp-server-action-alist):
283         * tls.el (tls-checktrust):
284         Fix some more docstring etc. quoting problems.
285         Mostly these fixes prevent the transliteration of apostrophes
286         that should stay apostrophes.  Also, prefer curved quotes in
287         Bahá’í proper names, as that’s the preferred Bahá’í style and
288         these names are chock-full of non-ASCII characters anyway.
290 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
292         Escape ` and ' in doc
293         * gnus-art.el (gnus-article-address-banner-alist)
294         (gnus-face-properties-alist):
295         * gnus-sum.el (gnus-newsgroup-variables):
296         * nndiary.el (nndiary-reminders):
297         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
298         Escape apostrophes and grave accents in docstrings if they
299         are supposed to stand for themselves and are not quotes.  Remove
300         apostrophes from docstring examples like ‘'(calendar-nth-named-day
301         -1 0 10 year)’ that confuse source code with data.  Do some other
302         minor docstring fixups as well, e.g., insert a missing close
303         quote.
305 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
307         * gnus-util.el (gnus-format-message):
308         * tls.el (tls-format-message): Use defalias at the top level so as to
309         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
311         * gnus-sum.el (gnus-summary-search-article):
312         Ensure that the article where the search word is found is displayed
313         and pointed to in the summary buffer.
315 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
317         * tls.el (tls-format-message):
318         Alias to format-message, or format if not available.
319         (open-tls-stream): Use it.
321 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
323         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
324         * gnus-art.el (gnus-article-browse-delete-temp-files):
325         * gnus-eform.el (gnus-edit-form):
326         * gnus-fun.el (gnus-display-x-face-in-from):
327         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
328         * gnus-topic.el (gnus-topic-edit-parameters):
329         * mail-source.el (mail-source-delete-old-incoming):
330         * message.el (message-strip-subject-encoded-words)
331         (message-check-recipients, message-send-form-letter):
332         * mm-decode.el (mm-display-part):
333         * mm-uu.el (mm-uu-pgp-signed-extract-1):
334         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
335         * spam-report.el (spam-report-process-queue):
336         * tls.el (open-tls-stream):
337         Respect ‘text-quoting-style’ in diagnostics.
338         * gnus-art.el (article-display-face):
339         * gnus-fun.el (gnus-display-x-face-in-from):
340         Use straight quoting in email.
341         * rfc2231.el (rfc2231-decode-encoded-string):
342         Escape apostrophes in doc strings.
344 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
346         Go back to grave quoting in Gnus
348         * auth-source.el (auth-source-netrc-parse-entries):
349         * gnus-agent.el (gnus-agent-check-overview-buffer)
350         (gnus-agent-fetch-headers):
351         * gnus-int.el (gnus-start-news-server):
352         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
353         (gnus-registry-post-process-groups):
354         * gnus-score.el (gnus-summary-increase-score):
355         * gnus-start.el (gnus-convert-old-newsrc):
356         * gnus-topic.el (gnus-topic-rename):
357         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
358         * spam.el (spam-check-blackholes):
359         Stick with grave quoting in diagnostics strings.  This is more
360         portable to older Emacs, desirable for Gnus.
362 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
364         Prefer directed to neutral quotes in docstings and diagnostics.
365         In docstrings, escape apostrophes that would otherwise be translated
366         to curved quotes using the newer, simpler rules.
368         * auth-source.el (auth-source-netrc-parse-entries):
369         * gnus-agent.el (gnus-agent-check-overview-buffer)
370         (gnus-agent-fetch-headers):
371         * gnus-int.el (gnus-start-news-server):
372         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
373         * gnus-score.el (gnus-summary-increase-score):
374         * gnus-start.el (gnus-convert-old-newsrc):
375         * gnus-topic.el (gnus-topic-rename):
376         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
377         * nnmairix.el (nnmairix-widget-create-query):
378         * spam.el (spam-check-blackholes):
379         Use directed rather than neutral quotes in diagnostics.
381         * gnus-util.el (gnus-format-message):
382         Alias to format-message, or format if not available.
384 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
386         * auth-source.el (auth-sources):
387         Prefer (substitute-command-keys "`\\[foo-command]'")
388         to "`M-x foo-command'" in docstring.
390         * time-date.el (format-seconds):
391         Use curved quotes in diagnostic format strings.
393         * nnmairix.el (nnmairix-propagate-marks-upon-close):
394         * pop3.el (pop3-authentication-scheme):
395         Don't quote symbols with apostrophes in doc strings.
396         Use asymmetric quotes instead.
398 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
400         Use overlay functions directly
402         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
403         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
405         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
406         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
407         (gnus-article-highlight-signature, gnus-article-extend-url-button)
408         (gnus-article-add-button, gnus-insert-prev-page-button)
409         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
410         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
411         * gnus-html.el (gnus-html-wash-tags):
412         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
413         (gnus-highlight-selected-tree):
414         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
415         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
416         * gnus-util.el (gnus-put-overlay-excluding-newlines):
417         * message.el (message-fix-before-sending)
418         (message-toggle-image-thumbnails):
419         * mm-decode.el (mm-convert-shr-links):
420         * sieve.el (sieve-highlight, sieve-insert-scripts):
421         Use overlay functions directly instead of using gnus-overlay-*,
422         message-overlay-*, and sieve-overlay-*.
424         * gnus-sum.el (gnus-remove-overlays):
425         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
426         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
427         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
428         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
429         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
430         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
431         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
432         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
433         (gnus-overlays-at, gnus-overlays-in):
434         * message.el (message-delete-overlay, message-make-overlay)
435         (message-overlay-get, message-overlay-put, message-overlays-in):
436         * messagexmas.el (message-delete-overlay, message-make-overlay)
437         (message-overlay-get, message-overlay-put, message-overlays-in):
438         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
439         Remove.
441 2015-08-19  Glenn Morris  <rgm@gnu.org>
443         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
445 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
447         * message.el (message-overlay-put, message-make-overlay)
448         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
449         (message-delete-overlay, message-window-inside-pixel-edges):
450         Declare before using.
452 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * message.el (message-overlay-get, message-overlays-in)
455         (message-window-inside-pixel-edges):
456         * messagexmas.el (message-overlay-get, message-overlays-in):
457         XEmacs compatible functions.
459 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461         * message.el (message-toggle-image-thumbnails): New command.
463 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
465         * message.el (message-send-form-letter): Change (message (format ...))
466         to (message ...).  This lessens the probability of confusion when
467         the output of `format' contains `%'.
469 2015-08-04  David Kastrup  <dak@gnu.org>
471         * gnus-art.el (gnus-article-describe-key)
472         (gnus-article-describe-key-briefly):
473         Do not overwrite preexisting contents of unread-command-events.
475 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
477         * nnimap.el (nnimap-request-move-article)
478         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
479         extension if available.
481 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
483         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
484         capabilities instead of relying on LOGIN response.
486 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
488         * nnbabyl.el (nnbabyl-retrieve-headers):
489         * nndiary.el (nndiary-retrieve-headers):
490         * nneething.el (nneething-retrieve-headers):
491         * nnmbox.el (nnmbox-retrieve-headers):
492         * nnmh.el (nnmh-retrieve-headers):
493         * nnml.el (nnml-retrieve-headers):
494         * nnspool.el (nnspool-retrieve-headers):
495         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
496         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
497         progress-report percentages and the like.  This avoids problems
498         if (* 100 NUMERATOR) would overflow.
500         * gnus-registry.el (gnus-registry-import-eld):
501         * registry.el (registry-reindex):
502         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
504 2015-07-17  Julien Danjou  <jd@abydos>
506         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
507         command.
509 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
511         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
512         of function arguments.
514 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * nnimap.el: Clean up "unused var" warnings.
517         (auth-source-creation-prompts): Declare.
518         (nnimap-retrieve-headers, nnimap-status-message)
519         (nnimap-request-create-group, nnimap-request-delete-group)
520         (nnimap-close-group, nnimap-request-move-article)
521         (nnimap-request-accept-article, nnimap-request-newgroups)
522         (nnimap-request-post, nnimap-dummy-active-number)
523         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
524         (nnimap-parse-flags): Remove unused var `p'.
525         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
526         (nnimap-flags-to-marks): Remove unused var `totalp'.
528 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
530         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
531         before RFC822.SIZE.
533 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
535         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
536         so that a 'plain value for the `nnimap-stream' server variable is
537         handled correctly.
539 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
541         Remove unused let variables
542         * nnimap.el (nnimap-request-group): Variables are not used.
544         Check if group names are already strings
545         * gnus-group.el (gnus-group-group-name):
546         The group name may already be a string.
547         Specifically, in the group list reached from the *Server* buffer,
548         the 'gnus-group text property returns a string.  Everywhere else
549         it returns a symbol.
551 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
554         (nnmaildir--update-nov): Remove unused var `numdir'.
555         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
556         (nnmaildir-request-group, nnmaildir-request-create-group)
557         (nnmaildir-request-post, nnmaildir-request-move-article)
558         (nnmaildir-request-accept-article, nnmaildir-active-number):
559         Mark unused args.
560         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
561         Declare.
562         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
563         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
564         `mark', `end', `new-mark', and `mark-sym'.
565         (nnmaildir-retrieve-headers):
566         Remove unused args `srv-dir', `dir', `nlist2'.
567         (nnmaildir-request-expire-articles):
568         Remove unused vars `article', `stop' and `nlist2'.
569         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
570         `end'.  Use nnmaildir--article when dyn-binding is needed.
571         Give the value directly in the `let' for `del-mark', `del-action',
572         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
573         (nnmaildir-close-server):
574         Declare those local vars that need to be dyn-bound.
576 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
578         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
580 2015-05-31  David Engster  <deng@randomsample.de>
582         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
583         instead of using `sleep-for', as the latter does not seem to reliably
584         wait (see for instance bug 15990).
586 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
588         * gnus-art.el (gnus-button-alist): Re-revert last change.
589         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
591 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
593         * gnus-art.el (gnus-button-alist): Revert last change.
594         It wasn't that important, and it caused a Gnus build to fail.  See:
595         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
597         * gnus-art.el (gnus-button-alist):
598         Also treat "‘" and "’" as quoting chars.
600 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
602         * gnus-art.el (gnus-treat-strip-list-identifiers)
603         (gnus-article-mode-syntax-table):
604         * gnus-group.el (gnus-group-nnimap-edit-acl):
605         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
606         e.g., missing quote, ``x'' where `x' was meant, etc.
608 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
610         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
611         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
612         into just c.
614 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
616         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
617         Normalize characters into numbers in spec keys.
619 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
621         * dgnushack.el (declare-function): Redefine it to use autoload.
622         * lpath.el (gnus-html-prefetch-images): Declare.
624 2015-05-04  Glenn Morris  <rgm@gnu.org>
626         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
628         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
630         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
631         (gnus-topic-create-topic, gnus-topic-enter-dribble):
632         Declare rather than autoload.
634         * mm-archive.el (gnus-recursive-directory-files)
635         (mailcap-extension-to-mime): Autoload at run-time.
637         * mm-util.el (latin-unity-massage-name)
638         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
639         (latin-unity-representations-present-region):
640         Declare rather than autoload.
642         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
643         Autoload at run-time.
644         (epg-context-set-signers, epg-context-result-for)
645         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
646         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
647         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
648         (epg-configuration, epg-expand-group, epa-select-keys):
649         Declare rather than autoload.
651         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
652         Autoload at run-time.
653         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
654         (gnus-registry-get-id-key, gnus-registry-action):
655         Declare rather than autoload.
657         * nnmail.el (mail-send-and-exit): Autoload at run-time.
659         * spam.el (spam-stat-buffer-change-to-non-spam)
660         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
661         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
662         (spam-stat-split-fancy): Remove pointless autoloads.
664         * mm-view.el (epg-decrypt-string): Autoload.
665         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
666         (epg-sub-key-validity): Fix declarations.
668 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
670         * gnus.el: Ma Gnus v0.13 is released.
672 2015-05-01  Glenn Morris  <rgm@gnu.org>
674         * gnus-util.el (iswitchb-read-buffer):
675         * mm-decode.el (libxml-parse-html-region):
676         * mml.el (libxml-parse-html-region):
677         * nnrss.el (libxml-parse-html-region): Update declaration.
679 2015-04-27  Glenn Morris  <rgm@gnu.org>
681         * message.el (gnus-extract-address-components):
682         Remove bogus declaration that was masking previous problem.
684 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
687         altering the buffer.
688         (hashcash-insert-payment-async-2): Revert previous change because it
689         still means that the mark is moving around.
691 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693         * gnus-uu.el (gnus-uu-save-article):
694         Make the save-restriction/widen calls make more sense.
696 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
698         * gnus-art.el (gnus-use-idna):
699         * gnus-sum.el (gnus-summary-idna-message):
700         * message.el (message-use-idna):
701         Catch the invalid-operation error that idna.el will issue.
703 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * gnus-group.el (gnus-group--setup-tool-bar-update):
706         cursor-sensor-functions should be a list of functions.
708 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * gnus-group.el (gnus-tmp-*): Declare.
711         (gnus-update-group-mark-positions): Remove unused `topic' var.
712         (gnus-group-insert-group-line): Remove unused var `header'.
713         (gnus-group--setup-tool-bar-update): New function.
714         (gnus-group-insert-group-line): Use it.
715         (gnus-group-update-eval-form): Declare local
716         dynamically-bound variables.
717         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
719         * gnus-topic.el (gnus-topic-jump-to-topic)
720         (gnus-group-prepare-topics, gnus-topic-update-topic)
721         (gnus-topic-change-level, gnus-topic-catchup-articles)
722         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
723         Use inhibit-read-only.
724         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
725         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
727 2015-04-12  João Távora  <joaotavora@gmail.com>
729         * message.el (message-mode):
730         Use `set' and `make-local-variable' instead of `setq-local'.
732 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
734         * gnus-sum.el (gnus-summary-refer-thread):
735         Make sure gnus-newsgroup-unreads remains sorted.
737 2015-04-12  João Távora  <joaotavora@gmail.com>
739         Improve sexp-based movement in message-mode
740         * message.el (message--syntax-propertize): New function.
741         (message-mode): Set syntax-related vars.d
742         (message-smileys): New variable.
744 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
746         * gnus-art.el (gnus-hidden-properties): Simplify.
747         (gnus-article-hide-text, gnus-article-unhide-text)
748         (gnus-article-unhide-text-type): Remove special handling of
749         `intangible' since that property is not used any more.
750         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
752 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
754         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
755         and a runtime function for it, of which the XEmacs version takes only
756         two arguments.
758 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
760         Use American spelling for 'normalize'
761         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
762         All uses changed.  Add an alias for obsolete usages.
764 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
766         * gnus-art.el (gnus-article-browse-html-save-cid-content):
767         Always return relative file name.
768         (gnus-article-browse-html-parts):
769         Make external links absolute and cid file names relative.
771 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
773         * registry.el (registry-prune): Re-use `registry-full' in
774         `registry-prune'.  It's a bit of redundant work, but safer.
775         Also ensure that target-size is an integer.
777 2015-03-31  Daiki Ueno  <ueno@gnu.org>
779         * plstore.el (plstore--decrypt): Clear entry in
780         `plstore-passphrase-alist' if decryption failed (bug#20030).
782 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
784         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
785         to "Display" menu.
787 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
789         * nnimap.el (nnimap-split-incoming-mail): If a message is already
790         in the group it should be split to, don't re-copy it into the group.
792 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
794         * nnmh.el (nnmh-request-expire-articles):
795         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
797 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
799         * registry.el (registry-lookup-secondary, registry-full)
800         (registry-prune, registry-collect-prune-candidates):
801         * gnus-registry.el (gnus-registry-load): Use slot names rather than
802         initarg names in `oref' and `oset'.
804 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
806         * registry.el (registry-prune): Allow registry to reach full size
807         before pruning.
809 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
811         * registry.el (registry-collect-prune-candidates): Fix call to
812         cl-subseq.
814 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
816         * registry.el (registry-db): Temporary fix old Emacsen compilation.
818 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * gnus-registry.el (gnus-registry-handle-action)
821         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
822         (gnus-registry-keywords): Make it do something.
823         (gnus-registry-import-eld): Remove unused var `new-entry'.
824         (gnus-registry-action): Remove unused var `to-name'.
825         (gnus-registry-make-db): Prefer `make-instance' to avoid
826         compiler warnings.
827         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
829         * registry.el (registry-db): Don't oset-default an instance-allocated
830         slot.
832 2015-03-10  Glenn Morris  <rgm@gnu.org>
834         * message.el (message-valid-fqdn-regexp): Bump :version for
835         2014-11-17 change.
837 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
839         * gnus-notifications.el (gnus-notifications-action): Raise window
840         frame.
841         (gnus-notifications-action): Allow mark as read.
842         (gnus-notifications-notify): Show uption to mark as read.
844 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
847         (registry-search, registry-delete, registry-size, registry-insert)
848         (registry-reindex, registry-collect-prune-candidates):
849         * gnus-registry.el (gnus-registry-fixup-registry)
850         (gnus-registry-remove-extra-data): Use slot names rather than initarg
851         names in `oref' and `oset'.
853 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
854         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
855         in the group it should be split to, don't re-copy it into the group.
857 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
859         * message.el (message-insert-formatted-citation-line): Change %F to
860         fall back to email address if no first name could be determined.
862 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
864         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
865         Fix point motion when removing displayed MIME part.
866         (gnus-article-edit-part): Make jumping to the next part really work
867         when deleting or stripping.
868         (gnus-mime-buttonize-attachments-in-header): Make header attachment
869         buttons identical to the ones in the article body so as to work deleting
870         and stripping.
872 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
874         * mm-decode.el (mm-shr)
875         * mm-view.el (mm-inline-text-html-render-with-w3m):
876         Revert my bogus change that made the start marker of a part
877         the "moves after insertion" type.
879 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
881         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
882         Tools: https://github.com/politza/pdf-tools) for viewing PDF
883         attachments in emacs.
885 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
887         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
888         instead of sasl-scram-sha-1, as the former is the name that can be
889         required.
891         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
892         (sasl-scram-sha-1-client-final-message)
893         (sasl-scram-sha-1-authenticate-server): Move to end of file.
895 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
897         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
899 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
901         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
902         (sasl-string-prefix-p): New compatibility functions.
904 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
906         * gnus-compat.el (process-live-p): Added new compat function for Emacs
907         23.
909 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
911         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
912         from the server LIST response.
914 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
916         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
917         during header retrieval, error out instead of interpreting the data in
918         the buffer as the only messages there.  This way, we don't mark
919         articles as read on a server hangup (bug#19035).
921         * mm-decode.el (mm-head-p): New function.
922         (mm-display-part): Go to a blank line when inserting parts internally.
924 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
926         * sasl-scram-rfc.el: New file.
928         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
929         Add SCRAM-SHA-1 first.
930         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
931         entry (bug#17636).
933 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
935         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
936         that we don't get a warning when setting the buffer-local variable
937         (bug#19573).
939         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
940         `gnus-request-group'.
942 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
944         * gnus-art.el (gnus-article-browse-html-save-cid-content)
945         (gnus-article-browse-html-parts): Make cid file names relative if and
946         only if html doesn't specify <base> directory.
948 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
950         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
951         parts, because that breaks filling (since buttons are in a bold face).
953 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
955         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
956         use gnus-overlays-at and gnus-overlay-put.
958 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
960         * mm-decode.el (mm-shr): Only pass the fill column when not using
961         fonts, because limiting the width to what's appropriate for followups
962         doesn't really help when not using proportional fonts.
964 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
966         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
967         shr, beacause that breaks folding.
968         (mm-shr): Don't shorten the width when using fonts.
970 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
972         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
973         variable; always check the newrc timestamp.
974         (gnus-save-newsrc-file): Always check timestamp.
976 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
978         * mail-source.el (mail-source-call-script): If scripts exit with an
979         error, pop up an error buffer.
981 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
983         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
984         as a default.
986         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
987         correct server.
989 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
991         * nnimap.el (nnimap-request-group-scan): Fix the function name.
993         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
995 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
997         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
998         that nnimap works for non-activated backends.
1000 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1002         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
1003         message, since we already get an obsolescence message.  Use `declare'.
1005 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
1007         * nnir.el: Revert "Enable non-ASCII IMAP searches".
1009 2015-01-30  Glenn Morris  <rgm@gnu.org>
1011         * gnus-registry.el (gnus-registry-max-pruned-entries)
1012         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
1013         Fix :version.
1014         (gnus-registry-default-sort-function): Improve :type.
1016 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1018         * nnimap.el (nnimap-request-group): Allow running this function on
1019         groups that don't exist in Gnus yet.
1020         (nnimap-request-group): Revert previous patch since that made it
1021         impossible to enter nnimap groups.
1023         * message.el (message-smtpmail-send-it): Remove the mail header
1024         separator before sending.
1026 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
1028         * nnimap.el (nnimap-find-expired-articles): Fix handling of
1029         (expiry-wait . never).
1031 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1033         * nnimap.el (nnimap-request-group): Clear the buffer before returning
1034         the data.
1036 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1038         * gnus-compat.el (string-bytes): Work for XEmacs.
1040 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1042         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
1044         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
1045         IMAP.
1047 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
1049         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1051         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1053         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1054         be added to the backlog.
1056 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1058         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1059         target with a recursive make call.
1061 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1063         * nnimap.el (nnimap-header-parameters): Refactor and request
1064         X-GM-LABELS if it's been announced.
1065         (nnimap-transform-headers): Gather and output GM-LABELS.
1067 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1069         * mm-decode.el (mm-display-part): Make non-string methods work.
1070         Non-string methods are funcalled and work just fine, the test was
1071         bogus.
1072         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1073         whole frame.
1075 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1077         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1078         nnimap.
1080         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1081         request rescans when being run interactively.
1083         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1084         because that can be very slow in large groups.
1086         * gnus-int.el (gnus-request-group-scan): New backend function.
1088         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1090 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1092         * gnus-group.el (gnus-group-suspend): Close all backends.
1094 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1096         * dgnushack.el (dgnushack-compile-file): New function.
1097         (dgnushack-compile): Use it (bug#19514).
1099 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1103 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * registry.el: Don't use <class> as a variable.
1107 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1109         system-name's returned value can vary
1110         Also, the system-name variable is now obsolete.
1111         Fixes Bug#19438.
1112         * message.el (message-make-fqdn):
1113         * nnvirtual.el (nnvirtual-retrieve-headers)
1114         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1115         and avoid naming locals 'system-name'.
1117 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1119         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1120         lines don't get overlong when responding.
1122 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1124         * registry.el (cl-remf, cl-loop, cl-subseq):
1125         Alias to remf, loop, and subseq respectively for old Emacsen.
1127 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1129         * gnus-group.el (gnus-read-ephemeral-bug-group):
1130         Bind coding-system-for-read and coding-system-for-write only around
1131         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1133 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1135         * registry.el (registry-db): Set default slot later.
1136         This is because its value is not a literal integer.
1138 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1140         * registry.el (registry-db): Fix default registry-db max-size.
1142 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1145         add warning.
1147         * gnus-art.el: Fix up compiler warnings.
1148         (article-display-face, article-display-x-face): Remove unused `face'.
1149         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1150         (article-date-ut): Remove unused var `first'.
1151         (gnus-article-prepare): Remove unused var `gnus-article'.
1152         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1153         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1154         `coding-system' along with corresponding dead code.
1155         (gnus-mime-view-part-externally): Remove unused var
1156         `mm-user-display-methods'.
1157         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1158         (gnus-display-mime): Remove unused var `handle'.
1159         (gnus-mime-display-alternative): Remove unused var `props'.
1160         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1161         (gnus-article-edit-done): Remove unused var `p'.
1162         (gnus-url-mailto): Remove unused var `to'.
1163         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1164         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1166 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1168         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1169         slots into a :max-size slot.
1170         (registry-db-version): Add new variable for database version number.
1171         (registry-prune): Use :max-size slot. Accept and use a sort-function
1172         argument.
1173         (registry-collect-prune-candidates): Add new function for finding
1174         non-precious pruning candidates.
1175         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1176         Remove obsolete functions.
1177         (initialize-instance): Upgrade registry version when starting.
1179         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1180         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1181         (gnus-registry-cache-file): Change default
1182         filename extension to "eieio".
1183         (gnus-registry-read): Add new function, split out from
1184         `gnus-registry-load', that does the actual object reading.
1185         (gnus-registry-load): Use it. Add condition case handler to check for
1186         old filename extension and rename to the new one.
1187         (gnus-registry-default-sort-function): New variable to specify a sort
1188         function to use when pruning.
1189         (gnus-registry-save, gnus-registry-insert): Use it.
1190         (gnus-registry-sort-by-creation-time): Define a default sort function.
1192         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1193         Adjust test for new object signature.
1194         (gnustest-registry-pruning-test): Add new pruning test.
1195         (gnustest-registry-sort-function): Default sort function for testing.
1196         (gnustest-registry-pruning-sort-test): New test for sorting.
1198 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1201         function for reuse.
1202         (gnus-mime-buttonize-attachments-in-header): Adjust.
1204 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206         * message.el (message-change-subject): Really check whether the subject
1207         changed.
1209 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1212         PDFs.
1213         (mailcap-view-mime): New function.
1215 2014-12-01  Glenn Morris  <rgm@gnu.org>
1217         * gnus-cloud.el (gnus-cloud): Add :version tag.
1219 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1221         * gnus-art.el (gnus-use-idna):
1222         * gnus-sum.el (gnus-summary-idna-message):
1223         * message.el (message-use-idna):
1224         Protect against nil value for idna-program.
1226         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1228 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1230         * auth-source.el (auth-source-macos-keychain-search-items): Return
1231         result of `auth-source-macos-keychain-result-append' (bug#19074).
1233 2014-11-25  Glenn Morris  <rgm@gnu.org>
1235         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1236         Add :version tag.
1238 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1240         * pop3.el (pop3-open-server): Warn unless encrypted.
1242         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1244 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1246         Port new time stamp handling to Emacs 23.2.
1247         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1248         * time-date.el (time-add, time-subtract, time-less-p):
1249         Use eval-and-compile, not eval-when-compile.
1251 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1253         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1254         TLDs.
1256 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1258         Port new time stamp handling to old Emacs and to XEmacs.
1259         This is needed for Gnus, which copies time-date.el and which
1260         runs on older Emacs implementations.
1261         * time-date.el (with-decoded-time-value):
1262         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1263         (encode-time-value, with-decoded-time-value):
1264         Obsolete only if new Emacs.
1265         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1267         Improve time stamp handling, and be more consistent about it.
1268         This implements a suggestion made in:
1269         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1270         Among other things, this means timer.el no longer needs to
1271         autoload the time-date module.
1272         * time-date.el (seconds-to-time, days-to-time, time-since)
1273         (with-decoded-time-value):
1274         Treat 'nil' as current time.  This is mostly for XEmacs.
1275         (encode-time-value, with-decoded-time-value): Obsolete.
1276         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1277         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1279 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1282         discarding changes in ephemeral groups.
1284         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1285         things the user isn't interested in.
1287 2014-11-13  Julien Danjou  <jd@abydos>
1289         * gnus-notifications.el (gnus-notifications-notify): Provide both
1290         app-icon and image-path.
1292 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1294         * mm-url.el (mm-url-encode-multipart-form-data):
1295         Restore to handle "multipart/form-data" by eww.
1297 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1299         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1300         Landscheidt.
1302 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1304         Simplify use of current-time and friends.
1305         * gnus-delay.el (gnus-delay-article):
1306         * gnus-sum.el (gnus-summary-read-document):
1307         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1308         * message.el (message-make-expires-date):
1309         Omit unnecessary call to current-time.
1310         * gnus-util.el (gnus-float-time): Simplify to an alias because
1311         time-to-seconds now behaves like float-time with respect to nil arg.
1312         (gnus-seconds-year): Don't call current-time twice to get the current
1313         time stamp, as this can lead to inconsistent results.
1314         * time-date.el (time-to-seconds) [!float-time]:
1315         Use current time if arg is nil, to be compatible with float-time.
1316         (time-date--day-in-year): New function, with most of the guts of
1317         the old time-to-day-in-year.
1318         (time-to-day-in-year): Use it.
1319         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1321 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1323         * gnus.el (gnus-mode-line-buffer-identification):
1324         Don't add image data for a non-graphic display (bug#18813).
1326 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1328         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1329         load-path, it blocks autoloading of find-image (bug#18813).
1331 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1333         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1334         to keep connection open (bug#18728).
1336 2014-10-20  Glenn Morris  <rgm@gnu.org>
1338         * Merge in all changes up to 24.4 release.
1340 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1342         * message.el (message-insert-signature): Use `newline' instead of
1343         inserting explicit "\n".
1345 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1347         * gnus-icalendar.el: Support vcal format timezones.
1348         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1349         compute dates with associated timezone.
1350         (gnus-icalendar-event-from-ical): Compute all timezones.
1352 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1354         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1355         check the newsrc.eld file's timestamp before saving it.
1356         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1357         timestamp has changed to be newer.
1359 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1361         * gnus-icalendar.el (gnus-icalendar-identities):
1362         Include message-alternative-emails.
1364 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1366         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1367         New compatibility functions.
1368         (ntlm-build-auth-response): Use them.
1370 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1372         * ntlm.el (ntlm-build-auth-request):
1373         Add NTLM2 Session support.  (Bug#15603)
1375 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1377         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1378         expired messages only when it was built in reverse order.
1380 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1382         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1383         last so it can be used in `message-send-hook'.
1385 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1387         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1388         <#secure> tag (bug#18513).
1390 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1392         * parse-time.el: Require cl when compiling.
1394 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1396         Use cl-lib as much as possible following the 2014-09-26 change
1397         in the Emacs trunk.
1398         * parse-time.el: Try requiring cl-lib.
1399         (parse-time-incf): Alias to cl-incf or incf.
1400         (digit-char-p): Remove.
1401         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1402         (parse-integer): Rename to parse-time-integer.
1403         (parse-time-tokenize, parse-time-rules, parse-time-string)
1404         Use parse-time-incf and parse-time-integer.
1406 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1408         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1409         of ":delete".
1411 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1413         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1414         (gnus-article-browse-html-parts):
1415         Revert last change that breaks links other than cid contents.
1417 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1419         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1420         (gnus-article-browse-html-parts): Make cid file names relative.
1422 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1424         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1425         temporarily displayed when running a mode function (at least org-mode
1426         requires it).
1428 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1430         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1431         the gnus-summary-article-expire-hook should be told where the function
1432         is going. In particular, the Gnus registry might want to know.
1434 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1438 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1440         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1442 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1444         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1445         the gnus-summary-article-expire-hook should be told where the function
1446         is going. In particular, the Gnus registry might want to know.
1448 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1450         Don't mishandle year-9999 dates (Bug#18176).
1451         * parse-time.el (parse-time-rules):
1452         Allow years up to most-positive-fixnum.
1453         * time-date.el (date-to-time):
1454         Pass "Specified time is not representable" errors through.
1456 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1458         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1459         groups and t.
1461 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1463         * gnus-utils.el (gnus-recursive-directory-files):
1464         Unify hard or symbolic links (bug#18063).
1466 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1468         * gnus-msg.el (gnus-configure-posting-style):
1469         Allow string replacements in values when matching against a header.
1471 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1473         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1474         the dribble buffer even when it is shrunk a lot.
1475         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1477 2014-06-26  Glenn Morris  <rgm@gnu.org>
1479         * mm-util.el (help-function-arglist): Remove outdated declaration.
1481 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1483         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1484         attribute values.  (Bug#17834)
1486 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1488         * gnus-sum.el (gnus-summary-edit-article-done):
1489         Prefer point-marker to copy-marker of point.
1491 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1493         * Makefile.in (install-el, install-el-elc): Compress .el files.
1494         (uninstall): Remove compressed .el files.
1496 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1498         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1499         (gnus-article-read-summary-keys):
1500         Don't bug out when there is no article in the summary buffer.
1501         (gnus-mime-buttonize-attachments-in-header):
1502         Improve criterion that finds parts to display.
1504         * gnus-art.el (gnus-mm-display-part):
1505         * mm-decode.el (mm-shr):
1506         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1507         (mm-insert-inline): Revert last changes.
1509 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1511         * gnus-art.el (gnus-mm-display-part):
1512         * mm-decode.el (mm-shr):
1513         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1514         (mm-insert-inline): Set insertion type of end-marker, not only
1515         start-marker, of undisplayer so as to stay after inserted text.
1517 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1519         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1520         attribute. (Bug#17613)
1522 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1525         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1527 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1529         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1530         Don't delete next part button; keep spacing between buttons.
1532 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1534         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1535         Work for the last MIME part in an article.
1536         (gnus-mime-display-single): Suppress excessive newlines between parts.
1538         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1539         by leading or trailing newline.
1541 2014-05-12  Sam Steingold  <sds@gnu.org>
1543         * time-date.el (seconds-to-string): New function to pretty print time
1544         delay in seconds.
1546 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1548         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1549         while prompting a user for a file name, etc.
1550         (gnus-mime-display-single): Display part with a common appearance no
1551         matter whether MIME button is omitted or not; don't add duplicate entry
1552         to gnus-article-mime-handle-alist.
1553         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1555 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1557         * mml2015.el (mml2015-display-key-image): New variable.
1559 2014-05-08  Glenn Morris  <rgm@gnu.org>
1561         * gnus-fun.el (gnus-grab-cam-face):
1562         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1563         This is CVE-2014-3421.
1565 2014-05-04  Glenn Morris  <rgm@gnu.org>
1567         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1569 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1572         the displaying state of a part.
1573         (gnus-mm-display-part): Don't insert a newline in the beginning of
1574         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1576         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1577         (mm-shr): Make undisplayer unbreakable.
1579         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1580         Don't insert excessive newline.
1581         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1582         (mm-insert-inline): Make undisplayer unbreakable.
1584 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1586         * gnus.el: Ma Gnus v0.11 is released.
1588 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1590         * gnus-art.el (gnus-mm-display-part):
1591         Highlight header attachment buttons.
1593 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1595         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1596         a part; redisplay a button (enbugged in 2014-02-05).
1598 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1600         * auth-source.el (auth-source-search, auth-source-search-backends):
1601         Treat :max 0 as an indicator that a boolean return is wanted, as
1602         documented. Reported by Joe Bloggs.
1604 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1606         * gnus-icalendar.el: Require gnus-art.
1608 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1610         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1611         (gnus-icalendar--update-org-event): put event timestamp in
1612         the org entry body instead of the drawer.
1613         (gnus-icalendar-event--get-attendee-names): list of participants should
1614         contain even attendees without common name attribute.
1615         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1616         property tags in org drawers.
1618 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1620         * gmm-utils.el (gmm-format-time-string): New function.
1622         * message.el (message-insert-formatted-citation-line): Use the original
1623         author's time zone to express a date string.
1625 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1627         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1628         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1629         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1630         Silence compiler warnings.
1631         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1633 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1635         * mml.el: Require url when compiling.
1637         * gnus-cloud.el (gnus-cloud-parse-version-1):
1638         Use plist-get rather than CL's getf.
1639         (gnus-activate-group, gnus-subscribe-group): Declare.
1641         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1643 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1645         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1646         buttons when toggling the header off.
1648 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1650         * tls.el (tls-program): Reflow docstring.
1652 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1654         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1655         groups work again.
1657 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1659         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1660         999 correctly (i.e. "1,342").
1662 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1664         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1665         out if the directory doesn't exist.
1667 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1669         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1670         commands here; instead, only check if epg-config.el is available.
1672 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1674         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1675         messages with embedded images.
1676         (mml-generate-mime): Don't bug out if you don't have libxml.
1678 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1680         * message.el (message-make-html-message-with-image-files): New command.
1682 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1684         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1686         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1688 2014-02-23  David Engster  <deng@randomsample.de>
1690         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1691         to stay compatible with older Emacsen, so replace `cl-loop' with
1692         `loop'.
1694 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1696         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1697         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1698         instead, build list of patterns.
1700 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1702         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1703         Display header attachment buttons by gnus-article-prepare-display
1704         rather than gnus-article-prepare so as to view in mml-preview as well.
1706 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1708         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1709         in `auth-sources' means and link to EPA docs.
1711 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1713         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1714         (bug#12375).
1716 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1718         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1719         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1721 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1723         * message.el (message-tab): Mention what happens on normal tabs
1724         (bug#11297).
1726 2014-02-08  Glenn Morris  <rgm@gnu.org>
1728         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1730 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1732         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1733         buttons that are hidden in unselected alternative part as well.
1734         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1736         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1738 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1740         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1741         keystroke.
1742         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1743         types.
1745         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1746         with an empty string.
1748 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1750         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1751         buffer-local in some buffers, so bind it explicitly in the buffer we're
1752         trying to cancel the article in (bug#10808).
1754 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1756         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1757         New functions.
1759         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1760         New user option.
1761         (gnus-mime-buttonize-attachments-in-header): New function.
1762         (gnus-article-prepare): Use it.
1763         (gnus-mime-inline-part): Suppress extra newline.
1764         (gnus-mm-display-part): Save excursion;
1765         remove useless deleting and adding of buttons.
1766         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1768         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1769         Add gnus-mime-buttonize-attachments-in-header.
1771 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1773         * nnimap.el (nnimap-request-articles): New command to download several
1774         articles at once.
1776         * gnus.el (gnus-variable-list): Save Cloud variables.
1778         * gnus-int.el (gnus-request-accept-article): Doc fix.
1780 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1782         * parse-time.el (parse-time-iso8601-regexp)
1783         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1784         it more generally.
1786 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1788         * gnus-cloud.el: New file to provide the Emacs Cloud.
1790         * dgnushack.el: Silence XEmacs w3 warning.
1792         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1793         `url-retrieve-synchronously', apparently.
1795         * dgnushack.el: Silence XEmacs dns.el warning.
1797         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1798         instead of in all files.
1800         * dns.el (network-interface-list): Define for XEmacs.
1802         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1803         XEmacs.
1805         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1807 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1809         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1810         `gnus-group-split-fancy'.
1812 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1814         * message.el (message-remove-header): Doc fix.
1815         (message-forward-included-headers): New variable.
1816         (message-remove-ignored-headers): Use it.
1818 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1820         * nnir.el (nnir-request-update-mark): Don't try to update the source
1821         group if we can't find it (bug#16611).
1823 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1825         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1827 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1829         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1830         network interfaces changed.
1831         (dns-query): Use it to flush the data.
1833 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1835         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1836         from random face commands.
1837         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1838         Face.
1839         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1840         (gnus--random-face-with-type): Generic function returning a face-type
1841         as a string.
1842         (gnus--insert-random-face-with-type): Generic function inserting a face
1843         in a message buffer header.
1844         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1845         (gnus-insert-random-x-face-header): Rewritten to use
1846         `gnus--insert-random-face-with-type`.
1847         (gnus-random-face): Return random (png) Face as string.
1848         (nus-insert-random-face-header): Insert random (png) Face in a message
1849         buffer.
1851 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1853         * mm-url.el: Remove all usage of w3.
1855         * nnrss.el: Ditto.
1857         * mm-decode.el: Ditto.
1859         * mm-view.el: Ditto.
1861         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1862         outdated and all Emacsen have url.el built-in.
1864         * gnus-setup.el: Remove outdated file.
1866 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1868         * gnus.el: Ma Gnus v0.9 is released.
1870 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1872         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1874 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1876         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1877         in the summary buffer (bug#13769).
1879 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1881         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1882         name if we're using a single article buffer.  Otherwise, it may point
1883         to a killed buffer (bug#13756).
1885 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1887         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1888         the match data, just save and restore it explicitly (bug#12375).
1890         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1891         that's needed.
1893         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1894         the code once (bug#9069).
1896 2014-01-18  Steinar Bang  <sb@dod.no>
1898         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1899         reading.
1901 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1903         * message.el (message-bury): Call bury-buffer with no argument
1904         in the message-return-action case too.
1906 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1908         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1909         (nnimap-split-fancy, nnimap-split-methods): Declare.
1911         * mm-util.el (help-function-arglist): Declare.
1913 2013-12-28  Glenn Morris  <rgm@gnu.org>
1915         * gnus-sieve.el (gnus-sieve-select-method):
1916         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1917         (gravatar-rating, gravatar-size):
1918         * message.el (message-minibuffer-local-map):
1919         * sieve-manage.el (sieve-manage-authenticators)
1920         (sieve-manage-authenticator-alist): Specify custom types.
1922         * hashcash.el (hashcash-program): Rename from hashcash-path.
1923         Update callers.
1925         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1926         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1927         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1929         * auth-source.el (auth-sources):
1930         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1931         Fix custom types.
1933         * tls.el (tls-certtool-program): Fix default value.
1935 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1937         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1938         we get proper traces there, too.
1940 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1942         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1943         value of the parameters if the current article has a Reply-To or From
1944         field.
1946 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1948         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1950 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1952         * gnus-sum.el (gnus-summary-exit): Stop animations.
1954 2013-12-19  Juri Linkov  <juri@jurta.org>
1956         * gnus.el (gnus-suppress-keymap):
1957         * gnus-art.el (gnus-article-mode-map):
1958         * gnus-group.el (gnus-group-mode-map):
1959         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1960         Remove [backspace] key binding because it shadows DEL (bug#16035).
1962         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1964 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1966         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1967         Make sure work directory exists.
1968         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1969         rather than tmp directory.
1970         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1971         not necessarily always run, with it.
1973 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1975         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1976         value of gnus-icalendar-additional-identities work without restart.
1978 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1980         * mm-util.el (mm-make-temp-file):
1981         Alias to make-temp-file for modern Emacsen.
1983 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1985         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1986         nnir-article-number and nnir-article-group.
1988 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1990         * message.el (message-send-mail-with-sendmail):
1991         Don't kill error buffer if sending fails.
1993 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1995         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1996         (gnus-icalendar-event->org-entry)
1997         (gnus-icalendar--update-org-event)
1998         (gnus-icalendar-event->gnus-calendar): Distinguish between
1999         required/optional/non-participant attendee status.  Fix bug causing
2000         the first required event participant to be omitted.
2002 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2004         * gnus-art.el (article-de-quoted-unreadable)
2005         (article-de-base64-unreadable, gnus-mime-copy-part)
2006         * gnus-html.el (gnus-article-html)
2007         * mm-view.el (mm-inline-text-html-render-with-w3)
2008         (mm-inline-text-html-render-with-w3m-standalone)
2009         * rfc2231.el (rfc2231-decode-encoded-string):
2010         Allow overriding charset by mm-charset-override-alist.
2012         * gnus-art.el (gnus-article-browse-html-parts):
2013         Replace LWSPs with `&nbsp;'s in header.
2015         Work for broken Chinese articles.
2017         * gnus-art.el (gnus-article-browse-html-save-cid-content):
2018         Exclude broken handles that gnus-summary-enter-digest-group may create.
2019         (gnus-article-browse-html-parts):
2020         Allow overriding charset by mm-charset-override-alist.
2022 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2024         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
2025         (gnus-icalendar-identities): Support additional-identities.
2027 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2029         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
2030         org-timestamp for events ending at midnight.
2032 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
2034         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
2035         .log files.
2037 2013-11-20  David Engster  <deng@randomsample.de>
2039         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
2041 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
2043         * message.el (message-beginning-of-line):
2044         Use beginning-of-visual-line when visual-line-mode is turned on.
2046 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
2048         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2049         (gnus-icalendar-event-from-ical)
2050         (gnus-icalendar-event->org-entry)
2051         (gnus-icalendar--update-org-event): Required/optional participation,
2052         list of attendees synced to org.
2054 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2056         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2057         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2058         cancellations to be synced to org if the original appt has an org
2059         outline.
2061 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2063         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2064         (gnus-icalendar-event->org-entry)
2065         (gnus-icalendar--update-org-event)
2066         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2068 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2070         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2071         Fix timezone handling in gnus-icalendar export to org.
2073 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2075         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2077 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2079         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2081 2013-10-30  Glenn Morris  <rgm@gnu.org>
2083         * gnus-group.el (gnus-group-browse-foreign-server):
2084         * gnus-int.el (gnus-start-news-server):
2085         Silence compiler obsolescence warning.
2087 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2089         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2090         `nnoo-current-server' first, then for the actual `nnimap-address' to
2091         allow netrc entries for the nnoo server to coexist with netrc entries
2092         for the `nnimap-address'.
2094 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2096         * mm-decode.el (mm-dissect-buffer): Revert last change.
2097         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2098         The problem that motivated those changes was attributed to a broken
2099         mail sender, and has been fixed.
2101 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2103         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2104         token is missing in the Content-Type header.
2106         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2108 2013-09-18  Glenn Morris  <rgm@gnu.org>
2110         * gnus-util.el (image-size): Declare.
2112 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2114         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2115         (gnus-icalendar-event-from-ical)
2116         (gnus-icalendar-event--build-reply-event-body)
2117         (gnus-icalendar-event-reply-from-buffer)
2118         (gnus-icalendar-find-org-event-file)
2119         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2120         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2122         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2124 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2126         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2127         Use save-current-buffer.
2128         (gnus-tree-mode-map): Initialize in the declaration.
2129         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2130         (scroll-in-place): Defvar it.
2131         (gnus-tmp-*): Defvar them.
2132         (gnus-get-tree-buffer): Use derived-mode-p.
2133         (gnus--let-eval): New macro.
2134         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2135         non-prefixed variables.
2136         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2138         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2139         vars since it doesn't seem to be available.
2140         (gnus-set-global-variables, gnus-summary-read-group-1)
2141         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2142         (gnus-summary-display-article, gnus-summary-select-article)
2143         (gnus-summary-next-article, gnus-offer-save-summaries)
2144         (gnus-summary-generic-mark): Use derived-mode-p.
2145         (gnus-summary-read-group-1, gnus-summary-exit)
2146         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2147         Adjust calls to gnus-tree-close and gnus-tree-open.
2149         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2151         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2152         (gnus-agent-mode): Use derived-mode-p.
2153         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2154         gnus-command-method and *-command-method to nil, but bind
2155         gnus-command-method to *-command-method instead!
2156         (gnus-agent-fetch-articles): Remove unused var `id'.
2157         (gnus-agent-fetch-headers): Remove unused arg `force'.
2158         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2159         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2160         (gnus-agent-short-article, gnus-agent-long-article)
2161         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2162         first use.
2163         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2164         `score-param'.
2165         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2166         (gnus-get-predicate): Push in front of the cache, rather than end.
2167         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2168         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2169         (gnus-agent-expire-unagentized-dirs): Don't rebind
2170         gnus-agent-expire-current-dirs since the defvar silences the warning.
2171         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2172         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2173         (gnus-agent-regenerate): Simplify interactive spec and doc.
2175 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2177         * gnus-int.el (gnus-open-server): Silence compiler.
2179         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2181         * message.el (message-display-completion-list): Abolish.
2182         (message-completion-in-region): Use display-completion-list.
2184 2013-09-17  Glenn Morris  <rgm@gnu.org>
2186         * gnus-util.el (gnus-message-with-timestamp-1):
2187         Use `messages-buffer' function if available.  Ignore read-only.
2189 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2191         * message.el (message-expand-group, message-completion-in-region):
2192         Correct the order of start and end of a region.
2194 2013-09-13  Glenn Morris  <rgm@gnu.org>
2196         * mml2015.el (gnus-create-image): Autoload it.
2198         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2200         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2201         (image-size): Declare.
2203 2013-09-12  Glenn Morris  <rgm@gnu.org>
2205         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2206         Avoid using `find', which i) might not be defined at runtime;
2207         ii) does not work, since its default test is eql, not equal.
2208         (gnus-mime-action-alist): Declare.
2210 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2212         * score-mode.el (gnus-score-mode-map): Move initialization
2213         into declaration.
2214         (gnus-score-mode): Use define-derived-mode.
2215         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2216         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2217         into declaration.
2218         (gnus-kill-file-mode): Use define-derived-mode.
2219         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2220         Use derived-mode-p.
2221         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2222         (gnus-group-setup-buffer, gnus-group-name-at-point)
2223         (gnus-group-make-web-group, gnus-group-enter-directory)
2224         (gnus-group-suspend): Use derived-mode-p.
2225         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2226         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2227         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2228         (gnus-article-setup-buffer, gnus-article-prepare)
2229         (gnus-article-prepare-display, gnus-sticky-article)
2230         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2231         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2232         (gnus-article-read-summary-keys): Use derived-mode-p.
2234 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2236         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2238 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2240         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2241         shift_jis from the default value set for Japanese users.
2243 2013-08-13  Glenn Morris  <rgm@gnu.org>
2245         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2247         * gnus.el (gnus-valid-select-methods): Fix type.
2249         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2251 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2253         * mm-decode.el (mm-display-external): Run a timer for the temp files
2254         deletion after a viewer exits; add a deletion timer for the needsterm
2255         case, too.
2257         * mm-decode.el (mm-display-external): Try to delete temporary files by
2258         using a 1-min. timer.
2260 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2262         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2263         New internal variables.
2264         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2265         (mm-display-external): Use it to delete temporary files instead of
2266         using timers.
2268 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2272 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2274         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2275         with cond for backwards compatability.
2277 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2279         * mm-decode.el (mm-display-external): Bind process-connection-type to
2280         nil; don't delete a temp file immediately even if a viewer finishes,
2281         since it may be a shell script, like xdg-open, that launches a real
2282         viewer program belatedly.
2284 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2286         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2287         that we can create nndoc groups that excerpt other groups.
2289 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291         * gnus-delay.el (gnus-delay-article): Fix typo.
2293         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2294         articles.
2296         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2297         we can get spell-checking etc.
2299 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2301         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2302         a single one used for encoding the whole text in a header.
2304 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2307         doesn't work properly on XEmacs.
2309 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2312         before sending.
2314         * dgnushack.el (dgnushack-compile): Add a temporary check for
2315         gnus-icalendar.
2317         * mm-decode.el (mm-command-output): New face.
2318         (mm-display-external): Use it.
2320 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2322         * nnmbox.el (nnmbox-request-article): Don't change point.
2324 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2327         Include `handle' parameter.
2329 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2331         * gnus-icalendar.el: New file.
2333 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2337         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2338         dummy roots, too.
2340 2013-08-01  David Edmondson  <dme@dme.org>
2342         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2343         out on ttys.
2345 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2348         not empty.
2350         * nnrss.el (nnrss-discover-feed): Indent.
2352 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2354         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2356 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2359         dirty to ensure nnimap data being saved.
2361 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2363         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2364         menu entry.
2366         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2367         the current thread's total score instead of the current article's
2368         score.
2370         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2371         (gnus-sort-threads-recursively): Delete defcustom.
2372         (gnus-sort-threads-recursive): Adapt accordingly.
2374 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2376         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2377         (gnus-sort-threads-recursive): Use it.
2378         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2379         again.  Now that determines how to sort subthreads.
2381 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2383         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2384         (gnus-sort-threads): Use it.
2386 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2388         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2389         punctuation characters follow parentheses (bug#14950).
2391 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2393         * gnus.el (gnus-continuum-version):
2394         * gnus-msg.el (gnus-extended-version): Simplify.
2396         * gnus.el (gnus-continuum-version-1): Remove.
2397         * gnus-msg.el (gnus-bug): Revert.
2399         Calculate gnus-version correctly on Cygwin.
2401         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2402         (gnus-continuum-version-1): New function, return a string.
2404         * gnus-msg.el (gnus-extended-version, gnus-bug):
2405         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2407 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2409         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2410         (bug#13384).
2412 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2415         that were only relevant in a development version a long time ago.
2417 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2419         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2420         that the old Emacs 24s bundle.
2422 2013-07-10  David Engster  <deng@randomsample.de>
2424         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2425         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2426         fixes a bug in Emacs trunk where the 'unexist' marks were always
2427         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2428         Gnus v0.03".
2430 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2432         * gnus.el (gnus-summary-line-format): Reference
2433         `gnus-user-date-format-alist' for the &user-date; format, not
2434         `gnus-summary-user-date-format-alist'.
2436 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2439         delete files (bug#13481).
2441 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2443         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2445 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2447         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2448         display images.
2450         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2452         * message.el (message-cancel-news): According to
2453         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2454         preferred over "cmsg cancel" in the Subject.
2456         * nnir.el (nnir-engines): Note that the group specs are regexps
2457         (bug#13238).
2459         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2460         gotten read-only text properties, ensure that those aren't heeded when
2461         copying stuff over (bug#13434).
2463         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2464         (bug#13762).
2466 2013-07-05  David Kastrup  <dak@gnu.org>
2468         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2469         authinfo file again (important for blank passwords).  This had been
2470         broken with 2013-06-15 change.
2472 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2475         Revert 2013-01-14 change.
2477 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2479         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2480         of 'create-image' for XEmacs compatibility; check errors when decoding
2481         image.  Reported by Uwe Brauer.
2483 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2485         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2486         gnus-button-push revised at 2011-01-19.
2488 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2491         now live in the lisp/net Emacs 24 repository.
2493 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495         * eww.el (eww-update-header-line-format): Quote % characters.
2497 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499         * eww.el (eww-process-text-input): Display passwords as asterisks.
2501         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2503 2013-06-19  Tom Tromey  <tromey@redhat.com>
2505         * eww.el (eww-top-url): Remove.
2506         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2507         (eww-render): Set new variables.  Don't set eww-top-url.
2508         (eww-handle-link): Handle "prev", "home", and "contents".
2509         Downcase the rel text.
2510         (eww-top-url): Choose best top URL.
2512 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514         * eww.el: Rewrite to implement form elements "by hand" instead of
2515         relying in widget.el.  Using widget.el leads to too many
2516         user interface inconsistencies.
2517         (eww-self-insert): Implement entering commands in text fields.
2518         (eww-process-text-input): New function to make text input field editing
2519         work.
2520         (eww-submit): Rewrite to use the new-style form methods.
2521         (eww-select-display): Display the correct selected item.
2522         (eww-change-select): Implement changing the select value.
2523         (eww-toggle-checkbox): Implement radio/checkboxes.
2524         (eww-update-field): Fix compilation error.
2525         (eww-tag-textarea): Implement <textarea>.
2527         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2528         don't shadow mode-specific bindings.
2530         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2531         nothing to push.
2533         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2535 2013-06-19  Glenn Morris  <rgm@gnu.org>
2537         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2539 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2541         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2543 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545         * shr.el (shr-make-table-1): Implement <td rowspan>.
2546         (shr-table-horizontal-line): Allow nil as a value, and change the
2547         default.
2548         (shr-insert-table-ruler): Respect the nil value.
2550 2013-06-18  Tom Tromey  <tromey@barimba>
2552         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2553         New defvars.
2554         (eww-open-file): New defun.
2555         (eww-render): Initialize new variables.
2556         (eww-display-html): Handle "link" and "a".
2557         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2558         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2559         (eww-back-url): Rename from eww-previous-url.
2560         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2561         defuns.
2563 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565         * shr.el (shr-tag-table): Insert the images after the table, so that
2566         they're not covered by the table colourisation, which often looked
2567         awkward.
2568         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2569         <dd>.
2570         (shr-make-table-1): Implement <td colspan=> support.
2571         (shr-insert-document): Use one less than window width if `shr-width' is
2572         nil, since otherwise things may get one character too wide.
2574 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2576         * eww.el (eww-detect-charset): Improve regexp; move backward.
2578 2013-06-18  Glenn Morris  <rgm@gnu.org>
2580         * mm-decode.el (widget-convert-button): Autoload.
2582         * sieve-manage.el (mm-enable-multibyte): Autoload.
2584         * shr.el (libxml-parse-html-region): Declare.
2585         (shr-render-buffer): Explicit error if no libxml2 support.
2587 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2589         * auth-source.el (auth-source-current-line): New function.
2590         (auth-source-netrc-parse-entries): When a data token is "machine",
2591         assume we're in the wrong place and abort parsing the current line.
2593 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2596         (eww-convert-widgets): Don't bug out if the first widget starts at the
2597         beginning of the buffer.
2598         (eww-convert-widgets): Fix last patch.
2599         (eww-tag-input): Support <input type=image>.
2601         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2602         (shr-tag-base): Protect against base specs that are degenerate.
2603         (shr-ensure-paragraph): Don't delete empty lines that have text
2604         properties, because these may be input fields.
2606         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2607         we can navigate to them.
2609         * shr.el (shr-colorize-region): Put the colours over the entire region.
2610         (shr-inhibit-decoration): New variable.
2611         (shr-add-font): Use it to inhibit text property decorations while doing
2612         preliminary table renderings.  This speeds up typical Wikipedia page
2613         renderings by 15%.
2614         (shr-tag-span): Don't respect the <title>, because that overwrites the
2615         help-echo from links inside the spans.
2616         (shr-next-link): Use `help-echo' for navigation, so that we can
2617         navigate to form elements, too.
2619         * eww.el (eww-button): New face.
2620         (eww-convert-widgets): Use it to make submit buttons more button-like.
2622         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2623         that Gnus commands work.
2625         * shr.el (shr-render-td): Support horizontal alignment.
2627         * eww.el (eww-put-color): Removed.
2628         (eww-colorize-region): Use `add-face-text-property'.
2630         * shr.el (shr-add-font): Append face data, so that we get the correct
2631         precedence: The innermost value (which is applied first) wins.
2632         (shr-make-overlay): Obsolete function.
2634         * mm-decode.el (mm-convert-shr-links): New function to convert
2635         new-style shr URL links into widgets.
2636         (mm-shr): Use it.
2638         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2639         widget commands, since we're no longer using widgets for links.
2641         * shr.el (shr-next-link): New command.
2642         (shr-previous-link): New command.
2643         (shr-urlify): Don't use `widget-convert', because that's slow.
2644         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2645         because collecting the overlays and reapplying them when generating
2646         tables is slow.
2647         (shr-insert-table): Ditto.
2649 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2652         * shr.el (browse-url): Require `url'.
2653         * eww.el (url): Require format-spec.
2655 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657         * eww.el (eww-display-html): Default to using the entire window width.
2658         (eww-browse-url): Don't add a User-Agent header (twice), because that
2659         makes Bing refuse connection.
2661         * shr.el (shr-make-table): Cache the table rendering at the table
2662         level, and not the <td> level.  This is a bit faster.
2664         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2665         #id.
2667         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2668         browsers don't.
2669         (shr-expand-url): Respect #anchor links.
2670         (shr-parse-base): Chop off the anchor before using.
2671         (shr-descend): Respect display: none.
2672         (shr-descend): Allow marking elements that have certain IDs.
2674         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2676         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2678         * eww.el (eww-tag-textarea): Support <textarea>.
2680 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2682         * shr.el (shr-dom-to-xml): Fixed function call.
2684         * eww.el (eww): New group.
2685         (eww-header-line-format): New custom variable.
2686         (eww-current-title): New variable.
2687         (eww-display-html): Update header and handle title tag.
2688         (eww-update-header-line-format): New function.
2689         (eww-tag-title): New function.
2691         * shr.el (shr-dom-to-xml): New function.
2692         (shr-tag-svg): Add support for the SVG tag.
2693         (shr-bullet): New custom variable.
2694         (shr-tag-li): Support custom bullet in unordered lists.
2696 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698         * shr.el (shr-expand-url): Respect // URLs.
2700         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2701         put a background colour onto the entire buffer.
2702         (eww-render): When being redirected, use the redirect URL as the new
2703         base URL.
2705         * shr.el (shr-parse-base): Fix parsing error.
2707         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2709         * shr.el (shr-parse-base): New function.
2710         (shr-expand-url): Use it to expand relative URLs reliably.
2712 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2714         * auth-source.el (auth-source-search-collection): Fix docstring.
2715         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2716         single-quoted strings and multiline entries.
2717         (auth-source-netrc-parse-next-interesting)
2718         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2719         functions to support parser.
2721 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723         * eww.el (eww-submit): Get submit button logic right when hitting RET
2724         on non-submit buttons.
2726         * shr.el: Remove shr-preliminary-table-render, since that can't really
2727         be used for anything in practice.
2729 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2731         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2732         (sieve-manage-quit).
2734 2013-06-14  Glenn Morris  <rgm@gnu.org>
2736         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2738 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2740         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2741         control the maximum size of photo ID image.
2742         (mml2015-epg-key-image-to-string): Respect it.
2744 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2747         instead of the final one so that we can more easily distinguish them.
2749         * eww.el (eww-submit): Compute the submission URL correctly.
2751 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2754         Use plist-get rather than CL's getf.
2755         (sieve-manage-parse-capability): Avoid CL's remove-if.
2757 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2759         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2760         (sieve-manage-quit).
2762 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2765         last slash.
2767         * eww.el (eww-tag-select): Use the first value as the default value.
2769 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2771         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2772         (eww-mode): Use `define-derived-mode'.
2773         (eww-parse-headers): Parse headers from beginning of buffer so that
2774         file:// links work.
2776 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2778         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2780 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2783         to handle them at all.
2785 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2788         work, too.
2789         (eww-tag-select): Implement <select>.
2791 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2793         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2794         stream managing functions by using open-protocol-stream to do most of
2795         the work.  Has the nice benefit of enabling STARTTLS.
2796         Wait for capabilities after STARTTLS: following RFC5804, the server
2797         sends new capabilities after successfully establishing a TLS connection
2798         with the client.  The client should update the cached list of
2799         capabilities, but we just ignore the answer for now.
2800         (sieve-manage-network-p, sieve-manage-network-open)
2801         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2802         (sieve-manage-forward, sieve-manage-streams)
2803         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2804         API, nor called by any other function.
2805         Enable Multibyte for SieveManage buffers: The parser won't properly
2806         handle umlauts and line endings unless multibyte is turned on in the
2807         process buffer.
2809 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811         * eww.el (eww-tag-input): Support password fields.
2812         (eww-submit): Support POST.
2814 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816         * eww.el (eww-tag-form): Protect against degenerate forms.
2818         * shr.el (shr-expand-url): Expand URLs that start with a slash
2819         correctly.
2821         * eww.el (eww-submit): Get submit button logic right.
2823         * shr.el (shr-final-table-render): New variable to signal when we're
2824         doing the final table rendering so that we can collect more data at
2825         that point.
2827         * eww.el (eww-submit): Make form submission work.
2828         (eww-tag-input): Implement submit buttons.
2829         (eww-click-radio): Implement radio and checkboxes.
2830         (eww-submit): Handle hidden elements.
2832         * shr.el (shr-descend): Allow other packages to override (or provide)
2833         rendering of elements.
2834         (shr-expand-url): Strip query strings from URLs before expanding them.
2836         * eww.el: Don't require cl-lib.
2837         (eww-tag-form): Start form support.
2839         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2841         * eww.el: Start writing a new, tiny web browser.
2842         (eww-previous-url): New command.
2843         (eww-quit): New command.
2845 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2847         * sieve.el: Put point at beginning of buffer when viewing a script.
2848         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2849         number in sieve-buffer's header.  Fixed code to also work with a string
2850         as port specifier.  Properly close the connection on pressing 'q'.  Make
2851         sieve-manage-quit close the connection and process buffer.  Also, remove
2852         duplicate keybinding for 'q'.
2854 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2856         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2857         make it easier to read.
2858         (mm-pkcs7-enveloped-magic): Ditto.
2860 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2862         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2863         before `image-type-available-p' to avoid loading the image libraries
2864         needlessly.
2866 2013-06-05  David Engster  <deng@randomsample.de>
2868         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2869         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2870         to see whether the group was synced before.
2872 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2874         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2875         when opening the connection.
2876         Suggested by João Távora <joaotavora@gmail.com> in
2877         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2879 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2881         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2882         assume Date header begins with "Date", that may be customized into
2883         something like "X-Sent" using gnus-article-time-format.
2884         (article-transform-date): Allow multi-line Date header.
2886 2013-06-02  David Engster  <deng@randomsample.de>
2888         * registry.el (initialize-instance, registry-lookup)
2889         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2890         (registry-lookup-secondary-value, registry-search, registry-delete)
2891         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2892         not wrap methods in `eval-and-compile'.  This breaks due to latest
2893         changes in EIEIO (introduction of eieio-core.el).
2895 2013-05-30  Glenn Morris  <rgm@gnu.org>
2897         * nnmail.el (nnmail-fancy-expiry-target):
2898         Also bind mail-dont-reply-to-names.
2900         * spam-stat.el (spam-stat-save):
2901         No need to tweak font-lock in temp buffers.
2903         * shr.el (shr-put-image): Silence compiler.
2905 2013-05-29  Glenn Morris  <rgm@gnu.org>
2907         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2909         * gnus-group.el (gnus-sequence-of-unread-articles)
2910         (gnus-summary-add-mark, gnus-mark-article-as-read)
2911         (gnus-group-make-articles-read): Declare.
2913         * gnus-sum.el (gnus-parameter-list-identifier)
2914         (gnus-article-stop-animations, gnus-stop-downloads)
2915         (gnus-article-only-boring-p, article-goto-body)
2916         (gnus-flush-original-article-buffer, article-narrow-to-head)
2917         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2918         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2920         * gnus.el: No need to eval-and-compile autoloads.
2922         * gravatar.el (help-function-arglist): Autoload.
2924         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2926         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2928         * spam.el: No need to load spam-report when compiling.
2929         No need to eval-and-compile autoloads.
2930         (spam-report-resend-to): Declare.
2931         (spam-report-resend-register-routine): Require 'spam-report.
2933 2013-05-24  Julien Danjou  <julien@danjou.info>
2935         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2936         setup.
2938 2013-05-23  Glenn Morris  <rgm@gnu.org>
2940         * gnus-util.el (rmail-swap-buffers-maybe)
2941         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2942         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2943         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2945         * mm-decode.el: No need to load term when compiling.
2946         (term-mode, term-char-mode): Declare.
2948         * mm-util.el: No need to load jka-compr when compiling.
2949         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2951         * nnmaildir.el: Require is automatically eval-and-compile.
2952         (nnmail): Require at run-time too.
2954         * registry.el (registry-size): Move definition before use.
2956 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2958         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2959         signed data to conform the standard.  (Bug#14232)
2961 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2963         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2964         double angle quotation mark.
2966 2013-05-20  Glenn Morris  <rgm@gnu.org>
2968         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2970 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2972         * message.el (message-insert-formatted-citation-line): handle finding
2973         first/lastname when more than 2 names appear.
2975 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2977         * shr.el (shr-tag-span): New function.
2979 2013-05-18  Glenn Morris  <rgm@gnu.org>
2981         * message.el (message-mode): Use message-mode-abbrev-table,
2982         with text-mode-abbrev-table as parent.  (Bug#14413)
2984 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2986         * message.el (message-expand-group): Decode group names.
2988 2013-05-16  Julien Danjou  <julien@danjou.info>
2990         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2991         app-icon.
2993 2013-05-15  Glenn Morris  <rgm@gnu.org>
2995         * shr-color.el (shr-color-visible-luminance-min)
2996         (shr-color-visible-distance-min): Use shr-color group.
2998 2013-05-11  Glenn Morris  <rgm@gnu.org>
3000         * gnus-vm.el: Make it loadable without VM.
3001         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
3002         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
3004 2013-05-09  Glenn Morris  <rgm@gnu.org>
3006         * mml1991.el: Make it loadable.  (Bug#13456)
3008         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
3009         * gnus-async.el (gnus-async-post-fetch-function):
3010         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
3011         * gnus-html.el (gnus-html-image-cache-ttl):
3012         * gnus-notifications.el (gnus-notifications-timeout):
3013         * gnus-picon.el (gnus-picon-properties):
3014         * gnus-util.el (gnus-completion-styles):
3015         * gnus.el (gnus-other-frame-resume-function):
3016         * message.el (message-user-organization-file)
3017         (message-cite-reply-position):
3018         * nnir.el (nnir-summary-line-format)
3019         (nnir-retrieve-headers-override-function):
3020         * shr-color.el (shr-color-visible-luminance-min):
3021         * shr.el (shr-blocked-images):
3022         * spam-report.el (spam-report-resend-to):
3023         * spam.el (spam-summary-exit-behavior): Fix custom types.
3025         * gnus-salt.el (gnus-selected-tree-face): Fix default.
3027 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3029         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
3030         because of let-binding help-xref-following.  (Bug#14356)
3032 2013-05-06  Glenn Morris  <rgm@gnu.org>
3034         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
3036 2013-05-04  Andrew Cohen  <cohen@bu.edu>
3038         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
3039         entering into the registry.
3041 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3043         * gnus.el: Ma Gnus v0.7 is released.
3045 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3047         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
3048         (Bug#14304)
3050 2013-04-27  Glenn Morris  <rgm@gnu.org>
3052         * gnus.el (gnus-list-debbugs):
3053         Use require rather than autoload.  (Bug#14262)
3055 2013-04-27  Julien Danjou  <julien@danjou.info>
3057         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3058         port to "sieve" now that it has an official IANA port assigned.
3060 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3062         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3063         Don't set the MAILHOST environment variable permanently (Bug#14271).
3065 2013-04-26  Glenn Morris  <rgm@gnu.org>
3067         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3069 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3071         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3072         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3074 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3076         * nnir.el (nnir-close-group): Make sure we are in the right group.
3078         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3079         dependency table from all newly retrieved headers.
3081 2013-04-16  David Edmondson  <dme@dme.org>
3083         Support <img src="data:...">.
3085         * shr.el (shr-image-from-data): New function.
3086         (shr-tag-img): Use it.
3088 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3090         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3091         group.
3093 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3095         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3096         corresponding to any existing group (Bug#14166).
3098 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3100         * nnir.el (number-sequence): No longer used.
3101         (nnir-request-set-mark): New function.
3102         (nnir-request-update-info): Improve marks updating.
3103         (nnir-request-scan): Don't duplicate marks updating.
3104         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3105         Use 'assq rather than 'assoc.  Quote anonymous function.
3106         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3107         Use 'gnus-group-prefixed-p.
3108         (gnus-summary-create-nnir-group): Make sure server for method is open.
3110 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3112         * nnir.el (gnus-nnir-group-p): New function.
3113         (nnir-possibly-change-group): Use it.
3115         * gnus-msg.el (gnus-setup-message): Use it.
3117 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3119         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3120         `initial-input' for the argument name.
3121         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3123 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3125         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3126         (used by MH-E).
3128 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3130         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3131         group.
3133         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3134         fix compilation.
3136 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3138         * nnir.el (nnir-method-default-engines): And another typo.
3140 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3142         * nnir.el (nnir-method-default-engines): Fix typo.
3144 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3146         * nnir.el: Define 'number-sequence for xemacs.
3147         (gnus-summary-create-nnir-group): New function to create an nnir group
3148         from an nnir summary buffer based on the current query.
3149         (nnir-request-create-group): Update to allow nnir group creation based
3150         on the current query.
3152 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3154         * nndraft.el (nndraft-request-expire-articles):
3155         Make expiry target always `delete'.
3157 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3159         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3160         buffer use the posting-style and gcc of the original article group.
3161         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3163         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3164         after other deffoos.
3166 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3168         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3169         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3170         support for real (i.e. not ephemeral) nnir groups.
3171         (gnus-summary-make-nnir-group): New function for initiating searches
3172         from a summary buffer.
3174 2013-03-18  Sam Steingold  <sds@gnu.org>
3176         * message.el (message-bury): Minor cleanup.
3178 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3180         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3182 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3184         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3185         nnml-request-list.  (Bug#13873)
3186         (nndir-request-newsgroups): Remove, unused.
3188         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3190 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3192         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3193         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3194         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3196 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3198         * shr.el: Make all the overlays set the `evaporate' property so that
3199         they're removed properly.
3201 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3203         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3204         shell-quote-argument.
3206 2013-02-22  David Engster  <deng@randomsample.de>
3208         * gnus-registry.el (gnus-registry-save): Provide class name when
3209         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3210         `condition-case' to stay compatible with older EIEIO versions which
3211         only accept one argument.
3213 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3215         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3216         (epg-user-id-validity): Autoload.
3217         (mml2015-epg-check-user-id): New function.
3218         (mml2015-epg-check-sub-key): New function split from
3219         mml2015-epg-find-usable-key.
3220         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3221         optional name-is-key-id, to handle the case when user-id is unusable.
3222         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3224 2013-02-17  Glenn Morris  <rgm@gnu.org>
3226         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3228 2013-02-16  Glenn Morris  <rgm@gnu.org>
3230         * shr.el (shr-put-image): Only animate images that specify a delay.
3231         This is consistent with the old image-animated-p behavior.
3233 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3235         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3236         for XEmacs.
3238 2013-02-13  Juri Linkov  <juri@jurta.org>
3240         * gnus-art.el (gnus-article-mode-map):
3241         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3242         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3244 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3246         * auth-source.el (auth-source-format-prompt): Don't get confused by
3247         any "\" in replacement text.  (Bug#13637)
3249 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3251         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3252         (gnus-backend-trace): Honour gnus-backend-trace.
3254         * mml.el (mml-insert-part): Insert closing tag.
3256         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3258 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3261         able to find the article, which can happen in debbugs groups,
3262         apparently.
3264 2013-01-16  Glenn Morris  <rgm@gnu.org>
3266         * smiley.el (smiley-style): Make the file loadable in batch mode.
3268 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3270         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3271         imap process running.
3273 2013-01-14  Julien Danjou  <julien@danjou.info>
3275         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3276         Compare addresses against addresses, not against the full From field.
3278 2013-01-13  Richard Stallman  <rms@gnu.org>
3280         * message.el (message-forward-make-body-mime): New args BEG, END
3281         specify what part of FORWARD-BUFFER to use.  Do the work directly
3282         instead of calling `mml-insert-buffer'.
3284 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3286         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3287         cross-reference(s).
3289         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3290         cross-reference(s).
3292 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3294         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3295         and point-max-marker.
3296         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3298 2013-01-11  Julien Danjou  <julien@danjou.info>
3300         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3301         max are almost equal.  Also return the correct value for V which is
3302         already between 0 and 1.
3304 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3306         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3307         to mml2015-encrypt-to-self.
3308         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3310 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3312         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3313         mml-smime-epg-find-usable-secret-key.
3315 2013-01-08  Glenn Morris  <rgm@gnu.org>
3317         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3319 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3321         * mml-smime.el: Support signing by sender.
3322         Requested by Uwe Brauer.
3323         (mml-smime-sign-with-sender): New user option analogous
3324         to mml2015-sign-with-sender.
3325         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3326         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3327         mml2015.el.
3329 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3332         isn't running, because Gnus will probably not know how to handle the
3333         Gcc header (bug#11941).
3335         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3336         articles.
3338 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3341         (nnfolder-generate-active-file): Make this function work with recursive
3342         folder names.
3344 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3346         * nntp.el (nntp-open-connection): Use HELP as the capability command
3347         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3348         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3350 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3352         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3353         place holder since this gives `Invalid face reference: nil' messages.
3354         Use the `default' face instead.  It has the same effect here, even
3355         though it is not no-op.
3357         * gnus-util.el
3358         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3360 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3362         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3363         non-string posting styles (bug#13285).
3365 2012-12-27  Glenn Morris  <rgm@gnu.org>
3367         * plstore.el (plstore-passphrase-callback-function):
3368         Use plstore-get-file.
3370 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3372         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3373         stderr.
3375 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3377         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3379         * gnus-compat.el (set-buffer-multibyte): Remove.
3381 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3383         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3384         temporary file to get PGP key image.  Pass no-show-photos when
3385         extracting image to avoid having it pop up twice.
3387 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3389         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3390         eligible for treatment.
3392         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3393         lines.  This makes summary commands with hidden threads work more
3394         reliably.
3396         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3397         button to mark the hidden citations (bug#9395).
3399 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3401         * mml2015.el (mml2015-epg-signature-to-string): New function.
3402         (mml2015-epg-verify-result-to-string): New function.
3403         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3404         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3405         instead of epg-verify-result-to-string.
3406         (epg-signature-key-id, epg-signature-to-string): Autoload.
3407         (epg-verify-result-to-string): Remove autoload.
3409 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3411         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3412         ID image from GPG public key.
3413         (mml2015-epg-key-image-to-string): New function.
3415 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3417         * plstore.el (plstore-passphrase-callback-function): Fix error when
3418         error when plstore-cache-passphrase-for-symmetric-encryption is set
3419         (bug#13264).
3421 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3423         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3424         buffer to the article buffer here, because that clobbers multiple
3425         article buffers.
3427         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3428         buffer always points to the right summary buffer.
3430 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3432         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3433         the password (bug#12097).
3435 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3437         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3438         (bug#13263).
3440         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3441         buffer exists before using it (bug#12475).
3443         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3444         offline groups (bug#11937).
3446         * message.el (message-yank-original): When using customize to set the
3447         value of `message-cite-style', the variable it set to a symbol that's
3448         the name of the variable, which must then be dereferenced (bug#12616).
3450 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3452         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3453         the `face' property with a list whose car is the face specified in the
3454         format string and whose cdr is (nil).
3455         * lisp/gnus-util.el
3456         (gnus-put-text-property-excluding-characters-with-faces):
3457         Change accordingly.
3458         (gnus-get-text-property-excluding-characters-with-faces): New function.
3459         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3460         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3461         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3463 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3465         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3466         login methods.
3467         (nnimap-login): Respect the `nnimap-authenticator' variable.
3469         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3470         mark state when moving articles.  Otherwise unticked articles will get
3471         their ticks back after moving.
3473 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3475         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3477         * message.el (message-ignored-news-headers): Always remove
3478         X-Message-SMTP-Method to avoid information leakage if the user
3479         mistakenly inserts the header into news messages.
3481         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3483         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3484         right than four characters, this command would move point to
3485         `point-max'.  Don't do that.
3487         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3488         to nil to allow re-selecting groups that gain articles.
3489         (gnus-bug-group-download-format-alist): Update the URL.
3491 2012-12-23  Andreas Schwab  <schwab@suse.de>
3493         * shr.el (shr-tag-em): Render em as italic, not bold.
3495 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3497         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3498         for reuse.
3499         (gnus-open-server): Use it to add more tracing.
3500         (gnus-finish-retrieve-group-infos): Add backend tracing.
3501         (gnus-backend-trace): Also note the elapsed seconds.
3503 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3505         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3506         Set epa-file-encrypt-to from variable to avoid querying.
3508 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3510         * sieve-mode.el (sieve-font-lock-keywords):
3511         Keywords should be word delimited.  (Bug#13173)
3513 2012-12-13  Andreas Schwab  <schwab@suse.de>
3515         * tls.el (tls-program): Update customize type.
3517 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3519         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3520         instead of <pre> to align message header.
3522 2012-12-12  Sam Steingold  <sds@gnu.org>
3524         * gnus.el (gnus-other-frame-resume-function): Add user option.
3525         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3527 2012-12-06  Sam Steingold  <sds@gnu.org>
3529         * gnus-start.el (gnus-before-resume-hook): Add.
3530         (gnus-1): Run it when Gnus is alive.
3532 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3534         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3535         * gnus-art.el (article-unsplit-urls)
3536         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3537         * gnus-registry.el (gnus-registry-get-article-marks)
3538         * message.el (message-goto-body): Use it.
3539         (message-called-interactively-p): Remove.
3541         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3542         (spam-stat-score-buffer): Use it.
3544         * spam.el: Silence the warnings against BBDB functions when compiling.
3546         * gnus-score.el (gnus-score-decode-text-parts):
3547         Use append+mapcar instead of the cl function mapcan.
3549 2012-12-05  Sam Steingold  <sds@gnu.org>
3551         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3552         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3553         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3555 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3557         * gmm-utils.el (gmm-called-interactively-p): Revert.
3558         This seems to cause Emacs to get stuck!
3559         * gnus-art.el (article-unsplit-urls)
3560         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3561         * gnus-registry.el (gnus-registry-get-article-marks)
3562         * message.el (message-goto-body)
3563         (message-called-interactively-p): Revert.
3565         * gmm-utils.el (gmm-called-interactively-p): New function.
3566         * gnus-art.el (article-unsplit-urls)
3567         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3568         * gnus-registry.el (gnus-registry-get-article-marks)
3569         * message.el (message-goto-body): Use it.
3570         (message-called-interactively-p): Remove.
3572         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3573         * gnus-sync.el (gnus-sync-lesync-call)
3574         * message.el (message-read-from-minibuffer): Use it.
3576 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3578         * gmm-utils.el (gmm-flet): Remove.
3579         * gnus-sync.el (gnus-sync-lesync-call)
3580         * message.el (message-read-from-minibuffer): Don't use it.
3582 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3584         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3586 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3588         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3590         * gnus-sync.el (gnus-sync-lesync-call)
3591         * message.el (message-read-from-minibuffer): Use gmm-flet.
3593         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3595         * gnus-util.el (gnus-macroexpand-all): Remove.
3597 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3599         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3600         to TAB, not [tab].
3601         (gnus-summary-article-map): Likewise.
3603         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3604         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3606 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3608         * time-date.el: Commentary fix.
3610 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * color.el: Don't require cl.
3613         (color-complement): `caddr' -> `nth 2'.
3615         * time-date.el (time-to-seconds): De-obsolete.
3617 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3619         * message.el (message-get-reply-headers):
3620         Make sure the reply goes to the author if it is a wide reply.
3622 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3624         * gnus-score.el (gnus-score-body):
3625         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3626         scoring by body.
3628 2012-11-16  Glenn Morris  <rgm@gnu.org>
3630         * gnus-diary.el (nndiary-request-create-group-functions)
3631         (nndiary-request-update-info-functions)
3632         (gnus-subscribe-newsgroup-functions)
3633         (nndiary-request-accept-article-functions):
3634         Use new names for hooks rather than obsolete aliases.
3636 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3638         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3640 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3642         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3643         in meta tag with the one the part specifies in its header.
3645 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3647         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3648         by default.
3650 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3653         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3655 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3657         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3658         and a runtime function for it, of which the XEmacs version takes only
3659         two arguments.
3661 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * nndiary.el (nndiary-request-create-group-functions)
3664         (nndiary-request-update-info-functions)
3665         (nndiary-request-accept-article-functions):
3666         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3667         "-hooks" suffix.
3669 2012-10-19  Julien Danjou  <julien@danjou.info>
3671         * gnus-art.el: Require gnus-util because it uses
3672         `gnus-timer--function'.
3674 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3676         * starttls.el (starttls-extra-arguments): Doc fix.
3678 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3681         it.
3683 2012-10-06  Glenn Morris  <rgm@gnu.org>
3685         * gnus-notifications.el (gnus-notifications):
3686         Add missing group :version tag.
3687         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3688         (gnus-gcc-post-body-encode-hook):
3689         * gnus-sync.el (gnus-sync-lesync-name)
3690         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3692 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3694         * color.el (color-hsl-to-rgb): Fix incorrect results for
3695         small and large hue values.  (Bug#12559)
3697 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3699         New UIDL implementation.
3701         * mail-source.el (mail-sources, mail-source-keyword-map):
3702         Add :leave as a pop3 keyword.
3703         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3705         * pop3.el (pop3-leave-mail-on-server): Allow number.
3706         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3707         (pop3-movemail): Add UIDL support.
3708         (pop3-send-streaming-command): Take a list of mail numbers instead of
3709         the number of mails.
3710         (pop3-write-to-file): Add X-UIDL header.
3711         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3712         (pop3-uidl-add-xheader): New functions.
3714         * message.el (message-ignored-resent-headers):
3715         Add X-Content-Length and X-UIDL headers.
3717 2012-10-05  Glenn Morris  <rgm@gnu.org>
3719         * color.el (color-name-to-rgb, color-rgb-to-hex)
3720         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3721         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3722         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3723         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3725 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3727         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3728         a user about whether to delete temp files if once a user answered as n.
3730 2012-09-25  Chong Yidong  <cyd@gnu.org>
3732         * password-cache.el (password-read-and-add): Use a declare form to mark
3733         this function obsolete.
3735 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3737         * lpath.el: Bind mail-encode-mml for old Emacsen.
3739 2012-09-17  Richard Stallman  <rms@gnu.org>
3741         * message.el (message-in-body-p): Don't set mark or modify buffer.
3743         * mml.el (mml-attach-file): Doc fix.
3744         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3745         Set mail-encode-mml when in Mail mode.
3746         Simplify code to set HEAD and move back to HEAD.
3747         (mml-insert-multipart, mml-insert-part):
3748         Set mail-encode-mml when in Mail mode.
3750 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3752         * gnus-util.el (gnus-timer--function): New function.
3754         * gnus-art.el (gnus-article-stop-animations): Use it.
3756 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3758         Fix glitches caused by addition of psec to timers.
3759         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3760         rather than raw access to timer vector.
3762 2012-09-11  Julien Danjou  <julien@danjou.info>
3764         * gnus-notifications.el (gnus-notifications): Check for nil values in
3765         ignored addresses check.
3767 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3771 2012-09-07  Chong Yidong  <cyd@gnu.org>
3773         * gnus-util.el
3774         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3776         * gnus-salt.el (gnus-tree-highlight-node):
3777         * gnus-sum.el (gnus-summary-highlight-line):
3778         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3780 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3782         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3784 2012-09-06  Juri Linkov  <juri@jurta.org>
3786         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3787         scheme for buffer names to be more consistent with other group and
3788         article buffer names in Gnus.
3790 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3792         * gnus-util.el
3793         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3795         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3796         Jenkner.
3798         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3800         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3802         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3804 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3806         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3807         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3809         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3810         string-prefix-p in Emacs >=23.2.
3812         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3813         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3814         instead of string-match-p.
3815         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3817 2012-09-06  Kenichi Handa  <handa@gnu.org>
3819         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3820         lowercase a..f.
3822 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3824         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3826 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3828         * nnimap.el (nnimap-request-move-article): Decode the group name when
3829         doing internal moves to avoid charset issues.
3831         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3832         TIME is set.
3834 2012-09-05  Juri Linkov  <juri@jurta.org>
3836         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3837         than one group at a time (bug#11961).
3839 2012-09-05  Julien Danjou  <julien@danjou.info>
3841         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3842         this hide the real reason with a message giving absolutely no hint.
3844 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3846         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3847         to the backend (bug#11804).
3849         * message.el (message-insert-newsgroups): Don't insert newsgroup
3850         duplicates (bug#12275).
3852 2012-09-05  John Wiegley  <johnw@newartisans.com>
3854         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3855         sieve rules.
3857 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3859         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3860         function.
3862         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3864         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3866 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3868         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3869         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3870         This should make nnmaildir more usable with offlineimap.
3872 2012-09-05  Julien Danjou  <julien@danjou.info>
3874         * nnimap.el (nnimap-request-list): Revert change that made listing
3875         synchronous.
3876         (nnimap-get-responses): Restore.
3878 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3880         * dgnushack.el: XEmacs 21.5 compilation fix.
3882         * gnus-notifications.el (gnus-notifications-notify): Use it.
3884         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3885         warnings on XEmacs.
3887 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3889         Better seeds for (random).
3890         * gnus-sync.el (gnus-sync-lesync-setup):
3891         * message.el (message-canlock-generate, message-unique-id):
3892         Change (random t) to (random), now that the latter is more random.
3894 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3896         * nnimap.el (nnimap-change-group): Document result value
3898         * auth-source.el (auth-sources): Fix macos keychain access.
3900         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3901         allow the backend `request-head' function to determine the group
3902         name on its own.
3903         (gnus-request-expire-articles): Filter out negative article numbers
3904         during expiry (Bug#11980).
3906         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3907         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3909         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3910         you've found the article when you haven't.
3912         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3913         that nnimap-change-group can return t.
3915 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3919 2012-08-30  Julien Danjou  <julien@danjou.info>
3921         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3922         `gnus-notifications-timeout'.
3923         (gnus-notifications-timeout): Add.
3924         (gnus-notifications-action): New function.
3925         (gnus-notifications-notify): Add :action using
3926         `gnus-notifications-action'.
3927         (gnus-notifications-id-to-msg): New variable.
3928         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3929         notifications id to messages.
3931 2012-08-30  Kenichi Handa  <handa@gnu.org>
3933         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3934         once.
3936 2012-08-29  Julien Danjou  <julien@danjou.info>
3938         * gnus-notifications.el: New file.
3939         (gnus-notifications-notify): New function.
3940         (gnus-notifications): Use `gnus-notifications-notify'.
3942 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3944         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3945         transfer encoding first; bind gnus-newsgroup-charset to the charset
3946         that the article specifies (Bug#12209).
3948 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3950         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3951         (gnus-group-customize-done): Encode values posting-style holds.
3953         * gnus-msg.el (gnus-summary-resend-message)
3954         (gnus-configure-posting-styles): Decode values posting-style group
3955         parameter holds.
3957 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3959         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3960         `name' and `address' in Resent-From header.
3962 2012-08-14  Chong Yidong  <cyd@gnu.org>
3964         * gnus-art.el (article-display-face): Handle failure in
3965         gnus-create-image (Bug#11802).
3967 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3969         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3970         Use defsetf.
3972 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3974         * auth-source.el (auth-source-plstore-search)
3975         (auth-source-secrets-search): Ignore :require and :type in search spec.
3977 2012-08-06  Julien Danjou  <julien@danjou.info>
3979         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3980         `nnimap-request-move-article'.
3982         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3983         Remove autoload, already handled by gnus.el.
3985         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3987         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3988         supported by nnimap actually.  Reverts previous change.
3990         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3991         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3992         to-buffer argument that is already supported.
3994 2012-08-05  Julien Danjou  <julien@danjou.info>
3996         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3997         Add autoload.
3999 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4001         * gnus.el (gnus-valid-select-methods): Fix custom type.
4003 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
4005         * auth-source.el (auth-sources, auth-source-backend-parse)
4006         (auth-source-macos-keychain-search)
4007         (auth-source-macos-keychain-search-items)
4008         (auth-source-macos-keychain-result-append)
4009         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
4010         auth-source.el through the /usr/bin/security utility.
4011         (auth-sources): Fix syntax error.
4012         (auth-source-macos-keychain-result-append): Fix variable name.
4013         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
4015 2012-07-27  Julien Danjou  <julien@danjou.info>
4017         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
4018         Emacs < 24.1
4020 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4022         * message.el (message-kill-address): Don't kill last newline.
4023         (message-skip-to-next-address): Don't move to the next header.
4024         (message-fill-field-address): Work properly.
4026 2012-07-25  Julien Danjou  <julien@danjou.info>
4028         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
4030 2012-07-24  Julien Danjou  <julien@danjou.info>
4032         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
4034         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
4035         (nntp-async-timer-handler): Remove, unused.
4037         * nnimap.el (nnimap-get-responses): Remove, unused.
4039         * nnheader.el (mail-header-set-extra): Remove, unused.
4041         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
4042         unused.
4044         * mm-view.el (mm-view-sound-file): Remove, unused.
4046         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
4047         (mm-url-encode-multipart-form-data): Remove, unused.
4049         * message.el (message-remove-signature, message-make-host-name)
4050         (message-fill-address): Remove, unused.
4052         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4053         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4054         unused.
4056         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4057         (gnus-xmas-call-region): Remove, unused.
4059         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4061         * gnus-util.el (gnus-extract-address-component-name)
4062         (gnus-extract-address-component-email, gnus-sortable-date)
4063         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4064         (gnus-process-live-p): Remove, unused.
4066         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4068         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4069         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4070         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4071         function.
4073         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4075         * gnus-score.el (gnus-summary-score-crossposting)
4076         (gnus-score-regexp-bad-p): Remove, unused.
4078         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4080         * gnus-range.el (gnus-sublist-p): Remove, unused.
4082         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4083         unused.
4085         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4087         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4088         (gnus-request-associate-buffer): Remove, unused.
4090         * gnus-group.el (gnus-group-set-method-info)
4091         (gnus-group-set-params-info): Remove, unused.
4093         * gnus-fun.el (gnus-shell-command-to-string)
4094         (gnus-shell-command-on-region): Remove, unused.
4096         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4098         * gnus-art.el (gnus-article-text-type-exists-p)
4099         (article-translate-characters, gnus-article-hide-text-of-type)
4100         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4101         Remove, unused.
4103 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4105         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4107 2012-07-21  Julien Danjou  <julien@danjou.info>
4109         * message.el (message-dont-reply-to-names): Replace deprecated
4110         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4111         (message-get-reply-headers): Ditto.
4113 2012-07-18  Julien Danjou  <julien@danjou.info>
4115         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4116         `sieve-upload-and-kill'.
4118         * sieve.el (sieve-bury-buffer): Remove function.
4119         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4120         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4122 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4124         * shr.el (shr-expand-url): Handle URL starting with `//'.
4126 2012-07-13  Chong Yidong  <cyd@gnu.org>
4128         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4129         instead of calling toggle-read-only with a (bogus) argument.
4131 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4133         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4134         of initial input when reading the author to restrict the summary to.
4136 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4138         * mm-decode.el (mm-shr):
4139         Allow overriding charset by mm-charset-override-alist.
4141 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4143         * gnus-art.el (gnus-article-view-part):
4144         Toggle subparts of multipart/alternative part.
4146 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4148         * shr.el (shr-render-buffer): New command.
4149         (shr-visit-file): Use it.
4151 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4153         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4154         Set no-byte-compile and no-update-autoloads.
4156 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4158         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4160 2012-06-25  Julien Danjou  <julien@danjou.info>
4162         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4163         `nnimap-request-move-articles-find-limit' since we do not use it only
4164         for move operations.
4165         (nnimap-request-accept-article): Use
4166         `nnimap-request-articles-find-limit' to limit search by message-id.
4168 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4170         Support higher-resolution time stamps (Bug#9000).
4172         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4173         VARLIST.  It's optional, for backward compatibility.
4174         (encode-time-value): New optional arg PICO.  New type 3.
4175         (time-to-seconds) [!float-time]: Support the new picoseconds
4176         component if it's used.
4177         (seconds-to-time, time-subtract, time-add):
4178         Support ps-resolution time stamps as well.
4180 2012-06-19  Julien Danjou  <julien@danjou.info>
4182         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4184         * nnimap.el (nnimap-log-buffer): Check that
4185         `window-point-insertion-type' is boundp, since it's not available in
4186         XEmacs.
4188 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4190         * nnimap.el (nnimap-log-buffer): Add this, setting
4191         `window-point-insertion-type' in the buffer to t.
4192         (nnimap-log-command): Use nnimap-log-buffer.
4194 2012-06-19  Julien Danjou  <julien@danjou.info>
4196         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4197         argument to be able to limit the search.
4198         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4199         (nnimap-request-move-articles-find-limit): Add this to limit the search
4200         by Message-Id after a message move.
4201         (nnimap): Add defgroup.
4203 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4205         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4207 2012-06-15  Julien Danjou  <julien@danjou.info>
4209         * nnimap.el (nnimap-find-article-by-message-id): Use
4210         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4211         (nnimap-possibly-change-group): Add read-only argument.
4212         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4213         issuing EXAMINE manually.
4214         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4215         with read-only argument.
4216         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4217         cannot possibly change because we need to be sure that it's either
4218         read-write or read-only.
4220 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4223         being bound to a lambda form.
4225 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4227         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4228         articles when fetch-old is non-nil (bug#11370).
4230 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4232         * gnus-picon.el (gnus-picon-properties): New defcustom.
4233         (gnus-picon-create-glyph): Use it.
4235 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237         * gnus-group.el (gnus-group-get-new-news): Respect
4238         `gnus-group-use-permanent-levels', as documented (bug#11638).
4240 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4242         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4243         groups (bug#11641).
4245 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4247         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4248         is an integer to avoid later problems.
4250 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4253         locales.
4255         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4256         on a handle.
4258         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4259         address as the default.
4260         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4262         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4263         makes no sense to query the user about internal files.
4265         * gnus-spec.el: Remove all the byte-compilation stuff, since
4266         benchmarking shows that it doesn't help when entering large summary
4267         buffers.
4269         * gnus-xmas.el (gnus-xmas-define): Remove.
4271         * gnus-util.el (gnus-byte-code): Remove.
4273         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4274         grouplens stuff.
4276 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4279         (bug#11514).
4281 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4283         * message.el (message-buffers): Return all buffers derived from Message
4284         to make `gnus-dired-attach' work with mu4e.
4286 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * nntp.el: Stop the `letf' madness.
4289         (nntp--report-1): New var.
4290         (nntp-report): Merge nntp-report-1 into it.
4291         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4292         the nntp-report function.
4294         * auth-source.el: Fix comment-style to follow the convention.
4296 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4298         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4299         (mm-dissect-singlepart): Don't guess the MIME type of
4300         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4301         set.
4302         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4303         toplevel MIME type is multipart/encrypted.
4305 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4307         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4308         a string so that Gcc works (bug#11514).
4310 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4312         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4313         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4315 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4317         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4318         jumping to *Server* from a dedicated *Group* window.
4319         (gnus-configure-frame): CSE.
4321         * gnus-registry.el: Minor style cleanup.
4322         (gnus-registry--set/remove-mark): New function, extracted from
4323         gnus-registry-install-shortcuts.
4324         (gnus-registry-install-shortcuts): Use it.
4326 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4328         * nnspool.el (news-path): Use eval-and-compile.
4330 2012-05-24  Glenn Morris  <rgm@gnu.org>
4332         * nnspool.el (news-directory, news-path, news-inews-program):
4333         Move here from paths.el.  Don't see a need for these to be autoloaded.
4335         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4336         Merge in doc from paths.el version.  Don't see any need for this to be
4337         autoloaded, or for the warning about users not setting it.
4339 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4341         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4342         format.  In particular, add an optional argument and a docstring.
4344         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4346         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4347         current before calling `gnus-groups-to-gnus-format'.
4348         Note that this was already the case for `gnus-active-to-gnus-format'.
4350 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4352         Fix minor Y10k bug.
4353         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4355 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4358         message once it's actually open.
4360 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4362         * gnus.el: Ma Gnus v0.5 is released.
4364 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * auth-source.el (auth-source--aput-1, auth-source--aput)
4367         (auth-source--aget): New functions and macros.
4368         Use them instead of aput/aget.
4370 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4372         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4374 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4376         * plstore.el (plstore-called-interactively-p): New compat macro copied
4377         from message.el.
4378         (plstore-mode): Use it.
4380 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4382         * plstore.el: Revive the editing feature.
4383         (plstore-mode): New mode to edit plstore file.
4384         (plstore-mode-toggle-display, plstore-mode-original)
4385         (plstore-mode-decoded): New command.
4386         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4387         (plstore--insert-buffer, plstore--make): New function.
4388         (plstore-open, plstore-save): Simplify by using them.
4390 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4394 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4396         * tls.el (open-tls-stream): Remove unused binding.
4398 2012-04-16  Glenn Morris  <rgm@gnu.org>
4400         * nndraft.el (nndraft-request-list): Fix declaration.
4402 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404         * mm-decode.el (mm-dissect-buffer): Doc fix.
4406         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4407         don't have a current group.
4409         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4410         buffer if it doesn't exist.
4412         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4413         given, mark the group as ephemeral with the current window conf.
4415         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4416         buffer exists, which it doesn't if we haven't started Gnus.
4417         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4419 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4422         type is.
4424         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4425         `unexists' entries.
4426         (gnus-clean-old-newsrc): Fix last checkin.
4428         * nnimap.el (nnimap-update-info): None of the articles below the active
4429         low-water mark exist.
4431         * dgnushack.el: Get rid of XEmacs compilation warning.
4433         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4434         would have gotten if we posted to the group, and use that to compare
4435         against the message we want to cancel (bug#10808).
4437         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4438         on XEmacs.
4440 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4442         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4443         `scroll-margin'.
4445 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4447         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4448         citation prefix within a block of cited text should be considered part
4449         of that block *only* if it is a blank line.
4451 2012-04-09  Chong Yidong  <cyd@gnu.org>
4453         * binhex.el, hashcash.el, uudecode.el:
4454         Remove * characters from the front of variable docstrings.
4456 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4458         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4459         before kinsoku-bol characters nor within kinsoku-eol characters.
4461 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4463         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4464         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4465         (gnus-sync-read): Use mapc instead of mapcar.
4467         * mm-archive.el: Require mm-decode for some macros.
4468         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4469         the byte compiler.
4470         (mm-archive-decoders): New function that returns the value of
4471         the mm-archive-decoders variable.
4473         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4474         instead.
4475         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4477         * nnimap.el (gnus-refer-thread-use-nnir):
4478         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4480 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4484 2012-03-12  Peter Münster  <pmrb@free.fr>
4486         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4487         (gnus-demon-cancel): Ditto.
4488         (gnus-demon-run-callback): When function cannot be called due to low
4489         idleness, call it when idleness reaches the expected value, instead of
4490         waiting another timer period.
4491         (gnus-demon-init): Add `time' to arguments of call-back.
4493 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4497         * gnus.el: Register gnus-registry functions.
4499         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4500         indent.
4502         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4503         enabled before warping.
4505 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4507         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4508         registry about each article retrieved.
4510         * gnus-int.el (gnus-select-group-with-message-id): New function.
4511         (gnus-try-warping-via-registry): Ditto.
4512         (gnus-warp-to-article): Fall back on the registry.
4514 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4516         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4517         inboxes.
4519 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4523 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4525         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4526         gnus-gcc-self-resent-messages may be a group parameter.
4527         (gnus-summary-resend-message): Don't encode encoded words in header
4528         when Gcc'ing resent message.
4530 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532         * shr.el (shr-insert): Treat non-breaking space just like normal
4533         space.  This seems to produce more pleasing results.
4534         (shr-insert): Only insert a blank line if we're starting from an image.
4535         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4536         (shr-ensure-paragraph): Consider lines with white space to be blank.
4538 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4540         * Makefile.in: Respect DESTDIR.
4542 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4544         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4545         and gnus-gcc-post-body-encode-hook.
4547 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4550         messages that don't exist.
4552         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4554 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4556         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4557         Remove.
4559         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4561         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4563 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4566         have a group name.
4568         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4569         a multibyte buffer (bug#7410).
4570         (article-wash-html): Parse the original article buffer to get the
4571         unencoded data (bug#7410).
4573         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4574         .newsrc.el files.
4576 2012-04-05  Bastien Guerry  <bzg@altern.org>
4578         * color.el (color-lighten-name): Fix typo.
4580 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4583         "#" to avoid having them interpreted as comments.
4585 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587         * shr.el (shr-insert): Update the text state properly to avoid
4588         inserting spurious paragraph starts.
4590 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592         * shr.el (shr-table-widths): Divide the extra width more fairly over
4593         the TDs (bug#10973).
4594         (shr-render-td): Don't delete too much padding.
4595         (shr-natural-width): Compute the natural width more correctly.
4596         (shr-insert): Allow the natural width to be computed for tables again.
4597         (shr-tag-table-1): Rework how the natural widths are computed by
4598         rendering the table a third time.
4599         (shr-natural-width): Removed.
4600         (shr-buffer-width): New function.
4601         (shr-expand-newlines): Use it.
4603         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4604         using a `gnus-use-full-window' setup (bug#11013).
4606 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4609         24.1 release.
4611 2012-03-10  David Edmondson  <dme@dme.org>
4613         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4614         'Forwarded Message' header and the start of the message.
4616 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4618         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4619         isn't running (bug#10897).
4621 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4624         This is inconsistent with all the other stream functions, which leave
4625         the setting up to the higher levels (if so wanted) (bug#10931).
4627 2012-02-28  Glenn Morris  <rgm@gnu.org>
4629         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4630         mm-decode.el: Standardize possessive apostrophe usage.
4632 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4636 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4638         * parse-time.el (parse-time-string): Allow extractor to return nil.
4640 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4642         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4644 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4646         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4648 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4650         * mm-decode.el (mm-shr): Remove "soft hyphens".
4652         * nnimap.el (nnimap-request-list): Return the group names encoded as
4653         utf8.  Otherwise non-European group names don't work.
4654         (nnimap-request-newgroups): Ditto.
4656         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4657         the default in `read-string' (bug#10757).
4659         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4660         topics (bug#10843).
4662         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4663         buffer.  Suggested by Herbert Valerio Riedel.
4664         (nnimap-request-move-article): Delete the message from the correct IMAP
4665         server.
4667 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4669         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4670         Reported by Peter Münster.
4672 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4674         * shr.el (shr-image-fetched): Make sure we really kill the right
4675         buffer.
4677 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4679         * gnus-start.el (gnus-1): Avoid duplicate entries.
4681 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4683         * imap.el: Remove.
4685         * nntp.el (nntp-coding-system-for-read): Remove.
4686         (nntp-coding-system-for-write): Ditto.
4687         (nntp-open-connection): Just use `binary' directly.
4689         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4690         Gnus 0.3.
4692 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4694         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4695         application/octet-stream parts really is.
4697         * gnus-sum.el (gnus-propagate-marks): Remove.
4699 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4701         * shr.el (shr-rescale-image): Undo previous change; see
4702         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4704 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4706         * gnus.el: Ma Gnus v0.3 is released.
4708 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4710         * gnus-sum.el (gnus-summary-local-variables): Make
4711         `gnus-newsgroup-unexist' into a local variable.
4713 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4715         * registry.el (registry-usage-test, registry-persistence-test): Move to
4716         tests/gnustest-registry.el.
4717         (registry-make-testable-db, registry-match-test)
4718         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4720         * gnus-registry.el (gnus-registry-misc-test)
4721         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4723         * tests/gnustest-registry.el: New file with the registry and
4724         gnus-registry ERT tests.
4726 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4728         * gnus-msg.el (gnus-summary-resend-message): Make
4729         gnus-summary-resend-message-insert-gcc be last item in
4730         message-header-setup-hook.
4732 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4734         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4735         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4736         Remove.
4737         (nnfolder-open-server): Don't use marks.
4738         (nnfolder-request-delete-group): Ditto.
4739         (nnfolder-request-rename-group): Ditto.
4740         (nnfolder-request-set-mark, nnfolder-request-marks)
4741         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4742         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4744         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4745         (nnml-marks-modtime): Remove.
4746         (nnml-request-delete-group): Don't use marks.
4747         (nnml-request-rename-group): Ditto.
4748         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4749         (nnml-save-marks, nnml-open-marks): Remove.
4751         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4752         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4753         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4754         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4755         (nntp-server-to-method-cache): Remove.
4757         * shr.el (shr-rescale-image): Fix wrong merge.
4759 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4761         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4762         too-wide lines.
4764 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4766         * nnimap.el (nnimap-record-commands): New variable.
4767         (nnimap-log-command): Use it.
4768         (nnimap-make-process-buffer): Add a space to the process buffer.
4769         (nnimap-transform-headers): Don't bug out on header lines containing
4770         stuff that look like IMAP length encodings.
4772         * shr.el (shr-rescale-image): Allow viewing large images.
4774 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4776         * nnml.el (nnml-request-compact-group): Delete the marks file after
4777         compaction (bug#10800).
4779         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4780         group exit.
4782         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4783         QRESYNC/FETCH output.
4785 2012-02-11  Glenn Morris  <rgm@gnu.org>
4787         * sieve-manage.el (sieve-manage-default-stream):
4788         * shr.el (shr):
4789         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4790         (nnir-retrieve-headers-override-function)
4791         (nnir-imap-default-search-key, nnir-notmuch-program)
4792         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4793         (nnir-method-default-engines):
4794         * message.el (message-cite-reply-position):
4795         * gssapi.el (gssapi-program):
4796         * gravatar.el (gravatar):
4797         * gnus-sum.el (gnus-refer-thread-use-nnir):
4798         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4799         (gnus-registry-max-pruned-entries):
4800         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4801         * gnus-int.el (gnus-after-set-mark-hook)
4802         (gnus-before-update-mark-hook):
4803         * gnus-async.el (gnus-async-post-fetch-function):
4804         * auth-source.el (auth-source-cache-expiry):
4805         Add missing :version tags to new defcustoms and defgroups.
4807 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4809         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4810         `gnus-newsgroup-unexist'.
4812         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4813         marks.
4814         (gnus-article-special-mark-lists): Put the `unexist' in the special
4815         marks list instead.
4817         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4818         articles in the list of articles to be selected.
4820         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4821         articles.
4822         (nnimap-update-info): Keep track of unexisting articles.
4823         (nnimap-update-qresync-info): Ditto.
4825 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4827         * message.el (message-default-send-mail-function): Made into own
4828         function for reuse by emacsbug.el.
4830 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4832         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4833         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4835 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4837         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4838         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4840         * gnus-compat.el: Define `timer-set-function'.
4842         * mm-decode.el (mm-display-external): Output the text from the command
4843         in the buffer after the command finished.  This makes text-based
4844         commands behave better.
4846 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4848         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4850 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4852         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4853         23.1.
4855 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4857         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4859 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4861         * message.el (smtpmail-smtp-user): Silence compiler warning.
4863 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4865         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4866         SMTP user name.
4868 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4870         * gnus-sum.el (gnus-summary-show-thread):
4871         next-single-char-property-change may return nil in XEmacs.
4872         (gnus-summary-article-map): Fix typo.
4874 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4876         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4877         running.
4879         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4881         * gnus.el (gnus-server-extend-method): Don't add an -address component
4882         if the method already has one (bug#9676).
4884 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4886         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4887         of an initial-input for consistency (bug#10757).
4889         * dgnushack.el: Fix XEmacs compilation warning.
4891         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4893         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4895 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4897         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4898         lines that are narrower than the window width.  Otherwise background
4899         "blocks" will look less readable.
4901 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4903         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4904         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4905         have newlines within the strings, and where the UID comes after the
4906         BODYSTRUCTURE element (bug#10537).
4908         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4909         (bug#10732).
4911         * shr.el (shr-insert-document): Add doc string.
4912         (shr-visit-file): Ditto.
4913         (shr-remove-trailing-whitespace): New function.
4914         (shr-insert-document): Use it to clean up trailing whitespace as the
4915         final step (bug#10714).
4917 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4919         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4920         buffer if `gnus-kill-summary-on-exit' is nil.
4922 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4924         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4925         when just reading a single group from "without" Gnus.
4927 2012-02-06  Chong Yidong  <cyd@gnu.org>
4929         * gnus-sum.el (gnus-summary-show-thread):
4930         next-single-char-property-change never returns nil (Bug#8657).
4932 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4934         * message.el (message-multi-smtp-send-mail): New function.
4935         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4936         header to implement multi-SMTP functionality.
4938         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4939         (gnus-agentize): Don't set it.
4940         (gnus-agent-send-mail): Don't use it.
4942         * gnus-sum.el (gnus-summary-widget-backward): New function and
4943         keystroke.
4945         * gnus-compat.el: More the compat functions more compatible.
4947         * shr.el (shr-put-image): Remove underlines from sliced images.
4948         (shr-zoom-image): Compute the region to be replaced more correctly.
4950 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4952         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4953         (gnus-summary-resend-message-insert-gcc): New function.
4954         (gnus-summary-resend-message): Modify message-header-setup-hook and
4955         message-sent-hook to make it work for Gcc.
4956         (gnus-inews-do-gcc): Update the number of unread articles of groups
4957         that messages are Gcc'd to.
4959         * message.el (message-resend): Run message-sent-hook to do Gcc.
4961 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4963         * lpath.el: Fix an XEmacs compilation warning.
4965         * gnus-compat.el: Require `help-fns' to fix compilation error.
4967         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4968         a higher level to silence compilation.
4970         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4971         parameter to allow controlling the scaling.
4973         * shr.el (shr-zoom-image): New command and keystroke.
4974         (shr-put-image): Take a `size' flag to say how to scale the image.
4976         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4977         deletion unless already defined.
4979         * gnus.el (gnus-compat): Require it.
4981         * gnus-compat.el: New file.
4983         * gnus-start.el (gnus-clean-old-newsrc): New function.
4984         (gnus-read-newsrc-file): Use it.
4986         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4987         Use recursive deletion.
4988         (mm-dissect-archive): Add support for zip files.
4990         * gnus-util.el (gnus-recursive-directory-files): New function.
4992         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4993         (mm-archive-decoders): Add tgz support.
4995         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4996         Otherwise inserting text into the Gnus buffer can look odd.
4998         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
5000         * mm-archive.el (mm-archive-decoders): Add support for tar.
5002         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
5004         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
5006 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5008         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
5010         * mm-archive.el: New file.
5012         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
5014         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
5016         * message.el (message-goto-*): Make all the `message-goto-*' commands
5017         push the mark before moving point.  This makes it easier to go back to
5018         where you came from after editing whatever you jumped to.
5020 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5022         * gnus.el: Ma Gnus v0.1 is released.
5024 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
5026         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
5027         without reconnecting.
5028         (nnimap-possibly-change-group): Ditto.
5029         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
5030         connection has died before being called.
5032 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
5034         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
5035         an initial sync unless we're really doing one.
5037         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
5038         address parameter if one already exists (bug#9676).
5040         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
5041         not the prefix, as documented (bug#10689).
5043 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5045         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
5046         the "server".
5048         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5049         the real error message with the useless "previously known to be down".
5050         Which isn't even correct.
5052         * nntp.el (nntp-open-connection): Report the error message if the nntp
5053         server can't be reached.
5055         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5056         groups we do a total scan for.
5057         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5058         doing that.
5060 2012-01-31  Jim Meyering  <jim@meyering.net>
5062         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5063         Correct a comment (insert "not") and hide nominally-doubled "to".
5065 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5067         * gnus.el (gnus-version): Change name to "Ma Gnus".
5069 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5071         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5072         section in the manual.
5074 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5076         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5077         words.
5078         (rfc2047-encode-string): Ditto.
5079         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5080         understand folded filename="..." parameters, for instance.
5082         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5083         the message for greater debuggability.
5085 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5087         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5088         instead of setting it locally, since the latter doesn't seem to have
5089         any effect (most of the time).
5091 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5093         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5094         function call.
5096 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5098         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5099         seconds, and make the repeat clause with HH:MM specs work as
5100         documented.
5102 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5104         * proto-stream.el (proto-stream-capability-open): Fall back on
5105         :end-of-command if :end-of-capability doesn't exist.
5107 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5109         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5110         bound globally in old Emacsen and XEmacsen.
5112 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5114         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5115         so that previous errors don't prohibit getting new news.
5117         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5119         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5121 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5123         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5124         buffer, not of the string which is its name.
5126 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5128         * proto-stream.el (proto-stream-capability-open): Wait for
5129         :end-of-capability, not :end-of-command.
5131         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5132         non-server-marks groups.
5133         (gnus-group-make-articles-read): Ditto.
5135         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5136         methods (bug#9676).
5138         * gnus.el (gnus-method-ephemeral-p): New function.
5140 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5142         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5143         left-to-right.
5145 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5147         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5148         warning.
5150 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5152         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5153         macroexpand the nnir things, since they haven't been defined yet, and
5154         nnir requires gnus-sum.
5156 2012-01-24  Julien Danjou  <julien@danjou.info>
5158         * color.el (color-rgb-to-hsl): Fix value computing.
5159         (color-hue-to-rgb): New function.
5160         (color-hsl-to-rgb): New function.
5161         (color-clamp, color-saturate-hsl, color-saturate-name)
5162         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5163         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5165 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5169 2012-01-19  Julien Danjou  <julien@danjou.info>
5171         * color.el (color-name-to-rgb): Use the white color to find the max
5172         color component value and return correctly computed values.
5173         (color-name-to-rgb): Add missing float conversion for max value.
5175 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5177         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5178         logical server name in addition to the actual machine address.
5180         * auth-source.el (auth-source-user-and-password): Add convenience
5181         wrapper to search by just host and optionally user.
5183 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5186         after rendering.
5188 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5190         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5191         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5192         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5194 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5197         (bug#9693).
5198         (gnus-summary-setup-buffer): Document return value (bug#9697).
5200         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5201         since ido doesn't work on symbols (bug#9632).
5203         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5204         when getting a single value as when getting all the values.  This means
5205         that atoms like `gcc-self' work cumulatively, like variable settings,
5206         instead of getting the value from the last matching clause.
5207         (gnus-group-find-parameter): Protect against the group buffer not
5208         existing (bug#9585).
5210 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212         * gnus-start.el (gnus-activate-group): Document more parameters
5213         (bug#9694).
5215         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5216         (bug#9692).
5218         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5219         article was fetched, so that it can be expired later (bug#9958).
5220         (gnus-agent-summary-fetch-series): Add doc string.
5221         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5222         (bug#9517).
5224         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5225         retrieval is happening.
5227         * gnus.el (gnus-parameters): Doc fix.
5229 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5231         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5232         show the thread after expansion.
5234 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236         * gnus-art.el (article-narrow-to-head): If the head is completely
5237         empty, narrow to the empty region (bug#9764).
5239         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5240         read, and then mark them as unread only when the unread mark is used.
5241         This makes `C-- T k' actually work, even though it's confusing.
5243         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5244         alive before we try to find its window.
5246 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5248         * mm-decode.el (mm-display-external): Use a longer timeout for the
5249         deletion to allow slow programs to display the file.
5251 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5254         prompt to be less confusing.
5256         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5257         argument to `message-reply'.  This broke `special-display-*' frame
5258         pop-uping (bug#10238).
5260 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5263         systems, since these allegedly don't work there.
5265 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5267         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5268         live buffer.
5270 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272         * nnir.el (nnir-retrieve-headers): Protect against the article not
5273         existing on the server (bug#10335).
5275 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5277         * gnus-agent.el (gnus-agent-load-local): Recompute
5278         gnus-agent-article-local on changing method.
5280 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282         * gnus.el (gnus-parameters): Note precedence.
5284 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5286         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5287         in the group buffer.
5289 2012-01-04  Julien Danjou  <julien@danjou.info>
5291         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5292         change.
5294 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5297         too.
5299         * nntp.el (nntp-retrieve-group-data-early): Use it.
5301 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303         * nntp.el (nntp-retrieval-in-progress): New variable.
5304         (nntp-make-process-buffer): Make it buffer-local.
5306         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5307         2010.
5308         (gnus-demon-init): Use it to compute the time if time is on the form
5309         "04:23".
5311         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5313         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5314         status in the correct buffer.
5316 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5318         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5319         when opening topics (bug#10407).
5321 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5323         * gnus-cus.el (gnus-score-customize):
5324         * gnus-sum.el (gnus-sort-gathered-threads):
5325         * message.el (message-shorten-references):
5326         * nnmairix.el (nnmairix-request-group):
5327         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5329 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5331         * gnus-agent.el (gnus-agent-regenerate-group):
5332         * gnus-int.el (gnus-retrieve-group-data-early):
5333         * mm-util.el (mm-codepage-ibm-list):
5334         * nndiary.el (Commentary, nndiary-get-new-mail):
5335         * nnir.el (nnir):
5336         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5338 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * mm-view.el (mm-display-inline-fontify): Add comment.
5342 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5344         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5345         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5347 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5349         * gnus-art.el (gnus-split-methods):
5350         * gnus-msg.el (gnus-configure-posting-styles):
5351         * gnus-spec.el (gnus-parse-simple-format):
5352         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5353         * message.el (message-do-actions): Spelling fix.
5355 2011-12-15  Juri Linkov  <juri@jurta.org>
5357         * mm-decode.el (mm-inline-media-tests): Add missing
5358         `mm-handle-media-subtype'.
5360 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5362         * gnus-group.el (gnus-group-tool-bar):
5363         * gnus-sum.el (gnus-summary-tool-bar):
5364         * message.el (message-tool-bar):
5365         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5367 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5369         * plstore.el (plstore--insert-buffer): Spelling fix.
5371 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5373         * message.el (message-valid-fqdn-regexp): Update with newly approved
5374         top-level domain names ".tel" and ".asia".
5376 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5378         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5379         unconditionally.
5381 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5383         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5384         pop-to-buffer-same-window for old Emacsen.
5386 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5388         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5390 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5392         * netrc.el (netrc-credentials): Spelling fix.
5394 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5396         * gnus-fun.el (gnus-fun-ppm-change-string):
5397         * gnus-msg.el (gnus-inews-do-gcc):
5398         * gnus-sum.el (gnus-summary-find-for-reselect):
5399         * gnus.el (gnus-summary-cancelled):
5400         * message.el (message-cancel-hook, message-send-news):
5401         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5402         * nnir.el (nnir-run-hyrex):
5403         * nntp.el (nntp-with-open-group-function):
5404         * pgg.el (pgg-pending-timers): Spelling fix.
5406 2011-12-04  Chong Yidong  <cyd@gnu.org>
5408         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5409         change (Bug#10200).
5411 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5413         * compface.el (uncompface):
5414         * gnus-art.el (gnus-article-x-face-command): Update the header format
5415         of icon data for the most recent icontopbm program.
5417 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5419         * gnus-msg.el (gnus-inews-do-gcc):
5420         * message.el (message-send-mail):
5421         * mml.el (mml-generate-mime): Share the value of the buffer-local
5422         `message-options' variable between a draft buffer and temprary working
5423         buffers.
5425 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5429 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5431         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5432         for Cygwin.
5434 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5436         * gnus-group.el (gnus-group-prepare-flat):
5437         * mm-bodies.el (mm-encode-body):
5438         * mml.el (mml-preview):
5439         * nnml.el (nnml-request-compact-group):
5440         * pop3.el (pop3-stream-type): Spelling fix.
5442 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5444         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5446 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5448         * color.el (color-rgb-to-hsl):
5449         * gmm-utils.el (gmm-tool-bar-style):
5450         * gnus-group.el (gnus-group-prepare-flat):
5451         * gnus-topic.el (gnus-topic-prepare-topic):
5452         * mm-decode.el (mm-discouraged-alternatives):
5453         * rfc2047.el (rfc2047-encode-1):
5454         * starttls.el: Spelling fix.
5456 2011-11-24  Glenn Morris  <rgm@gnu.org>
5458         * binhex.el (binhex-begin-line): Give it basic doc-string.
5460         * starttls.el, tls.el: Fix case of "GnuTLS".
5462 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5464         * gnus-group.el (gnus-group-highlight): Fix typo.
5466 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5468         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5469         value of `delete-file', that returns nil for a local file but returns t
5470         for a remote file using ssh.
5472 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5474         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5476 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5479         avoid later breakage.
5481 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5483         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5484         article buffers' name.
5486 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5489         by Paul Eggert's spellfixes two days ago.
5491 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5494         doesn't have it.
5496         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5497         buffer-local instead of binding them to avoid warnings.  Also demote
5498         errors (bug#10063).
5499         (font-lock-mode-hook): Shut up byte compiler.
5501 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5503         * mm-util.el (mm-charset-after):
5504         * nnir.el (nnir-run-hyrex):
5505         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5506         (ntlm-get-password-hashes, ntlm-md4hash):
5507         * smime.el: Fix typo.
5509 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5511         * gnus-agent.el (gnus-agent-expire-group-1):
5512         * nndiary.el (nndiary-last-occurence):
5513         * nnimap.el (nnimap-request-set-mark):
5514         * nnmairix.el (nnmairix-only-use-registry):
5515         * gnus-group.el (gnus-group-prepare-flat):
5516         * gnus-sum.el (gnus-decode-encoded-word-methods):
5517         * message.el (message-wash-subject):
5518         * nntp.el (nntp-retrieve-headers-with-xover):
5519         * smime.el (smime-certificate-directory): Spelling fix.
5521 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5523         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5525         * color.el:
5526         * gnus-agent.el (gnus-agent-possibly-alter-active):
5527         * gnus-dired.el (gnus-dired-print):
5528         * mail-parse.el:
5529         * nnmairix.el (nnmairix-request-group):
5530         * shr.el (shr-image-displayer):
5531         * sieve-manage.el:
5532         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5534 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5536         * gnus-sum.el (gnus-auto-select-subject):
5537         * spam-report.el (spam-report-resend): Spelling fix.
5539 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5541         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5542         * gnus-art.el (gnus-default-article-saver):
5543         * gnus-srvr.el (gnus-server-copy-server):
5544         * gnus.el (gnus-sloppily-equal-method-parameters):
5545         * html2text.el (html2text-format-tag-list):
5546         * message.el (message-narrow-to-head):
5547         * nndiary.el:
5548         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5549         * sieve.el: Spelling fix.
5551 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5553         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5554         * gnus-sum.el (gnus-summary-make-menu-bar):
5555         * gnus-uu.el (gnus-uu-decode-postscript)
5556         (gnus-uu-decode-postscript-and-save):
5557         * mailcap.el (mailcap-print-command):
5558         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5559         Fix typos.
5561 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5563         * gnus-art.el (gnus-article-part-wrapper):
5564         * html2text.el (html2text-fix-paragraphs):
5565         * mm-decode.el (mm-image-fit-p):
5566         * rfc2047.el (rfc2047-encode-message-header):
5567         * shr-color.el (shr-color-visible-distance-min)
5568         (shr-color-relative-to-absolute, set-minimum-interval)
5569         (shr-color-visible): Fix typos.
5571 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5573         * gmm-utils.el (gmm-tool-bar-item):
5574         * gnus-art.el (gnus-treat-body-boundary):
5575         * gnus-diary.el (gnus-user-format-function-d):
5576         * gnus-start.el (gnus-get-unread-articles):
5577         * pgg-gpg.el (pgg-gpg-update-agent):
5578         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5580 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5582         * gnus-topic.el (gnus-group-prepare-topics):
5583         * gnus-uu.el (gnus-extract-view):
5584         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5586 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5588         * spam.el: Move BBDB autoloads.
5589         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5590         BBDB 2 and 3.
5591         (spam-check-BBDB): Use it.
5592         (spam-enter-ham-BBDB): Use it.
5594 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5596         * smime.el (smime-draw-buffer): Spelling fix.
5598 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5600         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5601         for scanning exactly one level.
5602         * gnus-start.el (gnus-get-unread-articles): Ditto.
5604 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5607         slightly clearer.
5609 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5611         * gnus-sync.el: More commentary about setup.
5613 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615         * message.el (message-send-and-exit): Document `arg'.
5617 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5621 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5623         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5625         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5626         we don't use `bound-and-true-p'.
5628 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5630         * gnus-util.el (gnus-bound-and-true-p): Remove.
5631         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5632         * nnir.el: Use it.
5633         * nnmairix.el: Use it.
5635 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5637         * gnus-sync.el: Improve docs about CouchDB admins.
5639         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5640         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5641         for reasons unknown.
5642         * nnir.el: Use it.
5643         * nnmairix.el: Use it.
5645         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5646         * nnir.el: Ditto.
5647         * nnmairix.el: Ditto.
5649         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5651 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5653         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5654         not needed.  Provide xmlplistread list function to produce XML plist
5655         output for non-Gnus LeSync clients.
5657 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5659         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5661         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5662         and save against it.  Group subscriptions, read marks, other marks,
5663         subscription levels, topic names, and topic offsets (the group's
5664         position within the topic) are saved.  This is an experimental backend
5665         and may change significantly.  Load json.el from the gnus-fallback-lib
5666         if it's not available otherwise.
5667         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5669 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * message.el (message-completion-function): Make sure
5672         message-tab-body-function is not attempted if one of
5673         message-completion-alist fails to find a completion (bug#9158).
5675 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5677         * mml.el (mml-quote-region): Quote <#secure> tag.
5678         (mml-generate-mime-1): Unquote <#secure> tag.
5680 2011-10-20  Chong Yidong  <cyd@gnu.org>
5682         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5683         calling a minor mode from Lisp with nil arg enables it, so we have to
5684         make the wording a bit ambiguous here).
5686 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5688         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5689         * nnir.el (nnir-mode): Use it.
5690         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5691         Use it.
5693         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5694         * nnmairix.el (gnus-registry-enabled): Ditto.
5696 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5698         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5699         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5700         only while we need to find out if it should be t or nil.
5701         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5702         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5703         the registry is installed.  Set it to nil when it's unloaded.
5704         (gnus-registry-install-p): Provide user guidance for the initial value
5705         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5706         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5707         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5708         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5709         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5710         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5711         `gnus-registry-install'.
5713 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5715         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5716         previous change.
5717         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5718         primary key is marked as disabled.
5720 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5722         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5723         primary key is marked as disabled.
5725 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5727         * html2text.el (html2text-clean-anchor): Check for quotes around
5728         `href' value.
5730 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5732         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5733         searching.  Drop `bbdb-cache'.
5735 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5737         * message.el (message-signed-or-encrypted-p): Exclude header when
5738         checking if there is signed or encrypted body in text/plain message.
5740 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5742         * html2text.el (html2text-get-attr): Correctly handle attribute values
5743         containing "=".
5745 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5747         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5748         handle bindings.
5750 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752         * gnus-win.el (gnus-configure-windows): Protect against reading
5753         ephemeral groups outside of Gnus.
5755 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5757         * shr.el (shr-tag-img): Don't get images displayed in tables.
5759 2011-10-03  Glenn Morris  <rgm@gnu.org>
5761         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5762         the "maintainer" version of debbugs.gnu.org reports.
5764 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5767         make asynchronous adjacent image insertion work better.
5769 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5771         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5772         documentation.
5774 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5777         `gnus-asynchronous' isn't shadowed.
5779 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5783         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5784         (nnimap-insert-partial-structure): The charset parameter isn't
5785         case-sensitive.
5787         * nnheader.el (nnheader-message-maybe): New function.
5789         * shr.el (shr-tag-table): Render totally broken tables better.
5791         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5792         computing the boundary.
5794 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796         * pop3.el (pop3-number-of-responses): Remove.
5797         (pop3-wait-for-messages): Rewrite to take linear time instead of
5798         exponential time.
5800 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5803         re-fetch images.
5805         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5806         re-fetch images when hitting `g' in Gnus.
5808 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5810         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5811         (mml-compute-boundary): Don't check collision if it is non-nil.
5812         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5813         before checking collision.
5815 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817         * message.el (message-indent-citation): Really make sure there's a
5818         newline at the end.
5820         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5821         Fix suggested by John Wiegley.
5823         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5825         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5827         * message.el (message-default-send-rename-function): Break out into its
5828         own function.
5830         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5831         doesn't work under XEmacs.
5833         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5834         of "imaps" to word around Windows problems.
5835         (nnimap-open-connection-1): Use it.
5837         * message.el (message-indent-citation): Revert last change which made
5838         `F' not work.
5840 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5842         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5843         terminal as well.
5845 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5847         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5848         because it displays images using overlays that aren't easy to copy to
5849         the article buffer.
5851 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5853         * message.el (message-indent-citation): Fix empty line removal at the
5854         end of the citation.
5856 2011-09-20  Julien Danjou  <julien@danjou.info>
5858         * auth-source.el (auth-source-netrc-create): Use default value for
5859         password if specified.  Evaluate default.
5860         (auth-source-plstore-create): Ditto.
5861         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5862         value evaluation.
5863         (auth-source-netrc-create): Typo fix.
5864         (auth-source-plstore-create): Ditto.
5866         * password-cache.el (password-cache-remove): Remove entries even if the
5867         value is nil, so that password with a nil value (negative caching) is
5868         possible to invalidate.
5870         * auth-source.el (auth-source-format-cache-entry): New function.
5872 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5874         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5876 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5880 2011-09-19  Julien Danjou  <julien@danjou.info>
5882         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5883         which work with things that are not ASCII.
5885 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5889 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5892         message level.
5894 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5896         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5898 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5902 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5904         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5905         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5907 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5909         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5910         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5911         articles.
5913 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5915         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5916         (message-mail-other-window, message-mail-other-frame)
5917         (message-news-other-window, message-news-other-frame):
5918         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5919         instead of setting buffer display varibles.
5921 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5925         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5927 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5930         duplicates" to a higher level.
5932         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5933         most egregious messages.
5935 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5939 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5941         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5942         up the file (bug#9351).
5944 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5947         it does with all other backends, but decode the names immediately after
5948         getting them.
5950         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5951         decoding nnimap groups.
5953         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5954         newsrc file.  It doesn't seem like an important optimization any more.
5956 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5958         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5959         overflows.
5961 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5964         (gnus-interactive-exit): Extend to `quiet'.
5966         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5968         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5969         string.
5971         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5972         renaming function arguments from `this'.
5974         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5976         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5977         has been renamed.
5978         (gnus-lrm-string-p): Include RLM and PDF, too.
5980         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5981         (bug#9225).
5983 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5985         Add autoload cookies for functions used by sendmail.el.
5986         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5988         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5990 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5992         * gnus-art.el (article-date-ut): Work properly even when there are
5993         things like Date header in the body; work for forwarded parts.
5995 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5997         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5998         original-article-buffer.
6000 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
6002         * nnir.el (nnir-compose-result): Fix matching of server type.
6003         (nnir-run-swish++): Ditto.
6004         (nnir-run-namazu): Ditto.
6005         (nnir-run-notmuch): Ditto.
6007 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
6010         (bug#9405).
6012         * gnus-score.el (gnus-summary-increase-score): Doc clarification
6013         (bug#9421).
6015         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
6016         (bug#9425).
6018         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
6019         thing (bug#9426).
6021 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
6024         the error message.
6026 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
6028         * message.el (message-setup-1): Return t (Bug#9392).
6030 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
6032         * gnus-sum.el: When adding article headers to a summary buffer also
6033         update gnus-newsgroup-articles (bug#9386).
6035 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6037         * auth-source.el: Autoload help-mode.
6039 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
6042         names.
6044 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
6046         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
6047         mm-replace-in-string for compatibility issues.
6048         * mml2015.el (mml2015-epg-verify): Ditto.
6050 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6052         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6054         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6056 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6059         continue on and do the clean-up phase (bug#9188).
6061         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6062         just ignore groups that can't be opened instead of erroring out
6063         (bug#9225).
6065         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6066         nil since some many people are fuddy-duddies.
6068         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6069         images.
6071         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6072         instead.
6074         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6076         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6078         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6079         processing.
6081         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6082         buffer to avoid warnings.
6084 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6086         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6087         specified to reduce precision.
6089 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6091         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6092         bodystructures (bug#9314).
6094 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6096         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6097         Make button keymap non-sticky after buttons.
6099 2011-08-18  David Engster  <dengste@eml.cc>
6101         * nnmairix.el (nnmairix-request-set-mark)
6102         (nnmairix-goto-original-article): Remove adding of article to registry,
6103         since `gnus-registry-add-group' isn't available anymore.
6104         (nnmairix-determine-original-group-from-registry):
6105         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6106         available anymore.
6108 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6110         * starttls.el (starttls-any-program-available): Define as obsolete
6111         function.
6113 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6116         versions which Gnus use when appropriate.
6118         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6119         a pretty destructive command.
6121         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6123 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125         * message.el (message-fix-before-sending): Make a different warning
6126         about NUL characters (bug#9270).
6128         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6129         from custom (bug#9260).
6131         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6132         things work in Emacs 22 and XEmacs, too.
6134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6135         default From.
6137         * gnus-spec.el (gnus-lrm-string-p): New macro.
6138         (gnus-lrm-string): New constant.
6139         (gnus-summary-line-format-spec): LRM-ify the from.
6140         (gnus-tilde-max-form): LRM-ify string chopping.
6142         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6144         * message.el (message-is-yours-p): Allow disabling canlock checking
6145         (bug#9295).
6146         (message-shoot-gnksa-feet): Add `canlock-verify'.
6147         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6148         message directory isn't writable (bug#9304).
6150         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6151         non-world-readable.
6153 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6155         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6156         articles.
6158 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6160         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6161         copy-list.
6163 2011-08-12  Sam Steingold  <sds@gnu.org>
6165         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6166         in the reverse order to avoid modifying the cache with `nreverse'.
6167         (gnus-all-score-files): Do not modify the value returned by
6168         `gnus-score-find-alist' because it lives in a cache variable.
6169         (gnus-current-home-score-file): No need to `nreverse' the return value
6170         of `gnus-score-find-alist', it is already in the correct order.
6172 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6174         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6175         type MESSAGE and subtype RFC822 is slightly different from those of
6176         type TEXT.
6178 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6180         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6181         This allows article-referral to work from an nnir group.
6183 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6185         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6187 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6189         * mml1991.el (mml1991-epg-find-usable-key)
6190         (mml1991-epg-find-usable-secret-key): New function.
6191         (mml1991-epg-sign): Check if signing key is usable.
6192         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6194 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6196         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6197         server-variables only.  This should fix a bug introduced with commit
6198         e1889675b7f4adf057833c5513c9374134c4e053.
6199         (nnir-run-query): 'nnir-search-engine should not be set from the global
6200         environment.
6202 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6204         * nnir.el (nnir-search-thread): Position point on referring article
6205         line.
6206         (nnir-warp-to-article): Clean up summary buffers.
6208         * nnimap.el (nnimap-request-thread): Whitespace fix.
6210 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6212         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6214 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216         * starttls.el (starttls-available-p): Rename from
6217         `starttls-any-program-available' and changed return convention.
6219 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6221         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6222         `unix-sync' unless it's defined.
6224 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6226         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6227         `aref' for XEmacs compatibiltiy.
6229 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6233 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6235         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6236         closures, quote the form properly (bug#9194).
6238 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6241         (gnus-summary-insert-new-articles): Protect against servers that are
6242         down.
6244 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6246         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6247         in mm handle if none is specified.
6249 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6251         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6253 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6255         * nnir.el (nnir-search-thread): New function to make an nnir group
6256         based on a thread query.
6258         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6259         of nnir in thread referral.
6260         (gnus-summary-refer-thread): Use it.
6262         * nnimap.el (nnimap-request-thread): Use it.
6264 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266         * shr.el (shr-tag-comment): Ignore HTML comments.
6268 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6270         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6271         argument.
6272         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6273         Use `nnir-address' to handle server info rather than passing an arg.
6275         * nnimap.el (nnimap-make-thread-query): New utility function to format
6276         an imap thread search query.
6277         (nnimap-request-thread): Use it.
6279         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6280         right select-method if we are not going back to the group buffer.
6282 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6285         enter invalid buffer configurations into the quit form (bug#9107).
6286         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6287         unplugged/plugged.
6289         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6290         keep track of which ones are unread (bug#9061).
6292         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6293         (bug#9055).
6295         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6296         (bug#9041).
6298         * gnus-html.el (mm-util): Require (bug#9073).
6300         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6301         (gnus-summary-refer-thread): Use it to remove duplicates in the
6302         un-threaded view (bug#9053).
6303         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6305 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6307         * nnir.el (nnir-read-server-parm): Use default value from global
6308         variable.  Without this the default search engine parameters aren't
6309         used at all.
6311 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313         * message.el (message-unique-id): Don't use the undocumented return
6314         value from (random t) (bug#9118).
6316 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318         * message.el (message-auto-save-directory): If the ~/Mail directory
6319         doesn't exist, use ~ as the auto-save directory (bug#4432).
6321         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6322         hasn't already been started.
6324 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6328         * message.el (message-reply): Work around mysterious bug where
6329         `message-mode' seems to overwrite the locally bound `subject' variable.
6331 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6333         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6334         correct group.
6336         * gnus-int.el (gnus-request-thread): Add group argument.
6338         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6340 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6344         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6345         renamed to `debbugs-gnu-*'.
6347 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6349         * plstore.el: Revert the editing feature since it is not urgent.
6350         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6351         (plstore-mode-decoded): Remove.
6353 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6356         isn't very interesting any more, and it leaks potentially secret data.
6357         (gnus-debug): Remove.
6359         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6360         use of :custom-show.
6362 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6364         * plstore.el: Add documentation.
6365         (plstore-mode): New mode to edit plstore file.
6366         (plstore-mode-toggle-display, plstore-mode-original)
6367         (plstore-mode-decoded): New command.
6368         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6369         (plstore--insert-buffer, plstore--make): New function.
6370         (plstore-open, plstore-save): Simplify by using them.
6372 2011-07-06  Glenn Morris  <rgm@gnu.org>
6374         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6376 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6378         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6379         no longer is much used.
6380         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6381         Articles".
6383 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6385         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6386         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6387         `notmuch' backend.
6389 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391         * mm-decode.el (mm-text-html-renderer): Doc fix.
6393         * gnus-msg.el (gnus-bug): Fix the MML tag.
6395         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6397 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6399         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6400         secondary methods if started with `gnus-no-server'.
6402 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6404         * message.el (message-return-action): Fix typo in docstring.
6406 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6409         bug reports at once.
6411         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6413 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6415         * nndraft.el: Require gnus-group.
6416         (nndraft-request-list): Declare.
6418         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6419         no unread article unless it matches gnus-permanently-visible-groups.
6421         * nndraft.el (nndraft-update-unread-articles): New function.
6422         (nndraft-request-associate-buffer): Use it to update the number of
6423         unread articles for the nndraft groups in the group buffer when saving
6424         or killing a draft message.
6426 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6429         systems to binary before writing and reading the mbox files.
6431         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6432         instead of trying to list them all (bug#8978).
6434 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6436         * pop3.el (pop3-open-server): Use :end-of-capability.
6438 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6441         the id is always a number.
6443         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6445         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6446         debbugs mode, if possible.
6448 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6450         * auth-source.el (auth-source-token-passphrase-callback-function):
6451         Reindent.
6452         (epg-context-operation): Remove unnecessary autoload.
6454 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456         * gnus.el (gnus-list-debbugs): New command.
6458         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6459         mboxstat instead of the maintbox, since the stat seems to be fuller.
6461         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6462         summary buffers.
6464         * message.el (message-get-reply-headers): Delete all duplicates,
6465         instead of the first.
6466         (message-get-reply-headers): Ensure that we have progress while
6467         deleting duplicates.
6469         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6470         gnus-posting-style value from the summary buffer to make it easier to
6471         make that a per-buffer conf.
6473 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6475         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6476         found by setting `shortcut' in 'query.
6477         (nnir-request-article): Use `shortcut' setting when requesting article
6478         by Message-ID.
6480 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6482         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6483         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6484         Bring the pseudo-headers back too.
6486 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6488         * auth-source.el (auth-source-token-passphrase-callback-function):
6489         Simplify and remove EPA dependency.
6491 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6493         * nnir.el (nnir-request-article): Fix error message text.
6495 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6497         * auth-source.el (plstore-delete): Autoload.
6498         (auth-source-plstore-search): Support delete operation.
6499         * plstore.el (plstore-delete): New function.
6501 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6503         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6504         mark actually existing articles as unread rather than the ones that
6505         active asserts.
6507 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6509         * nntp.el (nntp-record-command):
6510         * gnus-util.el (gnus-message-with-timestamp-1):
6511         Use format-time-string rather than decoding time stamps by hand.
6512         This is simpler and insulates the code from potential changes to
6513         current-time format.
6515 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6517         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6519 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6521         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6522         (plstore-save): Support public key encryption.
6523         (plstore--init-from-buffer): New function.
6524         (plstore-open): Use it; fix error when opening a non-existent file.
6525         (plstore-revert): Use plstore--init-from-buffer.
6527 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6529         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6531 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6533         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6534         for old Emacsen.
6536 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6538         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6539         is not fully working.
6541 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543         * dgnushack.el: Autoload sha1 on XEmacs.
6545         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6546         quit window configuration.
6548         * auth-source.el (epg-context-set-passphrase-callback):
6549         Remove duplicate autoload.
6551 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6553         * nnir.el (nnir-request-article): Allow requesting articles by
6554         Message-ID with nnimap.
6556         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6557         current server.
6559 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6561         * auth-source.el: Autoload EPA/EPG functions.
6562         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6563         changed when EPA/EPG is not available.
6564         (auth-source-backend): Rename "arg" member to "data".
6565         (auth-source-backend-parse, auth-source-plstore-search)
6566         (auth-source-plstore-create): Use it.
6568 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6570         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6571         `gnus-refer-article-methods'.
6573 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6575         * auth-source.el: Require EPA and EPG.
6576         (auth-source-passphrase-alist): New variable.
6577         (auth-source-passphrase-callback-function)
6578         (auth-source-token-passphrase-callback-function): Callbacks for the
6579         netrc field encryption (GPG tokens).
6580         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6581         Symmetric encryption and decryption of the netrc GPG tokens.
6582         (auth-source-netrc-normalize): Use them, simplifying the closure.
6584 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6586         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6587         is available.
6589 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6592         non-nil, and `nnimap-split-methods' is nil, use the former.
6594 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6596         * plstore.el (plstore-revert): New function.
6597         (plstore-open): Use it; hide the buffer from user.
6599 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6601         * auth-source.el (auth-source-backend): New member "arg".
6602         (auth-source-backend-parse): Handle new backend 'plstore.
6603         * plstore.el: New file.
6605 2011-06-30  Glenn Morris  <rgm@gnu.org>
6607         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6609 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6612         expiring articles to.
6614         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6615         variations as ASCII (bug#5458).
6617 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6619         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6621 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623         * message.el (message-point-in-header-p): Tweak the function to default
6624         to saying that we're not in the headers if there is no separator at
6625         all.  This makes it possible to use the Message version of `M-q' in
6626         buffers with no headers (bug#7987).
6627         (message-point-in-header-p): Fix last checkin to work with an empty
6628         mail-header-separator, too.
6630         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6631         again, save the choice via customize.
6633 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6637         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6638         ended the connection, bail out before waiting infinitely on a new
6639         connection.
6641 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6643         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6644         reports.
6646         * gnus.el (gnus-bug-package): Use "gnus."
6647         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6649 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651         * dgnushack.el: Make the timer warning go away on XEmacs.
6653         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6654         animations going on at article exit time.
6656         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6657         since removing it breaks people upgrading.
6659         * shr.el (shr-put-image): Use the new interface for animating images.
6660         (shr-put-image): Animate for 60 seconds.
6662         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6663         avoid compiler warnings.
6665         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6666         error with `find-file-hooks' on Emacs 22.
6667         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6668         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6669         on all architectures.
6671         * spam.el (spam-stat): Require in a normal fashion without binding
6672         `spam-stat-install-hooks' to avoid compilation warnings.
6674         * spam-stat.el (spam-stat-install-hooks): Remove.
6675         (spam-stat-install-hooks): Don't run automatically.
6677 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6679         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6680         and keystroke.
6682 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6684         * auth-source.el (auth-source-netrc-cache): Move forward.
6686 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688         * proto-stream.el (proto-stream-open-starttls): Use
6689         `gnutls-available-p' to see whether we have built-in support.
6691         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6692         we already know.
6693         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6694         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6696 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6699         %S format, since that looks odd.
6700         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6701         file, especially when saving.
6703 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6705         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6706         article found.
6708 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6710         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6711         `auth-source-save-secrets' with a more sensitive alist that can be
6712         configured per file.  Experimental, so defaults to 'never.
6713         (auth-source-netrc-create): Use it.  Still experimental code.
6714         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6715         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6717 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6719         * auth-source.el (auth-source-save-secrets): New variable to control if
6720         secret tokens should be saved encrypted.
6721         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6722         to `auth-source-netrc-normalize'.
6723         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6724         on the EPA variables being defined.
6725         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6726         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6727         the lexical-let closure.
6728         (auth-source-netrc-create): Create "gpg:" tokens according to
6729         `auth-source-save-secrets'.
6731 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6733         * gnus-group.el (gnus-group-update-group): Add new argument
6734         `info-unchanged' that stops updating dribble buffer.
6736         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6737         deletes lines matching to it in dribble buffer.
6739         * gnus-agent.el (gnus-agent-fetch-group-1):
6740         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6741         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6742         * gnus-start.el (gnus-group-change-level):
6743         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6745         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6746         if newsgroup info is not changed.
6748         * gnus-group.el (gnus-group-get-new-news-this-group):
6749         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6750         Don't update dribble buffer.
6752 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6754         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6755         remove entries with groups we ignore.
6757 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6760         the underline comes at the bottom.
6762 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6764         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6765         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6766         (gnus-registry-article-marks-to-names): Rename from
6767         `gnus-registry-user-format-function-M2'.
6769 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6771         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6772         ephemeral group.
6774 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776         * shr.el (shr-browse-image): Copy the URL if called interactively.
6778 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6781         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6782         done, then unselected articles may be marked as read.
6784         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6785         since not doing this seems to lead to a race condition in pop3-logon.
6787         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6788         so that the call chain it correct when we call "upwards".
6790         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6791         in read-only groups.
6793         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6795         * message.el (message-cite-reply-position): Doc string fix.
6797         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6798         avoid regexp overflow.
6799         (nnimap-transform-split-mail): Ditto.
6801         * pop3.el (pop3-retr): Error out if the server closes the connection.
6803 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6806         mm-with-unibyte-current-buffer.  The buffer should not contain any
6807         multibyte chars anyway at this stage.
6809 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6812         at the end of lines.
6814 2011-05-29  Julien Danjou  <julien@danjou.info>
6816         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6818 2011-05-27  Glenn Morris  <rgm@gnu.org>
6820         * gnus-group.el (gnus-bug-group-download-format-alist):
6821         Use the "maintainer" version of debian reports as well.
6823 2011-05-26  Glenn Morris  <rgm@gnu.org>
6825         * gnus-group.el (gnus-bug-group-download-format-alist):
6826         Use the "maintainer" version of debbugs.gnu.org reports.
6828 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6830         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6832 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6834         * gnus-cus.el (gnus-agent-customize-category):
6835         * gnus-delay.el (gnus-delay-send-queue):
6836         * gnus.el (gnus-other-frame):
6837         Don't quote lambda expressions with `quote'.
6839 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6841         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6842         the thread moves us backwards and so we loop forever.
6844 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6846         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6847         whitespace in base64 data lines.
6849 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6851         * gnus-registry.el (gnus-registry-user-format-function-M):
6852         Use `mapconcat'.
6853         (gnus-registry-user-format-function-M2): Use to see the full text of
6854         the marks.  Make "," the mark text separator.
6856         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6857         authentication with auth-source.
6859 2011-05-17  Glenn Morris  <rgm@gnu.org>
6861         * gnus-group.el (gnus-import-other-newsrc-file):
6862         Use insert-file-contents.
6864 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6866         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6867         1000 iterations.
6869 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6871         * nntp.el (nntp-open-connection): Check if process-type is available.
6873 2011-05-16  Julien Danjou  <julien@danjou.info>
6875         * shr.el (shr-tag-del): Add support for del tag.
6877 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6879         * gnus-html.el (gnus-html-put-image): Register a displayer.
6881         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6883 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6885         * registry.el (prune-factor): New initialization parameter defaulting
6886         to 0.1.
6887         (registry-prune-hard): Use it.
6889         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6890         0.1 expicitly.
6892 2011-05-13  Glenn Morris  <rgm@gnu.org>
6894         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6895         is bound, since this function requires sendmail.
6897 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6899         * registry.el (registry-usage-test): Disable pruning test.
6901 2011-05-11  David Engster  <dengste@eml.cc>
6903         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6904         Bind set-network-process-option for XEmacs.
6906 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6908         * registry.el (registry-prune-hard-candidates)
6909         (registry-prune-soft-candidates): Helper methods for registry pruning.
6910         (registry-prune): Use them.  Make the sort function optional.
6912 2011-05-10  Jim Meyering  <meyering@redhat.com>
6914         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6916 2011-05-10  Julien Danjou  <julien@danjou.info>
6918         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6919         symbol and not a list.
6921 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6923         * gnus-art.el (gnus-article-mode): Move binding of
6924         shr-put-image-function here from gnus-article-prepare-display.
6926         * shr.el (shr-put-image-function): New variable.
6927         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6928         (shr-put-image): Return scaled image.
6930         * gnus-art.el (gnus-shr-put-image): New function.
6931         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6933         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6934         original ones, as deletable.
6936 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6940 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6942         * registry.el (registry-full): Add convenience method.  Fix logic.
6943         (registry-insert): Use it.  Fix logic here too.
6945         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6946         `registry-prune' if `registry-full' returns t.
6947         (gnus-registry-handle-action)
6948         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6949         (gnus-registry-usage-test): Use it.
6951 2011-05-07  Julien Danjou  <julien@danjou.info>
6953         * shr.el (shr-link): Make shr-link inherit from link by default.
6955 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6957         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6959 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6961         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6962         error out because the face is not a list.
6964 2011-05-05  Glenn Morris  <rgm@gnu.org>
6966         * proto-stream.el (gnutls-negotiate): Fix declarations.
6968         * gnus-start.el (gnus-propagate-marks): Declare.
6970 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6972         * registry.el (registry-reindex): Fix percentage message.
6974         * proto-stream.el (network-stream-open-starttls): Adjust to call
6975         `gnutls-negotiate' with :process and :hostname arguments.
6977 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6979         * shr.el: Add shr-link face for links.
6980         (shr-urlify): Use it.
6982         * registry.el (registry-insert): Make error message more helpful.
6984 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986         * gnus-html.el (gnus-html-schedule-image-fetching):
6987         Use url-queue-retrieve, if it exists.
6989         * shr.el (shr-tag-img): Ditto.
6991         * gnus.el: Autoload more gnus-agent functions.
6993         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6994         agent if we haven't already (bug#8502).
6996         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6997         into the Agent, too.
6999         * gnus-agent.el (gnus-agent-store-article): New function.
7001         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
7002         and moved from that file for reuse.
7004         * pop3.el (pop3-open-server): Error messages are "-ERR".
7006 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
7009         (open-tls-stream): Remove superfluous tls/starttls autoloads.
7011 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7013         * gnus.el: No Gnus v0.17 is released.
7015 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7017         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
7018         buffer has moved to a different frame.
7020 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
7023         to get the conversion from unibyte to multibyte buffers to work on
7024         Emacs 22.
7026         * nntp.el (nntp-request-article): Slight clean-up.
7028 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030         * shr.el (shr-strike-through): New face.
7031         (shr-tag-s): Use it to provide <s> support.
7032         (shr-tag-s): Remove duplicate definition.
7034 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7036         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
7037         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
7039 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
7041         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
7042         `gnutls-negotiate'.
7043         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7045 2011-04-23  Glenn Morris  <rgm@gnu.org>
7047         * gnus-sum.el (gnus-extra-headers): Bump :version.
7049 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051         * shr.el (shr-tag-sup): New function.
7052         (shr-tag-sub): Ditto.
7054 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7056         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7057         for the case where `gnus-registry-ignored-groups' is a list of lists,
7058         and don't call `gnus-parameter-registry-ignore' otherwise.
7060 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7062         * nnimap.el (nnimap-user): New backend variable.
7063         (nnimap-open-connection-1): Use it.
7064         (nnimap-credentials): Accept user parameter so it's explicit what user
7065         name is desired.
7067         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7068         default.
7070         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7071         not gnus-registry.el.
7073         * gnus-registry.el: Mention in comments how to modify
7074         `gnus-extra-headers' for proper recipient tracking and that it may
7075         already have To and Cc recently, which it does as of this commit.
7076         (gnus-registry-ignored-groups): Remove defcustom.
7077         Explain why in comments.
7078         (gnus-registry-action): Fix data-header reference to use the extra
7079         headers.  Explain in package commentary how to add To and Cc headers to
7080         the gnus-extra-headers.
7081         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7082         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7083         parameter list or a string list in `gnus-registry-ignored-groups'.
7084         Fix logic error.
7086 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088         * shr.el (shr-expand-url): Protect against null urls.
7090 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092         * shr.el (shr-base): New binding.
7093         (shr-tag-base): Keep track of <base>.
7094         (shr-expand-url): New function used throughout.
7096 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7098         * gnus-registry.el
7099         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7100         (gnus-registry-ignored-groups): New variable.
7101         (gnus-registry-ignore-group-p): Use it.
7102         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7103         set the destination group to nil (same as delete) if it's ignored.
7105 2011-04-20  David Engster  <dengste@eml.cc>
7107         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7109         * Makefile.in (test-nntp): New rule.
7110         (check): Add it.
7111         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7113 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7115         * gnus-registry.el (gnus-registry-action)
7116         (gnus-registry-fetch-header-fast):
7117         Don't use mail-header that looks an internal function of mailheader.el.
7119 2011-04-19  Glenn Morris  <rgm@gnu.org>
7121         * time-date.el (time-to-days): Remove unused local variables.
7123 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7125         * gnus-registry.el: Eliminate cl functions.
7126         (gnus-registry-sort-addresses): New function that replaces mapcan.
7127         (gnus-registry-action, gnus-registry-spool-action)
7128         (gnus-registry-split-fancy-with-parent)
7129         (gnus-registry-fetch-recipients-fast): Use it.
7130         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7132         * registry.el (initialize-instance, registry-lookup)
7133         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7134         (registry-lookup-secondary-value, registry-search, registry-delete)
7135         (registry-insert, registry-reindex, registry-size, registry-prune):
7136         Use eval-and-compile.
7138 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7140         * registry.el (registry-reindex): New method to recreate the secondary
7141         registry indices.
7143         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7144         tracked field changes.
7145         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7146         (gnus-registry-action, gnus-registry-spool-action)
7147         (gnus-registry-handle-action)
7148         (gnus-registry--split-fancy-with-parent-internal)
7149         (gnus-registry-split-fancy-with-parent)
7150         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7151         move, and delete actions, and for fancy splitting with parent.
7152         (gnus-registry-extract-addresses)
7153         (gnus-registry-fetch-recipients-fast)
7154         (gnus-registry-fetch-header-fast): Convenience functions.
7155         (gnus-registry-misc-test): ERT test of
7156         `gnus-registry-extract-addresses'.
7158 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7160         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7161         Track by subject first, then sender.
7163 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7165         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7167         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7168         Lisp.
7170         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7171         (gnus-draft-send): Use it to avoid popping
7172         up frames from gnus-group-send-queue.
7174 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7176         * gnus-registry.el: Updated gnus-registry docs.
7178 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7180         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7181         Fix logic bug.
7182         (gnus-registry-post-process-groups): Fix logging of no results and
7183         quote sender and subject.
7185 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7188         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7189         gnutls-cli are too slow to be done opportunistically.
7191         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7192         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7193         we had no early-data returned.
7194         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7195         two async commands to the same server at the same time.
7197 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7199         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7201 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7204         "warning" level.
7206         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7207         (mm-url-insert-file-contents): Don't set the package names.
7209 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7211         * gnus-registry.el (gnus-registry-action): Remove properties and
7212         simplify subject in `gnus-registry-handle-action'.
7213         (gnus-registry-spool-action): Get subject and sender from message if
7214         they are not passed in.
7215         (gnus-registry-handle-action): Remove properties and simplify subject
7216         consistently.
7218 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * registry.el: Require CL before using defmacro*.
7222 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7224         * gnus-art.el (article-treat-date): Assume that
7225         gnus-article-date-headers may be a group parameter.
7227 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7229         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7231         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7232         interactively so the newsrc file can contain foreign groups too.
7233         Useful for debugging but not much for users.
7235 2011-04-07  David Engster  <dengste@eml.cc>
7237         * registry.el (registry-usage-test): Only do
7238         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7239         lexical binding.
7241 2011-04-07  David Engster  <dengste@eml.cc>
7243         * Makefile.in (check, test-registry): New rules for test-suite.
7245 2011-04-06  David Engster  <dengste@eml.cc>
7247         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7248         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7250 2011-04-06  David Engster  <dengste@eml.cc>
7252         * registry.el (initialize-instance): Change :after to :AFTER to be
7253         compatible with old EIEIO version in XEmacs.
7255 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7257         * gnus-registry.el (gnus-registry-post-process-groups)
7258         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7259         and provide better messaging.
7261 2011-04-06  David Engster  <dengste@eml.cc>
7263         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7264         errors.
7266         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7267         dgnushack-compile with error-on-warn enabled, and to signal an error if
7268         clean compilation failed.
7269         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7270         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7272 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7274         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7275         unconditionally anyway, discarding errors.
7276         (gnus-registry-delete-entries): New convenience function.
7277         (gnus-registry-import-eld): Import from old .eld registry.
7279         * registry.el: Don't use ERT if it's not available.  Load it
7280         unconditionally anyway, discarding errors.
7282         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7283         version from the Claudio Bley GnuTLS patch (extra optional parameters
7284         and host name).
7286 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7288         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7289         fixup the parameters that can be customized by the user between
7290         save/read cycles.
7291         (gnus-registry-read): Use it.
7292         (gnus-registry-make-db): Use it.
7293         (gnus-registry-spool-action, gnus-registry-handle-action):
7294         Fix messaging.
7295         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7296         Map references to actual group names with sender and subject tracking.
7297         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7298         (gnus-registry-usage-test): Add subject lookup test.
7300         * registry.el (registry-db, initialize-instance): Set up constructor
7301         instead of :initform arguments for the sake of older Emacsen.
7302         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7303         pre-lexbind merge bug.
7304         (registry-usage-test): Use it.
7305         (initialize-instance, registry-db): Move the non-function initforms
7306         back to the class definition.
7308 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7310         * registry.el: New library to manage gnus-registry-style data.
7312         * gnus-registry.el: Use it (major rewrite).
7314         * nnregistry.el: Use it.
7316         * spam.el: Use it.
7318 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7321         marks on non-selected articles.
7323 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7325         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7326         parameter to open-protocol-stream.
7328 2011-04-01  Julien Danjou  <julien@danjou.info>
7330         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7331         fundamental-mode.
7333 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7336         servers.
7338 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7341         made marks not propagate, again.
7343 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7345         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7346         Make this the default type.
7347         (proto-stream-open-plain): Rename from proto-stream-open-default.
7348         (open-protocol-stream, proto-stream-open-starttls)
7349         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7350         with `plain'.
7352         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7353         value.
7355         * nntp.el (nntp-open-connection-function): Document the fact that some
7356         values are not functions but are instead handled specially.
7357         Recognize nntp-open-plain-stream value.
7358         (nntp-open-connection): Recognize that value.
7360 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7363         where it seems to be needed.
7365 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7368         stuff.
7370         * gnus-score.el (gnus-score-string): Fix calling convention of
7371         `gnus-simplify-buffer-fuzzy' after last patches.
7373         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7374         server for articles we didn't get any headers for.  This is a sanity
7375         check.
7377 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7379         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7380         new CAPABILITY, use it.
7382 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7385         downloading anything.
7387         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7389 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7391         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7392         colors.
7393         (gnus-splash-svg-color-symbols): New function.
7395 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7398         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7399         (gnus-simplify-subject-fuzzy): Use the local
7400         gnus-simplify-subject-fuzzy-regex instead of the global one.
7401         This makes using this variable in group parameters work.
7403 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7405         * gnus-registry.el (gnus-registry-unfollowed-groups):
7406         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7407         archive:sent-YYYY-MM-DD groups).
7408         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7409         tracking if there are more than `gnus-registry-max-track-groups'
7410         matches.
7412 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * message.el (message--yank-original-internal): New function to do the
7415         insertion cleanly inside eval in `message-yank-original'.
7416         (message-yank-original): Use it.
7418 2011-03-29  Julien Danjou  <julien@danjou.info>
7420         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7421         local variables disabled rather than `normal-mode'.
7423 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7425         * imap.el (imap-shell-open, imap-process-connection-type):
7426         Use imap-process-connection-type for 'shell' streams as well as
7427         Kerberos, SSL, other subprocesses.
7429 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7431         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7432         with open-network-stream.
7433         (proto-stream-always-use-starttls): Option removed.
7434         (open-protocol-stream): Return a process object by default.  Provide a
7435         new parameter :return-list specifying a list-type return value, which
7436         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7437         :type `network' to `try-starttls', and `network-only' to `default'.
7438         Make `default' the default, for compatibility with open-network-stream.
7439         Handle the no-parameter case exactly as open-network-stream, with no
7440         additional stream processing.  Search plists using plist-get.
7441         Explicitly add :end-of-commend parameter if it is missing.
7442         (proto-stream-open-default): Rename from
7443         proto-stream-open-network-only.  Return 'default as the type.
7444         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7445         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7446         failed.  Always return a list with a (possibly dead) process as the
7447         first element, for compatibility with open-network-stream.
7448         (proto-stream-open-tls): Use plist-get.  Always return a list.
7449         (proto-stream-open-shell): Return `default' as connection type.
7450         (proto-stream-capability-open): Use plist-get.
7451         (proto-stream-eoc): Function deleted.
7453         * nnimap.el (nnimap-stream, nnimap-open-connection)
7454         (nnimap-open-connection-1): Handle renaming of :type parameter for
7455         open-protocol-stream.
7456         (nnimap-open-connection-1): Pass a :return-list parameter
7457         open-protocol-stream to obtain a list return value.  Parse this list
7458         using plist-get.
7460         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7461         for open-protocol-stream.  Accept open-protocol-stream return value
7462         that is a subprocess object instead of a list.  Handle the case of a
7463         dead returned process.
7465 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7467         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7469         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7471 2011-03-21  Julien Danjou  <julien@danjou.info>
7473         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7474         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7475         query.
7476         (mm-inline-text): Render normal text with fontification whenever
7477         possible.
7479         * gnus-sum.el (gnus-summary-save-parts-1):
7480         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7481         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7482         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7483         Use `mm-handle-filename'.
7485         * mm-util.el (mm-handle-filename): New function, return the filename of
7486         an handle.
7488 2011-03-18  Julien Danjou  <julien@danjou.info>
7490         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7491         (gnus-buffer-live-p): Check that buffer is not nil.
7493 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7495         * gnus.el: No Gnus v0.15 is released.
7497 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7500         avoid warning on XEmacs.
7502         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7503         on XEmacs.
7505         * gnus-art.el: Require mouse, which the build bot seems to say is
7506         needed.
7508         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7510         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7511         XEmacs, since it doesn't have url-retrieve-synchronously.
7513         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7514         since assoc-string doesn't exist in XEmacs.
7516 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7518         * gnus-group.el (gnus-group-list-ticked): New function.
7519         (gnus-group-make-menu-bar): Provide a menu entry for it.
7520         (gnus-group-list-map): Provide a binding for it.
7522 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524         * shr.el (shr-visit-file): New command.
7526         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7528 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7530         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7531         servers.
7533 2011-03-16  Julien Danjou  <julien@danjou.info>
7535         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7536         inline.
7538         * gnus-art.el (article-hide-list-identifiers):
7539         Use gnus-group-get-list-identifiers.
7541         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7542         (gnus-summary-remove-list-identifiers):
7543         Use gnus-group-get-list-identifiers to get regexp.
7544         (gnus-select-newsgroup, gnus-summary-insert-subject)
7545         (gnus-summary-insert-articles):
7546         Call gnus-summary-remove-list-identifiers unconditionally.
7548 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7550         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7551         we're selecting a group with unread articles.
7553         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7555         * gssapi.el: New file separated out from imap.el to provide a general
7556         Kerberos 5 connection facility for Emacs.
7558         * message.el (message-elide-ellipsis): Document the format spec
7559         ellipsis.
7561 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7563         * message.el (message-elide-region): Allow the ellipsis to say how many
7564         lines were removed.
7566 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7568         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7569         window configurations containing buffers that are now dead.
7571         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7572         parsing to avoid integer overflows.
7573         (nnimap-parse-flags): Simplify the last change.
7574         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7575         too large for 32-bit Emacsen.
7577 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7579         * auth-source.el (auth-source-netrc-create):
7580         * message.el (message-yank-original): Fix use of `case'.
7582 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7584         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7585         XEmacs, which was one character too wide.
7587 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7589         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7590         default number of articles to display.
7591         (gnus-articles-to-read): Use pretty names for prompt.
7593 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595         * gnus-int.el (gnus-open-server): Ditto.
7597         * gnus-start.el (gnus-activate-group): Give a backtrace if
7598         debug-on-quit is set and the user hits `C-g'.
7599         (gnus-read-active-file): Ditto.
7601         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7603 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7605         * message.el (message-yank-original): Use cond instead of CL case.
7607 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * auth-source.el (auth-source-netrc-create): Use usual format for the
7610         default in prompts.
7612 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7614         * lpath.el: Fbind read-char-choice for XEmacs.
7616 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7618         * auth-source.el (auth-source-netrc-create): Show the default in the
7619         prompt when prompting for token creation.
7621 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7623         * auth-source.el (auth-source-format-prompt): Always convert the value
7624         to a string to avoid evaluating non-string arguments.
7625         (auth-source-netrc-create): Offer default properly, not as initial
7626         content in `read-string'.
7627         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7628         of line to determine if we've been run before.  If so, don't run again,
7629         but print a trivial message to indicate the cache was hit instead.
7631 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7633         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7634         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7635         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7636         Gnus.
7638 2011-03-11  Julien Danjou  <julien@danjou.info>
7640         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7641         modified file".
7643 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7645         * auth-source.el (auth-source-read-char-choice): New function to read a
7646         character choice using `dropdown-list', `read-char-choice', or
7647         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7648         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7649         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7650         (auth-source-netrc-saver): Use it.
7651         (auth-source-pick-first-password): New convenience function.
7653 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7655         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7656         parameter in the credentials.
7657         (nnimap-open-connection-1): Use it after a successful login.
7658         (nnimap-credentials): Add IMAP-specific user and password prompt.
7660         * auth-source.el (auth-source-search): Add :require parameter, taking a
7661         list.  Document it and the :save-function return token.  Pass :require
7662         down.  Change the CREATED message from a warning to a debug statement.
7663         (auth-source-search-backends): Pass :require down.
7664         (auth-source-netrc-search): Pass :require down.
7665         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7666         Change save prompt to indicate all modifications saved here are
7667         deletions.
7668         (auth-source-netrc-create): Take user login name as default in user
7669         prompt.  Move all the save functionality to a lexically bound function
7670         under the :save-function token in the returned list.  Set up clearer
7671         default prompts for user, host, port, and secret.
7672         (auth-source-netrc-saver): New function, intended to be wrapped for
7673         :save-function.
7675 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7678         lines to be spaces instead.
7680 2011-03-07  Julien Danjou  <julien@danjou.info>
7682         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7683         (sieve-sasl-auth): Check that auth-source-search did return something,
7684         or just return an empty string.
7686 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7688         * gnus.el (gnus-interactive): Use read-directory-name.
7690         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7691         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7692         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7693         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7694         Likewise.
7696         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7698 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7701         onto the list of killed groups, too.  This makes killed nnimap groups,
7702         for instance, more reliably not reappear.
7704         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7705         the parent.
7707         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7709         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7710         really have server-side marks.
7712         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7713         since most backends do not usefully have server-side marks.
7714         (gnus-update-read-articles): Propagate marks to all backends that
7715         really have server-side marks.
7717 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7719         * message.el (message-cite-reply-position, message-cite-style):
7720         New variables.
7721         (message-yank-original): Use the new citation styles.
7723 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7725         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7726         buffer-local issue); don't mark it buffer-local when running under
7727         XEmacs.
7729 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7731         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7732         numbers too big to be `read'.
7734 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7736         * password-cache.el (password-in-cache-p): Add autoload.
7738         * message.el (message-options): Make buffer-local two ways to attempt
7739         to fix a XEmacs bug.
7741 2011-03-02  Julien Danjou  <julien@danjou.info>
7743         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7745 2011-03-01  Julien Danjou  <julien@danjou.info>
7747         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7748         group.
7749         (article-hide-list-identifiers): Use list-identifier group parameter.
7751 2011-02-28  Julien Danjou  <julien@danjou.info>
7753         * sieve.el (sieve-buffer-script-name): New local variable to store
7754         sieve script name.
7755         (sieve-edit-script): Store sieve script name.
7756         (sieve-upload): Use sieve script name when uploading.
7757         (sieve-upload): Use substitute-command-keys.
7758         (sieve-edit-script): Use substitute-command-keys.
7759         (sieve-refresh-scriptlist): Use substitute-command-keys.
7760         (sieve-manage-mode-map): Define keymap properly.
7761         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7762         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7763         Remove commented code about cvs.
7764         (sieve-manage-quit): New function.
7765         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7767 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7771 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7773         * auth-source.el (auth-source-search): Cache empty result sets.
7775         * password-cache.el (password-in-cache-p): Convenience function to
7776         check if a key is in the cache, even if the value is nil.
7778         * auth-source.el (auth-source-save-behavior): New variable to replace
7779         `auth-source-never-create'.
7780         (auth-source-netrc-create): Use it.
7781         (auth-source-never-save): Remove.
7783 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7785         * nnimap.el (nnimap-stream): Doc fix.
7786         (nnimap-open-connection-1): Reverse the order of the ports to that the
7787         prompted-for port is first.
7789         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7790         retrieval by the no-group selection.
7792         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7793         numerical parameters.
7795 2011-02-25  Julien Danjou  <julien@danjou.info>
7797         * gnus-gravatar.el: Use gnus-with-article-buffer.
7799         * gnus-art.el (gnus-with-article-buffer): Check that the
7800         gnus-article-buffer is alive.
7802 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7804         * auth-source.el (auth-source-creation-prompts): New variable to manage
7805         creation-time prompts.
7806         (auth-source-search): Document it.
7807         (auth-source-format-prompt): Add utility function.
7808         (auth-source-netrc-create): Don't default the user name to
7809         user-login-name.  Use `auth-source-creation-prompts' and some default
7810         prompts for user, host, port, and password (the default generic prompt
7811         remains ugly).
7812         (auth-source-never-save): Add customizable option to never save info.
7813         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7814         mode excursion.
7816 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7818         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7819         argument that XEmacs doesn't support.
7821         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7822         compiled for Emacsen having no `libxml-parse-html-region' support.
7824         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7826         * lpath.el: Bind buffer-save-without-query for XEmacs.
7828 2011-02-23  Julien Danjou  <julien@danjou.info>
7830         * gnus-art.el (article-make-date-line): Ignore errors if time is
7831         invalid and not convertible.
7832         (article-make-date-line): Only add lapsed time if time is not nil.
7834 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7836         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7837         `read-char-choice' for backwards compatibility.
7838         (auth-source-netrc-element-or-first): New function to DTRT for
7839         parameter extraction.
7840         (auth-source-netrc-create): Use it and fix multiple parameter print
7841         bug.  Use the default passed from above (given-default) or the
7842         built-in (user-login-name for :user).
7844 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7846         * gnus-start.el (gnus-dribble-read-file):
7847         Set buffer-save-without-query, since we always want to save the dribble
7848         file, probably.
7850         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7851         nnimap.
7853         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7854         -summary- since it's a user-visible variable.
7856         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7857         first time you use the new Gnus.
7859 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7861         * auth-source.el: Don't load netrc.el.
7862         (auth-sources): Search ~/.netrc as well by default.
7863         (auth-source-debug): Add 'trivia option for extra output.
7864         (auth-source-do-trivia): Use it.
7865         (auth-source-search): Simplify logic to use
7866         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7867         appropriate.  Don't keep a running count at this level.  Layer :create
7868         and :delete options appropriately on the first and second passes.
7869         Don't track the backend with the search results.
7870         (auth-source-search-backends): New function to search a list of
7871         backends for a processed spec.
7872         (auth-source-netrc-parse): Cache all netrc files, making
7873         auth-source-netrc-cache an alist keyed by the file name and using the
7874         file mtime as the caching criterion.  Keep the obfuscated data secret
7875         with a lexical bind.
7876         (auth-source-netrc-search): Don't calculate the length of the results
7877         unnecessarily.
7878         (auth-source-search-backends): Fix bug.
7879         (auth-source-netrc-create): Rework prompts.
7881 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7883         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7884         Lower case names of search constraints.
7885         (nnir-run-query): Cache and reuse search constraints for all imap
7886         servers.
7888 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7890         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7891         after exit.
7892         (gnus-setup-message): Define missing variable from last checkin.
7894         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7895         value, show the raw article.
7897 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7899         * gnus.el: No Gnus v0.13 is released.
7901 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7903         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7904         auth-source now accepts numbers.
7906         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7907         spec, too.
7908         (auth-source-ensure-strings): New function.
7910         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7911         (gnus-article-setup-buffer): Always restart the date timer so that user
7912         changes to the frequency is respected.
7914         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7915         port numbers, so make sure it gets that if nnimap-server-port is
7916         explicit.
7918 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7920         * nnimap.el (nnimap-inbox): Doc fix.
7922 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7924         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7925         Autoload.  Add optional arg FRAME, and pass it to color-values.
7926         (color-complement): Caller changed.  Doc fix.
7927         (color-gradient): Rewrite for better clarity and efficiency.
7929 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7931         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7932         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7933         color-lab-to-srgb.
7935 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7937         * color.el: First part of merge from hexrgb.el.
7938         (color-rgb-to-hex): Rename from color-rgb->hex.
7939         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7940         saturation to zero if the value is too small.
7941         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7942         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7943         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7944         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7945         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7946         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7947         (color-cie-de2000): Doc fix.
7949 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7951         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7952         given method as in the group name if we're using an extended method.
7953         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7954         command, if we're using that, instead of waiting for the beginning.
7956         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7957         we're sure to get unique server names, and we don't output two async
7958         commands in the same buffer.  This fixes an NNTP hang for some users.
7960 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7962         * gnus.el: No Gnus v0.11 is released.
7964 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7966         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7967         summary buffer before reading going to the next buffer.  This avoids
7968         putting the point in the group buffer if you `C-g' the command.
7970         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7971         cache (for now) to make ~/.authinfo.gpg files usable.
7973         * nnfolder.el (copyright-update): Define for the compiler.
7975         * auth-source.el (auth-source-search): Fix unbound variable.
7977 2011-02-19  Glenn Morris  <rgm@gnu.org>
7979         * gnus.el (gnus-meta): Doc fix.
7981 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7983         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7984         in case it's not yet loaded.
7986 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7988         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7989         line we're waiting for.
7991 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7993         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7994         face with line-width greater than zero will cause RET in gnus summary
7995         buffer to scroll down article page-wise because auto vscroll happens,
7996         it should be temporally disabled when doing a scroll-up.
7998 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
8000         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
8001         outputs from the server.
8003 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8005         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
8006         later so that bbdb can hook in easier.
8008 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
8010         * auth-source.el (auth-source-search): Don't try to create credentials
8011         if the caller doesn't want that.
8012         (auth-source-search): If we don't find a match, don't bug out on
8013         non-bound variables.
8014         (auth-source-search): Only ask a single backend to create the
8015         credentials.
8017         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
8018         logging.
8019         (nnimap-credentials): Protect against auth-source-search returning nil.
8020         (nnimap-request-list): Protect against not being able to open the
8021         server.
8023 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
8025         * auth-source.el (auth-source-search): Do a two-phase search, one with
8026         no :create to get the responses from all backends.
8028         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
8029         when getting credentials.
8031         * gnus-util.el (gnus-delete-duplicates): New function.
8033 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
8035         * nnimap.el (nnimap-credentials): Instead of picking the first port as
8036         a creation default, pass the whole port list down.  It will be
8037         completed.
8039         * auth-source.el (auth-source-search): Updated docs to talk about
8040         multiple creation choices.
8041         (auth-source-netrc-create): Accept a list as a value (from the search
8042         parameters) and do completion on that list.  Keep a separate netrc line
8043         with the password obscured for showing the user.
8045         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
8046         first choice to `auth-source-search' so it will be used for entry
8047         creation instead of the server's Gnus-specific name.
8048         (nnimap-credentials): Rely on the auth-source library to select which
8049         port is actually wanted in the new netrc entry, so don't override
8050         `auth-source-creation-defaults'.
8052         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8053         :protocol and accept a missing user, host, or port as a wildcard match.
8054         (auth-source-debug): Default to off.
8056         (auth-source-netrc-search, auth-source-netrc-create)
8057         (auth-source-secrets-search, auth-source-secrets-create)
8058         (auth-source-user-or-password, auth-source-backend, auth-sources)
8059         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8060         instead of :protocol.
8062         * nnimap.el (nnimap-credentials): Pass a port default to
8063         `auth-source-search' in case an entry needs to be created.
8064         (nnimap-open-connection-1): Use :port instead of :protocol.
8066 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8068         * auth-source.el: Bind load-path when loading EIEIO from
8069         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8070         21.4 doesn't support, to `require'.
8071         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8072         delete-dups that is not available in XEmacs 21.4.
8074 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8076         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8077         as EIEIO must also be loaded when auth-source.el is being
8078         byte-compiled.
8080 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8082         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8084         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8086         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8088         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8090         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8092         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8094         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8096         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8097         necessary.
8099 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8101         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8102         nil means that nnimap doesn't get updated.
8104 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8106         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8107         result when the user doesn't want to write to the file.
8108         (auth-source-netrc-search): Expect a synthetic result and proceed
8109         accordingly.
8110         (auth-source-cache-expiry): New variable to override
8111         `password-cache-expiry'.
8112         (auth-source-remember): Use it.
8114         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8115         parameter.  Create entry if necessary by using :create t.
8116         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8118 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8120         * auth-source.el (auth-source-debug): Enable by default and don't
8121         mention the obsolete `auth-source-hide-passwords'.
8122         (auth-source-do-warn): New function to debug unconditionally.
8123         (auth-source-do-debug): Use it.
8124         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8125         and for Secrets API entries when the secrets.el library is not
8126         available.
8128 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8130         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8131         (gnus-summary-exit): Kill the correct article buffer on exit from a
8132         `C-d' group.
8134         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8135         gnus-propagate-marks.
8137         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8138         before killing the buffers so that a non-full window conf gets handled
8139         correctly.
8140         (gnus-summary-exit): Ditto.
8141         (gnus-summary-read-group-1): Ditto.
8143         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8144         async code again so that we can debug it properly.
8146         * message.el (message-reply): Take an optional switch-buffer parameter
8147         so that Gnus window confs are respected better.
8149 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8151         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8152         `plist-get' to accept non-list parameters (XEmacs issue).
8153         Fix docstring.
8154         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8155         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8156         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8157         Login collection is "Login" and not "login".
8159 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8161         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8162         multiple headers.
8164         * nnimap.el (nnimap-inhibit-logging): New variable.
8165         (nnimap-log-command): Don't log login commands.
8167         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8168         to have more parameters.
8170         * nnimap.el (nnimap-send-command): Mark the command time for each
8171         command, so that we don't get NOOPs stepping on our toes.
8173         * gnus-art.el (article-date-ut): Get the date from the Date header on
8174         `t'.
8176 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8178         * auth-source.el (auth-source-search): Use copy-sequence instead of
8179         the cl.el copy-list.
8181 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8183         * imap.el: Bring it back (revert
8184         84d800cd31de3064f0ed39617d725709a2f8f42f).
8186 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8188         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8189         Improve prompt.
8191 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8193         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8194         washing status from the default format.  It isn't very informative.
8196 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8198         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8199         Fix Gcc processing on imap.
8201 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8203         * imap.el: Remove file.  All the functionality is in nnimap.el.
8205 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * message.el (message-bury): Don't pop up a new window when selected
8208         window is dedicated.
8210 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8212         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8214 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8216         * sieve-manage.el: Autoload `auth-source-search'.
8217         (sieve-sasl-auth): Use it.
8219 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8221         * nnimap.el: Autoload `auth-source-forget+'.
8222         (nnimap-open-connection-1): Use it if the connection fails.
8224         * auth-source.el: Require `password-cache'.
8225         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8226         obsolete.
8227         (auth-source-magic): Marker for `password-cache' keys.
8228         (auth-source-do-cache): Update docstring.
8229         (auth-source-search): Use and check cache.
8230         (auth-source-forget-all-cached, auth-source-remember)
8231         (auth-source-recall, auth-source-forget, auth-source-forget+)
8232         (auth-source-specmatchp): Caching support functions.
8233         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8234         Remove and obsolete.
8235         (auth-source-user-or-password): Remove caching to further discourage
8236         using it.  Always hide passwords.
8238         * password-cache.el (password-cache-remove): Accept secrets that are
8239         not strings.
8241 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8243         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8244         code for now, since it doesn't work for all users.
8246 2011-02-09  Julien Danjou  <julien@danjou.info>
8248         * message.el (message-options): Make message-options really buffer
8249         local.
8251 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8253         * mail-source.el: Autoload `auth-source-search'.
8254         (mail-source-keyword-map): Note order matters.
8255         (mail-source-set-1): Get all the mail-source source values and
8256         defaults and search auth-source on those if needed.  This can all
8257         probably be simplified.
8259         * nnimap.el: Autoload `auth-source-search'.
8260         (nnimap-credentials): Use it.
8261         (nnimap-open-connection-1): Ask for the virtual server and physical
8262         address in one shot.
8264         * nntp.el: Autoload `auth-source-search'.
8265         (nntp-send-authinfo): Use it.  Note TODO.
8267 2011-02-08  Julien Danjou  <julien@danjou.info>
8269         * shr.el (shr-tag-body): Add support for text attribute in body
8270         markups.
8272         * message.el (message-options): Make message-options a local variable.
8274 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8276         * auth-source.el (auth-source-secrets-search)
8277         (auth-source-user-or-password): Use `append' instead of `nconc'.
8278         (auth-source-user-or-password): Build return list better and protect
8279         against nil :secret.
8281 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8283         * nnimap.el (nnimap-update-info): Refactor slightly.
8284         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8285         (nnimap-update-info): Clean up slightly.
8286         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8287         characters.
8288         (nnimap-process-quirk): Rename function to avoid collision.
8289         (nnimap-update-info): Fix macrology bug-out.
8290         (nnimap-update-info): Simplify split history test.
8292 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8294         * auth-source.el (top): Require 'eieio unconditionally.
8295         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8296         (auth-source-secrets-search): Limit search when `max' is greater than
8297         number of results.
8299 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8301         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8302         part not returning any data.
8304         * proto-stream.el (open-protocol-stream): Document the return value.
8306 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8308         * auth-source.el (auth-source-secrets-search): Add examples.
8310 2011-02-06  Julien Danjou  <julien@danjou.info>
8312         * message.el (message-setup-1): Handle message-generate-headers-first
8313         set to t.
8315 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8317         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8318         API with a string "secrets:collection-name" and with 'default.
8319         (auth-source-backend-parse): Parse "secrets:collection-name" and
8320         'default.  Recurse on parses instead of repeating code.  Use the
8321         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8322         message when ignoring a source.
8323         (auth-source-search): List ignored search keys at the top level.
8324         (auth-source-netrc-create): Use `case' instead of `cond'.
8325         (auth-source-secrets-search): Created with TODOs.
8326         (auth-source-secrets-create): Created with TODOs.
8327         (auth-source-retrieve, auth-source-create, auth-source-delete)
8328         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8329         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8330         (auth-source-user-or-password-sftp)
8331         (auth-source-user-or-password-smtp): Remove.
8332         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8333         around `auth-source-search'.  Not tested thoroughly.
8335 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8337         * auth-source.el: Bring in assoc and eioeio libraries.
8338         (secrets-enabled): New variable to track the status of the Secrets API.
8339         (auth-source-backend): New EIOEIO class to represent a backend.
8340         (auth-source-creation-defaults): New variable to set prompt defaults
8341         during token creation (see the `auth-source-search' docstring for
8342         details).
8343         (auth-sources): Simplify to allow a simple string as a netrc backend
8344         spec.
8345         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8346         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8347         (auth-source-search): Main auth-source API entry point.
8348         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8349         (auth-source-search-collection): Helper function for searching.
8350         (auth-source-netrc-parse, auth-source-netrc-normalize)
8351         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8352         Supports search, create, and delete.
8353         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8354         backend stubs.
8355         (auth-source-user-or-password): Call `auth-source-search' but it's not
8356         ready yet.
8358 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8360         * message.el (message-setup-1): Remove the read-only stuff, since it
8361         doesn't work under XEmacs, for some reason.
8363         * gnus-sum.el (gnus-user-date): Rename back from
8364         gnus-summary-user-date since user code refers to it.
8366         * shr.el (shr-render-td): Store the actual background color used.
8368         * message.el (message-setup-1): Don't bind the constant
8369         -forbidden-properties.
8370         (message-setup-1): Revert previous change, since it needs to bind the
8371         props to insert them.
8372         (message-resend): Allow removing the read-only separator line.
8374 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8376         * nnimap.el (nnimap-request-accept-article): Give an error message if
8377         the APPEND wasn't successful.
8379 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8381         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8382         that have no groups.
8384 2011-02-03  Julien Danjou  <julien@danjou.info>
8386         * gnus-draft.el: Remove progn around gnus-draft-setup.
8388 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8390         * gnus-start.el (gnus-read-active-for-groups): This function is never
8391         called with a nil `infos', so clean that up.
8392         (gnus-get-unread-articles): Request active files from primary/secondary
8393         methods that have no groups (yet).
8395 2011-02-03  Julien Danjou  <julien@danjou.info>
8397         * message.el (message-setup-1): Always generate References first.
8398         (message-mail): Return the return value of message-setup, not always t.
8399         (message-setup-1): Insert mail-header-separator with read-only and
8400         intangible properties set.
8402         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8403         user-date in docstring.
8405         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8407         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8408         docstring.
8410         * gnus.el (gnus-user-date-format-alist): Change default value.
8411         Use defcustom, with type and group.  Move from gnus-util.el.
8412         Rename to gnus-summary-user-date-format-alist.
8414 2011-02-03  Glenn Morris  <rgm@gnu.org>
8416         * nnimap.el (gnus-fetch-headers): Declare.
8418         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8420 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8422         * message.el (message-forward-make-body-digest-plain)
8423         (message-followup, message-reply): Clean up things noted by Stefan.
8425         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8426         gnus-article-update-date-headers is nil.
8427         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8428         it didn't really work with defcustom.
8429         (article-update-date-lapsed): Make sure the window start doesn't move,
8430         either.
8432 2011-02-01  Julien Danjou  <julien@danjou.info>
8434         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8435         format.
8437         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8438         standard in Emacs nowadays.
8440         * color.el (color-gradient): Add a color-gradient function.
8442 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8444         * message.el (message-expand-name): Don't trust the return value of
8445         bbdb-complete-name.
8446         (message-check-news-header-syntax): Remove unused var `start'.
8447         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8448         (message-inhibit-body-encoding): Move to before first use.
8449         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8450         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8451         (Organization, Message-ID, Date, mh-previous-window-config):
8452         Defvar the vars using dynamic scoping.
8454 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8456         * shr.el (shr-render-td): Only do colors at the final rendering.
8457         Should be slightly faster.
8458         (shr-insert-table): Fix up TD background colors when doing the
8459         vertical padding.
8461         * gnus-art.el (article-date-ut): Protect against articles with no Date
8462         header.
8463         (article-update-date-lapsed): Don't use current-column to find the
8464         horizontal position.  It's fragile in the presence of \003 characters.
8466         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8468 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8470         * gnus-art.el (article-transform-date): Rewrite to still work when
8471         there are several rfc2822 parts.
8472         (article-transform-date): Fix infinite recursion.
8473         (article-date-ut): Replace infinitely many Date headers with a single
8474         one when called interactively.
8476         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8477         secure manner.
8479         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8480         move around by not using save-window-excursion.  It seems to work...
8482 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8484         * gnus-art.el (article-make-date-line): Work for user-defined format.
8486 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8488         * nntp.el (nntp-retrieve-group-data-early)
8489         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8490         fetching functions.
8492         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8493         thoroughly for all backends that have no known groups.  This should
8494         allow new nnml methods to retrieve mail.
8496         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8497         that Gnus doesn't know exists again.
8499         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8500         (gnus-treat-date-ut): Ditto.
8501         (gnus-article-update-date-header): Rename.
8502         (gnus-treat-date-local): Remove.
8503         (gnus-treat-date-english): Remove.
8504         (gnus-treat-date-lapsed): Remove.
8505         (gnus-treat-date-combined-lapsed): Remove.
8506         (gnus-treat-date-original): Remove.
8507         (gnus-treat-date-iso8601): Remove.
8508         (gnus-treat-date-user-defined): Remove.
8509         (gnus-article-date-headers): New variable to control all the date
8510         header options.
8511         (article-date-ut): Rewrite to allow using the new way to format date
8512         headers(s).
8514 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8516         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8517         method.
8518         (nnmail-article-group): A better test for fanciness.
8520         * nnimap.el (nnimap-request-head): Protect against not finding the
8521         article by Message-ID.
8523 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8525         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8526         keep point at the "same place".
8528 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8530         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8531         data if the group is inactive.
8533 2011-01-28  Julien Danjou  <julien@danjou.info>
8535         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8536         (gnus-all-windows-visible-p): Remove old compatibility code.
8537         (gnus-window-top-edge): Add docstring.
8539         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8541 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8543         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8544         older request-update-info.
8546         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8548 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8550         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8551         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8553 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8555         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8556         groups.  This makes the nndraft:queue group pop up if it's not already
8557         there.
8559         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8560         messages" logic, which was reversed.
8562         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8563         the "same place" even if point is on the line being replaced.
8564         (article-update-date-lapsed): Allow updating both the combined lapsed
8565         and the lapsed headers.
8566         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8567         (article-make-date-line): Limit the number of segments dynamically to
8568         avoid too-long lines.
8570 2011-01-27  Julien Danjou  <julien@danjou.info>
8572         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8573         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8575 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8577         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8578         Use plist-get instead of the cl function getf.
8580 2011-01-27  Glenn Morris  <rgm@gnu.org>
8582         * gnus-util.el (float-time): Get rid of compiler warning, again.
8584 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8586         * shr.el (shr-put-color): Special-case background colors: Do put them
8587         at the blank parts at the front of the lines.
8589         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8590         exit hook to nix out all data on readedness on group exit.
8592         * gnus-util.el (float-time): If float-time is bound, always use it on
8593         all Emacsen.  It's unclear why the subrp check was there.
8594         (time-date): Require to make some autoload issues on XEmacs go away.
8596         * shr.el (shr-put-color): Don't do the box padding in tables, since
8597         they're already padded.
8599 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8601         * gnus-art.el (gnus-article-next-page): When the last line of the
8602         article is displayed, scroll down once more instead of going to the
8603         next article at once.
8604         (article-lapsed-string): Refactor out and allow specifying how many
8605         segments you want.
8606         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8607         (gnus-article-update-lapsed-header): New variable.
8609         * shr.el: Revert change that made headings use different-sized faces.
8610         The Emacs display engine isn't advanced enough that, for instance,
8611         tables can comfortably use differently-sized faces.
8613 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8615         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8616         used.
8617         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8618         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8619         we're using an encrypted connection.
8621         * proto-stream.el: Alter the interface functions to also return the
8622         actual stream type used: network or tls.
8624 2011-01-25  Julien Danjou  <julien@danjou.info>
8626         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8627         (mm-display-javascript-inline): New function.
8629         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8630         viewing function.
8632 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8634         * shr.el (shr-expand-newlines): Fix variable name.
8636 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8638         * shr.el (shr-expand-newlines): Make nested boxes work.
8640 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8642         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8643         backgrounds.
8644         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8645         in a more sensible manner.
8647 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8649         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8650         if EPG is loaded.
8652 2011-01-24  Julien Danjou  <julien@danjou.info>
8654         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8655         tags.
8657 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8659         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8660         commands.
8662         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8663         in the article buffer.
8664         (gnus-gravatar-insert): Use blank space from the current buffer to
8665         avoid breaking text properties.  This makes X-Sent updating work again.
8667         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8669 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8671         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8672         fix the bug in url-http.el instead.
8674         * shr.el (shr-image-fetched): Ditto.
8676         * shr.el (shr-image-fetched): Avoid having point move in the article
8677         buffer.
8679         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8680         buffer after being called.  It's apparently being killed by url.el, and
8681         killing it made point move to end-of-buffer in a random buffer.
8683         * shr.el (shr-image-fetched): Ditto.
8685 2011-01-23  Julien Danjou  <julien@danjou.info>
8687         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8689         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8690         text/x-org.
8692 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8694         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8695         (i.e., nnimap) returning nil as the article number.
8697 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8699         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8700         "DelSp" parameter in RFC3676.
8702 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8704         * message.el (message-check-recipients): Display the encoded version of
8705         the bogus address if they differ.
8707         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8708         after sending.
8710         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8712         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8714         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8715         group buffer after sending the queue.
8717         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8719 2011-01-22  Julien Danjou  <julien@danjou.info>
8721         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8723 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8725         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8726         nested related parts.
8728         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8729         unexpired articles.  This fixes the regression that led expiry marks to
8730         disappear from nnfolder groups.
8732 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8735         Don't confuse the "ret" of "retrograde" with RET.
8737 2011-01-21  Julien Danjou  <julien@danjou.info>
8739         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8740         than mm-insert-inline.
8742 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8744         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8745         Widen article buffer.
8747 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8750         the temp buffer.
8751         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8753 2011-01-20  Julien Danjou  <julien@danjou.info>
8755         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8757         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8758         than mm-insert-inline to insert inline part: this respect
8759         mm-inline-media-tests displayers.
8761         * mm-view.el (mm-display-shell-script-inline): New function.
8763         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8765         * mm-uu.el (mm-uu-type-alist): Add org block.
8766         (mm-uu-org-src-code-block-extract): New function.
8768         * mm-view.el (mm-display-org-inline): New function.
8770         * mm-decode.el (mm-automatic-display): Add text/org.
8772         * mailcap.el (mailcap-mime-extensions): Add .org.
8774 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8776         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8777         gnus-article-add-buttons.
8779 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8781         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8782         From header with a date and "nobody" as the sender.
8784 2011-01-19  Julien Danjou  <julien@danjou.info>
8786         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8787         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8788         if you have the same regexp several times.
8789         (gnus-button-push): Fix matching when regexp is symbol.
8791 2011-01-15  Glenn Morris  <rgm@gnu.org>
8793         * message.el (message-mail): A compose-mail function should
8794         accept headers as strings.
8796 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8798         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8799         Add :vert-only tags.
8800         (message-mail): New arg RETURN-ACTION.
8801         (message-return-action): New var.
8802         (message-bury): Use it.
8803         (message-mode): Make it buffer-local.
8804         (message-send-and-exit): Always call message-bury.
8806         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8807         message-mail.
8809 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8811         * nnimap.el (nnimap-convert-partial-article): Protect against
8812         zero-length body parts.
8814         * mm-decode.el (mm-preferred-alternative-precedence):
8815         Discourage showing empty parts.
8817         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8818         and stuff if the backend didn't return the article number.  This fixes
8819         an Exchange-related nnimap bug.
8821         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8822         group window, because it does the wrong thing when a separate frame
8823         displays the group buffer.
8825         * proto-stream.el (open-protocol-stream): Protect against the low-level
8826         transport functions returning nil.
8828 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8830         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8831         (mml2015-epg-find-usable-secret-key): New function.
8832         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8833         mml2015-epg-find-usable-key (Bug#7797).
8834         (mml2015-epg-encrypt): Ditto.
8836 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8838         * dgnushack.el (rot13-string): Fix the way to get the argument.
8840 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8844 2011-01-03  Glenn Morris  <rgm@gnu.org>
8846         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8848         * sieve.el (sieve-open-server): Give a more explicit error if
8849         sieve-manage-open returns nil.  (Bug#7720)
8851 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8853         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8855 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8858         This avoids sending passwords in plain text over non-encrypted
8859         channels.
8861         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8863         * nnimap.el (nnimap-login): Refactored out into own function, and
8864         implement CRAM-MD5.
8865         (nnimap-wait-for-line): Refactored out.
8867         * mm-view.el (mml-smime): Require.
8869 2010-12-20  David Engster  <deng@eml.cc>
8871         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8872         use EPG to decrypt S/MIME messages instead of openssl.
8874 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8878         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8879         status is the group clearly is unreachable.
8881         * auth-source.el (auth-source-create): Add the optional second
8882         parameter to `local-variable-p' to be compatible with XEmacs.
8884 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8886         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8887         work when using a compressed nnml folder.
8889 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8892         backends after sanitising on entry, because this never makes sense:
8893         If the articles have gone missing, then the data no longer exists on
8894         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8895         overwrite anything anyway.
8897         * shr.el (shr-insert-document): Bind shr-width dynamically to
8898         window-width if it's nil.
8900 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8902         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8903         with the meaning of using the full emacs window width for rendering.
8905 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8907         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8908         case when sender is not given.
8910 2010-12-23  Julien Danjou  <julien@danjou.info>
8912         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8913         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8914         the addresses, otherwise we might misplaced the gravatar.
8916 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8918         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8919         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8920         obsolete in Emacs.
8922 2010-12-20  Julien Danjou  <julien@danjou.info>
8924         * gnus-util.el (gnus-rescale-image): Revert last change.
8926 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8928         * binhex.el: Improve commentary (Bug#7482).
8930 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932         * gnus-group.el (gnus-group-delete-articles): New command.
8934 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8936         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8938 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8941         here, since it's up to the backends to do CRLF removal if their
8942         protocol has it.
8944         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8946 2010-12-17  Julien Danjou  <julien@danjou.info>
8948         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8949         they are from file.  Can also scale up.
8951 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8953         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8954         Restore gnus-use-agent.
8955         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8957         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8959 2010-12-17  Julien Danjou  <julien@danjou.info>
8961         * gravatar.el (gravatar-retrieve-synchronously): New function.
8962         (gravatar-get-data): Make more robust.
8964 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8966         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8968 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8971         to really consider the last line.
8973 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8975         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8976         list of recipient keys, or use symmetric encryption if not a list.
8977         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8978         EPA override, replacing the call to `netrc-store-data'.
8980 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8982         * gnus-srvr.el: Avoid passing nil regexp argument to
8983         delete-matching-lines.
8985 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8988         fetching stops when Gnus exits.
8990         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8991         function.
8992         (nnfolder-request-expire-articles): Save all the buffers after doing
8993         expiry.
8995         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8996         the last article", since that led to serious performance regressions
8997         when expiring nnml groups.
8999 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
9001         * nnir.el: Improve customizations.
9003 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
9007         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
9008         group has been killed.
9009         (gnus-group-yank-group): Ditto.
9011         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
9013         * nnimap.el (nnimap-request-update-group-status): New function.
9015         * gnus-int.el (gnus-request-update-group-status): New interface
9016         function.
9018         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
9019         copying read-ness to the backends.
9021         * nnimap.el (nnimap-quirk): New function.
9022         (nnimap-retrieve-group-data-early): Use it.
9023         (nnimap-quirks): New alist.
9025 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9027         * shr.el (shr-insert): Set shr-start after deleting trailing space;
9028         don't delete it within indentation.
9030 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
9033         previous line.
9035 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
9038         QRESYNC command by deleting a superfluous space which broke Cyrus
9039         servers.  This change will break other servers that are buggy the other
9040         way around.
9042 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9044         * spam.el: Reindent and fix long lines.
9045         (spam-copy-or-move-routine): Exclude invalid move destinations.
9047 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
9049         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9050         installed the registry.
9052 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9054         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9056 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9058         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9059         groupname doesn't contain "gmane".
9061 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9064         and netrc-bound-and-true-p bindings.
9065         (netrc-parse): Cache the netrc contents.
9067         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9068         (gnus-1): Don't create the nndrafts group twice.
9069         (gnus-setup-news): There's no need to read the active file here, since
9070         that's done again later on a per-backend basis.
9071         (gnus-start-draft-setup): Make sure that the new group is started out
9072         empty.
9074         * gnus-agent.el (gnus-agentize): Don't create the queue group
9075         automatically on startup.  It'll be created later, if needed.
9077         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9078         of automatically subscribed groups.
9079         (gnus-auto-subscribed-categories): New variable.
9080         (gnus-matches-options-n): Use it.
9081         (gnus-default-subscribed-newsgroups): Remove unused variable.
9082         (gnus-start-draft-setup): Message a bit less.
9084 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9086         * nnir.el (nnir-run-imap): Return article list in order of increasing
9087         UID.
9089 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091         * gnus-sum.el (gnus-summary-enter-digest-group):
9092         Mention gnus-auto-select-on-ephemeral-exit.
9094         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9095         convention of the network-only option.
9097 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099         * proto-stream.el (proto-stream-open-network-only): New function to
9100         have a way to specify non-STARTTLS upgrade connections.
9102 2010-12-10  Julien Danjou  <julien@danjou.info>
9104         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9105         email address is nil.
9107         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9109 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9111         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9112         deletion.
9113         (nnir-run-imap): Only need to parse list once.
9115 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117         * shr.el (shr-tag-script): Ignore <script>.
9118         (shr-tag-label): Add <label> support.
9120 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9122         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9124         * shr.el (shr-image-displayer): Work for images lined side by side.
9126 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9128         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9129         parameter, since XEmacs doesn't accept t as a parameter.
9131 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9133         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9134         ids.
9135         (nnir-run-gmane): Simplify groupspec formatting.
9136         (nnir-request-expire-articles): New function.
9138 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9141         overflow, possibly.
9143         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9144         (shr-render-td): Handle td style="" better.
9145         (shr-tag-table): Use the color from the style sheet.
9146         (shr-render-td): Make sure we copy over all the overlays, too.
9148 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9150         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9151         (nnir-request-article): Improve article retrieval.
9153 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9155         * mm-util.el (mm-extra-numeric-entities): New variable.
9157         * mm-url.el (mm-url-decode-entities):
9158         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9160         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9162 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9164         * message.el: Use completion-at-point.
9165         (message-completion-function): New fun, extracted from message-tab.
9166         (message-mode): Use it for completion-at-point-functions.
9167         (message-tab): Use it and completion-at-point.
9169 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9171         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9172         character if a non-breakable character follows.
9174 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9177         any stream.
9179         * shr.el (shr-tag-font): Colorize the region.
9180         (shr-tag-body): Ditto.
9181         (shr-tag-font): Actually let the styles be inherited instead of
9182         overwriting them.
9183         (shr-tag-font): Get the background color right.
9184         (shr-tag-style): Ignore all <style> tags for the moment.
9186         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9187         a Message-ID to avoid having nnimap depend on gnus-sum.
9189         * shr.el (shr-descend): Only colorize something if we have a node that
9190         sets colors.
9192 2010-12-06  Julien Danjou  <julien@danjou.info>
9194         * shr.el (shr-render-td): Render td content with shr-descend, so style
9195         will be applied to <td> too.
9196         (shr-colorize-region): Colorize region even if we only have a background.
9197         (shr-tag-body): Fix color and background color inheritance.
9198         Do not recolorize after shr-generic.
9199         (shr-tag-font): Let shr-generic colorize via inheritance.
9201 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9203         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9205 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9207         * nnir.el (nnir-request-move-article): Remove obsolete code.
9209 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9211         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9213 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215         * gnus-sum.el (gnus-summary-respool-article): The completion function
9216         expects a list instead of an alist.
9218         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9219         string as the parameter.
9221         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9223         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9224         styles.
9225         (shr-colorize-region): New function.
9226         (shr-insert-background-overlay): Remove.
9227         (shr-render-td): Background setting should be taken care of on a higher
9228         level.
9229         (shr-tag-body): Use post-hoc colorizations.
9230         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9231         (shr-put-color-1): Don't overwrite old colors.
9232         (shr-colorize-region): When the background color isn't explicit, use
9233         a fixed background.
9235         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9236         nnmail variables.
9238 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9240         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9241         unless necessary.
9243 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9245         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9246         server.
9248 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9251         so that TAB works.
9253         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9254         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9256         * shr.el (shr-urlify): Show the URL before the title to avoid
9257         misleading URLs.
9259 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9261         * shr.el (shr-urlify): Display the title in <a> tags.
9263 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9265         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9267 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9269         * nnir.el: Rearrange code to allow macros to be autoloaded by
9270         gnus-sum.el.
9271         (nnir-retrieve-headers-override-function): Make this variable
9272         customizable.
9273         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9275         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9276         from nnir.el.
9278 2010-12-03  Julien Danjou  <julien@danjou.info>
9280         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9282 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9284         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9285         allow optional argument `environment'.
9287 2010-12-03  Glenn Morris  <rgm@gnu.org>
9289         * mm-extern.el (message-goto-body): Update declaration.
9291 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9293         * gnus-util.el (gnus-macroexpand-all): New function.
9295         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9296         instead of macroexpand-all that is unavailable in XEmacs.
9298 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9300         * nnir.el (nnir-summary-line-format): New variable.
9301         (nnir-mode): Use it.
9302         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9303         (nnir-article-ids): Reimplement as defsubst.
9304         (nnir-retrieve-headers): Don't mangle the subject header.
9305         (nnir-run-imap): Use 100 as RSV score.
9306         (nnir-run-find-grep): Fix for full server searching.
9307         (nnir-run-gmane): Better restriction to gmane groups.
9309         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9310         summary buffers.
9312 2010-12-02  Julien Danjou  <julien@danjou.info>
9314         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9316         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9318         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9319         support.
9321 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9323         * nnir.el: Update to handle the registry better.
9324         (autoload): Silence byte-compiler.
9325         (nnir-open-server): Add a hook for nnir groups.
9326         (nnir-request-move-article): Don't mangle the header.  Better to use
9327         formatting variables (which will be added in the future).
9328         (nnir-registry-action): Update the registry using the original article
9329         group name.
9330         (nnir-mode): Install nnir-specific hooks for updating the registry.
9332         * gnus-sum.el
9333         (gnus-article-original-subject, gnus-newsgroup-original-name):
9334         Remove obsolete variables.
9335         (gnus-summary-move-article): Remove use of obsolete variables.
9336         (gnus-summary-local-variables): Make move and delete hooks local to
9337         summary buffers.
9339 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341         * rtree.el: New file.
9343 2010-12-01  Julien Danjou  <julien@danjou.info>
9345         * message.el (message-user-organization): Do not use
9346         gnus-local-organization.
9348         * gnus.el: Remove gnus-local-organization.
9350         * gnus-msg.el: Remove nastygram thing.
9352 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9354         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9355         funcall.
9357 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9359         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9360         names.
9362         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9363         characters.
9365         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9366         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9367         Suggested by Štěpán Němec <stepnem@gmail.com>.
9368         (gnus-gravatar-transform-address): Use mail-extract-address-components
9369         that supports non-ASCII names rather than mail-header-parse-addresses.
9371 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373         * proto-stream.el (open-protocol-stream): All starttls connections are
9374         handled by the network handler.
9376 2010-11-30  Julien Danjou  <julien@danjou.info>
9378         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9379         (nnimap-open-connection-1): Fix PREAUTH.
9381         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9383 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9385         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9386         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9387         (shr-insert): Use them.
9388         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9390 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9392         * nnir.el (nnir-request-move-article): Bail out if original group
9393         doesn't support article moves.
9394         (nnir-get-active): Improve active list retrieval.
9396 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9400 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9402         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9403         seem to accept strings-with-numbers as port numbers.
9405 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9407         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9408         change the registry.
9410 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9412         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9413         delete-dups that is not available in XEmacs 21.4.
9415         * mm-util.el (mm-delete-duplicates): Add comment.
9417 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9419         * nnir.el (nnir-ignored-newsgroups): New variable.
9420         (nnir-get-active): Use it.
9422 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424         * proto-stream.el (proto-stream-open-network): Add some comments.
9426         * nntp.el (nntp-open-connection): Provide a :success condition.
9428         * nnimap.el (nnimap-open-connection-1): Ditto.
9430         * proto-stream.el (proto-stream-open-network): See what the response to
9431         the STARTTLS command is.
9433         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9434         backwards compatibility).
9435         (nnimap-open-connection-1): Really respect nnimap-server-port.
9437         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9438         TLS upgrades we don't really care about the identity of the peer.
9439         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9440         that what we've checked for.
9441         (proto-stream-always-use-starttls): Only default to t if
9442         open-gnutls-stream exists.
9443         (proto-stream-open-network): If STARTTLS failed, then just open a
9444         normal connection.
9445         (proto-stream-open-network): Wait until the greeting before doing
9446         STARTTLS.
9448         * nntp.el (nntp-open-connection): Report what the connection error is.
9450         * proto-stream.el (open-protocol-stream): Rename from
9451         open-proto-stream.
9453 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455         * nnimap.el (nnimap-stream): Change default to `undecided'.
9456         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9457         first, and then network.
9458         (nnimap-open-connection-1): Respect nnimap-server-port.
9459         (nnimap-open-connection): Be more backwards-compatible.
9461         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9462         (proto-stream-open-starttls): De-duplicate the starttls code.
9463         (proto-stream-open-starttls): Folded back into the main function.
9464         (proto-stream-open-network): Fix typo in the gnutls path.
9465         (proto-stream-command): Refactor out.
9467         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9469         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9470         starttls.el STARTTLS.
9472         * color.el (color-lab->srgb): Fix function call name.
9474         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9475         if we're using tls.el.
9476         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9477         built in, then don't try to establish a STARTTLS connection.
9479         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9480         servers.
9482         * proto-stream.el (open-proto-stream): Use network, not stream.
9483         (open-proto-stream): Add a way to specify what the end of a command is.
9485         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9486         connections types.
9487         (nntp-open-network-stream): Remove.
9488         (nntp-open-ssl-stream): Remove.
9489         (nntp-open-tls-stream): Remove.
9490         (nntp-ssl-program): Remove.
9492         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9494 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9496         * nnir.el: Fix typos.
9497         (nnir-retrieve-headers-override-function): Rename variable to reflect
9498         new semantics.
9499         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9500         macros.
9501         (nnir-request-article, nnir-request-move-article): Use them.
9502         (nnir-categorize): New function.
9503         (nnir-run-query): Use it.
9504         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9505         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9506         sorted.
9507         (nnir-group-full-name): Use gnus-group-full-name instead.
9508         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9509         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9511 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9515         * proto-stream.el: New library to provide protocol-specific
9516         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9517         protocols.
9518         (open-proto-stream): Complete the documentation.
9519         (proto-stream-open-network): Fix some typos.
9521         * nnimap.el (nnimap-open-connection): Use it.
9523 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9525         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9526         negotiation.
9528 2010-11-26  Julien Danjou  <julien@danjou.info>
9530         * color.el: Rename various rgb functions to srgb.
9532 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9535         names.
9537 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9539         * shr.el (shr-insert): Revert last change.
9540         (shr-find-fill-point): Never leave point being at bol;
9541         relax the kinsoku limitation when rendering tables.
9543 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9546         results from -accept-article.
9548         * shr-color.el: Require cl when compiling.
9550         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9551         checkin.
9553         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9555         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9557         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9558         'add and 'delete to set backend marks.
9560         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9562         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9564         * nntp.el (nntp-request-set-mark): Use it.
9566         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9568         * nnml.el (nnml-request-set-mark): Ditto.
9570         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9571         introduces regressions in article selection.
9572         (nnimap-find-uid-response): New function.
9573         (nnimap-request-accept-article): Use the UID returned, if any.
9574         (nnimap-request-move-article): Use the UID returned, if any.
9575         (nnimap-get-groups): Reimplement to work with folded lines.
9576         (nnimap-find-uid-response): The UID is the last element in the list.
9577         (nnimap-request-set-mark): Extend syntax with 'set.
9579         * nnml.el (nnml-request-set-mark): Ditto.
9581         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9583         * nntp.el (nntp-request-set-mark): Ditto.
9585 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9587         * message.el (message-called-interactively-p): A temporary macro.
9588         (message-goto-body): Use it temporarily.
9590 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9593         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9594         (nnimap-last-response-string): Fix last unfolding fix.
9596 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9598         * shr.el (shr-insert): Fix the way to fold lines.
9600 2010-11-25  Julien Danjou  <julien@danjou.info>
9602         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9604         * color.el: Rename from color-lab.el
9605         (color-rgb->hex): Add.
9606         (color-complement): Add.
9607         (color-complement-hex): Add.
9609         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9611 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9613         * shr-color.el (shr-color-visible): Don't bug out if the color names
9614         don't exist.
9616 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9618         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9619         assuming that article displaying or another mml-preview may be
9620         interrupted for an error or for the like.
9622         * shr.el (shr-get-background): Fix argument name.
9624 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9628         * gnus-sum.el (gnus-summary-include-articles): New function.
9630         * message.el (message-goto-body): called-interactively-p needs a
9631         parameter, so use `any'.
9633         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9634         clear marks before moving, since they're synced from the Gnus side
9635         first.
9637         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9638         (gnus-summary-move-article): Copy over all marks before moving, so that
9639         IMAP doesn't think a new article has arrived.
9641 2010-11-24  Julien Danjou  <julien@danjou.info>
9643         * shr.el (shr-insert-background-overlay): Fix typo.
9644         (shr-render-td): Copy the background before rendering.
9646         * shr-color.el (shr-color-visible): Fix docstring.
9648         * shr.el (shr-tag-table): Add bgcolor support.
9649         (shr-render-td): Add bgcolor support.
9650         (shr-get-background): Add.
9651         (shr-insert-foreground-overlay): Use shr-get-background.
9653         * message.el (message-goto-body): Use called-interactively-p.
9654         (message-in-body-p): message-goto-body returns point.
9656 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9659         Fixes something or other in Emacs 23, and is backwards compatible.
9661         * message.el (message-goto-body): Remove the <#secure special-casing,
9662         which is too special.
9664         * shr.el (shr-parse-style): Drop !important from styles.
9666 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9668         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9669         this function to return incorrect results when calling it with an
9670         explicit article argument different from
9671         (gnus-summary-article-number).
9673 2010-11-24  Julien Danjou  <julien@danjou.info>
9675         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9676         (shr-tag-body): Add background support.
9677         (shr-descend): Add background support.
9678         (shr-tag-title): Add.
9680         * shr-color.el (shr-color-visible): Really return original background
9681         if fixed.
9683 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685         * shr.el (shr-color-check): Protect against non-existent color names.
9687 2010-11-24  Julien Danjou  <julien@danjou.info>
9689         * color-lab.el: Require 'cl when compiling.
9691         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9693         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9694         matched part.
9696         * color-lab.el: Fix all expt calls to use float type.
9698 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9700         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9701         expression to shr-color-check as is.
9703         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9705         * color-lab.el: Add coding cookie.
9706         (float-pi): Use eval-and-compile.
9708         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9709         compiled for Emacsen having no `libxml-parse-html-region' support.
9711 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713         * shr.el (shr-insert-color-overlay): Split stuff like
9714         "#444444 !important" to find the real color.
9715         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9716         parse <font color="red"> entries.
9718 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9720         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9721         point when parsing headers.
9723         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9724         is positioned properly when parsing headers.
9726 2010-11-23  Julien Danjou  <julien@danjou.info>
9728         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9730         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9732         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9734         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9735         Use shr-color-hue-to-rgb.
9736         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9738 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740         * shr.el (shr-color->hexadecimal): Autoload.
9741         (shr-descend): Add color to all tags.
9743 2010-11-22  Julien Danjou  <julien@danjou.info>
9745         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9746         shr-color->hexadecimal.
9748         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9749         RGB() or HSL() color representation.
9751         * shr.el (shr-tag-font): Add.
9752         (shr-tag-color-check): New function to get better colors.
9753         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9754         tag-span.
9756         * shr-color.el: New file.
9758         * color-lab.el: New file.
9760         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9762 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9764         * nnir.el: Fix typo in comments.
9765         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9766         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9768 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9772         * nnimap.el (nnimap-get-capabilities): Refactor out.
9773         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9775 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9777         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9778         appearing when `mm-uu-hide-markers' is nil.
9780 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782         * nnimap.el (nnimap-unselect-group): Make into its own function.
9783         (nnimap-request-rename-group): Unselect group before renaming.
9784         This had gotten lost somewhere.
9785         (nnimap-request-accept-article): Keep track of examined groups, and
9786         unselect the group before APPENDing to read-only groups.
9787         (nnimap-request-move-article): Clear flags before moving so that they
9788         can be re-set later.
9790 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9792         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9793         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9795 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9797         * gnus-art.el (gnus-mime-display-single):
9798         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9799         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9800         parameter.
9802 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9805         (shr-table-vertical-line): New variable.
9806         (shr-insert-table): Use it.
9808 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9810         * gnus-html.el (gnus-html-wash-images): Don't display images if
9811         gnus-inhibit-images is non-nil; register displayer for cid images.
9812         (gnus-html-display-image): Work for cid image.
9813         (gnus-html-insert-image): Allow arguments.
9814         (gnus-html-put-image): Inhibit read-only.
9815         (gnus-html-prefetch-images): Don't prefetch images if
9816         gnus-inhibit-images is non-nil.
9818 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820         * shr.el (shr-put-image): Break lines when inserting big pictures.
9822 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9824         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9825         sender, thanks Katsumi Yamaoka.
9827 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9829         * nnir.el (nnir-run-imap): Reverse the article list for each group
9830         rather than the whole list.
9832 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * shr.el (shr-image-displayer): Protect function against non-existent
9835         image source.
9837         * gnus-art.el (gnus-inhibit-images): New user option.
9838         (gnus-mime-display-single): Don't display image if it is non-nil.
9840         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9841         gnus-inhibit-images.
9843         * shr.el (shr-image-displayer): New function.
9844         (shr-tag-img): Use it.
9846 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9848         * mml2015.el (mml2015-epg-sign): Use From header.
9850 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9854         * gnus-util.el (gnus-find-text-property-region): Return markers.
9856         * shr.el (shr-tag-img): Put a displayer in the text property.
9858         * gnus-util.el (gnus-find-text-property-region): New utility function.
9860         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9861         (gnus-html-show-images): Remove.
9863         * gnus-art.el (gnus-article-show-images): New, more general function.
9865         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9866         image url text properties.
9868         * shr.el: Ditto.
9870         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9871         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9873 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9875         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9876         work for two or more articles.
9878 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9880         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9881         divide an image that's in an html article to two or more when washing
9882         non-ASCII characters in alt text of it.
9884 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9886         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9887         smime-decrypt-region using function argument.
9888         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9890         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9892         * smime.el (smime-decrypt-region): Catch it.
9894 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9896         * smime.el (smime-mode-map): Move initialization into declaration.
9897         (gnus-run-mode-hooks): Don't autoload.
9898         (smime-mode): Use define-derived-mode.
9900 2010-11-11  Glenn Morris  <rgm@gnu.org>
9902         * smime.el (from): Restrict declaration to XEmacs.
9904         * nnir.el (gnus-group-topic-name): Autoload.
9906 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9908         * shr.el (shr-insert): Don't break long line if it is because of
9909         kinsoku-bol characters in the line end.
9911 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9913         * nnir.el (nnir-request-move-article): Fix to provide original group
9914         and subject.
9915         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9916         been retrieved.
9918         * gnus-sum.el (gnus-summary-move-article): Use original group and
9919         subject for virtual articles such as those in an nnir summary buffer.
9921 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9923         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9924         least 21.5).
9926         * smime.el (from): Declare it again for XEmacs.
9928 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930         * message.el (message-resend): Don't disable encoding unless it's
9931         already encoded.
9933         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9934         low-numbered articles.
9936 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9938         * rfc2047.el (rfc2047-syntax-table): Simplify.
9940         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9942         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9943         set-char-table-range for XEmacs.
9945 2010-11-10  Glenn Morris  <rgm@gnu.org>
9947         * time-date.el (time-to-seconds): Always an alias on Emacs,
9948         never a real function.
9949         (with-no-warnings): Remove compat stub, now unused.
9950         (time-less-p): Doc fix.
9951         (time-to-number-of-days): Simplify.
9953         * smime.el (from): Remove unused declaration.
9955         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9956         (gnus-float-time): On Emacs, always an alias.
9958         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9959         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9961 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9963         * dgnushack.el: Don't use ignore-errors in the top level form since it
9964         is unavailable in XEmacs even if cl is loaded.
9966         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9968 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9970         * shr.el (browse-url-mailto): Autoload.
9972         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9974         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9975         regexp doesn't need quoting.
9977 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9979         * message.el (message-subject-trailing-was-ask-regexp)
9980         (message-subject-trailing-was-regexp): Match was: in addition to was.
9982 2010-11-09  Glenn Morris  <rgm@gnu.org>
9984         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9985         (nnbabyl-check-mbox): Use point-at-bol.
9987 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9991         * message.el (message-mailto): New function.
9992         (message-mailto): Should accept other parameters.
9993         (message-mailto): Remove since it duplicates browse-url-mailto
9994         functionality.
9996 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9999         methods.
10000         (gnus-read-active-file): Ditto.
10002         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
10003         ": " from the prompt.
10004         (gnus-group-make-group): Ditto.
10006 2010-11-07  Glenn Morris  <rgm@gnu.org>
10008         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
10009         (gnus-bookmark-kill-line): Use point-at-eol.
10011 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10013         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
10014         asterisks in From header.
10016 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
10019         string to avoid making the From headers syntactically invalid.
10021         * message.el (message-send-mail): Don't insert courtesy messages if the
10022         message already has List-Post and List-ID messages.
10024 2010-11-06  Glenn Morris  <rgm@gnu.org>
10026         * gnus-art.el (gnus-treat-article): Give dynamic local variables
10027         `condition', `type', `length' a prefix.
10028         (gnus-treat-predicate): Update for above name changes.
10030 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
10032         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
10033         binding.  Handled by `gnus-summary-refer-thread' instead.
10034         (nnir-warp-to-article): New backend function.
10036         * nnimap.el (nnimap-request-thread): Force dependency updating.
10038         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
10039         (gnus-summary-refer-thread): Rework to improve thread-referral.
10041         * gnus-int.el (gnus-warp-to-article): New function.
10043         * gnus-sum.el (gnus-summary-article-map): Bind it.
10045 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
10047         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
10048         gnus-summary-refer-thread.
10050         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10051         headers.
10052         (gnus-summary-limit-include-thread): Prevent articles in thread from
10053         being cut in gnus-cut-threads.
10054         (gnus-summary-refer-thread): Limit retrieved headers to those in
10055         thread.
10057 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059         * message.el (message-send-mail): Use the value of
10060         message-courtesy-message from the message buffer.
10062         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10064         * shr.el (shr-browse-url): Implement mailto: URLs.
10066         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10067         "raw".
10069         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10070         if it's already selected.
10072         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10074 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10076         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10077         to measure the length and truncate alt text.
10079 2010-11-03  Glenn Morris  <rgm@gnu.org>
10081         * nndiary.el (nndiary-generate-nov-databases-1)
10082         (nndiary-generate-active-info): Rename dynamic variable `files' to
10083         something less generic.
10085 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10087         * nnir.el (nnir-request-move-article): Call the underlying backend to
10088         move articles from nnir.
10090 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10094 2010-11-02  Julien Danjou  <julien@danjou.info>
10096         * nnir.el: Remove wais support.
10098 2010-11-02  Glenn Morris  <rgm@gnu.org>
10100         * gnus-html.el: Reorder requirements to quieten compiler.
10102 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10104         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10105         properly for XEmacs as well.
10106         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10107         (gnus-article-natural-long-line-p): Use window-width rather than
10108         frame-width.
10110 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10112         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10113         (nnir-read-parms): Don't modify query.
10114         (nnir-run-query): Add ability to search topic on current line.
10115         (nnir-get-active): Clean up.
10117 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10120         degenerate articles.
10122         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10123         (gnus-print-buffer): Just print the buffer as is, without any copying
10124         to a buffer and then re-highlighting.
10126         * nnimap.el (nnimap-request-group): Store the new updated info.
10127         (nnimap-request-group): Select the group when we don't know whether it
10128         exists or not.
10130         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10131         groups.
10133         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10134         groups.
10136         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10137         groups.
10139         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10140         long-lines case by only filling the long lines.
10142         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10143         (bug#7311).
10145 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10147         * shr.el: No need to declare `declare-function' since shr.el is for
10148         only Emacsen that provide `libxml-parse-html-region'.
10150         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10151         effective only in a file it is referred to.
10153 2010-11-01  Glenn Morris  <rgm@gnu.org>
10155         * mm-util.el (gnus-completing-read): Autoload.
10156         (mm-read-coding-system): Simplify Emacs definition.
10158         * nnmail.el (gnus-activate-group):
10159         * nnimap.el (gnutls-negotiate):
10160         * nntp.el (netrc-parse): Fix declarations.
10162 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10164         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10165         string-match-p in Emacs >=23.
10167         * gnus-msg.el (gnus-configure-posting-styles):
10168         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10170 2010-11-01  Glenn Morris  <rgm@gnu.org>
10172         * nnir.el (declare-function): Add compat stub.
10173         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10174         (nnir-run-gmane): Require 'mm-url.
10176         * mm-util.el (mm-string-to-multibyte): Simplify.
10178         * shr.el (declare-function): Add compat stub.
10179         (url-cache-create-filename): Declare.
10180         (mm-disable-multibyte, widget-convert-button): Autoload.
10182         * smime.el (ldap-search): Declare.
10183         (smime-cert-by-ldap-1): Require ldap on Emacs.
10185         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10186         (nnimap-keepalive): Use gnus-float-time.
10188         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10189         (mail-source-delete-crash-box): Use gnus-float-time.
10191         * gnus-dired.el (gnus-completing-read): Autoload.
10193         * mm-view.el (gnus-rescale-image): Autoload.
10195         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10197         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10199         * sieve-manage.el: Require 'cl when compiling.
10201         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10202         (gnus-iswitchb-completing-read): Require iswitchb.
10203         (gnus-select-frame-set-input-focus): Silence compiler.
10205 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207         * message.el (message-subject-trailing-was-query): Change default to t,
10208         since I think that's what most people want.
10210         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10211         appending for easier debugging.
10212         (nnimap-wait-for-connection): Take a regexp.
10213         (nnimap-request-accept-article): Wait for the continuation line before
10214         sending anything unless we're streaming.
10216         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10217         leave the header washing to take place.
10219 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10221         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10222         regular expression match and replace in posting styles.
10224 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10226         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10227         an entire server.
10228         (nnir-get-active): New function.
10229         (nnir-run-imap): Use it.
10230         (nnir-run-gmane): Who knew, gmane search returns an article score!
10232         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10233         server on the current line with nnir.
10235 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10238         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10239         left edge.
10240         (gnus-article-foldable-buffer): Skip past the prefix when determining
10241         raggedness.
10243         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10244         the raw article, and change `C-u g' to show the article without doing
10245         treatments.
10247         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10248         on to `gnus-treat-article'.
10249         (gnus-inhibit-article-treatments): New variable.
10251         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10253         * gnus-art.el (gnus-treatment-function-alist): Have
10254         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10255         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10256         sections.
10258         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10259         parameter.
10260         (gnus-article-fill-cited-long-lines): New function.
10261         (gnus-article-fill-cited-article): Allow filling only long sections.
10263         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10264         and non-punctuation (like after the apostrophe in "'We").
10266         * gnus-sum.el (gnus-summary-select-article): Make sure
10267         gnus-original-article-buffer is alive.
10269         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10270         reflect the order they're in in the digest.
10272         * gnus.el (gnus-group-startup-message): Move point to the start of the
10273         buffer.
10275         * nnimap.el (nnimap-capability): New function.
10276         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10277         is set.
10279 2010-10-31  David Engster  <dengste@eml.cc>
10281         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10282         conform with changes to gnus-completing-read.
10284 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10288 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10290         * nnir.el: Move defvar, defcustom around to keep file organized
10291         and keep byte-compiler quiet.
10292         (nnir-read-parms): Accept search-engine as arg.
10293         (nnir-run-query): Pass search-engine as arg.
10294         (nnir-search-engine): Remove.
10296 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298         * shr.el (shr-generic): The text nodes should be text, not :text.
10300         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10301         later in the file.
10303 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10305         * nnir.el: General clean up.  Allow searching with multiple engines.
10306         Allow separate extra-parameters for each engine.
10307         Batch queries when possible.
10308         (nnir-imap-default-search-key, nnir-method-default-engines):
10309         Add customize interface.
10310         (nnir-run-gmane): New engine.
10311         (nnir-engines): Use it.  Qualify all prompts with engine name.
10312         (nnir-search-engine): Remove global variable.
10313         (nnir-run-hyrex): Restore for now.
10314         (nnir-extra-parms, nnir-search-history): New variables.
10315         (gnus-group-make-nnir-group): Use them.
10316         (nnir-group-server): Remove in favor of gnus-group-server.
10317         (nnir-request-group): Avoid searching twice.
10318         (nnir-sort-groups-by-server): New function.
10320 2010-10-30  Julien Danjou  <julien@danjou.info>
10322         * gnus-group.el: Remove gnus-group-fetch-control.
10324         * gnus-start.el (gnus-find-new-newsgroups):
10325         Remove gnus-check-first-time-used.
10327         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10329 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10331         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10332         set on groups that don't have \* permanentflags.
10334 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10337         control the background color.
10338         (shr-tag-img): Ignore very small web bug type images.
10339         (shr-put-image): Add help-echo alt texts to the images.
10340         (shr-tag-video): Show the video poster image.
10342 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344         * shr.el (shr-table-depth): New variable.
10345         (shr-tag-table-1): Only insert the images after the top-level table.
10347         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10349         * gnus-util.el (gnus-list-memq-of-list): New function.
10351         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10352         selected.
10353         (nnimap-unsplittable-articles): New slot.
10354         (nnimap-new-articles): Use it.
10356 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10358         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10359         move to the previous line on `M-g'.
10361 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10364         *-request-group, which seems unnecessary.
10366         * nnimap.el (nnimap-quote-specials): Function copied over from
10367         imap.el.
10368         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10369         they support that.  Suggested by Tom Regner.
10371 2010-10-29  Julien Danjou  <julien@danjou.info>
10373         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10374         defalias.
10375         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10377         * gnus.el: Remove `gnus-nntp-service' variable.
10378         (gnus-secondary-servers): Make obsolete.
10379         (gnus-nntp-server): Make obsolete.
10381         * gnus-start.el (gnus-1): Remove x-splash calls.
10383         * gnus-ems.el (gnus-x-splash): Remove.
10385         * gnus.el (gnus-group-startup-message): Simplify/update code.
10387         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10388         definition.
10390         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10391         capability before doing anything.
10392         (gnus-group-insert-group-line): Remove useless
10393         gnus-group-remove-excess-properties.
10395 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10397         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10399 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10402         config after reselecting.
10404 2010-10-28  Julien Danjou  <julien@danjou.info>
10406         * shr.el (shr-put-image): Use point even if only inserting text.
10407         (shr-put-image): Save excursion when inserting alt text on non-graphic
10408         display, so the behavior is the same when we are on a graphic display.
10410         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10412 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10414         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10415         (gnus-mime-copy-part): Check coding system, not charset.
10416         (gnus-mime-view-part-externally): Never remove part.
10417         (gnus-mime-view-part-internally): Don't remove part here.
10418         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10419         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10420         multipart/alternative.
10422         * mm-decode.el (mm-display-part): Take optional arg `force'.
10424 2010-10-26  Julien Danjou  <julien@danjou.info>
10426         * gnus-group.el (gnus-group-default-list-level): Add this function to
10427         compute the default list level.
10428         (gnus-group-default-list-level): Add possibility to use a function.
10430 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10432         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10434         * gnus-group.el (gnus-group-completing-read)
10435         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10436         gnus-replace-in-string.
10438 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10440         * shr.el (shr-tag-div): Add.
10442         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10444 2010-10-25  Julien Danjou  <julien@danjou.info>
10446         * gnus-util.el: Remove `gnus-with-local-quit'.
10448         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10450 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10453         the original article buffer.
10455 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457         * nnimap.el (nnimap-request-head): New function.
10458         (nnimap-request-move-article): Try to be slightly faster by not
10459         requesting the entire message when moving.
10460         (nnimap-transform-headers): Don't bug out on bodiless articles.
10461         (nnimap-send-command): Have no outstanding messages if the IMAP server
10462         doesn't support streaming.
10463         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10465 2010-10-24  Julien Danjou  <julien@danjou.info>
10467         * message.el (message-default-headers): Fix type.
10469 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10472         prefetching images.
10474         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10475         backend for unknown groups.  This is mainly useful for nnimap groups.
10477         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10478         group isn't covered by the agent.
10480 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10482         * nnir.el (nnir-method-default-engines): New variable.
10483         (nnir-run-query): Use it.
10484         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10485         (gnus-summary-nnir-goto-thread): Change group if needed.
10487         * gnus-group.el (gnus-group-group-map): Add key binding for
10488         gnus-group-make-nnir-group.
10490 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492         * shr.el (shr-tag-object): Add.
10494         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10495         original article buffer live.
10496         (gnus-summary-select-article-buffer):
10497         Mention gnus-widen-article-buffer.
10499 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501         * shr.el (shr-tag-strong): Add.
10503 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10505         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10506         group names.  They mess up the group buffer badly.
10508         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10510         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10511         instead of the summary one.
10513 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10515         * mml.el (mml-preview): Work properly when editing article.
10517         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10518         gnus-have-read-active-file if it's already been in.
10520 2010-10-22  Tom Tromey  <tromey@redhat.com>
10522         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10523         gnus-group-completing-read.
10525 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527         * message.el (message-mode-map): Don't bind M-; to comment region, to
10528         allow the global comment-dwim to work.
10530 2010-10-21  Julien Danjou  <julien@danjou.info>
10532         * message.el (message-setup-1): Allow message-default-headers to be a
10533         function.
10535 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10537         * shr.el (shr-tag-table): Simplify.
10539 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10542         to avoid trying to snarf invalid stuff.
10544         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10546         * gnus.el (gnus-message-archive-group): Quote value.
10547         (gnus-message-archive-group): Mark as changed.
10549         * shr.el (shr-add-font): Don't put the font properties on the newline
10550         or the indentation.
10552         * message.el (message-fix-before-sending): Change options when sending
10553         non-printable characters.
10555         * gnus.el (gnus-message-archive-method): Change the default to
10556         monthly outgoing groups.
10558         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10559         that have gotten new numbers.
10561         * nnimap.el (nnimap-request-replace-article): New function.
10563 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10565         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10566         (nnrss-request-article): Don't use special html washing code.
10568 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10570         * shr.el (shr-tag-table): Remove useless nconc.
10572 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574         * gnus-art.el (article-wash-html): Simplify and remove the charset
10575         stuff.  Use the normal html rendering code instead of the special html
10576         washing code.
10578         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10579         `gnus-w3m' symbols.
10580         (mm-text-html-washer-alist): Remove.
10582         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10583         (mm-inline-media-tests): Remove use.
10584         (mm-text-html-renderer): Change default to the `shr' symbol.
10586         * mm-view.el (mm-inline-text-html): Remove use.
10588         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10589         `gnus-blocked-images' to be a function.
10590         (gnus-article-wash-function): Remove.
10592 2010-10-20  Julien Danjou  <julien@danjou.info>
10594         * spam.el (spam-list-of-processors): Mark as obsolete.
10596         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10597         (nnimap-insert-partial-structure): Fix boundary detection.
10599 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10601         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10602         run file-truename on remote files.  This can be expensive and even
10603         prevent one from editing drafts if some unrelated buffer has a stale
10604         connection.
10606 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10608         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10609         kinsoku-eol regardless of shr-kinsoku-shorten.
10610         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10611         (shr-tag-table): Support caption, thead, and tfoot.
10613 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10616         lines.
10617         (shr-save-contents): New command and keystroke.
10619         * nndoc.el (nndoc-type-alist): Add git support.
10620         (nndoc-git-type-p): New function.
10621         (nndoc-transform-git-article): Ditto.
10622         (nndoc-transform-git-headers): Ditto.
10623         (nndoc-transform-git-headers): Generate Subject headers.
10625         * shr.el (shr-parse-style): New function.
10626         (shr-tag-span): Ditto.
10628         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10629         to `G G' to avoid collisions.
10631 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10633         * shr.el: Load kinsoku if necessary.
10634         (shr-kinsoku-shorten): New internal variable.
10635         (shr-find-fill-point): Make kinsoku shorten text line if
10636         shr-kinsoku-shorten is bound to non-nil.
10637         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10638         shr-indentation too when testing if table is wider than frame width.
10639         (shr-insert-table): Use `string-width' instead of `length' to measure
10640         text width.
10641         (shr-insert-table-ruler): Make sure indentation is done at bol.
10643 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10646         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10647         undecoded network data.
10649 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10652         name in the mode line spec so that the mode line menu works
10653         (bug#2431).
10655         * message.el (message-get-reply-headers): If we're fed `to-address',
10656         then always use that.
10658         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10659         aren't so wide as to need to switch off the edit menu.
10661         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10662         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10664         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10665         `M-g'.
10666         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10667         the permanent marks.
10669 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10671         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10672         Splitting according to references/in-reply-to obeys the ignore-groups
10673         variable, while splitting by sender and subject do not.
10675 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10678         alist, so that we can look for non-Unicode chars.
10679         (article-translate-strings): Allow both character and string maps.
10681 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10683         * shr.el (shr-insert): Don't insert space behind a wide character
10684         categorized as kinsoku-bol, or between characters both categorized as
10685         nospace.
10687 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10689         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10690         headers to gnus-newsgroup-headers.
10692 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694         * shr.el (shr-tag-img): Don't align images -- since we're not
10695         rescaling, this often leads to ugly displays.
10697 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10699         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10700         duplicates.
10702 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10704         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10705         call.
10707 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709         * gnus.el: Autoload gnus-html-show-images.
10711         * nnimap.el: Use nnheader-message throughout.
10713         * shr.el (shr-tag-img): Ignore images with no data.
10715 2010-10-15  Julien Danjou  <julien@danjou.info>
10717         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10718         a possibility to disable format=flow encoding when using hard newlines.
10720 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10722         * shr.el (shr-insert): Remove space inserted before or after a
10723         breakable character or at the beginning or the end of a line.
10724         (shr-find-fill-point): Do kinsoku; find the second best point or give
10725         it up if there's no breakable point.
10727 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729         * nnimap.el (nnimap-open-connection): Message when opening connection
10730         for debugging purposes.
10732         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10733         on every setup buffer call to allow this to change from article to
10734         article.
10736         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10737         buffers where we have a wide table.
10739 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10741         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10742         uses *-request-thread.
10744 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10747         incantation, which is no longer valid.
10749 2010-10-14  Julien Danjou  <julien@danjou.info>
10751         * shr.el: Fix defcustom type (char -> character).
10753 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10756         programs.
10758 2010-10-14  Julien Danjou  <julien@danjou.info>
10760         * shr.el (shr-tag-a): Use url-link as widget type.
10762         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10763         `gnus-group-get-icon'.
10765 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10768         This should make server editing work better.
10770         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10772         * tls.el (tls-program): Remove spurious %s from openssl.
10774         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10775         (nnimap-parse-flags): Fix regexp.
10777         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10778         probably work for CJVK text, too.
10780         * nnimap.el (nnimap-extend-tls-programs): Remove.
10781         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10783         * tls.el (tls-starttls-switches): Remove starttls hack.
10784         (open-tls-stream): Ditto.
10785         (tls-find-starttls-argument): Ditto.
10787 2010-10-13  Julien Danjou  <julien@danjou.info>
10789         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10790         responses.
10792 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10796         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10797         anything in Emacs.
10799         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10801 2010-10-13  Julien Danjou  <julien@danjou.info>
10803         * shr.el (shr-width): Make shr-width a defcustom with default to
10804         fill-column.
10805         (shr-tag-img): Use shr-width rather than fill-column.
10807 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10809         * dgnushack.el (byte-optimize-apply):
10810         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10812         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10813         position when (X-)Faces exist.
10814         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10815         avatars when called interactively.
10817 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10819         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10820         gnus-article-x-face-too-ugly is bound.
10822 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10826         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10827         mailbox that doesn't exist.
10829 2010-10-12  Julien Danjou  <julien@danjou.info>
10831         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10832         (shr-get-image-data): Encode URL properly when fetching from cache.
10833         (shr-tag-img): Use aligned-to spaces to align correctly images.
10835         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10836         before inserting the Gravatar.
10838         * shr.el (shr-tag-img): Add align attribute support for <img>.
10840 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842         * gnus-gravatar.el (gnus-art): Require.
10844         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10845         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10846         Remove long obsoleted functions.
10848 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10850         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10852         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10854         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10855         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10856         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10857         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10858         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10859         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10860         * sieve-manage.el, smime.el, spam.el:
10861         Fix comment for declare-function.
10863 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865         * nnimap.el (nnimap-request-rename-group): Select group read-only
10866         before renaming it.
10868         * shr.el (shr-insert): Fix up the white space only regexp.
10870         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10871         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10873         * shr.el (shr-current-column): New function.
10874         (shr-find-fill-point): New function.
10876 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10878         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10879         numbers.
10881 2010-10-11  Julien Danjou  <julien@danjou.info>
10883         * shr.el (shr-hr-line): Add.
10884         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10885         display hr lines.
10886         (shr-max-columns): Do not change state to nil if we just inserting
10887         spaces.
10889 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10892         select the last group.
10894 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10896         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10898 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10900         * dig.el (dig-mode-map): Declare and define in one step.
10902 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10905         for Gnus.
10906         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10907         (nnimap-update-qresync-info): Mark \Seen articles as read.
10909         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10910         non-variable, too.
10912         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10913         available.
10914         (nnimap-update-info): Rely more on the current active than the param
10915         active to avoid marking articles as read too much.
10917         * auth-source.el (auth-source-create): Use (user-login-name) for the
10918         user name default.
10920         * nnimap.el (nnimap-update-info): If the server doesn't return any
10921         useful info, just use the previous info.
10922         (nnimap-update-info): Prefer old info over start-article.
10923         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10925 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10927         * nnir.el (autoload): Clean up autoloads.
10928         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10929         Use key rather than value.
10930         (nnir-imap-search-other): New variable.
10931         (nnir-read-parm): Use it.
10932         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10933         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10935 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10937         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10938         the process, too.
10940 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942         * spam.el (gnus-summary-mode-map): Bind to "$".
10943         Suggested by Russ Allbery.
10945         * shr.el: Rework the way things are indented by <li> slightly.
10947         * gnus.el (gnus-group-set-parameter): Fix typo.
10949         * nnimap.el: Start implementing QRESYNC support.
10951 2010-10-09  Julien Danjou  <julien@danjou.info>
10953         * nnir.el (nnir-engines): Fix too many arguments.
10955 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10958         group is the "last", so that the backends like nnfolder actually save
10959         their folders.
10961         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10962         try to use that for the tls stream.
10963         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10964         UIDVALIDITY and find out which groups are read-only and not.
10965         (nnimap-get-flags): Use the same marks parsing code as the rest of
10966         nnimap.
10968 2010-10-09  Julien Danjou  <julien@danjou.info>
10970         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10972         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10973         retrieving gravatars.
10975         * shr.el (shr-table-corner): Add.
10976         (shr-table-line): Add.
10977         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10979 2010-10-08  Julien Danjou  <julien@danjou.info>
10981         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10983 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10985         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10987         * gnus-sum.el (gnus-mark-article-as-unread)
10988         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10989         (gnus-summary-set-bookmark): Use it.
10991         * gnus-msg.el (gnus-setup-message): Use it.
10993         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10995         * gnus.el (gnus-group-remove-parameter): Use it.
10997         * gnus-group.el (gnus-group-make-web-group): Use it.
10999         * gnus-demon.el (gnus-demon-remove-handler): Use it.
11001         * nnregistry.el: Update docs to mention manual.
11003         * gnus-registry.el: Update docs to mention nnregistry.el.
11004         (gnus-registry-initialize): Don't install nnregistry refer method
11005         automatically.
11006         (gnus-registry-install-nnregistry): Remove it.
11008 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010         * shr.el (shr-insert): Don't insert double spaces.
11012 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11014         * gnus-gravatar.el (gnus-treat-from-gravatar)
11015         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
11016         called interactively.
11018         * gnus-art.el (gnus-mime-view-part-externally)
11019         (gnus-mime-view-part-internally): Make predicate function passed to
11020         gnus-mime-view-part-as-type assume argument is a mime type, not a list
11021         of a mime type.
11023         * shr.el (shr-table-widths): Don't use cl function `reduce'.
11025 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027         * shr.el (require): Require cl when compiling.
11028         (shr-tag-hr): New function.
11030         * nnimap.el (nnimap-update-info): Remove double setting of high.
11031         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
11032         This makes nnimap work properly on Courier again.
11034         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
11035         the variable for backwards compatibility.
11037         * mm-decode.el (mm-save-part): If given a non-directory result, expand
11038         the file name before using to avoid setting mm-default-directory to
11039         nil.
11041         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
11042         bidning gnus-agent variables.
11044         * shr.el (shr-render-td): Use a cache for the table rendering function
11045         to avoid getting an exponential rendering behavior in nested tables.
11046         (shr-insert): Rework the line-breaking algorithm.
11047         (shr-insert): Don't leave trailing spaces.
11048         (shr-insert-table): Also insert empty TDs.
11049         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11051 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11053         * gnus-sum.el (gnus-number): Rename from `number'.
11054         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11055         (gnus-summary-limit-children): Update uses correspondingly.
11057 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11059         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11060         (gnus-gravatar-transform-address): Don't show avatars of people of
11061         which mail addresses match gnus-gravatar-too-ugly.
11063 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065         * shr.el (shr-table-widths): Expand TD elements to fill available
11066         space.
11068 2010-10-07  Julien Danjou  <julien@danjou.info>
11070         * nnimap.el (nnimap-request-rename-group): Add this method.
11072 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11074         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11075         name from XEmacs' function-arglist.
11077         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11078         gravatar under XEmacs.
11080 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11082         * auth-source.el: Update docs with TODO items.
11084         * gnus-sync.el: Update docs to explain state and plans.
11086         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11087         Hooks for mark updates.
11088         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11090         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11091         hooks with arguments, which is needed for mark update hooks.
11093 2010-10-06  Julien Danjou  <julien@danjou.info>
11095         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11096         was matched.
11098         * sieve-manage.el: Update example in `Commentary'.
11100         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11102         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11103         not 2000.
11104         (sieve-manage-authenticate): Re-add function.
11106 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108         * shr.el (shr-insert): Get 'space transition right.
11109         (shr-render-td): Only delete space at the end of the TD.
11111         * nnimap.el (nnimap-open-connection): Prepare to support
11112         open-gnutls-stream.
11114         * shr.el: Rearrange function order to be more logical.
11116 2010-10-06  Julien Danjou  <julien@danjou.info>
11118         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11119         (nnrss-discover-feed): Remove 404 URL in docstring.
11121         * nnir.el: Fix Swish-E URL.
11122         Fix Namazu URL.
11124         * message.el (message-change-subject): Remove 404 URL in a comment.
11126 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11128         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11129         called interactively.
11131         * gnus-util.el (gnus-remove-if): Allow hash table.
11132         (gnus-remove-if-not): New function.
11134         * gnus-art.el (gnus-mime-view-part-as-type):
11135         * gnus-score.el (gnus-summary-score-effect):
11136         * gnus-sum.el (gnus-read-move-group-name):
11137         Replace remove-if-not with gnus-remove-if-not.
11139         * gnus-group.el (gnus-group-completing-read):
11140         Regard collection as a hash table if it is not a list.
11142 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11146         * shr.el: Document the table-rendering algorithm.
11148 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11150         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11151         for Emacsen having no `libxml-parse-html-region' support.
11153 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11156         invalid URLs.
11158         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11159         line-broken.
11160         (shr-tag-img): Ignore image fetching errors.
11161         (shr-overlays-in-region): Compute overlay positions correctly.
11163         * mm-decode.el (mm-shr): Require shr.
11165         * gnus-art.el (gnus-blocked-images): Move variable here.
11167         * shr.el (shr-insert-table): Bind free variable.
11169         * mm-decode.el (mm-shr): Bind shr-content-function.
11171         * shr.el (shr-content-function): New variable.
11173         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11174         added for symmetry.
11176         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11178         * gnus-group.el (gnus-group-make-group): Doc fix.
11180         * nnimap.el (nnimap-request-newgroups): Return success.
11182         * shr.el (shr-find-elements): New function.
11183         (shr-tag-table): Put all the images after the table.
11184         (shr-tag-table): Really inhibit images inside the table.
11185         (shr-collect-overlays): Copy over overlays from the TD elements to the
11186         main document.
11188         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11189         gnus-blocked-images.
11191 2010-10-05  Julien Danjou  <julien@danjou.info>
11193         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11195         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11196         (gnus-html-maximum-image-size): Add this function.
11197         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11199         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11200         server-value of the capability is nil.
11202 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204         * shr.el (shr-tag-em): Add <EM> tag.
11206 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11208         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11209         customizable.
11211         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11212         handing broken links to browse-url.
11214 2010-10-05  Julien Danjou  <julien@danjou.info>
11216         * gnus-util.el (gnus-emacs-completing-read)
11217         (gnus-iswitchb-completing-read): Use autoload rather than require.
11219 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11221         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11222         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11223         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11224         iswitchb-temp-buflist for XEmacs.
11226         * gnus-util.el (gnus-completing-read-function): Exclude
11227         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11228         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11229         XEmacs.
11231         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11232         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11234         * gnus-html.el: Don't require help-fns under XEmacs.
11235         (gnus-html-schedule-image-fetching): Work for XEmacs.
11237         * mm-decode.el (mm-shr): Decode contents by charset.
11239 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11242         unknown.
11244         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11245         (shr-get-image-data): Ensure against the cache file missing.
11247         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11248         for data.
11250         * spam-report.el (spam-report-url-ping-plain): Don't query about
11251         killing the process.
11253         * shr.el (shr-render-td): Protect against too-wide text.
11255 2010-10-04  Julien Danjou  <julien@danjou.info>
11257         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11258         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11260         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11261         retrieved.
11263 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265         * shr.el (browse-url): Require.
11266         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11267         lines.
11268         (shr-show-alt-text, shr-browse-image): New commands.
11269         (shr-browse-url, shr-copy-url): New commands.
11271         * gnus-sum.el (gnus-widen-article-window): New variable.
11272         (gnus-summary-select-article-buffer): Use it.
11274         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11275         without @ signs.
11277 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11279         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11281 2010-10-04  Julien Danjou  <julien@danjou.info>
11283         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11284         for XEmacs.
11286 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11290         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11291         (nnimap-close-server): Implement.
11293         * dgnushack.el (iswitchb): Require to shut up the compiler.
11295         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11296         (shr-insert): Tweak line breaking.
11297         (shr-insert): Handle <pre> better.
11298         (shr-tag-li): Get <li> indentation right.
11299         (shr-tag-li): Get <li> indentation even righter.
11300         (shr-tag-blockquote): Ensure paragraph start.
11301         (shr-make-table): Tweak table generation.
11302         (shr-make-table): Fix typo.
11304         * shr.el: Implement table rendering.
11306 2010-10-04  Julien Danjou  <julien@danjou.info>
11308         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11310 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312         * shr.el (shr-insert): Use string anchors instead of line anchors.
11314 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316         * shr.el: Add headings.
11317         (shr-ensure-paragraph): Actually work.
11318         (shr-tag-li): Make <ul> prettier.
11319         (shr-insert): Get white space at the beginning/end of elements right.
11320         (shr-tag-p): Collapse subsequent <p>s.
11321         (shr-ensure-paragraph): Don't insert double line feeds after blank
11322         lines.
11323         (shr-insert): \t is also space.
11324         (shr-tag-s): Fix "s" tag name function.
11325         (shr-tag-s): Fix face prop name.
11327 2010-10-03  Julien Danjou  <julien@danjou.info>
11329         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11331         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11332         gnus-window-inside-pixel-edges.
11334         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11335         gnus-ems.
11337         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11339         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11340         function.
11342         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11343         resize choice.
11345 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11348         beginning of the buffer.
11350         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11351         article buffer again.
11353         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11355         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11356         when it's at the start of the buffer.
11358         * shr.el (shr-tag-blockquote): Convert name.
11359         (shr-rescale-image): Use the right image-size variant.
11361         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11362         buffer isn't shown, then select the current article first instead of
11363         bugging out.
11364         (gnus-summary-select-article-buffer): Show both the article and summary
11365         buffers again.
11367         * shr.el (shr-fontize-cont): Protect against regions with no text.
11368         Rename tag functions to shr-tag-* for enhanced security.
11369         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11371 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11373         * shr.el (shr-insert):
11374         * pop3.el (pop3-movemail):
11375         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11376         loaded.
11378 2010-10-03  Glenn Morris  <rgm@gnu.org>
11380         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11382         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11384         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11386         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11388         * gnus-util.el (gnus-make-local-hook): Simplify.
11390 2010-10-02  Julien Danjou  <julien@danjou.info>
11392         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11393         (gnus-ido-completing-read): New function.
11394         (gnus-emacs-completing-read): New function.
11395         (gnus-completing-read): Use gnus-completing-read-function.
11396         Add gnus-completing-read-function.
11398 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400         * shr.el (shr-insert-document): Autoload.
11401         (shr-img): Be silent.
11402         (shr-insert): Add a newline after every picture before text.
11403         (shr-add-font): Use overlays for combining faces.
11404         (shr-insert): Pass upwards the text start point.
11406         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11407         possible.
11408         (mm-shr): New function.
11410 2010-10-02  Julien Danjou  <julien@danjou.info>
11412         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11413         should go backward.
11415 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11417         * shr.el (shr): Fix typo in provide call.
11419 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421         * shr.el: New file.
11423         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11425         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11426         completing read.
11428 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11431         we're being queried about.  Suggested by Dan Jacobson.
11433         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11434         Suggested by Jason Eisner.
11436         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11437         table, too.  Suggested by Stefan Wiens.
11438         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11439         the table unnecessary.  Suggested by Stefan Wiens.
11441         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11442         longer needed, and probably doesn't work either, as pointed out by
11443         Stefan Wiens.
11444         (gnus-summary-exit): Remove call to the clearing function.
11445         (gnus-summary-exit-no-update): Ditto.
11447         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11448         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11449         Reported by Stefan Monnier.
11450         (gnus-summary-save-in-rmail): Ditto.
11452         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11453         article buffer, instead of both the article buffer and the summary
11454         buffer.  Sort of suggested by Dan Jacobson.
11456         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11458         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11459         Suggested by Dan Jacobson.
11461         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11462         documentation clearer.
11464         * message.el (message-shorten-references): Comment on the number "21".
11465         Suggested by Stefan Monnier.
11467         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11468         Suggested by Dan Jacobson.
11470         * gnus.el (gnus-large-newsgroup):
11471         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11473         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11474         externalize attachments.  Bug reported by Steve Wen.
11476         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11477         really message anything to the user.
11479         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11480         directly.
11482         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11483         messages in empty groups.
11485 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11487         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11488         non-UIDNEXT group.
11490 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11492         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11493         not the value from the collection.
11495         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11496         values.  This sometimes happens on some groups that have no info.
11497         (nnimap-request-newgroups): New function.
11499 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11501         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11502         check into `gnus-registry-initialize'.
11503         (gnus-registry-initialize): Ditto.
11504         Fix and extend header docs.
11506 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11508         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11509         regexp backtrace overflows.
11511         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11512         for starttls that tls.el implements; i.e. openssl.
11514         * tls.el (tls-starttls-switches): Give up on using starttls with
11515         gnutls-cli.
11516         (tls-program): Add --insecure to be consistent with the defaults from
11517         openssl s_client.  Now all three commands are insecure.
11519 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11521         * lpath.el: Bind completion-styles-alist for XEmacs.
11523         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11524         (gravatar-create-image): New function that's an alias to
11525         gnus-xmas-create-image, gnus-create-image, or create-image.
11526         (gravatar-data->image): Use it.
11528 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11530         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11531         install the nnregistry refer method.
11532         (gnus-registry-install-hooks): Use it.
11533         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11534         unfollowed groups.
11536 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11538         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11539         expanding threads.
11541 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543         * nnir.el: Use the server names without suffixes (bug#7009).
11545         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11546         unencrypted to STARTTLS, if possible.
11548 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11550         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11551         headers before superseding.
11553 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555         * nnrss.el (nnrss-use-local): Add documentation.
11557         * nnimap.el (nnimap-extend-tls-programs): New function.
11558         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11559         (nnimap-wait-for-connection): Accept the greeting from the stupid
11560         output from openssl s_client -starttls, too.
11562         * tls.el (tls-starttls-switches): New variable.
11563         (tls-find-starttls-argument): Use it.
11564         (open-tls-stream): Ditto.
11566         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11567         (netrc-machine): Ditto.
11569         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11570         article number.
11571         (nnimap-split-fancy): New variable.
11572         (nnimap-split-incoming-mail): Use it.
11574         * nntp.el (nntp-server-list-active-group): Document.
11576         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11577         SELECT to get the message-id.
11579         * mail-source.el (mail-sources): Remove webmail support.
11580         (defvar): Ditto.
11581         (mail-source-fetcher-alist): Ditto.
11582         (mail-source-fetch-webmail): Remove.
11584         * webmail.el: Remove -- doesn't seem relevant any more.
11586         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11588         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11589         the \r.
11591 2010-09-30  Julien Danjou  <julien@danjou.info>
11593         * gnus-agent.el (gnus-agent-add-group): Fix call to
11594         gnus-completing-read.
11596 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11598         * nndoc.el (nndoc-retrieve-groups): New function.
11600         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11601         `default', use nnmail-split-methods.
11602         (nnimap-request-article): Downcase the NILs so that they are nil.
11604         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11605         symbol.
11607         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11608         code, since if the user has requested network, that's what they ought
11609         to get.
11610         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11611         (nnimap-split-rule): Mark as obsolete.
11613         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11614         New variable.
11616         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11617         correct slot, too.
11619 2010-09-29  Julien Danjou  <julien@danjou.info>
11621         * gnus.el (gnus-local-domain): Declare variable obsolete.
11623         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11624         Fix history computing.
11625         (gnus-ido-completing-read): Require ido.
11627 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11630         build Gnus.
11632         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11633         when interpreting the structures.
11634         (nnimap-request-accept-article): Add \r\n to the lines to make this
11635         work with Cyrus.
11637         * nndraft.el (nndraft-request-expire-articles): Use the group name
11638         instead if "nndraft".  Fix found by Nils Ackermann.
11640 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11642         * nnregistry.el: Add.
11644 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * nnmail.el (group, group-art-list, group-art):
11647         Remove unneeded directives.
11649 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11651         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11652         (mm-mime-charset):
11653         * rfc2047.el (rfc2047-syntax-table):
11654         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11656         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11657         rather than `insert-file-contents' and `eval-region'.
11659         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11660         construction.
11662         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11664         * time-date.el: No need to require cl for Emacs 21.
11666 2010-09-29  Julien Danjou  <julien@danjou.info>
11668         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11669         replacement of `gnus-gravatar-relief' to mimic
11670         `gnus-faces-properties-alist'.
11671         Add :version property.
11673 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11675         * mail-source.el (mail-source-report-new-mail):
11676         * message.el (message-default-mail-headers):
11677         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11679         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11681 2010-09-28  Julien Danjou  <julien@danjou.info>
11683         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11684         mail-address contains the same string as real-name.
11686         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11687         non-blank in header, otherwise it'll get stripped.
11689         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11690         real-name, and then for mail address rather than doing : or , search.
11692 2010-09-27  Julien Danjou  <julien@danjou.info>
11694         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11695         right completing-read function.
11696         (gnus-use-ido): New variable
11697         (gnus-completing-read-with-default): Remove.
11698         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11699         (gnus-agent-add-group):
11700         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11701         * mm-view.el (mm-view-pkcs7-decrypt):
11702         * mm-util.el (mm-codepage-setup):
11703         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11704         * mml-smime.el (mml-smime-openssl-sign-query):
11705         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11706         (mml-insert-multipart):
11707         * gnus-msg.el (gnus-summary-yank-message):
11708         * gnus-int.el (gnus-start-news-server):
11709         * mm-decode.el (mm-interactively-view-part):
11710         * gnus-dired.el (gnus-dired-attach):
11711         * gnus.el (gnus-read-method):
11712         * gnus-bookmark.el (gnus-bookmark-jump):
11713         * gnus-art.el (gnus-mime-view-part-as-type)
11714         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11715         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11716         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11717         * nnmairix.el (nnmairix-create-server-and-default-group)
11718         (nnmairix-update-groups, nnmairix-get-server)
11719         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11720         (nnmairix-get-group-from-file-path):
11721         * nnrss.el (nnrss-find-rss-via-syndic8):
11722         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11723         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11724         (gnus-group-browse-foreign-server):
11725         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11726         (gnus-summary-execute-command, gnus-summary-respool-article)
11727         (gnus-read-move-group-name):
11728         * gnus-score.el (gnus-summary-increase-score)
11729         (gnus-summary-score-effect):
11730         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11732 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11735         x-focus-frame.
11737         * nnimap.el (auth-source-forget-user-or-password)
11738         (auth-source-user-or-password): Autoload.
11740         * message.el (message-from-style, message-interactive)
11741         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11742         (message-yank-prefix, message-indentation-spaces, message-signature)
11743         (message-signature-file): Add comment.
11745 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11748         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11749         new articles.
11751         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11752         parts.
11753         (nnimap-request-article): Work with the t setting, too.
11755         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11756         that you don't get flashes of other buffers.
11757         (gnus-summary-show-complete-article): Intern before setting.
11759 2010-09-27  David Engster  <dengste@eml.cc>
11761         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11762         well as HEADERS.
11763         (nnmairix-retrieve-headers): Provide new argument for the above.
11765 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767         * gnus-sum.el (gnus-summary-move-article): Don't alter
11768         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11769         group.
11771         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11773         * message.el (message-cite-prefix-regexp): Revert my last edit.
11775         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11776         variable instead of the Gnus variable.
11778         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11780         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11782         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11783         since some servers don't like it.
11784         (nnimap-open-connection): Forget credentials if the server says the
11785         password was wrong.
11786         (nnimap-parse-line): Protect against invalid data.
11788         * gnus-sum.el (gnus-summary-move-article): Add comment.
11789         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11790         nothing alters it while scanning for new messages.
11792         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11793         which may or may not help.
11794         (nnimap-open-connection): If we're doing a stream connection, and then
11795         discover we're on a STARTTLS-capable server, then open a STARTTLS
11796         connection instead.
11798 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800         * nnimap.el (utf7): Require.
11802         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11803         prefix.
11805 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11807         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11809 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811         * nnimap.el (nnimap-request-accept-article): Message the error on
11812         error.
11814 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11816         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11818 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820         * nndoc.el (nndoc-request-list): Return success always.
11822         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11823         `fetch-old' -- we only want to fetch the articles we've requested.
11824         The rest are in the agent, probably.
11825         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11826         disappeared server" to something low.  It's not important.
11828         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11829         arrived before the FETCH data.
11831         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11832         target here, because we don't know the Gnus name of the group.
11834         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11835         for the correct group.
11837         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11839         * gnus.el (gnus): Give a final warning after startup.
11841         * gnus-util.el (gnus-action-message-log): New variable.
11842         (gnus-message): Use it.
11843         (gnus-final-warning): New function.
11845         * nnimap.el (nnimap-open-connection): Record the greeting.
11846         (nnimap): Add greeting.
11848 2010-09-26  Julien Danjou  <julien@danjou.info>
11850         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11851         arguments.
11852         (gnus-html-wash-images): Fix spec computing to include start/end.
11854         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11856 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11859         deletion.
11860         (nnimap-retrieve-headers): Don't select the group, because that's
11861         already done by nnimap-possibly-change-group.
11863         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11864         (gnus-picon-transform-address): Use it.
11866         * mail-source.el (mail-source-value): Revert previous patch.
11868         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11869         on failure.
11870         (nnimap-open-connection): Look up both virtual and physical server name
11871         credentials.
11873         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11875 2009-02-07  Dave Love  <fx@gnu.org>
11877         * tls.el (open-tls-stream): Don't query killing process.
11879 2009-02-08  Dave Love  <fx@gnu.org>
11881         * gnus-win.el (gnus-window-to-buffer-helper)
11882         (gnus-all-windows-visible-p): Function needn't be a symbol.
11884         * mail-source.el (mail-source-value): Function needn't be a symbol.
11886 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888         * message.el (message-cite-prefix-regexp): Remove } from the cite
11889         prefix.
11891         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11892         highlight again, so that the highlight is correct.
11894         * gnus-picon.el (gnus-picon): Remove again.
11895         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11897         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11898         doing the header highlightling, so that the background color of the
11899         picon is correct.
11901         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11902         (gnus-picon): Ditto.
11903         (gnus-picon): Reinstate.  The background color for picons is white.
11904         (gnus-picon-insert-glyph): Make the background white.
11906         * nnml.el (nnml-open-nov): Don't return dead buffers.
11908         * auth-source.el (auth-source-create): Query the user for whether to
11909         store the credentials.
11911         * netrc.el (netrc-store-data): New function.
11913         * auth-source.el (auth-source-user-or-password): Use the existing auth
11914         sources, if any, for creation.
11916         * gnus.el (gnus-group-fast-parameter): Return the last matching
11917         parameter instead of the first matching parameter.
11919 2010-09-26  Julien Danjou  <julien@danjou.info>
11921         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11923 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925         * mml2015.el (mml2015-use): Remove gpg support.
11927         * mml1991.el (mml1991-function-alist): Remove gpg function.
11928         (mml1991-gpg-sign): Remove.
11930 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11932         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11933         (gnus-browse-unsubscribe-current-group): Document it.
11934         (gnus-browse-unsubscribe-group): Use it.
11936 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11939         address to the To list for easier response.
11941         * gnus.el (gnus-play-startup-jingle): Remove.
11942         (gnus-splash): Don't play jingle.
11943         (gnus): Silence gnus-load message.
11945         * gnus-art.el (gnus-treat-play-sounds): Remove.
11947         * gnus.el (gnus-play-jingle): Remove audio support.
11949         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11951         * earcon.el: Remove -- no users.
11953         * gnus-audio.el: Remove -- no users of this package.
11955         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11957         * gnus-start.el (gnus-setup-news): Remove nocem support.
11959         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11961         * gnus.el (gnus-use-nocem): Remove.
11963         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11964         Remove.
11966         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11967         uses NoCeM any more.
11969         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11970         (gnus-button-ctan-handler): Ditto.
11971         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11972         (gnus-button-ctan-directory-regexp): Ditto.
11973         (gnus-button-handle-ctan): Ditto.
11974         (gnus-button-tex-level): Ditto.
11975         (gnus-button-alist): Remove CTAN stuff.
11977 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11979         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11980         nnimap-streaming test.
11982         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11983         servers twice.
11985         * nnimap.el (nnimap-open-connection): Add more error reporting when
11986         nnimap fails early.
11988         * nnheader.el (nnheader-get-report-string): New function.
11989         (nnheader-get-report): Use it.
11991         * gnus-int.el (gnus-check-server): Say what the error was when opening
11992         failed.
11994         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11995         using streaming.
11997 2010-09-25  Julien Danjou  <julien@danjou.info>
11999         * gnus-html.el (gnus-html-rescale-image): Use our defalias
12000         gnus-window-inside-pixel-edges.
12002 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
12006         * mm-decode.el (mm-save-part): Allow saving to other directories the
12007         normal Emacs way.
12009         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
12010         Suggested by Jay Berkenbilt.
12012         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
12013         there isn't a single byte.
12015         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
12016         just do it.  It doesn't really seem to matter what the user responds
12017         here, I think, so it's just a confusing question.
12019         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
12020         non-streaming case.
12022         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
12023         (gnus-article-encrypt-body): Use it.
12025         * gnus-sum.el (gnus-summary-show-complete-article): New command and
12026         keystroke.
12028         * nnimap.el (nnimap-find-wanted-parts-1):
12029         Use gnus-fetch-partial-articles.
12031         * gnus-art.el (gnus-fetch-partial-articles): New variable.
12033         * nnimap.el (nnimap-insert-partial-structure): New function.
12034         (nnimap-get-partial-article): New function.
12035         (nnimap-request-article): Use it.
12036         (nnimap-wait-for-response): Return whether the wait was successful.
12037         (nnimap-finish-retrieve-group-infos): Don't do anything if the
12038         retrieval wasn't successful.
12039         (nnimap-retrieve-group-data-early): Allow throttling servers.
12040         (nnimap-streaming): New variable.
12041         (nnimap-fetch-partial-articles): Remove.
12043         * mm-decode.el (mm-with-part): Protect against killed buffers.
12045         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
12046         for prettier summary display.
12048 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12050         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12052 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12055         apparently third-party libraries depend on it.
12057         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12058         before starting negotiation.
12060         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12061         privacy reasons.
12062         (gnus-treat-mail-gravatar): Ditto.
12064         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12065         buffer when inserting images.  Inserting text into the headers, for
12066         instance, can make them invalid.
12068 2010-09-25  Julien Danjou  <julien@danjou.info>
12070         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12071         variables.
12073         * nnheader.el: Remove useless variables news-reply-yank-from and
12074         news-reply-yank-message-id.
12076         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12077         variables.
12079         * mml1991.el: Remove useless mml1991-verbose.
12081         * gnus.el: Remove useless variable gnus-use-generic-from.
12082         Remove obsolete variable gnus-topic-indentation.
12084         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12086         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12088         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12090         * gnus-group.el: Remove useless gnus-group-icon-cache.
12091         Remove useless gnus-ephemeral-group-server.
12093         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12095         * mml2015.el: Remove useless mml2015-verbose.
12097         * mml-smime.el: Remove useless mml-smime-verbose.
12099         * gnus.el: Remove useless gnus-local-domain.
12101         * gnus-gravatar.el (gnus-gravatar-transform-address):
12102         Use gnus-gravatar-size.
12104         * gnus-art.el: Remove useless gnus-treat-translate.
12106 2010-09-24  Julien Danjou  <julien@danjou.info>
12108         * gnus-sum.el: Add support for Gravatars.
12110         * gnus-art.el: Add support for Gravatars.
12112         * gnus-gravatar.el: Add this file.
12114         * gravatar.el: Add this file.
12116 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12120         * gnus-group.el (gnus-group-fetch-faq): Remove.
12122         * gnus.el (gnus-group-faq-directory): Remove.
12124         * gnus-group.el (gnus-group-fetch-charter): Remove.
12126         * gnus.el (gnus-group-charter-alist): Remove.
12128         * gnus-group.el (gnus-group-archive-directory): Remove.
12129         (gnus-group-recent-archive-directory): Ditto.
12130         (gnus-group-make-archive-group): Remove.
12132         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12134         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12135         use the same article number for all the cached articles.
12137         * nnimap.el (nnimap-command): Register the last command time so
12138         that we can use it for idling NOOPs.
12139         (nnimap-open-connection): Start the keeplive timer.
12140         (nnimap-make-process-buffer): Store all the process buffers.
12141         (nnimap-keepalive): New function.
12143         * starttls.el (starttls-open-stream): Add autoload cookie.
12145 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12147         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12148         handling.
12150 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12153         its data structures.
12155         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12156         instead of the cl.el copy-list.
12157         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12158         equalp.
12160 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12162         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12163         and tool-bar-local-item-from-menu.
12165         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12166         mode-line-highlight face for Emacs.
12168         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12169         loading gnus-sum.elc; fix comment for canlock-verify.
12170         (gnus-article-jump-to-part): Use read-number.
12171         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12172         Remove Emacs pre-21 compatible code for help-echo.
12173         (gnus-article-next-page-1): No need to adjust the number of lines.
12174         (gnus-article-describe-bindings): Always use help-buffer.
12176         * gnus-audio.el (gnus-audio-inline-sound):
12177         * gnus-cus.el (gnus-custom-mode):
12178         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12180         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12182         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12183         compatible code.
12185 2010-09-24  Glenn Morris  <rgm@gnu.org>
12187         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12188         visiting the fcc file in rmail-mode.
12190         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12192 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12194         * nnir.el: Silence the byte compiler.
12196         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12197         alias to browse-url-url-encode-chars if any.
12198         (gnus-html-encode-url): Use it.
12200 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202         * gnus-start.el (gnus-use-backend-marks): New variable.
12203         (gnus-get-unread-articles-in-group): Use it.
12205         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12206         makeover.
12208 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12210         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12212 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12214         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12215         Remove.
12216         (gnus-setup-news-hook):
12217         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12219         * gnus-int.el (gnus-request-update-info): Protect against backends not
12220         having the function.
12222         * nnimap.el (nnimap-stream): Mention starttls.
12223         (nnimap-open-connection): Add starttls support.
12225 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12227         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12229 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12231         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12232         BODYSTRUCTUREs.
12233         (nnimap-transform-headers): Unfold quoted {42} headers.
12235         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12236         the info.
12237         (gnus-get-unread-articles): Only call updatep on backends that support
12238         it.
12240         * nnweb.el (nnweb-request-update-info): NOOP.
12242         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12244         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12245         since it only deals with marks.
12247         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12248         gnus-request-marks, and make a new gnus-request-update-info.
12250         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12251         the active instead of the high number, which is usually too low.
12253 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12255         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12256         * encrypt.el: Remove.
12258 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12261         server in symbolic form.
12263         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12265 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12268         (nnimap-update-info): Fix up code slightly.
12270         * gnus-int.el (gnus-open-server): Add tracing for performance
12271         debugging.
12273         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12274         (gnus-group-insert-group-line): Pass the real group name so that it
12275         gets the right data.
12277         * gnus-start.el (gnus-get-unread-articles): Don't have
12278         `gnus-get-unread-articles-in-group' update info, since that can be
12279         really slow and doesn't seem to be needed?
12281 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12283         * time-date.el (date-to-time): Try using parse-time-string first before
12284         using the slower timezone-make-date-arpa-standard.
12286 2010-09-22  Julien Danjou  <julien@danjou.info>
12288         * gnus-group.el (gnus-group-insert-group-line):
12289         Call gnus-group-highlight-line.
12290         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12291         default hook list.
12292         (gnus-group-update-eval-form): Add new function.
12293         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12294         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12296 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12298         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12299         immediate, then expire all articles.
12300         (nnimap-update-info): Fix off-by-one errors.
12301         (nnimap-flags-to-marks): Would return no marks lists for group with no
12302         flags.  Instead return the other data.
12304 2010-09-22  Julien Danjou  <julien@danjou.info>
12306         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12307         Only return an icon.
12308         (gnus-group-insert-group-line): Compute icon to return.
12310         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12311         (gnus-html-image-fetched): Only cache if
12312         gnus-html-image-automatic-caching is set.
12313         (gnus-html-image-fetched): Check for errors.
12315 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12317         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12318         once per method on `g'.  This ensures that backends like nnfolder don't
12319         open all their folders.
12321         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12322         (nnimap-request-list): Nix out group in the correct buffer.
12323         (nnimap-parse-flags): Implement by using `read' instead of
12324         hand-parsing.
12325         (nnimap-flags-to-marks): Pass on permanent-flags.
12326         (nnimap-make-process-buffer): Record the server name.
12327         (nnimap-parse-flags): Fix typo.
12328         (nnimap-request-scan): Run split on the server in general, not just a
12329         single group.
12331         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12332         parameter, and propagate this downwards.
12334         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12335         since EXAMINE changes it on the server.
12337         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12338         this command might take a while.
12340 2010-09-22  Julien Danjou  <julien@danjou.info>
12342         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12343         harmful if you have 2 images side-by-side, they can't be properly
12344         update on text deletion.  Using text-property is safer here.
12345         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12346         data.
12348 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350         * nnimap.el (nnimap-expunge-inbox): Remove.
12351         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12352         (nnimap-expunge): Flip default to t.
12354         * gnus.el (gnus-method-to-server): Don't push things to the cache
12355         unless it's unique.
12356         (gnus-server-to-method): Ditto.
12358 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12360         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12362 2010-09-22  Julien Danjou  <julien@danjou.info>
12364         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12365         get the start of data.
12366         (gnus-html-encode-url): Add this function to encode special chars in
12367         URL.
12368         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12369         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12371         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12372         default.
12373         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12375         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12376         images alt-text.
12377         (gnus-html-put-image): Put alt-text as help-echo.
12379 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12381         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12382         * mm-util.el (mm-decompress-buffer):
12383         * nnir.el (nnir-run-find-grep):
12384         * pop3.el (pop3-list): Use 3rd arg of split-string.
12386         * time-date.el (format-seconds): Comment fix.
12388         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12389         and byte-optimize-form-code-walker.
12390         (dgnushack-make-auto-load): Don't advise make-autoload.
12392         * lpath.el: Remove Emacs 21 stuff.
12394 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12397         outside the active range.  Suggested by Dan Christensen.
12399         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12400         slightly later to avoid double-getting it.
12402         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12403         previous patch.
12405         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12407 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12409         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12411 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12413         * gnus-int.el (gnus-open-server): Give a better error message in the
12414         "go offline" case.
12416         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12417         marks for nnimap, which is seldom the right thing to do.
12419         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12420         (gnus-same-method-different-name): New function.
12422         * nnimap.el (parse-time): Require.
12424         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12425         method in the presence of many similar methods.
12427         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12429         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12430         nnml-inhibit-expiry.
12432         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12433         find out whether methods are equal.
12435         * nnimap.el (nnimap-find-expired-articles): New function.
12436         (nnimap-process-expiry-targets): New function.
12437         (nnimap-request-move-article): Request the article before looking at
12438         what the Message-ID is.  Fix found by Andrew Cohen.
12439         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12441         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12442         for oldness in addition to being a predicate.
12444         * nnimap.el (nnimap-request-group): When we have zero articles, return
12445         the right data to Gnus.
12446         (nnimap-request-expire-articles): Only delete articles immediately if
12447         the target is 'delete.
12449         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12450         method, this would bug out.
12452         * gnus-group.el (gnus-group-expunge-group): Rename from
12453         gnus-group-nnimap-expunge, and implemented as a normal interface
12454         function.
12456         * gnus-int.el (gnus-request-expunge-group): New function.
12458         * nnimap.el (nnimap-request-create-group): Implement.
12459         (nnimap-request-expunge-group): New function.
12461 2010-09-21  Julien Danjou  <julien@danjou.info>
12463         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12464         (gnus-html-cache-expired): Add new function.
12465         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12466         wethever we should display image for fetch it.
12467         Compute alt-text earlier to pass it to the fetching function too.
12468         (gnus-html-schedule-image-fetching): Change function argument to only
12469         get one image at a time, not a list.
12470         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12471         cache.
12472         (gnus-html-get-image-data): New function to retrieve image data from
12473         cache.
12474         (gnus-html-put-image): Change buffer argument to use image data rather
12475         than file, and place image above region rather than inserting a new
12476         one.  Do not take alt-text as argument, since it's useless now: we place
12477         the image above alt-text.
12478         (gnus-html-prune-cache): Remove.
12479         (gnus-html-show-images): Start to fetch image when we find one, do not
12480         push into a temporary list.
12481         (gnus-html-prefetch-images): Only fetch image if they have expired.
12482         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12483         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12485 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12487         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12489 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12492         spec inser "*" if the group isn't active instead of 0.
12494         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12495         opening the server.
12496         (nnimap-request-delete-group): Implement group deletion.
12497         (nnimap-transform-headers): Return the size of the entire message in
12498         the Bytes header, not just the size of the first part.
12499         (nnimap-request-move-article): When moving an article from nnimap,
12500         request the article first so the accepting form has an article to
12501         accept.  Reported by Dan Christensen.
12502         (nnimap-command): Make sure that the error message doesn't error out.
12504 2010-09-20  David Edmondson  <dme@dme.org>
12506         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12507         we haven't requested anything.
12509 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12512         "".  Fix found by Andrew Cohen.
12514         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12515         instead of -encode-string.
12517 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12519         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12521         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12522         by mm-subst-char-in-string.
12524 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12526         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12527         waiting for the connection string.
12529         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12530         arriving.
12532         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12533         bogus characters.  This allows selecting certain Gmail groups.
12535         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12536         (nnimap-fetch-partial-articles): New variable.
12537         (nnimap-open-connection): When looking for credentials, also use the
12538         nnimap-server-port.
12539         (nnimap-request-article): Return the group/article number, so that Gnus
12540         `^' works as expected.
12541         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12543         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12544         comments.
12545         (gnus-methods-sloppily-equal): New function.
12546         (gnus): When using the development version of Gnus, load the gnus-load
12547         file.
12549         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12550         `gnus-open-server' on each method before trying to scan them etc.
12551         This ensures that all the backend parameters are set correctly.
12553         * nnimap.el (nnimap-authenticator): New variable.
12554         (nnimap-open-connection): Allow anonymous login.
12555         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12556         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12558         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12559         patch, found by Knut Anders Hatlen.
12561 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12563         * gnus-agent.el (gnus-agent-batch-confirmation)
12564         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12565         to gnus-message.
12566         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12567         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12568         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12569         * gnus-int.el (gnus-open-server): Likewise.
12570         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12571         (gnus-score-check-syntax): Likewise.
12572         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12573         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12574         Likewise.
12575         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12577 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12579         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12580         calling conventions so that prefetch doesn't bug out.
12582 2010-09-19  Julien Danjou  <julien@danjou.info>
12584         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12585         rather than `subst-char-in-region' in order to be able to replace ASCII
12586         char by UTF-8 ones.
12588         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12589         than curl.
12590         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12591         the right URL and ALT text on images.
12592         (gnus-html-wash-tags): Fix tag case.
12593         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12594         (gnus-article-html): Add -o display_ins_del=2 option.
12595         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12597 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12599         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12600         the extra mail headers, which sometimes seem to happen for unknown
12601         reasons.
12603         * mail-parse.el (mail-header-encode-parameter): Define as
12604         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12605         (or most, perhaps?) mail readers don't understand the latter, but do
12606         understand the former.
12608         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12609         to nil, so that no methods are automatically agentized.  I think this
12610         is probably what most users want.
12612         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12613         from url-retrieve, for instance about invalid URLs.
12615         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12616         groups that have no articles.
12617         (nnimap-request-article): Check that we really got an article when we
12618         requested one.
12620         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12621         doesn't exist.
12623         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12624         nntp buffer so the agent can save it.
12625         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12626         that CRLF doesn't get translated to \n.
12627         (nnimap-open-connection): Don't make 'shell commands only send \n.
12629 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12631         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12632         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12633         Update var name.
12634         (nnml-generate-nov-file): Use dolist.
12635         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12636         Use with-current-buffer.
12638 2010-09-18  Julien Danjou  <julien@danjou.info>
12640         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12641         parallel.
12643 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12646         the range update right.
12647         (nnimap-request-group): Don't make `M-g' bug out on group with no
12648         marks.
12649         (nnoo): Require, so that other packages can require nnimap.
12650         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12651         command we're looking for.  This helps when the server sends more
12652         responses after we've gotten everything we expected.
12653         (nnimap): Add a `newlinep' field to keep track of end-of-line
12654         conventions.
12655         Don't send CRLF to things that don't want it.
12656         (nnimap-request-accept-article): Ditto.
12658 2010-09-18  Julien Danjou  <julien@danjou.info>
12660         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12661         than curl to retrieve images.
12663 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12665         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12666         the marks.
12667         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12668         (nnimap-wait-for-connection): New function.
12669         (nnimap-open-connection): If we have PREAUTH, don't query for login
12670         credentials.
12671         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12672         when doing a partial update.
12674 2010-09-18  Julien Danjou  <julien@danjou.info>
12676         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12677         tags.
12679 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681         * nnimap.el (nnimap-credentials): New function.
12682         (nnimap-open-connection): Use the new function to look for credentials
12683         also on the numeric equivalents of "imap" and "imaps".
12685         * gnus-start.el (gnus-activate-group): Send the info to
12686         gnus-request-group.
12688         * nnimap.el (nnimap-request-group): Have the "check" version of the
12689         function parse flags and update the info, so that a `M-g' get a total
12690         resync of all flags from the group.
12692         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12693         to allow backends to alter the info on group selection.  Also alter all
12694         the backend -request-group functions to take the parameter.
12696         * nnimap.el (nnimap-store-info): New function.
12697         (nnimap-update-info): Store the info for later usage.
12698         (nnimap-request-group): Use the stored info for the dont-check case, so
12699         that we don't retrieve all marks when we enter a group.
12701         * nnimap.el: Use deffoo instead of defun for interface functions.
12703         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12704         update the group info.  This makes the nndraft groups, for instance, go
12705         back to their old behavior.
12707         * gnus-sum.el (gnus-select-newsgroup): Indent.
12709         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12710         in.
12711         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12712         nothing.
12714         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12715         from methods that are denied.
12717         * gnus-int.el (gnus-method-denied-p): New function.
12719         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12720         store the password instead of netrc.
12721         (nnimap-open-connection): Don't error out when we can't make a
12722         connections.
12724         * auth-source.el (auth-source-create): In the password prompt, say what
12725         we're querying for.  Also prompt for user name if that hasn't been
12726         given.
12728         * nnimap.el (nnimap-with-process-buffer): Remove.
12730 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12732         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12733         method when we're reading from the agent.
12735         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12737         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12738         that's probably most useful for users.
12740         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12741         "failed" all the time.
12743         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12744         ...)) with (with-current-buffer ... ).
12746         * nntp.el (nntp-open-server): Return whether the open was successful or
12747         not.
12749         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12750         select an unread unseen article first.
12752         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12753         /etc/services, supply some sensible port defaults.
12755         * dgnushack.el: Define netrc-credentials.
12757 2010-09-17  Julien Danjou  <julien@danjou.info>
12759         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12761 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12763         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12764         doesn't have any parameters.
12766 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12769         only upcased checks.
12771         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12773         * nnimap.el (nnimap-open-shell-stream): New function.
12774         (nnimap-open-connection): Use it.
12775         (nnimap-transform-headers): Get the number of lines in each message.
12776         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12777         number of lines.
12778         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12779         problem.
12781         * utf7.el (utf7-encode): Autoload.
12783         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12784         to allow the mail splitting to not return a default group.  This is
12785         useful for nnimap, which will leave unmatched mail in the inbox.
12787         * nnimap.el: Rewritten.
12789         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12790         nnimap usage.
12792         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12793         if the move is internal, so that nnimap can do fast internal moves.
12795         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12796         data.
12797         (gnus-read-active-for-groups): Support finishing the early retrieval of
12798         data.
12800         * gnus-range.el (gnus-range-nconcat): New function.
12802         * gnus-int.el (gnus-finish-retrieve-group-infos)
12803         (gnus-retrieve-group-data-early): New functions.
12805 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12807         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12808         (nnrss-retrieve-groups):
12809         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12810         (pop3-quit): Use with-current-buffer.
12812 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12814         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12815         instead of nnheader-accept-process-output.
12817         * dgnushack.el (dgnushack-compile): Add comment.
12819         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12821         * gnus-html.el (gnus-html-schedule-image-fetching)
12822         (gnus-html-prefetch-images): Replace process-kill-without-query by
12823         gnus-set-process-query-on-exit-flag.
12825 2010-09-16  Romain Francoise  <romain@orebokech.com>
12827         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12829 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12831         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12832         parameter to unintern is mandatory-ish in Emacs 24.
12834         * gnus-html.el (gnus-html-schedule-image-fetching)
12835         (gnus-html-prefetch-images): Check for curl before using it.
12837         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12838         depend on curl, which isn't essential.
12840         * imap.el: Revert back to version
12841         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12842         seem problematic.
12844 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12846         * gnus-registry.el (gnus-registry-install-shortcuts):
12847         Explicitly pass `obarray' to `unintern' to avoid a warning.
12849 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12852         change.
12854         * nnrss.el (nnrss-request-list): Remove this function and related
12855         functions, including the moreover stuff.
12857 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859         * nnrss.el (nnrss-retrieve-groups): New function.
12861 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12863         * .dir-locals.el: Add no-byte-compile cookie.
12865 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12867         * time-date.el (format-seconds): Comment fix.
12869         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12870         for back end that doesn't support request-scan.
12872 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12875         then do request scans from the backends.
12877         * netrc.el (netrc-credentials): New conveniency function.
12879         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12880         avoid running a hook per line, since this takes a lot of time,
12881         profiling shows.
12882         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12883         directly if gnus-visual-p is true.
12885 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12887         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12888         groups; replace mapcar with dolist which is a bit faster; pass groups
12889         info to gnus-read-active-file-1.
12890         (gnus-read-active-file-1): Scan only specified groups if the new
12891         optional arg `infos' is given.
12893 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12897         * pop3.el (pop3-movemail): Remove.
12898         (pop3-streaming-movemail): Rename to pop3-movemail.
12900         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12901         don't restrict end-tag searches to the end of the line.
12903 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12905         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12906         articles of every unchecked group to t, which means unknown since the
12907         server has never been opened.
12909 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12911         * gnus-html.el (gnus-html-show-alt-text): New command.
12912         (gnus-html-browse-image): Ditto.
12913         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12914         to browse the image directly.
12915         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12916         better.
12918         * gnus-async.el (gnus-async-article-callback):
12919         Call `gnus-html-prefetch-images' unconditionally.
12921         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12922         before feeding URLs to curl.
12924 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12926         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12927         internal images as deletable by `W D D'.
12929         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12930         (gnus-async-article-callback): Fix typo.
12932 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12935         current line to work around bugs in the output from w3m.
12937         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12938         for groups that want that.
12940         * nntp.el (nntp-wait-for-string): Supply a timeout for
12941         accept-process-output to ensure progress.
12943         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12944         level to get unread articles from, then use that for foreign groups,
12945         too.
12947         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12948         confuses the rest of the function.
12950         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12951         for the methods that support -retrieve-groups, too.
12953         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12955 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12957         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12958         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12960         * pop3.el: Require cl when compiling.
12961         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12963 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12966         that aren't going to be activated.
12967         (gnus-get-unread-articles): Fix up the last commit.
12969         * gnus-html.el (gnus-article-html): Allow calling without specifying
12970         the handle.  In that case, dissect the buffer first.
12972         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12974         * nnimap.el (nnimap-open-connection): Revert the change that would look
12975         into authinfo for imaps instead of imap.
12977         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12978         say that you don't want to call gnus-request-group with don-check, but
12979         do check the reponse.  This is for virtual groups only.
12980         (gnus-get-unread-articles): Count the archive groups as secondary, so
12981         that they're activated the same way as before.
12983         * imap.el (imap-message-map): Removed optional buffer parameter, since
12984         no callers use it.
12985         (imap-message-get): Ditto.
12986         (imap-message-put): Ditto.
12987         (imap-mailbox-map): Ditto.
12988         (imap-mailbox-put): Ditto.
12989         (imap-mailbox-get): Ditto.
12990         (imap-mailbox-get): Revert last change for this function.
12992         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12993         case-insensitively.
12994         (nnimap-debug): Remove.
12996         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12997         callers to use `imap-fetch' instead.  According to the comments, this
12998         should be safe, since all other IMAP clients use the 1:* syntax.
12999         (imap-enable-exchange-bug-workaround): Remove.
13000         (imap-debug): Remove -- doesn't seem very useful.
13002         * mail-source.el (mail-source-fetch): Don't message if we're fetching
13003         mail from a file, and the file doesn't exist.
13005         * imap.el (imap-log): New convenience function used throughout instead
13006         of repeating the same code all over the place.
13008         * pop3.el (pop3-streaming-movemail): Return t for success.
13010         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
13011         .authinfo if we're using ssl connection.
13013         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
13014         already have if we're in a main Gnus `g' run.
13016         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
13018 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13020         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
13022         * nnmh.el (nnmh-request-list-1): Bind `file'.
13024         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
13025         alias to set-process-query-on-exit-flag or process-kill-without-query.
13026         (pop3-open-server): Use it.
13028 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13030         * mail-source.el (mail-source-delete-crash-box): Always move the crash
13031         box to the Incoming file.  Fixes mistake in previous checkin.
13033         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
13034         request loop (for debugging purposes) removed.
13036         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
13037         culprit is more visible.
13038         (nnml-save-incremental-nov, nnml-open-incremental-nov)
13039         (nnml-add-incremental-nov): New functions to do "incremental" nov
13040         updates, where we just append to the end of the existing nov files
13041         without reading/writing them in full.
13043         * mail-source.el (mail-source-delete-crash-box): Really only check the
13044         incoming files once in a while.
13046         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
13048         * mail-source.el (mail-source-delete-crash-box): Only check the
13049         incoming files for deletion once per day to save a lot of file
13050         accesses.
13052         * pop3.el (pop3-logon): Fix up unbound variable typo.
13054         * mail-source.el (pop3-streaming-movemail): Autoload.
13056         * pop3.el (pop3-streaming-movemail):
13057         Respect pop3-leave-mail-on-server.
13059         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13060         retrieval.
13062         * pop3.el (pop3-process-filter): Remove unused function.
13063         (pop3-streaming-movemail, pop3-send-streaming-command)
13064         (pop3-wait-for-messages, pop3-write-to-file)
13065         (pop3-number-of-responses): New functions for streaming pop3
13066         retrieval.
13068         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13069         come from no known methods.
13070         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13071         list.
13073         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13074         message sizes.
13075         (pop3-movemail): Use erase-buffer instead of looping and deleting
13076         regions, which seems rather odd.
13078         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13079         file once per `g' run.
13081         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13082         directories.  This makes the draft queue directory work.
13084         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13085         data from the backends, so that we only request the list of groups from
13086         each method once.  This should speed things up considerably.
13088         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13089         detect that it's not implemented.
13091         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13092         we actually do recurse down into the tree, but don't stat all leaf
13093         nodes.
13095         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13096         then say so instead of bugging out.
13098         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13099         files exist before trying to read them.
13101         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13102         around <pre_int>.
13104         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13106         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13108 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110         * mm-util.el (mm-image-load-path): Just return the image directories,
13111         not all directories in the path in addition to the image directories.
13112         (mm-image-load-path): Maintain a cache of the image directories so that
13113         the `g' command in Gnus doesn't have to stat dozens of directories each
13114         time.
13116         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13117         (gnus-html-wash-tags): Add a new `i' command to insert images.
13118         (gnus-html-insert-image): New command and keystroke.
13119         (gnus-html-redisplay-with-images): New command and keystroke.
13120         (gnus-html-show-images): Rename command.
13121         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13122         spacers.
13123         (gnus-html-wash-tags): Decode entities at the end, so that entities
13124         inside the tags don't mess up the rest of the "parsing".
13126         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13127         so that nnimap methods aren't agentized by default.  There's apparently
13128         many problems related to agent/imap behavior.
13130         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13132         * gnus-html.el: Doc fix.
13134 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13136         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13137         specifier-spec-list for Emacs 21.
13139         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13140         glyph-width and glyph-height instead of display-graphic-p and
13141         image-size; make avoidance of displaying small images work for XEmacs.
13143         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13144         for XEmacs.
13146         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13147         of symbol that holds plist data.
13148         (gnus-process-plist): Remove plist of process after getting it.
13150 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13152         * message.el (message-generate-hashcash): Change default to
13153         'opportunistic if hashcash is installed.
13155         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13156         (gnus-html-put-image): Only call image-size once, since it's somewhat
13157         time-consuming on remote X servers.
13159 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13161         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13162         type on data, not a file name.
13164         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13165         window-pixel-edges for Emacs 21.
13167         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13168         decoded contents.
13169         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13171 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13173         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13174         group line format, since it isn't very interesting.
13176         * gnus-agent.el (gnus-agent-short-article),
13177         (gnus-agent-long-article): Increase values for these two variables,
13178         since most people are likely to have more network connection and
13179         storage than before.
13181         * gnus.el (gnus-refer-article-method): Change default to 'current.
13182         When referring an article, the common behavior is to refer it from the
13183         current select method, not the native select method.  The chances of
13184         the native select method having the message in question is rather slim
13185         these days.
13187         * gnus-sum.el (gnus-auto-select-subject): Change default to
13188         `unseen-or-unread'.  I think it's likely that most people want to
13189         select an unseen article over a previously seen, but unread one.
13191         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13192         means that in the article buffer none of the minor mode elements will
13193         be shown, usually, and this is not desirable in most cases.
13195         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13196         that commands like `d' (and the like) go to the next line in the
13197         buffer, instead of the next unread article.  I think this is the
13198         behavior that is most natural for most users.
13199         (gnus-single-article-buffer): Change default to nil, so that people can
13200         have as many article buffers open as they have summary buffer.  I think
13201         this is the most natural way for the groups to behave.
13203         * message.el (message-generate-new-buffers): Change default to
13204         `unsent', so that all new message buffers start their names with the
13205         string "*unsent", and it's easier to find the buffers if you move from
13206         them.
13208 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13211         small.  They're probably tracking images.
13212         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13213         (gnus-html-rescale-image): Yet another try at getting the image sizing
13214         right.
13216         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13217         nntp-marks-file-name is nil.
13219 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13221         * gnus-html.el (gnus-html-wash-tags)
13222         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13223         Better logging.
13225 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13227         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13229         * gnus-html.el (gnus-html-wash-tags): Check the value of
13230         gnus-blocked-images in the summary buffer.
13232 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13234         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13236 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13239         like "a", it seems like.
13240         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13241         since it needs to be picked from the correct buffer.
13243         * nnwfm.el: Remove.
13245         * nnlistserv.el: Remove.
13247 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13249         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13250         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13254         * nnkiboze.el: Remove.
13256         * nndb.el: Remove.
13258         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13259         alt text.
13260         (gnus-html-rescale-image): Try to get the rescaling logic right for
13261         images that are just wide and not tall.
13263         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13264         overshadow variable bindings.
13266 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13268         * gnus-html.el (gnus-html-wash-tags)
13269         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13270         Add extra logging.
13272 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13274         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13275         (gnus-max-image-proportion): New variable.
13276         (gnus-html-rescale-image): New function.
13277         (gnus-html-put-image): Rescale images.
13279 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13281         Fix up some byte-compiler warnings.
13282         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13283         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13284         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13285         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13286         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13287         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13288         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13290 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13292         * gnus-html.el (gnus-article-html): Decode contents by charset.
13294 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13296         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13297         (gnus-html-frame-width, gnus-blocked-images):
13298         * message.el (message-prune-recipient-rules): Add custom version.
13299         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13301         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13302         functions.
13304         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13305         gnus-process-get.
13307 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13309         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13310         instead of lsub directly.
13312 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13314         * nnwarchive.el: Remove.
13316         * gnus-soup.el: Remove.
13318         * nnsoup.el: Remove.
13320         * nnultimate.el: Remove.
13322         * gnus-html.el (gnus-blocked-images): New variable.
13324         * message.el (message-prune-recipients): New function.
13325         (message-prune-recipient-rules): New variable.
13327         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13328         guess whether a long line is natural text or not.
13330         * gnus-html.el (gnus-html-schedule-image-fetching):
13331         Use gnus-process-plist and friends for compatibility.
13333 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * gnus-html.el: Require packages that define macros used in this file.
13336         (gnus-article-mouse-face): Declare to silence byte-compiler.
13337         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13338         process-get.
13339         (gnus-html-put-image): Use plist-get to avoid getf.
13340         (gnus-html-prefetch-images): Use with-current-buffer.
13342 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13344         * gnus-ems.el: Provide compatibility functions for
13345         gnus-set-process-plist.
13347         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13348         header-line-format for XEmacs 21.4.
13350         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13351         * gnus.el (gnus-valid-select-methods):
13352         * message.el (message-send-mail-partially-limit):
13353         * mm-decode.el (mm-text-html-renderer):
13354         * mml.el (mml-insert-mime-headers-always):
13355         * smiley.el (smiley-regexp-alist): Bump custom version.
13357 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13359         * gnus-html.el: Require mm-url.
13360         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13361         with the url to `url'.
13362         (gnus-html-wash-tags): Support cid: URLs/images.
13364 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13366         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13367         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13368         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13370         * gnus-move.el: Remove file, since it doesn't really work.
13372         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13373         UTF-8.  This seems to fix problems with some German web feeds.
13375         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13376         at the top so that the proper colors are applied.
13378         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13379         don't have dots in their names.
13381         * gnus-art.el (gnus-article-view-part): Doc fix.
13383         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13384         XEmacs-compatible.
13385         (gnus-html-put-image): Don't do images on non-graphic displays.
13387         * nnslashdot.el: Remove this unused backend.
13389         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13390         actions.
13391         (gnus-undo-register-1): Revert last change.
13393         * gnus-group.el (gnus-group-completing-read): Protect against not
13394         having completion-styles bound.
13396         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13397         make broken recipients happier.
13399         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13401         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13402         point parameter.
13404         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13406         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13407         completion-styles for group selection.
13409 2009-02-04  Andreas Schwab  <schwab@suse.de>
13411         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13412         headers and regexp-quote the match if necessary.
13414 2009-03-24  Miles Bader  <miles@gnu.org>
13416         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13417         the blinking smiley.
13419 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13421         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13422         blink smiley.
13424 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13427         where the dribbel file lives exists.
13429         * message.el (message-send-mail-partially-limit): Change the default to
13430         nil, since most people don't want this.
13432         * mm-url.el (mm-url-decode-entities): Also decode entities like
13433         &#x3212.
13435 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13437         * gnus-sum.el (gnus-summary-idna-message):
13438         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13439         Hyperlink urls in docstrings with URL `...'.
13441 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13443         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13444         functions.
13446 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13449         say what the mouseover text should be.
13451         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13452         version of the mm-w3m-safe-url-regexp variable to only download images
13453         in the groups where we want that to happen.
13455         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13457         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13458         easier debugging.
13459         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13460         big pictures in the article buffer.
13462         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13463         gnus-article-html.
13464         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13465         w3m.
13467         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13469 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13471         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13472         which doesn't exist.
13474         * message.el (message-inhibit-ecomplete): New variable to allow some
13475         function to inhibit ecomplete address storage.
13476         (message-resend): Disable ecomplete message storage when resending
13477         messages.
13479         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13481 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13483         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13484         Save excursion while copying, moving, and deleting articles in order to
13485         prevent the cursor from jumping to unforeseen place.
13487 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13489         * lpath.el: No need to bind bookmark-current-buffer,
13490         bookmark-yank-point and bookmark-make-record-function.
13492 2010-08-17  Glenn Morris  <rgm@gnu.org>
13494         * gnus-sync.el: Require gnus components whose functions are used.
13496         * gnus-art.el (bookmark-make-record-function):
13497         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13498         Declare for compiler.
13500         * mm-url.el (mml-compute-boundary): Autoload.
13502 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13504         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13506 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13508         Typo fix "hoo4a" -> "hook".
13510         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13512 2010-08-14  Glenn Morris  <rgm@gnu.org>
13514         * gnus-sync.el (gnus-sync): Fix defgroup version.
13516 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13518         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13520         * gnus-sync.el: Fix docs.
13521         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13522         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13524 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13526         Optimizations for gnus-sync.el.
13528         * gnus-sync.el: Add docs about gnus-sync-backend
13529         possibilities.
13530         (gnus-sync-save): Remove unnecessary message.
13531         (gnus-sync-read): Optimize and show what groups were skipped.
13533 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13535         Minor bug fixes for gnus-sync.el.
13537         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13538         Don't read the sync on get-new-news.
13540         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13541         quiet.
13543         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13544         (fix typo).
13546 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13548         Make saving and restoring of hidden threads work with overlays.
13549         Patch applied by Ted Zlatanov.
13551         * gnus-sum.el (gnus-hidden-threads-configuration)
13552         (gnus-restore-hidden-threads-configuration): Update to deal with text
13553         properties, rather than searching for a magic character.
13555 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13557         New gnus-sync.el library for synchronization of marks.
13559         * gnus-sync.el: New library for synchronization of marks.
13561         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13562         renamed from `gnus-registry-grep-in-list'.
13564         * gnus-registry.el (gnus-registry-follow-group-p):
13565         Use `gnus-grep-in-list'.
13567         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13569 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13571         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13572         determining charset of text fails.
13574 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13576         * nnmail.el (nnmail-get-new-mail-1): Revert.
13578         * nnml.el (nnml-active-number): Make sure names of newly created groups
13579         in nnml-group-alist are encoded.
13581 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13583         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13584         containing non-ASCII characters in active file for nnml back end.
13586 2010-07-24  David Engster  <dengste@eml.cc>
13588         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13589         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13591 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13593         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13594         tag (Bug#6654).
13596 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13598         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13599         the article buffer, not the summary buffer.
13601 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13603         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13604         Emacs 23 as well.
13606 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13608         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13609         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13611 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13613         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13614         Patch applied by Karl Fogel.
13616         * gnus-sum.el (gnus-summary-bookmark-make-record):
13617         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13619 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13621         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13622         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13623         C-w still not working correctly from Article buffers; Thierry's
13624         patch to fix that will be applied after this.
13626         * gnus-art.el (bookmark-make-record-function): New local variable.
13628         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13629         article buffer.
13630         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13632 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13634         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13635         on changes in bookmark.el.
13637 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13639         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13640         `no-log' instead of message not to log prompt string.
13642 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13644         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13645         the *other* type of HTML form submission.
13647 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13649         * auth-source.el (auth-source-pick): If choice does not contain a
13650         questioned keyword, set the check to t.
13652 2010-06-12  Romain Francoise  <romain@orebokech.com>
13654         * gnus-util.el (gnus-date-get-time): Move up before first use.
13656 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13658         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13659         (gnus-article-edit-part): Bind it to make last part that is substituted
13660         or deleted visible.
13661         (gnus-mime-display-single): Buttonize part of which id equals to
13662         gnus-mime-buttonized-part-id.
13664 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13666         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13667         (gnus-dd-mmm): Use gnus-date-get-time.
13668         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13669         simplify logic.
13670         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13671         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13673 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13675         * auth-source.el (top): Autoload `secrets-list-collections',
13676         `secrets-create-item', `secrets-delete-item'.
13677         (auth-sources): Fix tag string.
13678         (auth-get-source, auth-source-retrieve, auth-source-create)
13679         (auth-source-delete): New defuns.
13680         (auth-source-pick): Rewrite in order to avoid 2 passes.
13681         (auth-source-forget-user-or-password): New parameter USERNAME.
13682         (auth-source-user-or-password): New parameters CREATE-MISSING and
13683         DELETE-EXISTING.  Retrieve password interactively, if needed.
13685 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13687         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13688         deleting unused directories when gnus-expert-user is t.
13690 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13692         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13693         for each temp file when gnus-article-browse-delete-temp is ask.
13695 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13697         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13698         Replace Lisp calls to delete-backward-char by calls to delete-char.
13700 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13702         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13704 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13706         * password-cache.el (password-cache-remove): Fix docstring.
13708 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13710         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13711         article unless decoding article to be saved.
13713 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13715         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13716         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13717         generated within the mm-with-unibyte-current-buffer macro.
13719 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13721         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13722         to nil when we're in a mml-preview buffer and no group is selected.
13724 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13726         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13727         when catching the `C-g'.  Reported by "Leo".
13729 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13731         * message.el (message-forward-make-body-plain)
13732         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13733         multibyte-string-p.
13735         * lpath.el: Revert.
13737 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13739         * message.el (message-forward-make-body-mml): Assume original message
13740         is multibyte string; error on unibyte.
13741         (message-forward-make-body-plain): Ditto; don't add excessive newline
13742         in body end.
13744         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13746 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13748         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13749         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13751 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13753         * mm-extern.el (mm-extern-url): Don't use
13754         mm-with-unibyte-current-buffer.
13755         (mm-extern-cache-contents): Use with-current-buffer instead of
13756         save-excursion + set-buffer.
13758 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13760         * mm-util.el (mm-emacs-mule): Remove.
13762 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13764         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13765         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13766         change.
13768 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13770         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13771         bind the default value of enable-multibyte-characters to nil.
13773 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13775         * message.el (message-forward-make-body-plain)
13776         (message-forward-make-body-mml):
13777         Don't use mm-with-unibyte-current-buffer.
13779 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13781         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13783 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13785         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13786         (Bug#5592).
13788 2010-05-07  Julien Danjou  <julien@danjou.info>
13790         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13791         it to mm-pipe-part.
13793         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13794         it is given.
13796 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13798         * binhex.el (binhex-decode-region-internal):
13799         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13800         (dns-query):
13801         * nnweb.el (nnweb-gmane-search):
13802         * pgg-parse.el (pgg-parse-armor):
13803         * pgg.el (pgg-verify-region):
13804         * sha1.el (sha1-string-external):
13805         * uudecode.el (uudecode-decode-region-internal):
13806         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13807         XEmacs.
13809         * gnus-art.el (gnus-article-browse-html-parts):
13810         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13811         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13812         make-temp-file.
13814         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13815         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13816         compiling.
13818         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13819         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13820         XEmacs when compiling.
13822         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13823         gnus-pick-mode-off-hook for XEmacs when compiling.
13824         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13825         gnus-binary-mode-off-hook for XEmacs when compiling.
13827         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13828         Return nil if char-charset is not available.
13830         * imap.el (imap-disable-multibyte)
13831         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13832         macros.
13834         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13835         instead of encode-coding-string.
13837         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13838         'xemacs) instead of mm-emacs-mule to switch function definitions.
13839         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13841         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13842         bind temporary-file-directory for XEmacs;
13843         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13844         timer-set-function for XEmacs 21.4 and SXEmacs;
13845         bind timer-list for XEmacs 21.4 and SXEmacs;
13846         fbind char-charset and find-charset-region for non-Mule XEmacs;
13847         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13848         encode-coding-region and encode-coding-string for XEmacs having no
13849         file-coding feature.
13851 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13853         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13855 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13857         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13858         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13860 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13862         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13863         alias `jka-compr-delete-temp-file' no longer exists.
13865 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         Use define-minor-mode in Gnus where applicable.
13868         * mml.el (mml-mode): Use define-minor-mode.
13869         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13870         (gnus-undo-mode): Use define-minor-mode.
13871         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13872         (gnus-dead-summary-mode): Use define-minor-mode.
13873         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13874         Initialize in declaration.
13875         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13876         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13877         (gnus-mailing-list-mode): Use define-minor-mode.
13878         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13879         (gnus-draft-mode): Use define-minor-mode.
13880         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13881         (gnus-dired-mode): Use define-minor-mode.
13883 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13885         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13886         handles on recursive mml-to-mime translation and check them for
13887         boundary delimiter collisions.  Reported by Greg Troxel.
13889 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13891         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13893 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13895         * mm-util.el (mm-find-buffer-file-coding-system):
13896         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13898 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13900         * message.el (message-generate-headers): Record insertion of optional
13901         headers as well.  Otherwise the check to prevent repeated insertion of
13902         optional headers is a no-op.
13904 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13906         * smime.el: Don't mention CVS.
13908         * nnrss.el (nnrss-fetch): Don't mention CVS.
13910         * nnir.el: Don't mention CVS.
13912 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * gnus-sum.el (gnus-summary-bookmark-make-record):
13915         Add `location' field.
13917 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13919         * lpath.el: Fbind bookmark-default-handler,
13920         bookmark-get-bookmark-record, bookmark-make-record-default,
13921         bookmark-prop-get for Emacs <23 and XEmacs.
13923 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13925         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13926         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13927         Use with-current-buffer to silence the byte-compiler.
13928         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13929         bother to require `gnus'.
13930         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13932 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13934         * gnus-sum.el (gnus-summary-bookmark-make-record)
13935         (gnus-summary-bookmark-jump): New functions.
13936         (gnus-summary-mode): Setup bookmark support.
13938 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13940         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13941         if set.
13943 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13945         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13946         gnus-article-browse-html-save-cid-image; make it work recursively for
13947         forwarded messages as well.
13948         (gnus-article-browse-html-parts): Work when prefix arg is given.
13949         (gnus-article-browse-html-article): Doc fix.
13951 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13953         * message.el (message-default-mail-headers)
13954         (message-default-headers): Carry the value mail-default-headers over
13955         into message-default-mail-headers, rather than message-default-headers.
13957 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13959         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13960         charset.
13962         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13963         charset into the <meta> tag when the article is encoded to utf-8.
13965 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13967         * gnus-art.el (gnus-article-browse-delete-temp-files):
13968         Delete directories as well.
13969         (gnus-article-browse-html-parts): Work for images that do not specify
13970         file names; delete temp directory when quitting; insert header at the
13971         right place; use file: scheme for image files.
13973 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13975         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13976         (gnus-article-browse-html-parts): Use it to make temporary cid image
13977         files in addition to html file so that browser may display them.
13979 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13983 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13985         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13987 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13989         * auth-source.el (auth-sources): Change default to be simpler.
13990         Explain about Secret Service API sources.  Improve Customize options.
13991         (auth-source-pick): Change to accept any number of search parameters.
13992         Implement fallbacks iteratively, not recursively.  Add scoring on the
13993         second pass and sort by score.  Call Secret Service API when needed.
13994         (auth-source-user-or-password): Use it.  Call Secret Service API
13995         directly when needed to get the user name and the password.
13997 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13999         * message.el (message-interactive): Doc fix.
14000         (message-qmail-inject-args): Reflow.
14001         (message-kill-to-signature): Fix typo in docstring.
14003         * smiley.el (smiley-buffer): Fix typo in docstring.
14005 2010-03-24  Glenn Morris  <rgm@gnu.org>
14007         * mail-source.el (gnus-message): Declare.
14008         (mail-source-delete-old-incoming): Require gnus-util.
14010 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14012         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
14014         * message.el (ecomplete-setup): Autoload it for Emacs <23.
14016         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
14017         password-cache's default if it is not bound.
14018         (mml-secure-passphrase-cache-expiry): Default to 16 that is
14019         password-cache-expiry's default if it is not bound.
14021         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
14022         available in Emacs 21.
14024         * lpath.el: Suppress compiler warnings for:
14025         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
14026         XEmacs;
14027         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
14028         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
14029         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
14031 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
14033         * auth-source.el (auth-sources): Fix up definition so extra parameters
14034         are always inline.
14036 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
14038         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
14039         wasn't updated after mismatch.  Clear cached mailbox info correctly
14040         when uidvalidity changes.
14041         (nnimap-group-prefixed-name): New function to avoid some code
14042         duplication.
14043         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
14044         (nnimap-request-group): Use it.
14045         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
14046         (nnimap-update-unseen): Significantly improved speed of Gnus startup
14047         with many imap folders.  This is done by caching the group status from
14048         the imap server persistently in a group parameter `imap-status'.  (This
14049         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14050         but not persistently, so every Gnus startup was still very slow.)
14052 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14054         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14055         delete the extra newline.  Otherwise editing of :string and :number
14056         types don't work.
14058 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14060         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14061         secrets.el dependency.
14062         (auth-sources): Add optional user name.  Add secrets.el configuration
14063         choice (unused right now).
14065 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14067         * gnus-sum.el (gnus-summary-make-menu-bar):
14068         Let `gnus-registry-install-shortcuts' fill in the functions.
14070         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14071         warnings.
14072         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14073         (gnus-registry-install-shortcuts): Populate and use it in a
14074         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14076 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14078         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14079         In-place substitutions for the group name encoding/decoding.
14080         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14081         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14082         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14083         (nnimap-update-unseen, nnimap-request-list)
14084         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14085         (nnimap-request-set-mark, nnimap-split-to-groups)
14086         (nnimap-split-articles, nnimap-request-newgroups)
14087         (nnimap-request-create-group, nnimap-request-accept-article)
14088         (nnimap-request-delete-group, nnimap-request-rename-group)
14089         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14090         `encoded-mbx' for consistency.
14091         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14092         variable `imap-current-mailbox'.
14094         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14095         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14097 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14099         * pop3.el (pop3-display-message-size-flag): Display message size byte
14100         counts during POP3 download.
14101         (pop3-movemail): Use it.
14102         (pop3-list): Implement listing of available messages.
14104 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14106         * nnir.el (nnir-get-article-nov-override-function): New function to
14107         override the normal NOV retrieval.
14108         (nnir-retrieve-headers): Use it.
14110 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14112         * auth-source.el (netrc-machine-user-or-password): Autoload.
14114 2010-03-19  Glenn Morris  <rgm@gnu.org>
14116         Stop message.el from loading about 40 libraries it doesn't always need.
14117         The general approach is to autoload rather than require, and to
14118         require in the specific functions rather than the file.  (Bug#5642)
14120         * gmm-utils.el: Don't require wid-edit.
14121         (widget-create-child-value, widget-convert, widget-default-get):
14122         Autoload.
14124         * gnus-util.el: Don't require time-date, netrc.
14125         (message-fetch-field, gnus-group-name-decode): Declare rather than
14126         autoloading.
14127         (gnus-fetch-field): Require message.
14128         (gnus-decode-newsgroups): Require gnus-group.
14130         * ietf-drums.el: Don't require time-date.
14132         * message.el: Don't require hashcash, canlock, ecomplete.
14133         Do require mail-utils.  Require nnheader only when compiling.
14134         (smtpmail-default-smtp-server): Remove declaration.
14135         (message-send-mail-function): Check smtpmail-default-smtp-server
14136         is bound rather than requiring smtpmail.
14137         (message-auto-save-directory, message-insert-signature):
14138         Use expand-file-name rather than nnheader-concat.
14139         (nnheader-insert-file-contents): Autoload.
14140         (hashcash-wait-async): Declare.
14141         (message-send-mail): Only call gnus-setup-posting-charset if
14142         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14143         (message-send-mail-with-sendmail): Require sendmail.
14144         (canlock-password, canlock-password-for-verify): Declare.
14145         (message-canlock-password): Require canlock.
14146         (nnheader-get-report): Autoload.
14147         (gnus-setup-posting-charset): Declare.
14148         (message-send-news): Require gnus-msg.
14149         (message-make-references, message-make-in-reply-to): Use mail-header-id
14150         rather than the alias mail-header-message-id.
14151         (ecomplete-add-item, ecomplete-save): Declare.
14152         (message-put-addresses-in-ecomplete): Require ecomplete.
14153         (ecomplete-display-matches): Autoload.
14155         * mm-decode.el: Don't require mailcap, gnus-util.
14156         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14157         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14158         Autoload.
14159         (mailcap-mime-extensions): Declare.
14161         * mm-encode.el: Don't require mailcap.
14162         (mailcap-extension-to-mime): Autoload.
14164         * mml-sec.el: Don't require password-cache.
14166         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14167         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14168         (mml-minibuffer-read-type): Require mailcap.
14169         (mml-preview): Require gnus-msg.
14171         * mml1991.el: Require password-cache.
14172         (password-cache-expiry): Remove declaration.
14174         * mml2015.el: Require password-cache.
14175         (password-cache-expiry): Remove declaration.
14177         * nneething.el (mailcap): Require mailcap.
14179         * nnheader.el (declare-function): Add compatibility stub.
14180         (message-remove-header): Declare rather than autoload.
14181         (nnheader-replace-header): Require message.
14183         * nnimap.el (declare-function): Add compatibility stub.
14184         (netrc-parse, netrc-machine-user-or-password): Declare.
14185         (nnimap-open-connection): Require netrc.
14187         * nntp.el (declare-function): Add compatibility stub.
14188         (netrc-parse, netrc-machine, netrc-get): Declare.
14189         (nntp-send-authinfo): Require netrc.
14191         * rfc2047.el: Don't require qp.
14192         (quoted-printable-encode-region, quoted-printable-decode-string):
14193         Autoload.
14195         * sieve-mode.el: Don't require easymenu.
14196         (easy-menu-add-item): Autoload it.
14198         * spam-stat.el (time-to-number-of-days): Autoload it.
14200 2010-03-19  Glenn Morris  <rgm@gnu.org>
14202         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14204 2010-03-18  Glenn Morris  <rgm@gnu.org>
14206         * hashcash.el (declare-function): Remove duplicate definition.
14208 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14210         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14211         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14212         value if any backslash escapes).
14214 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14216         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14217         if it is available.  (bug#5647)
14219         * lpath.el: Suppress compiler warning for coding-system-from-name for
14220         Emacs 21 and XEmacs.
14222 2010-03-14  Juri Linkov  <juri@jurta.org>
14224         * hmac-def.el:
14225         * hmac-md5.el:
14226         * netrc.el: Fix keywords.
14228 2010-02-26  Glenn Morris  <rgm@gnu.org>
14230         * message.el (message-send-mail-function): Change the default, so that
14231         it inherits from a customized send-mail-function.  (Bug#5643)
14233 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14235         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14236         shell-command-to-string signals an error (bug#5299).
14238 2010-02-24  Glenn Morris  <rgm@gnu.org>
14240         * message.el (message-smtpmail-send-it)
14241         (message-send-mail-with-mailclient): Doc fixes.
14243 2010-02-16  Glenn Morris  <rgm@gnu.org>
14245         * message.el (message-default-mail-headers): Change the default value
14246         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14248 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14250         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14251         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14253 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14255         * time-date.el (date-to-time): Doc fix (Bug#5408).
14257 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14259         * message.el (message-mail): Just pass yank-action on to message-setup.
14260         (message-setup): Handle (FUN . ARGS) form of yank-action.
14261         (message-with-reply-buffer, message-widen-reply)
14262         (message-yank-original): Handle non-buffer values of
14263         message-reply-buffer (Bug#4080).
14264         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14266 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14268         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14269         Fix typo in docstring.
14271 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14273         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14274         response.
14276 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14278         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14280         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14282         * message.el (message-check-news-header-syntax): Protect against a
14283         string that `rfc822-addresses' returns when parsing fails.
14285 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14287         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14288         (gnus-previous-char-property-change): New functions.
14290         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14292 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14294         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14295         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14297 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14299         * message.el (message-exchange-point-and-mark): Rework last change to
14300         avoid using optional arg of exchange-point-and-mark, for backward
14301         compatibility.
14303 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14305         * message.el (message-exchange-point-and-mark):
14306         Call exchange-point-and-mark with an argument rather than setting
14307         mark-active by hand (Bug#5175).
14309 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14311         * nntp.el (nntp-service-to-port): Work for service expressed with
14312         numeric string; replace [:digit:] with [0-9] for XEmacs.
14314 2009-12-17  Glenn Morris  <rgm@gnu.org>
14316         * gnus-group.el (gnus-bug-group-download-format-alist):
14317         Change emacs entry to debbugs.gnu.org.  Bump :version.
14319 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14321         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14323 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14325         * message.el (message-info): Explain why we use `Info-goto-node'.
14327 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14329         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14331 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14333         * message.el (message-completion-in-region): New compatibility function.
14334         (message-expand-group): Use it.
14336 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14339         with no unread article should be listed if the 2nd arg `predicate' is
14340         given.
14342 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14344         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14346 2009-11-29  Juri Linkov  <juri@jurta.org>
14348         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14349         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14350         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14352 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14354         * sha1.el (sha1-string-external): default-directory "/" in case
14355         otherwise non-existent.  process-connection-type pipe for touch of
14356         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14358 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14360         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14361         it's comms related and sgml-mode.el has "comm" on that basis too.
14363 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14365         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14366         containing tspecial characters if they have been already quoted.
14368 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14370         * dns-mode.el (auto-mode-alist): Purecopy string.
14372 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14374         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14376 2009-10-24  Glenn Morris  <rgm@gnu.org>
14378         * gnus-art.el (help-xref-stack-item): Define for compiler.
14380 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14382         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14384 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14386         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14388 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14390         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14391         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14393 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14395         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14396         (gnus-overlays-in): New alias to overlays-in.
14398         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14399         gnus-overlay-get, and gnus-delete-overlay.
14400         (gnus-summary-show-thread): Make it work as well for systems in which
14401         next-single-char-property-change is not available.
14402         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14404         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14405         (gnus-overlay-get): New alias to extent-property.
14406         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14408         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14409         SXEmacs.
14411         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14412         SXEmacs.
14414 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14416         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14418 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14420         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14421         and XEmacs that don't have `remove-overlays'.
14423 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14425         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14426         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14427         selective display.  Use overlays instead.
14429 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14431         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14433 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14435         * spam-stat.el (spam-stat-load): Fix typo in message.
14437 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14439         * dig.el (dig-invoke): Fix typo in docstring.
14440         (query-dig): Reflow docstring.
14442 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14444         * gnus-art.el (gnus-article-encrypt-body):
14445         * message.el (message-check-recipients):
14446         * mm-util.el (mm-codepage-setup):
14447         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14448         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14450 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14452         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14453         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14454         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14455         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14456         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14458 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14460         * dig.el: Add "Keywords: comm", as per net-utils.el.
14462 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14464         * dig.el (dig-mode): Use define-derived-mode.
14466 2009-09-19  Glenn Morris  <rgm@gnu.org>
14468         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14470 2009-09-18  Glenn Morris  <rgm@gnu.org>
14472         * gnus-diary.el (gnus-diary-check-message):
14473         * message.el (message-insert-formatted-citation-line):
14474         * nnbabyl.el (top-level):
14475         * nndiary.el (nndiary-schedule):
14476         Fix typos in condition-case handlers.
14478 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14480         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14481         configuration that provides the sole article window in a frame;
14482         position point correctly after deleting a part.
14484 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14486         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14487         (spam-resolve-registrations-routine): Use it to unregister articles
14488         that change status.
14490 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14492         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14493         with XEmacs.
14494         (parse-time-string-chars): Use it.
14496 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14498         * imap.el (imap-interactive-login): Better messages.
14499         (imap-open): Fix bug with renamed buffer on reconnect.
14500         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14501         for easier debugging and cleaner code.  On successful (guessed based on
14502         server capabilities) secondary authentication, set imap-state
14503         correctly.
14504         (imap-last-authenticator): Define imap-last-authenticator as a variable
14505         to avoid warnings.
14507 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14509         * nnrss.el (nnrss-request-article): Remove binding of
14510         default-enable-multibyte-characters that has gotten needless by
14511         the 2007-07-13 change in rfc2047-encode-message-header.
14513         * mml.el (mml-insert-multipart): Error on the message header.
14514         (mml-insert-part): Error on the message header; position point at
14515         the end of a MIME tag.
14517 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14519         * time-date.el (autoload): Expand define-obsolete-function-alias into
14520         defalias and make-obsolete for old Emacsen that Gnus supports.
14521         (with-no-warnings): Define it for old Emacsen.
14522         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14523         is available.
14524         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14525         float-time is available; suppress compile warning for time-to-seconds.
14527         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14528         (gnus-float-time): Alias to float-time if it exists.
14530         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14531         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14532         float-time is available; suppress compile warning for time-to-seconds.
14534         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14535         XEmacs.
14537 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14539         * imap.el (imap-message-map): Docstring fix.
14541 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14543         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14544         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14545         Add the optional argument `encoding' that overrides the default.
14547         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14548         mm-encode-buffer.
14550 2009-09-04  Glenn Morris  <rgm@gnu.org>
14552         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14553         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14554         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14555         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14556         * mm-util.el (mm-with-unibyte-current-buffer)
14557         (mm-find-buffer-file-coding-system):
14558         * yenc.el (yenc-decode-region): Use default-value rather than
14559         default-enable-multibyte-characters.
14561 2009-09-03  Glenn Morris  <rgm@gnu.org>
14563         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14564         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14565         than default-enable-multibyte-characters.
14567 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14569         * gnus-art.el (gnus-article-read-summary-keys):
14570         Fix gnus-buffer-configuration's value temporarily used.
14572 2009-09-02  Glenn Morris  <rgm@gnu.org>
14574         * gnus-util.el (gnus-float-time): New function.
14575         * gnus-delay.el (gnus-delay-article):
14576         * gnus-sum.el (gnus-thread-latest-date):
14577         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14578         * nnspool.el (nnspool-request-newgroups):
14579         Use gnus-float-time rather than time-to-seconds.
14580         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14582         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14583         (gnus-header-subject-face, gnus-header-newsgroups-face)
14584         (gnus-header-name-face, gnus-header-content-face):
14585         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14586         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14587         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14588         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14589         (gnus-cite-face-11):
14590         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14591         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14592         (gnus-server-closed-face, gnus-server-denied-face)
14593         (gnus-server-offline-face):
14594         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14595         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14596         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14597         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14598         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14599         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14600         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14601         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14602         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14603         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14604         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14605         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14606         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14607         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14608         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14609         (gnus-summary-high-undownloaded-face)
14610         (gnus-summary-low-undownloaded-face)
14611         (gnus-summary-normal-undownloaded-face)
14612         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14613         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14614         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14615         (gnus-splash-face):
14616         * message.el (message-header-to-face, message-header-cc-face)
14617         (message-header-subject-face, message-header-newsgroups-face)
14618         (message-header-other-face, message-header-name-face)
14619         (message-header-xheader-face, message-separator-face)
14620         (message-cited-text-face, message-mml-face):
14621         * sieve-mode.el (sieve-control-commands-face)
14622         (sieve-action-commands-face, sieve-test-commands-face)
14623         (sieve-tagged-arguments-face):
14624         * spam.el (spam-face):
14625         Mark face aliases with "-face" in the name as obsolete.
14627 2009-09-01  Glenn Morris  <rgm@gnu.org>
14629         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14630         than goto-line.
14632 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14634         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14635         Don't move point if the command is invoked inside the message header.
14637 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14639         * imap.el (imap-send-command): Simplify.
14640         (imap-wait-for-tag): point-max -> buffer-size.
14642 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14644         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14645         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14646         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14647         * nnir.el (nnir-swish-e-index-file):
14648         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14649         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14650         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14651         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14652         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14653         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14655 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14657         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14658         Don't save excursion.
14660 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14662         * nnheader.el (nnheader-find-file-noselect):
14663         * mm-util.el (mm-insert-file-contents):
14664         Use (default-value 'major-mode) instead of default-major-mode.
14666 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14670 2009-08-26  Glenn Morris  <rgm@gnu.org>
14672         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14673         than placing in files.el.
14675 2009-08-25  Glenn Morris  <rgm@gnu.org>
14677         * nnir.el (top-level): Don't require cl at run-time.
14678         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14679         Replace cl-function substitute with gnus-replace-in-string.
14680         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14681         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14682         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14683         simplified expansions.
14685 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14687         * dig.el (dig): Add autoload cookie.
14689 2009-08-22  Glenn Morris  <rgm@gnu.org>
14691         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14692         goto-line.
14694 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14696         * parse-time.el (parse-time-string-chars): Save match data.
14698 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14700         * parse-time.el (parse-time-string-chars): Compute using character
14701         classes, to handle non-ascii characters (Bug#3190).
14703 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14705         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14707         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14708         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14709         (gnus-mm-display-part, gnus-mime-display-single)
14710         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14711         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14713         * gnus-sum.el
14714         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14715         (gnus-summary-move-article): Add expirable mark to articles copied or
14716         moved to group that has auto-expire turned on if the option is non-nil.
14718 2009-07-24  Glenn Morris  <rgm@gnu.org>
14720         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14721         Fix typo.  (Bug#3903)
14723 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14725         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14726         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14727         that should not be used for draft articles.
14728         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14729         that has no concern in minor mode keys.
14730         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14731         Abolish.
14733 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14735         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14736         article without making inquiry to a user for unknown encoding.
14738         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14739         (nnmaildir--scan): Assume i-node and device number that file-attributes
14740         returns might be cons-cell.
14742         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14744         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14746 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14748         * auth-source.el: Remove docs now in auth.texi.  Don't use
14749         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14750         `auth-source-hide-passwords' and use them.
14752 2009-07-15  Glenn Morris  <rgm@gnu.org>
14754         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14756 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14758         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14759         excessive whitespace from the default values of title and description.
14761 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14763         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14764         mail-fetch-field to fetch Content-Description header in order to
14765         exclude newlines.
14767 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14769         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14770         format used by GnuPG 2.0.11.
14772 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14774         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14775         to deleted part.
14777 2009-05-30  David Engster  <dengste@eml.cc>
14779         * nnmairix.el: Remove old documentation in the commentary block.
14780         (nnmairix-request-group): Do not update active file for nnml back ends.
14781         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14782         end so that overview files are ignored.
14783         (nnmairix-update-groups): Make updating the groups more robust by using
14784         marks.
14785         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14786         with dollar characters in message-id.
14788 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14790         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14791         2008-12-25 in dns.el.
14793 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14795         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14796         could happen if the text is only composed of spaces and/or tabs.
14798 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14800         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14801         when sending a queued message to avoid extra mml tags.
14803 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14805         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14807 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14809         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14810         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14811         rmail-toggle-header for XEmacs;
14812         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14814 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14816         * gnus-dired.el: Remove autoload for gnus-setup-message.
14817         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14818         displaying Gnus logo; always use compose-mail.
14820 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14822         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14824 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14826         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14827         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14828         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14829         available.
14830         (gnus-nocem-epg-verify): New function.
14832 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14834         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14836 2009-02-15  Glenn Morris  <rgm@gnu.org>
14838         * gnus-util.el (rmail-insert-rmail-file-header)
14839         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14840         autoloads.
14841         (rmail-default-rmail-file): Remove unnecessary declaration.
14842         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14844 2009-02-14  Glenn Morris  <rgm@gnu.org>
14846         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14847         variable (only used in gnus-util, which declares it anyway).
14848         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14849         which was only needed by gnus-art (changed to not use it any more).
14850         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14851         only used in gnus-util, which autoloads it itself.
14852         (rmail-update-summary): Fix autoload.
14854         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14855         rather than rmail-output-to-rmail-file.
14857 2009-02-07  Glenn Morris  <rgm@gnu.org>
14859         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14860         autoload of function that no longer exists.
14861         (rmail-toggle-header): Declare.
14862         (message-forward-rmail-make-body): Handle mbox Rmail.
14864 2009-01-31  Glenn Morris  <rgm@gnu.org>
14866         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14867         2009-01-09 change.
14869 2009-01-31  Dave Love  <fx@gnu.org>
14871         * imap.el (imap-fetch-safe): Bind debug-on-error.
14872         (imap-debug): Add imap-fetch-safe.
14874 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14876         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14877         (auth-source-forget-all-cached): New convenience function.
14878         (auth-source-user-or-password): Accept list of modes or a single mode.
14880         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14881         auth-source modes.
14883         * netrc.el (netrc-machine-user-or-password): Use list of
14884         auth-source modes.
14886         * nnimap.el (nnimap-open-connection): Use list of
14887         auth-source modes.
14889         * nntp.el (nntp-send-authinfo): Use list of
14890         auth-source modes.
14892 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14894         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14895         now.
14897 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14899         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14900         coding system in XEmacs; add a workaround for XEmacs.
14902         * lpath.el: Fbind coding-system-aliasee.
14904 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14906         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14907         of current-language-environment.
14909 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14911         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14912         available at runtime.
14914 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14916         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14918 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14920         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14921         the greatest positive fixnum value doesn't work under an XEmacs with
14922         bignum support; use the most-positive-fixnum constant instead,
14923         available since Emacs 21.1 with cl and XEmacs 21.1.
14925 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14927         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14928         XEmacs gets not to work.
14930 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14932         * mm-util.el (mm-coding-system-priorities): Allow the value like
14933         "Japanese (UTF-8)" of current-language-environment.
14935 2009-01-09  Glenn Morris  <rgm@gnu.org>
14937         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14938         with last-command-event.
14940 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14942         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14943         in the doc string.
14945         * message.el (message-fix-before-sending): Amend comment.
14947 2009-01-08  Dave Love  <fx@gnu.org>
14949         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14951 2009-01-07  David Engster  <dengste@eml.cc>
14953         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14954         simplified server definitions by converting it via
14955         gnus-server-to-method.
14957 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14959         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14960         parameter's operands.
14962 2009-01-06  David Engster  <dengste@eml.cc>
14964         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14965         primary select method (for gnus-group-mark-article-as-read).
14967 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14969         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14970         `(gnus)Face', not `(gnus)X-Face'.
14972 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14974         * mm-util.el (mm-ucs-to-char): New function.
14976         * mm-url.el (mm-url-decode-entities): Use it.
14978         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14979         unicode-to-char.
14981 2009-01-05  Dave Love  <fx@gnu.org>
14983         * time-date.el: Require cl for `declare'.
14985 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14987         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14988         Dave Love.
14990 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14992         * message.el (message-fix-before-sending): Add `eight-bit' to
14993         illegible-text check.
14995 2009-01-03  Michael Olson  <mwolson@gnu.org>
14997         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14998         `headers' is nil.  This can occur if the IMAP server does not have
14999         permissions to read messages from a folder, but can write new messages
15000         to the folder.
15001         (nnimap-request-article-part): Do not insert `data' if it is nil.
15003         * imap.el (imap-parse-fetch): Courier can insert spurious blank
15004         characters which will confuse `read', so skip past them.
15006 2009-01-01  Dave Love  <fx@gnu.org>
15008         * imap.el (imap-string-to-integer): Fix typo.
15009         (imap-fetch-safe): New function.
15010         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
15012         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
15014         * imap.el (imap-process-connection-type, imap-debug, imap-open):
15015         (imap-parse-greeting): Fix doc strings.
15016         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
15017         (imap-parse-flag-list): Make messages unique.
15018         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
15020         * nnimap.el: Fix author email.
15021         (nnimap-split-rule): Add FIXME comment.
15022         (nnimap-debug): Fix doc string.
15024 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15026         * dns.el (dns-set-servers): Check "Address".  Fix typo.
15028 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
15030         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
15031         nslookup if resolv.conf isn't available.
15032         (dns-query): Rename from query-dns.
15033         (dns-query-cached): Rename from query-dns-cached.
15035 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15037         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
15038         overlay-arrow-position and overlay-arrow-string buffer-local; no need
15039         to check if those variables exist (first appeared in Emacs 18.50).
15041 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15043         * mm-util.el (mm-line-number-at-pos): New function.
15045         * spam-report.el (spam-report-process-queue): Use it.
15047 2008-12-24  David Engster  <dengste@eml.cc>
15049         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15050         parameters that haven't existed as variables as buffer-local variables.
15052 2008-12-23  Dave Love  <fx@gnu.org>
15054         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15055         cadar.
15057         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15058         imap-starttls-p.
15059         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15061 2008-12-22  Dave Love  <fx@gnu.org>
15063         * imap.el: Fix author email.  Doc fixes.
15064         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15065         reply.
15067 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15069         * spam-report.el (spam-report-gmane-max-requests): New constant.
15070         (spam-report-gmane-wait): New variable.
15071         (spam-report-gmane-ham, spam-report-gmane-spam)
15072         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15073         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15074         the server.
15076         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15077         Add explanations.
15079         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15080         nnheader-accept-process-output and nnheader-read-timeout if available.
15081         (pop3-movemail): Use it.
15083         * message.el (message-check-news-body-syntax): Fix signature check if
15084         there's an attachment.
15086 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15088         * mm-util.el: Add comments to the mm- emulating functions.
15090 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15092         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15093         Reported by Stephen Berman <stephen.berman@gmx.net>.
15095 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15097         * mm-util.el (mm-substring-no-properties): New function.
15098         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15099         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15100         (mm-string-to-multibyte): Doc fix.
15102         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15104 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15106         * mml.el (mml-attach-file): Strip text properties from file name.
15107         (Bug#1574)
15109 2008-12-16  Glenn Morris  <rgm@gnu.org>
15111         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15113 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15115         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15116         knows since the charset specified might be a bogus alias that
15117         mm-charset-synonym-alist provides.
15119 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15121         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15122         "ISO_8859-1".
15124         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15126 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15128         * mm-util.el (mm-charset-eval-alist):
15129         Define it before mm-charset-to-coding-system.
15130         (mm-charset-to-coding-system): Add optional argument `silent';
15131         define it before mm-charset-override-alist.
15132         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15133         default value if it can be used in Emacs currently running;
15134         silence mm-charset-to-coding-system.
15136 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15138         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15139         `allow-override' which says whether to use `mm-charset-override-alist'.
15140         (rfc2047-decode-encoded-words): Use it.
15142         * mm-util.el (mm-charset-override-alist): Fix custom type;
15143         add `(gb2312 . gbk)' to choices.
15145 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15147         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15148         fast.
15150         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15152         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15154 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15156         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15157         on links.
15159         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15161 2008-12-03  Lute Kamstra  <lute@gnu.org>
15163         * sha1.el: Remove leading * from docstrings of defcustoms,
15164         deffaces, defconsts and defuns.
15166 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15168         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15169         users' addresses that don't have domain parts.
15170         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15171         rather than message-narrow-to-head since there will be the message
15172         header separator.
15174 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15176         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15177         since the result is inserted in a unibyte buffer anyway.
15178         (nnimap-demule-use-string-to-multibyte): Remove.
15179         (nnimap-demule): Alias it to mm-string-to-multibyte.
15181 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15183         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15184         variable for debugging bug#464 and bug#1174.
15185         (nnimap-demule): Use it.
15187 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15189         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15190         score calculation correctly.
15192 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15194         * message.el (message-send-mail): Just set the buffer to unibyte
15195         rather than use mm-with-unibyte-current-buffer which does a lot more.
15196         (message-send-mail-partially): Don't bother with
15197         mm-with-unibyte-current-buffer since it's already been made unibyte by
15198         message-send-mail.
15200 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15202         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15204 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15206         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15208 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15210         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15211         require itself and to remove `with-no-warnings'.
15213 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15215         * starttls.el (starttls-any-program-available): Get the name of the
15216         available TLS layer program.
15217         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15218         well as the host name in the "opening" message.
15220         * auth-source.el (auth-source-cache, auth-source-do-cache)
15221         (auth-source-user-or-password): Cache passwords and logins by default,
15222         allow override with `auth-source-do-cache'.
15223         (auth-source-forget-user-or-password): Allow users to remove cache
15224         entries if needed.
15226 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15228         * md4.el (md4-buffer): Fix typo in docstring.
15229         (md4, md4-64): Doc fixes.
15230         (md4-pack-int32): Reflow docstring.
15232 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15234         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15235         condition-case to only the forward-sexp call.
15237 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15239         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15240         quotes contained.  Make it more robust regardless by an extra
15241         condition-case wrapper.
15243 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15245         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15247 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15249         * nnml.el (nnml-request-expire-articles): Check if the function set to
15250         `nnmail-expiry-target' returns the symbol `delete'.
15252         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15254         * nnmail.el (nnmail-expiry-target): Fix custom type.
15256 2008-10-02  Glenn Morris  <rgm@gnu.org>
15258         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15259         Silence compiler warning.
15261 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15263         * tls.el (open-tls-stream): Show the actual command being
15264         executed, instead of the format string.
15266 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15268         * lpath.el: Fbind codepage-setup for Emacs 23.
15270 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15272         * mml.el (mml-menu): Don't assume mml2015 is bound.
15274 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15276         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15277         exists.
15279 2008-09-27  Glenn Morris  <rgm@gnu.org>
15281         * gnus-util.el (mail-header-remove-comments): Autoload it.
15283 2008-09-27  Andreas Schwab  <schwab@suse.de>
15285         * gnus-util.el (gnus-split-references): Strip comments.
15286         (gnus-parent-id): Likewise.
15288 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15290         * message.el (message-confirm-send): Fix version.
15292 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15294         * message.el (message-idna-to-ascii-rhs-1): Use
15295         mail-extract-address-components rather than mail-header-parse-addresses
15296         that is an alias by default to ietf-drums-parse-addresses that does not
15297         support non-ASCII names in headers' contents.
15299 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15301         * message.el (message-confirm-send): Fix variable documentation to
15302         avoid the "y/n" wording.
15304 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15306         * message.el (message-set-auto-save-file-name): Save to a different
15307         filename so multiple messages (especially drafts) can be recovered.
15309 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15311         * message.el (message-confirm-send): Add appropriate version.
15313 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15315         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15316         defvar.
15318 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15320         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15321         (mm-pkcs7-enveloped-magic): Ditto.
15323 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15325         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15326         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15328 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15330         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15331         default, it's better.
15333 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15335         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15336         summary line gnus-number property and ignore them (with a warning
15337         message).
15339 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15341         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15342         macro caddr in the interactive form since it won't be expanded.
15344 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15346         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15347         `charset'; fix name of function called recursively.
15348         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15350 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15352         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15353         (gnus-mime-set-charset-parameters): New function.
15354         (gnus-mime-view-part-as-charset): Use it to correctly display part
15355         specifying wrong charset.
15357 2008-09-08  David Engster  <dengste@eml.cc>
15359         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15360         in completing-read for back end server.
15362 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15364         * message.el (message-confirm-send): New variable to confirm sending a
15365         message.
15366         (message-send): Use it.
15368 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15370         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15372 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15374         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15376 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15378         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15379         prevent tracking too many groups.
15380         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15381         Use it.
15383 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15385         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15386         moving point to the bottom of the window in order to avoid recentering.
15388 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15390         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15392         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15393         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15394         (gnus-article-beginning-of-window): Fix calculation.
15396 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15398         * gnus-msg.el (gnus-summary-supersede-article)
15399         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15400         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15401         message header.
15403 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15405         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15406         pending output coming after the status change.
15408 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15410         * message.el:
15411         * gnus-start.el:
15412         * gnus-registry.el: Remove VMS support.
15414 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15416         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15417         macro.
15418         (rfc2104-hash): Use it.
15420 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15422         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15423         (gnus-summary-sort-by-most-recent-date): New commands.
15424         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15425         and menu entries.
15427 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15429         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15430         don't redisplay article for raw contents; remove plural articles stuff.
15432         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15433         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15434         on gnus-summary-save-article; display results properly.
15436 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15438         * lpath.el: No need to fbind ns-focus-frame.
15440 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15442         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15444 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15446         * gnus-art.el (gnus-summary-save-in-pipe):
15447         Consider gnus-save-all-headers.
15449 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15451         * gnus-util.el (ns-focus-frame): Remove declaration.
15452         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15453         like x.
15455 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15457         * rfc2104.el (rfc2104-zero): Delete defconst.
15458         (rfc2104-hex-alist): Likewise.
15459         (rfc2104-hex-to-int): Delete func.
15460         (rfc2104-hexstring-to-bitstring): Likewise.
15461         (rfc2104-nybbles): New defconst.
15462         (rfc2104-hash): Rewrite for speed.
15464 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15466         * tls.el (open-tls-stream): Make it work with the 2nd argument
15467         BUFFER that is a string but does not exist as a buffer object, as
15468         mentioned in the doc-string.
15470 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15472         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15473         SXEmacs.
15475 2008-07-16  Glenn Morris  <rgm@gnu.org>
15477         * gnus-util.el (ns-focus-frame): Declare for compiler.
15479 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15482         set as a group parameter.
15483         (gnus-summary-save-in-pipe): Work when it is called independently.
15484         (gnus-summary-pipe-to-muttprint): Don't modify
15485         gnus-summary-pipe-output-default-command.
15487 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15489         * message.el (message-send-mail-with-sendmail):
15490         Display the error message.
15492 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15494         * gnus-art.el (gnus-default-article-saver):
15495         Add gnus-summary-save-in-pipe to choices.
15496         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15497         gnus-summary-pipe-output-default-command as the default command.
15498         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15499         instead of gnus-last-shell-command.
15501         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15502         New user option.
15503         (gnus-summary-muttprint-program): Mention the value will be changed.
15504         (gnus-summary-save-article): Force showing of all headers.
15505         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15507 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15509         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15511 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15513         * nnimap.el (nnimap-id):
15514         * sieve-manage.el (sieve-manage-open): Doc fixes.
15516 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15518         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15519         if available.
15521 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15523         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15525         * nnkiboze.el (nnkiboze-generate-group):
15526         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15528         * nnmairix.el: Require CL.
15530 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15532         * dgnushack.el: Autoload get-display-table and put-display-table for
15533         XEmacs 21.5.
15535         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15536         21.4 and SXEmacs.
15538 2008-06-15  David Engster  <dengste@eml.cc>
15540         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15542 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15544         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15545         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15546         runtime choice under XEmacs.
15548         * gnus-sum.el (gnus-summary-set-display-table):
15549         Use `gnus-put-display-table', `gnus-get-display-table',
15550         `gnus-set-display-table' for the display table, instead of `aset'.
15552         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15553         Use `gnus-put-display-table', `gnus-get-display-table',
15554         `gnus-set-display-table' for the display table.
15556 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15558         * nnmairix.el: Add autoloads.
15560 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15562         * nnmairix.el (nnmairix-delete-recreate-group)
15563         (nnmairix-update-and-clear-marks): Fix error messages.
15565 2008-06-14  David Engster  <dengste@eml.cc>
15567         * nnmairix.el: Upgrade to version 0.6.
15568         (nnmairix-group-toggle-propmarks-this-group)
15569         (nnmairix-group-toggle-readmarks-this-group)
15570         (nnmairix-group-delete-recreate-this-group)
15571         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15572         (nnmairix-remove-tick-mark-original-article): New commands.
15573         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15574         (nnmairix-propagate-marks-to-nnmairix-groups)
15575         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15576         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15577         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15578         functions needed for marks propagation and manipulation of read marks.
15579         (nnmairix-update-groups): New function.
15580         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15581         (nnmairix-determine-original-group-from-registry)
15582         (nnmairix-determine-original-group-from-path)
15583         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15584         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15585         New helper functions.
15586         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15587         keystrokes for new commands.
15588         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15589         (nnmairix-request-group): Check allow-fast group parameter.
15590         (nnmairix-request-create-group): Set allow-fast group parameter if
15591         nnmairix-allowfast-default is set.
15592         (nnmairix-close-group): Propagate marks upon closing if needed.
15593         (nnmairix-group-toggle-threads-this-group): Use new.
15594         nnmairix-group-toggle-parameter helper function.
15595         (nnmairix-search): Better check for empty search result.
15596         (nnmairix-goto-original-article): Use new helper functions for
15597         determining original article.
15598         (nnmairix-show-original-article): Make sure message-id is in brackets.
15599         (nnmairix-call-mairix-binary): Change variable name.
15600         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15601         helper function.
15602         (nnmairix-widget-toggle-activate): Fix doc string.
15604 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15606         * nnir.el: Require edmacro when compiling with XEmacs.
15607         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15608         available in Emacs 21.
15610 2008-06-11  Glenn Morris  <rgm@gnu.org>
15612         * gnus-util.el (x-focus-frame):
15613         * gnus.el (image-size):
15614         * mm-decode.el (image-size): Declare.
15616         * gnus-picon.el (declare-function): Add compat definition.
15617         (image-size): Declare.
15619         * gnus-group.el (tool-bar-map):
15620         * gnus-sum.el (tool-bar-map): Define for compiler.
15622         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15624         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15626         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15627         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15628         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15629         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15630         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15631         * sieve-manage.el, spam-report.el, spam.el:
15632         Remove unnecessary eval-and-compile of autoloads.
15634 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15636         * auth-source.el: Precise Tramp doc.
15638 2008-06-07  Glenn Morris  <rgm@gnu.org>
15640         * nnmairix.el: Remove unnecessary eval-when-compile.
15642 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15644         * lpath.el: Fbind propertize for XEmacs 21.4.
15646 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15648         * nnir.el: Move here from ../contrib.
15650 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15652         * gnus-util.el (gnus-read-shell-command): New function.
15653         * mm-decode.el (mm-pipe-part):
15654         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15656 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15658         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15660 2008-06-03  Glenn Morris  <rgm@gnu.org>
15662         * pop3.el (nnheader-accept-process-output): Autoload it.
15664 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15666         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15667         are not 2-digit hexadecimal characters that follow `%'s.
15669 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15671         * message.el (message-bogus-recipient-p): Fix type in doc string.
15672         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15673         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15674         Improve custom options.
15675         (message-bogus-recipient-p): Adjust accordingly.
15677 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15679         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15680         long-form month and day names.
15682 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15684         * dgnushack.el: Autoload debug, eudc-expand-inline and
15685         pgg-snarf-keys-region for XEmacs.
15687         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15689         * nnmairix.el: Require edmacro when compiling with XEmacs.
15691 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15693         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15694         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15696 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15698         * auth-source.el: Add more docs.
15700         * netrc.el (netrc-machine): Always match if the port is not given.
15702 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15704         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15705         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15706         retrieval faster in some cases, but might make CPU usage larger.
15707         If this has any bad side effects, we might revert this change.
15709         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15710         seems to make mail retrieval much, much faster.
15711         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15712         unconditionally.
15714         * gnus-draft.el (gnus-group-send-queue):
15715         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15717 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15719         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15721         * message.el (message-bogus-address-regexp): Fix and improve custom
15722         type.
15723         (message-setup-hook): Add message-check-recipients as custom option.
15725 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15727         * message.el (message-cite-function): Remove bogus autoload which crept
15728         in during merge from v5-10.
15730 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15732         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15734         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15736         * auth-source.el: Preliminary Tramp docs.
15737         (auth-sources): Change the default auth-sources to use
15738         EPA .gpg files.
15740 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15742         * nntp.el: Autoload `auth-source-user-or-password'.
15743         (nntp-send-authinfo): Use it.
15745         * nnimap.el: Autoload `auth-source-user-or-password'.
15746         (nnimap-open-connection): Use it.
15748         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15749         for the gnus-message function.
15750         (auth-source-user-or-password): Use it.
15752 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15754         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15755         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15756         (rfc2104-hash): Use it.
15758 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15760         * gnus-art.el (gnus-article-toggle-truncate-lines):
15761         Don't use `iff' in docstring.
15763 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15765         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15767         * gnus-util.el (gnus-extract-address-component-name)
15768         (gnus-extract-address-component-email): Convenience functions around
15769         `gnus-extract-address-components'.
15771         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15772         Use `gnus-extract-address-component-email' to fix bug of comparing full
15773         sender name to `user-mail-address'.
15775 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15777         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15778         catch/throw to optimize.
15779         (gnus-registry-find-keywords): Just use member to find a keyword.
15781 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15783         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15784         is current before calling gnus-server-prepare.
15785         (gnus-server-setup-buffer, gnus-server-update-server)
15786         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15788 2008-05-04  Juri Linkov  <juri@jurta.org>
15790         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15791         (mailcap-file-default-commands): Use mailcap-replace-in-string
15792         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15793         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15795 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15797         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15799 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15801         * gnus.el: Bump version to 0.11.
15803 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15805         * gnus.el: No Gnus v0.10 is released.
15807 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15809         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15810         hooks.
15811         (gnus-update-read-articles): Speed up non-marks-using users.
15812         (gnus-use-marks): Define gnus-use-marks.
15813         (gnus-propagate-marks): Rename variable to something more sensible.
15815 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15817         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15818         (gmm-image-load-path-for-library): Fix typos in docstrings.
15819         (gmm-message): Reflow docstring.
15821 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15823         * mail-source.el (mail-source-set-1, mail-source-bind):
15824         Move auth-source code out of the macro to clean it up and fix bugs.
15826 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15828         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15829         by sender if it's equal to user-mail-address, it's likely to be
15830         useless.
15832         * mail-source.el (mail-source-bind): Don't use user or password if they
15833         are not bound.  Unintern them if they are nil.  Don't use server unless
15834         it's bound, and default it to empty string otherwise.
15836 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15838         * mail-source.el: Load auth-source.el.
15839         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15840         get user name or password, if auth-sources is set up.
15842         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15843         strategy of splitting with parent.
15844         (gnus-registry-split-fancy-with-parent)
15845         (gnus-registry-post-process-groups): Use it and fix prior
15846         bug (returning a list as the split result).
15848         * auth-source.el (auth-sources): Remove server parameter.
15849         (auth-source-pick, auth-source-user-or-password)
15850         (auth-source-user-or-password-imap)
15851         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15852         (auth-source-user-or-password-sftp)
15853         (auth-source-user-or-password-smtp): Remove server parameter.
15855 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15857         * smime.el (smime-sign-region, smime-encrypt-region)
15858         (smime-decrypt-region):
15859         Remove redundant calls to `generate-new-buffer-name'.
15861 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15863         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15864         Don't use QP for message/rfc822.
15865         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15867 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15869         * sieve-manage.el (sieve-string-bytes): Remove.
15870         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15871         correct byte-length only if the process's coding-system is the same as
15872         the one used internally by Emacs to represent strings.
15874 2008-04-22  Juri Linkov  <juri@jurta.org>
15876         * mailcap.el (mailcap-file-default-commands): New function.
15878 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15880         * message.el (message-signature-separator, message-cite-function):
15881         Change custom version.
15883 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15885         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15886         commands.
15887         (tls-checktrust): Ditto.
15889 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15891         * mm-decode.el (mm-display-external): Make temp file read-only.
15893 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15895         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15896         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15897         `C-c C-f d'.
15899 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15901         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15903 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15905         * gnus.el: Bump version to 0.9.
15907 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15909         * gnus.el: No Gnus v0.8 is released.
15911 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15913         * mail-source.el (mail-source-value):
15914         Prefer fboundp to functionp so it works with macros as well.
15916 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15918         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15919         Fix last change in case the element is not even a symbol.
15921 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15923         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15924         Prefer fboundp to functionp so it works with macros as well.
15926 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15928         * auth-source.el: Add docs.
15929         (auth-sources): Modify format to support server.
15930         (auth-source-pick, auth-source-user-or-password)
15931         (auth-source-user-or-password-imap)
15932         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15933         (auth-source-user-or-password-sftp)
15934         (auth-source-user-or-password-smtp): Add server parameter.
15936 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15938         * gnus-registry.el: Initialize the registry when gnus-registry-install
15939         is t.
15941 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15943         * compface.el (uncompface): Make buffer unibyte.
15945 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15947         * mail-source.el (mail-source-value):
15948         Prefer fboundp to functionp so it works with macros as well.
15950 2008-04-05  Glenn Morris  <rgm@gnu.org>
15952         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15954 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15956         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15957         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15959         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15960         multibyteness after rather than before erasing it.
15962         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15963         mm-with-multibyte.
15964         (gnus-request-article-this-buffer): Make sure the proper decoding is
15965         used if gnus-original-article-buffer happens to be unibyte.
15967         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15968         default-enable-multibyte-characters.
15970         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15971         default-enable-multibyte-characters.
15973         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15975         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15977 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15979         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15980         Fix last change in case the element is not even a symbol.
15982 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15984         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15985         (imap-message-copyuid-1): Use it.
15986         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15987         J. Williams in
15988         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15990         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15991         imap-enable-exchange-bug-workaround.
15992         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15994 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15996         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15997         a 100 byte status-checks into a 2-3MB transfer for each group.
15998         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15999         to enable bug workaround or not.
16000         (nnimap-find-minmax-uid): Only enable workaround conditionally.
16002 2008-03-31  Glenn Morris  <rgm@gnu.org>
16004         * message.el (mml2015-use): Declare for compiler.
16005         (message-info): Require mml2015 when appropriate.
16007 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16009         * Makefile.in (EMACS_COMP): Quote directory name that might contain
16010         whitespace.
16012 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16014         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
16015         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
16016         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
16017         (nntp-service-to-port): New function.
16018         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
16019         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
16020         (nntp-open-netcat-stream): New function.
16021         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
16023 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
16025         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
16027 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16029         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
16031 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16033         * dns.el (dns-write): Use set-buffer-multibyte.
16035 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
16037         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
16039 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16041         * message.el (message-signature-separator): Change default.
16042         Improve custom type.
16043         (message-cite-function): Change default to
16044         message-cite-original-without-signature.
16046         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
16047         toggle.
16049         * message.el (message-check-news-body-syntax): Fix signature check.
16050         (message-setup-1): Mark buffer as unmodified _after_ running
16051         message-setup-hook and handling message-alternative-emails.
16052         (message-shorten-references): Be more strict when building list of
16053         valid references to comply with GNKSA.
16055         * gnus-group.el (gnus-read-ephemeral-bug-group)
16056         (gnus-read-ephemeral-debian-bug-group)
16057         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16059         * message.el (message-info): Don't use booleanp which isn't supported
16060         in Emacs 21 and XEmacs.
16062 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16064         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16065         gnus-group-gmane-group-download-format.
16066         (gnus-group-read-ephemeral-gmane-group): Rename from
16067         gnus-group-read-ephemeral-gmane-group.
16068         (gnus-read-ephemeral-gmane-group-url): Rename from
16069         gnus-group-read-ephemeral-gmane-group-url.
16070         (gnus-bug-group-download-format-alist): New variable.
16071         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16072         (gnus-read-ephemeral-emacs-bug-group): New commands.
16074 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16076         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16077         (gnus-visible-headers): Improve custom type.
16079 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16081         * mml.el (mml-menu): Add workarounds for XEmacs.
16083         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16084         X-Boundary header.
16086         * message.el (message-simplify-recipients): Fix previous commit.
16088 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16090         * mm-util.el (mm-set-buffer-multibyte): New function.
16091         * mm-decode.el (mm-copy-to-buffer): Use it.
16093         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16094         Prefer fboundp to functionp so it works with macros as well.
16096 2008-03-19  Glenn Morris  <rgm@gnu.org>
16098         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16099         Accidentally removed in the sync process with Emacs.
16101 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16103         * message.el (message-alter-recipients-discard-bogus-full-name):
16104         New function.
16105         (message-alter-recipients-function): New variable.
16106         (message-get-reply-headers): Use it.
16107         (message-replace-header): New helper function.
16108         (message-recipients-without-full-name): New variable.
16109         (message-simplify-recipients): New command.
16111         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16113         * message.el (message-info): Handle EasyPG manual.
16115         * mml.el (mml-menu): Add entry for EasyPG.
16117 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16119         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16120         parameter.
16122         * message.el (message-disassociate-draft): Specify drafts group name
16123         fully.
16125 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16127         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16128         Eliminate unnecessary duplicates from the match list.
16130 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16132         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16134         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16136         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16137         args of `how-many' of which the XEmacs version doesn't take; declare
16138         Info-index-next as function.
16140 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16142         * gnus-score.el (gnus-score-headers): Fix handling of
16143         gnus-inhibit-slow-scoring.
16145         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16146         string.
16147         (gnus-button-url-regexp): Improve handling of parenthesis.
16148         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16149         (gnus-button-handle-info-keystrokes): Handle index entries.
16151 2008-03-15  Glenn Morris  <rgm@gnu.org>
16153         * parse-time.el (parse-time-string): Simplify.
16155 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16157         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16158         Incoming* files.
16160 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16162         * auth-source.el (auth-sources): Rename from auth-source-choices.
16163         (auth-source-pick): Use it.
16165 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16167         * binhex.el (binhex-decode-region-internal):
16168         * uudecode.el (uudecode-decode-region-internal):
16169         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16170         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16171         setting default-enable-multibyte-characters.
16173 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16175         * auth-source.el (auth-source-protocols)
16176         (auth-source-protocols-customize, auth-source-choices): Add and
16177         modified variable customizations and defaults.
16178         (auth-source-pick, auth-source-user-or-password)
16179         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16180         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16181         (auth-source-user-or-password-sftp)
16182         (auth-source-user-or-password-smtp): Use new variables and provide an
16183         interface to netrc.el.
16185 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16187         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16188         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16189         Make sure the nntp port to specify is a string.
16191 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16193         * nntp.el: Use with-current-buffer.
16194         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16195         dubious mm-with-unibyte-current-buffer.
16196         (nntp-with-open-group-function): New function extracted from
16197         nntp-with-open-group macro.
16198         (nntp-with-open-group): Use the function, so it's easier to debug.
16199         Add indentation and debugging info.
16200         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16201         Recommend the use of the netcat alternatives.
16203         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16204         Avoid mm-string-as-multibyte as well.
16206         * nnweb.el (nnweb-insert-html):
16207         Remove use of nnheader-string-as-multibyte.
16209         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16210         (nnheader-string-as-multibyte): Remove.
16212         * mm-view.el: Use inhibit-read-only.
16213         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16214         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16215         or unibyte-string.
16217         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16218         (mm-uu-yenc-extract): Use with-current-buffer.
16220         * gnus-soup.el (gnus-soup-send-packet): Don't use
16221         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16223         * nnmh.el: Use with-current-buffer.
16224         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16225         mm-string-as-multibyte on the output of mm-encode-coding-string.
16227         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16228         (nnimap-request-move-article): Use with-current-buffer.
16230         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16231         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16232         conversion uses string-make-unibyte rather than string-as-unibyte.
16234         * gnus-msg.el: Use with-current-buffer.
16236         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16238 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16240         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16241         string for caching if it is 'PIN.
16243 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16245         * lpath.el: Consider the case without Emacs/W3.
16247 2008-03-08  Glenn Morris  <rgm@gnu.org>
16249         * time-date.el (date-to-time, time-subtract, time-add)
16250         (safe-date-to-time): Doc fixes.
16252 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16254         * mail-source.el (mail-source-delete-old-incoming-confirm):
16255         Change default to nil.
16256         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16258 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16260         * lpath.el: Rearrange.
16262         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16263         (gnus-article-goto-prev-page): Work for articles having ^L's.
16265         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16267         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16269 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16271         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16272         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16273         (gnus-bookmark-jump): Adjust some variable names.
16275 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16277         * auth-source.el: New package.
16278         (auth-source-choices): Add customization entry point variable.
16280         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16281         bug.
16283 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16285         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16286         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16287         (gnus-registry-install-shortcuts): Rename from
16288         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16289         the `gnus-registry-mark-map' keymap dynamically from
16290         `gnus-registry-marks'.  The generated functions update the summary line
16291         when a registry mark is added or deleted, and will call
16292         `gnus-registry-install-p' (see the comments in the code).
16293         (gnus-registry-user-format-function-M): Use concat intelligently.
16295         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16296         the registry mark functions.
16298 2008-03-05  Glenn Morris  <rgm@gnu.org>
16300         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16301         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16302         gnus-art.
16303         (top-level): No need to load own source when compiling.
16305 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16307         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16308         Suggested by <chris.anderton@zetnet.co.uk>.
16310 2008-03-04  Glenn Morris  <rgm@gnu.org>
16312         * gnus-sum.el (top-level): No need to require gnus when compiling,
16313         since unconditionally required near start of file.
16314         (gnus-summary-display-while-building): Move definition before use.
16316 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16318         * gnus-registry.el (gnus-registry-user-format-function-M):
16319         Add formatting function.
16321 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16323         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16324         with plists.
16325         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16326         Use new format.
16328 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16330         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16331         `where-is-internal' that returns a range of key sequences.
16333 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16335         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16337         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16338         (gnus-summary-jump-to-group): Consider windows on other displayed
16339         frames as well.  Similar changes might be needed elsewhere, but that's
16340         the one I've bumped into during my use.
16342         * nndoc.el (nndoc-oe-dbx-type-p):
16343         * gnus-msg.el (gnus-debug):
16344         * gnus-group.el (gnus-update-group-mark-positions):
16345         Use mm-string-to-multibyte.
16347 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16349         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16350         doesn't handle NotDashEscaped.
16352         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16353         (mml-dnd-attach-options): Fix typo in custom choice.
16355         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16356         Change nndoc-article-type to mbox.
16357         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16359         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16360         to nil, instead of html2text.
16362         * imap.el (imap-debug): Add `imap-ping-server'.
16364         * gnus-bookmark.el: Add FIXMEs.
16366         * message.el (message-form-letter-separator)
16367         (message-send-form-letter-delay): New variables.
16368         (message-send-form-letter): Use them.  New command to send form
16369         letters.  Requested by Uwe Siart.
16370         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16372 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16374         * Update copyright years.
16376 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16378         Sync from EMACS_22_BASE.
16380         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16382 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16384         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16385         empty author.
16387 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16389         * gnus-registry.el (gnus-registry-marks): Add variable for
16390         customization of marks and their appearance.
16391         (gnus-registry-read-mark): Use it.
16392         (gnus-registry-do-marks): Add utility function to loop through
16393         `gnus-registry-marks'.
16394         (gnus-registry-install-shortcuts-and-menus): Add function to install
16395         shortcuts and menus.
16396         (gnus-registry-initialize): Use it.
16397         (gnus-registry-default-mark): Clarify documentation.
16399 2008-02-29  Glenn Morris  <rgm@gnu.org>
16401         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16402         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16403         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16404         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16405         Change defcustom :version from 23.0 to 23.1.
16407 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16409         * gnus-registry.el (gnus-registry-follow-group-p)
16410         (gnus-registry-post-process-groups): Add functions to aid registry
16411         splitting and improve logging.  Clarify behavior in function
16412         documentation.
16413         (gnus-registry-split-fancy-with-parent): Use them.
16415 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16417         * gnus-art.el: Use with-current-buffer.
16419 2008-02-27  David Engster  <dengste@eml.cc>
16421         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16422         Express real group name in the response.
16424 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16426         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16427         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16428         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16429         autoload gnus-registry-fetch-group when compiling.
16430         (nnmairix-request-group-with-article-number-correction):
16431         Remove unreferenced argument passed to nnmairix-call-backend.
16433 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16435         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16436         (mm-uu-extract): Improve face for low color ttys.
16437         Reported by Sascha Wilde.
16439 2008-02-27  Glenn Morris  <rgm@gnu.org>
16441         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16442         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16443         variables to defconsts.  Convert comments to doc-strings.
16444         (nnmairix-last-server, nnmairix-current-server): Convert from free
16445         variables to defvars.  Convert comments to doc-strings.
16446         (gnus-registry-fetch-group): Autoload.
16447         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16448         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16449         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16450         caddr.
16451         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16452         nnmairix-request-group-with-article-number-correction call.
16453         (nnmairix-fast, nnmairix-group): New, less general names, for free
16454         variables passed from nnmairix-request-group to
16455         nnmairix-request-group-with-article-number-correction.  Declare.
16456         (nnmairix-request-group-with-article-number-correction):
16457         Use nnmairix-fast, nnmairix-group rather than fast, group.
16459 2008-02-26  David Engster  <dengste@eml.cc>
16461         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16462         version 0.5.
16464 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16466         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16467         instead of making an extra function call.  Don't add the current group
16468         to articles only when they have the group.  Use
16469         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16470         Reported by David <de_bb@arcor.de>.
16472 2008-02-24  Miles Bader  <miles@gnu.org>
16474         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16475         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16476         (mm-find-mime-charset-region):
16477         * mm-bodies.el (mm-encode-body):
16478         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16480 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16482         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16483         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16485 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16487         * mail-source.el (mail-source-delete-incoming): Change default.
16488         Supplement doc string.
16490         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16492 2008-02-14  Glenn Morris  <rgm@gnu.org>
16494         * time-date.el (format-seconds): New function.
16496 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16498         * nnmail.el (nnmail-message-id-cache-file): Derive from
16499         `gnus-home-directory'.
16501 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16503         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16504         Document negative prefix.
16506         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16508 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16510         * message.el (message-unsent-separator): Add the Exim bounce
16511         separator.
16513 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16515         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16516         list.
16517         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16518         recipient/signer list.
16520 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16522         * Makefile.in (datarootdir): Define.
16523         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16524         name that might contain whitespace.
16526 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16528         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16529         fbound (Emacs 23 unicode), signal an error.
16531 2008-02-08  Glenn Morris  <rgm@gnu.org>
16533         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16535 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16537         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16538         ports to the calls to `netrc-machine-user-or-password' in addition to
16539         "imap" and "imaps".
16541 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16543         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16545         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16547 2008-02-01  Kenichi Handa  <handa@m17n.org>
16549         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16550         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16551         (rfc2104-hash): Convert the result of concat to unibyte string.
16553 2008-02-01  Dave Love  <fx@gnu.org>
16555         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16556         coding-system-for-read.
16557         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16559 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16561         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16562         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16563         <hanche@math.ntnu.no>.
16565 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16567         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16569         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16571 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16573         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16574         * message.el (message-beginning-of-line): Use featurep instead of bound
16575         tests in order to resolve conditionals at compile time.
16577 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16579         * mail-source.el (mail-sources): Add `group' choice.
16581         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16582         parameter `in-group' to control into which group the articles go.
16583         Add treatment of `group' mail-source.
16585 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16587         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16589         * mm-decode.el (mm-dissect-buffer): Decode description.
16591         * mml.el (mml-to-mime): Encode message header first.
16593 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16595         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16596         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16598         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16599         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16601 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16603         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16605 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16607         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16608         prefix keys.
16609         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16610         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16611         gnus-xmas.el.
16613         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16614         (gnus-xmas-article-describe-bindings): New function.
16615         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16616         gnus-xmas-article-describe-bindings.
16618         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16620 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16622         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16623         Add new variables for article mark management.
16624         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16625         list of extra data entries which, when present, will indicate that the
16626         article ID should not be trimmed from the registry.
16627         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16628         functions.
16629         (gnus-registry-read-mark): New function to read a mark name from the
16630         user.
16631         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16632         (gnus-registry-set-article-mark-internal): New functions to add and
16633         remove marks.
16634         (gnus-registry-get-article-marks): New function to show the marks for
16635         an article, or retrieve them for further use.
16637 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16639         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16640         keys when no argument is given.
16642 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16644         * imap.el (imap-ping-server): New variable.
16645         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16646         (imap-ping-server): Minor doc string fixes.
16648 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16650         * imap.el (imap-ping-server): New function.
16651         (imap-opened): Call imap-ping-server.
16653 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16655         * gnus-sum.el (gnus-article-sort-by-random)
16656         (gnus-thread-sort-by-random): Fix doc strings.
16657         Reported by jidanni@jidanni.org.
16659 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16661         * gnus-art.el (gnus-article-describe-bindings): New function.
16662         (gnus-article-read-summary-keys): Use it.
16663         (gnus-article-mode-map): Bind `C-h b' to it.
16665 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16667         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16668         XEmacs.
16669         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16670         Protect against non-character events.
16672         * lpath.el: Fbind map-keymap for Emacs 21.
16674 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16676         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16677         New command.
16678         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16679         instead of END.  Change name of the temp file.
16680         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16681         customizable.
16683 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16685         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16686         bind `S W' to gnus-article-wide-reply-with-original; set default
16687         binding to gnus-article-read-summary-send-keys.
16688         (gnus-article-read-summary-keys): Fix the order of keys; display
16689         continuation keys correctly in the echo area; describe bindings
16690         correctly when keys end with `C-h'.
16691         (gnus-article-read-summary-send-keys): New function.
16692         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16693         Work for gnus-article-read-summary-send-keys; display continuation keys
16694         correctly in the echo area.
16695         (gnus-article-reply-with-original): Ignore prefix argument.
16696         (gnus-article-wide-reply-with-original): New function.
16698         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16699         Emacs 21.
16701 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16703         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16704         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16706 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16708         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16709         (gnus-group-read-ephemeral-gmane-group): New command.
16711 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16713         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16715 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16717         * message.el (message-send-mail-function): Increase custom version.
16719         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16720         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16722 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16724         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16725         for the cases where imap-authenticate is called with a nil buffer
16726         parameter.
16728 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16730         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16731         html parts correctly; support forwarded messages.
16732         (gnus-article-browse-html-article): Remove work buffers.
16734         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16735         compiling.
16736         (netrc-bound-and-true-p): New macro.
16737         (netrc-parse): Use it instead of bound-and-true-p that is not available
16738         in XEmacs 21.4.
16740 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16742         * gnus-registry.el (gnus-registry-mark-article)
16743         (gnus-registry-article-marks): Add functionality to mark articles
16744         through the Gnus registry.
16746         * encrypt.el: Clarify documentation for the new pgg method.
16747         (encrypt-file-alist): Add PGG option.
16748         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16749         functionality.  Abstract password key and messaging to external
16750         functions.
16751         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16752         (encrypt-message-method-and-cipher): Add new convenience external
16753         functions.
16754         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16755         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16757         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16758         (netrc-parse): Use encrypt-file-alist to determine if
16759         encrypt-find-model or encrypt-insert-file-contents should be used.
16761         * encrypt.el: Clarify documentation.  Load password-cache or
16762         password, whichever one is found first, instead of autoloading.
16764 2007-12-19  Glenn Morris  <rgm@gnu.org>
16766         * mml.el (message-options-set, message-narrow-to-head)
16767         (message-in-body-p, message-mail-p, message-encode-message-body):
16768         Autoload.
16769         (message-remove-header, message-narrow-to-headers-or-head)
16770         (message-subscribed-p, message-make-mail-followup-to)
16771         (message-position-on-field, message-news-p)
16772         (message-options-set-recipient, message-generate-headers)
16773         (message-sort-headers): Declare as functions.
16775 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16777         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16778         convention in doc string.
16780 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16782         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16783         title to html parts.
16784         (gnus-article-browse-html-article): Pass message header to it.
16786         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16788 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16790         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16791         or password compatible with XEmacs.
16793 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16795         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16796         format document.
16797         (gnus-mime-delete-part): Don't write description line if empty.
16798         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16800 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16802         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16803         (gnus-summary-mark-read-and-unread-as-read)
16804         (gnus-summary-mark-current-read-and-unread-as-read)
16805         (gnus-summary-mark-unread-as-ticked): Doc fix.
16806         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16808 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16810         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16811         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16813 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16815         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16816         yes-or-no-p.
16818 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16820         * mm-decode.el (mm-add-meta-html-tag): New function.
16821         (mm-save-part-to-file, mm-pipe-part): Use it.
16823         * gnus-art.el (gnus-article-browse-delete-temp-files):
16824         Use gnus-y-or-n-p instead of y-or-n-p.
16825         (gnus-article-browse-html-parts): Work with message/external-body; use
16826         mm-add-meta-html-tag.
16828 2007-12-11  Glenn Morris  <rgm@gnu.org>
16830         * gnus-cache.el: Require gnus-sum not just when compiling.
16832         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16834         * gnus-int.el (gnus-server-opened, gnus-status-message):
16835         Move definitions before use.
16837         * mm-decode.el: Require gnus-util.
16838         (mm-remove-part): Only call delete-annotation on XEmacs.
16840         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16842         * nnmail.el: Require gnus-int.
16844         * spam.el: Move `require's before `eval-when-compile's.
16846         * gnus-ems.el (gnus-alive-p):
16847         * gnus-fun.el (message-goto-eoh):
16848         * gnus-util.el (gnus-group-name-decode):
16849         * mail-source.el (gnus-compress-sequence):
16850         * message.el (Info-goto-node, format-spec):
16851         * mm-bodies.el (message-options-get):
16852         * mm-decode.el (mm-view-pkcs7):
16853         * mm-util.el (gmm-write-region):
16854         * mml-smime.el (mml-compute-boundary)
16855         (gnus-completing-read-with-default):
16856         * mml.el (widget-button-press, gnus-make-hashtable):
16857         * mml1991.el (mm-decode-content-transfer-encoding)
16858         (mm-encode-content-transfer-encoding)
16859         (message-options-get, message-options-set):
16860         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16861         * nnfolder.el (gnus-request-group):
16862         * nnheader.el (ietf-drums-unfold-fws):
16863         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16864         * smime.el (gnus-run-mode-hooks):
16865         * spam-stat.el (gnus-message): Autoload.
16867         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16868         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16869         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16870         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16871         Add declare-function compatibility definition.
16873         * gnus-cache.el (nnvirtual-find-group-art):
16874         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16875         (gnus-add-image, gnus-add-wash-type):
16876         * gnus-group.el (nnkiboze-score-file):
16877         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16878         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16879         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16880         (message-tokenize-header, gnus-get-buffer-create)
16881         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16882         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16883         * gnus.el (gnus-group-decoded-name):
16884         * mail-source.el (imap-capability):
16885         * mm-bodies.el (message-options-set):
16886         * mm-decode.el (gnus-configure-windows):
16887         * mm-extern.el (message-goto-body):
16888         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16889         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16890         (epg-sub-key-validity, message-options-set):
16891         * mml.el (widget-event-point, gnus-configure-windows):
16892         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16893         * mml2015.el (epg-check-configuration, epg-configuration)
16894         (message-options-set):
16895         * nndb.el (nndb-request-article):
16896         * nnfolder.el (gnus-request-create-group):
16897         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16898         * nnmaildir.el (gnus-group-mark-article-read):
16899         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16900         * rfc1843.el (message-fetch-field):
16901         * spam.el (gnus-extract-address-components):
16902         Declare as functions.
16904 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16906         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16908         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16910         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16911         bind show-trailing-whitespace for XEmacs.
16913 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16915         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16916         new no-op macro for backward compatibility.
16918         * imap.el (imap-string-to-integer): New function.
16920 2007-12-09  Glenn Morris  <rgm@gnu.org>
16922         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16924         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16925         * message.el, mm-view.el, sieve-manage.el, smime.el:
16926         Add declare-function compatibility definition.
16928         * gnus-art.el (w3-region, w3m-region, Info-menu):
16929         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16930         * gnus-sum.el (gnus-get-predicate):
16931         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16932         * message.el (mail-abbrev-in-expansion-header-p):
16933         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16934         (w3m-detect-meta-charset, w3m-region):
16935         * sieve-manage.el (password-read, password-cache-add)
16936         (password-cache-remove):
16937         * smime.el (password-read-and-add): Declare as functions.
16939 2007-12-08  David Kastrup  <dak@gnu.org>
16941         * gnus-sum.el (gnus-summary-simplify-subject-query):
16942         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16943         `message'.
16945 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16947         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16948         it to bind idna-program, installation-directory, defined-colors, and
16949         face-attribute for XEmacs of the version that compiles defcustom forms.
16951 2007-12-07  Glenn Morris  <rgm@gnu.org>
16953         * gnus-art.el (article-make-date-line): Revert previous change.
16955 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16957         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16959 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16961         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16962         Call gnus-add-to-range ranges only once with a prepared article-list.
16964 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16966         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16967         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16968         group names with backslashes.
16969         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16971 2007-12-06  Deepak Goel  <deego3@gmail.com>
16973         * gnus-art.el (article-make-date-line):
16974         * gnus-start.el (gnus-load):
16975         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16977 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16979         * gnus-art.el (gnus-use-idna):
16980         * gnus-start.el (gnus-site-init-file):
16981         * message.el (message-use-idna):
16982         * mm-uu.el (mm-uu-hide-markers):
16983         * smiley.el (smiley-style): Revert changes that suppress warnings.
16985 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16987         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16988         specify charset to html source.
16989         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16991 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16993         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16994         idna-program in order to suppress byte compile warning issued by XEmacs
16995         that came to byte compile the default value section of defcustom forms
16996         recently.
16998         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16999         value of installation-directory.
17001         * message.el (message-use-idna): Don't directly refer to the value of
17002         idna-program.
17004         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
17006         * smiley.el (smiley-style): Don't directly call face-attribute.
17008 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
17010         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
17012         * gnus-dired.el: Reduce Gnus dependencies.
17013         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
17014         Don't require.  Use autoloads instead.
17015         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
17016         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
17017         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
17018         (gnus-dired-mode): Adjust doc string.
17019         (gnus-dired-mail-mode): New variable.
17020         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
17021         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
17022         (gnus-dired-mail-buffers): New function.  Return mail or message
17023         composition buffers.
17024         (gnus-dired-attach): Use it.
17025         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
17026         NO-DECODE.
17027         (gnus-dired-print): Use `gnus-print-buffer' depending on
17028         `gnus-dired-mail-mode'.
17030 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17032         * rfc2047.el (rfc2047-encoded-word-regexp)
17033         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
17034         explaining what regexp patterns are for.
17036 2007-12-04  Glenn Morris  <rgm@gnu.org>
17038         * password.el: Move to password-cache.el.
17040         * mml1991.el (password-read, password-cache-add, password-cache-remove):
17041         * mml2015.el (password-read, password-cache-add, password-cache-remove):
17042         * mml-smime.el (password-read, password-cache-add)
17043         (password-cache-remove):
17044         No need to autoload, since mml-sec requires password.
17046         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
17047         * message.el (gnus-extract-address-components):
17048         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17050         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17051         password.
17053 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17055         * mailcap.el: Reduce dependencies.
17056         (mail-header-parse-content-type): Autoload.
17057         (mailcap-delete-duplicates): New alias.
17058         (mailcap-mime-info): Add optional argument NO-DECODE.
17059         (mailcap-mime-types): Use mailcap-delete-duplicates.
17061         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17063 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17065         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17066         (imap-parse-status): Upcase status-att for servers that sends them
17067         lower-case (e.g., MS Exchange 2007).
17069 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17071         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17072         function.
17074         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17075         (gnus-uu-yenc-article): New function.
17077         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17079         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17081 2007-12-02  Glenn Morris  <rgm@gnu.org>
17083         * binhex.el (binhex): New custom group.
17084         (binhex-decoder-program, binhex-decoder-switches)
17085         (binhex-use-external): Move to the binhex custom group.
17087         * uudecode.el (uudecode): New custom group.
17088         (uudecode-decoder-program, uudecode-decoder-switches)
17089         (uudecode-use-external): Move to the uudecode custom group.
17091         * netrc.el (top-level): Don't load `encrypt' features.
17092         (netrc-parse): Don't use encrypt.
17093         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17095         * encrypt.el: Remove file.
17097 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17099         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17100         matches on patches.
17102         * gnus-art.el (gnus-article-browse-html-article):
17103         Mention `mm-text-html-renderer' in the doc string.
17105         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17106         string.  Add comments.
17108         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17109         if rhs is ASCII.
17111 2007-12-01  Glenn Morris  <rgm@gnu.org>
17113         * mail-source.el (top-level): Require format-spec before
17114         eval-when-compile.
17116 2007-11-30  Glenn Morris  <rgm@gnu.org>
17118         * encrypt.el: Require password, rather than autoloading password-read.
17120 2007-11-29  Glenn Morris  <rgm@gnu.org>
17122         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17123         (sasl-make-client, sasl-next-step, sasl-step-data)
17124         (sasl-step-set-data): Declare as functions.
17126 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17128         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17130 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17132         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17133         certs should be verified and what is to be done in the event of a
17134         verification failure.
17136         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17137         caller can indicate whether the cache should be disregarded for this
17138         call.  This way the result of the call is reproducible at all times and
17139         can be considered a canonical server name for the supplied method.
17140         (gnus-agent-method-p): Canonicalize server names by pushing their
17141         method through `gnus-method-to-server' using the no-cache argument.
17143         * gnus-srvr.el (gnus-server-insert-server-line):
17144         Call `gnus-method-to-server' with `no-cache' argument.
17146         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17147         gnus-agent-possibly-synchronize-flags as this should be called when the
17148         server is actually being opened.
17149         (gnus-agent-possibly-synchronize-flags)
17150         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17151         flags file of an agentized server to the latter function.
17153         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17154         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17155         after a connection has been established successfully.
17157 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17159         * gnus-art.el (article-display-face): Force to display face if called
17160         interactively; check if gnus-article-x-face-too-ugly matches author.
17161         (article-display-x-face): Display face even if From header is missing
17162         as article-display-face does.
17164 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17166         * hashcash.el (message-narrow-to-headers-or-head)
17167         (message-fetch-field, message-goto-eoh)
17168         (message-narrow-to-headers): Declare as functions.
17170 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17172         * mail-source.el (mail-sources): Default to fetch from file for
17173         compatibility with default of nnmail-spool-file.
17175 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17177         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17178         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17179         to look for encoded word that should be encoded again.
17180         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17181         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17182         encoding pattern.
17183         (rfc2047-decode-region): Switch strict regexp and loose one according
17184         to rfc2047-allow-irregular-q-encoded-words.
17186 2007-11-25  Romain Francoise  <romain@orebokech.com>
17188         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17190 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17192         * tls.el (tls-program): Provide more custom choices from
17193         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17194         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17196 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17198         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17199         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17201         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17202         `nnmail-spool-file'.
17204         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17205         `nnmail-spool-file'.
17207         * gnus-move.el (gnus-change-server): Ditto.
17209         * gnus-kill.el (gnus-batch-score): Ditto.
17211         * gnus-cache.el (gnus-jog-cache): Ditto.
17213         * gnus-msg.el (gnus-summary-reply):
17214         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17216 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17218         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17219         version.  Minor improvement to doc strings.
17220         (tls-program): Add comment.
17222 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17224         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17225         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17226         mismatch between the hostname provided in the certificate and the name
17227         of the host connnecting to.
17228         (open-tls-stream): Use them.  Check certificates against trusted root
17229         certificates.
17231 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17233         * gnus-cache.el (gnus-cache-generate-nov-databases):
17234         Use nnml-generate-nov-databases-directory instead of
17235         nnml-generate-nov-databases-1.
17237 2007-11-24  Glenn Morris  <rgm@gnu.org>
17239         * message.el (message-tool-bar-retro): Update for rename
17240         mail_send.xpm->mail-send.xpm.
17242 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17244         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17245         `smime-ldap-search' for Emacs 22 and up.
17247 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17249         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17251         * message.el (message-send-mail-function): Fix error convention.
17252         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17253         (message-widen-reply, message-send-mail, message-talkative-question)
17254         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17255         (message-clone-locals, message-send-news): Use with-current-buffer.
17256         (message-insert-or-toggle-importance): Remove unused var `valid'.
17257         (message-make-references): Remove unused var `new-references'.
17258         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17260 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17262         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17263         (spam-split-symbolic-return-positive): Reflow docstring.
17264         (spam-backends, spam-summary-exit-behavior)
17265         (spam-mark-ham-unread-before-move-from-spam-group)
17266         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17267         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17268         (spam-clear-cache, spam-backend-check, spam-install-backend)
17269         (spam-install-statistical-backend, spam-list-of-processors)
17270         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17271         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17272         (spam-check-crm114, spam-initialize, spam-unload-hook):
17273         Fix typos in docstrings.
17275 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17277         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17278         been checked if they have never been read and those group levels are
17279         higher than the one that a user specified.
17281 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17283         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17284         foreign groups unless a group level is specified by a user.
17285         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17287 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17289         * message.el (message-send-mail-function): Require sendmail.
17291 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17293         * message.el (message-send-mail-function): Check for smtpmail too.
17295         * utf7.el (utf7-encode, utf7-decode): Use coding system
17296         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17298         * message.el (message-send-mail-function): New function.
17299         (message-send-mail-function): Set default using
17300         message-send-mail-function.  Adjust doc string.
17301         (message-send-mail-with-mailclient): New function.
17303 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17305         * smime.el (from):
17306         * rfc2047.el (message-posting-charset):
17307         * qp.el (mm-use-ultra-safe-encoding):
17308         * pop3.el (parse-time-months):
17309         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17310         * nnml.el (files):
17311         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17312         (jka-compr-compression-info-list, ange-ftp-path-format)
17313         (efs-path-regexp):
17314         * nndiary.el (files):
17315         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17316         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17317         (epg-digest-algorithm-alist, inhibit-redisplay)
17318         (password-cache-expiry):
17319         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17320         (pgg-output-buffer, password-cache-expiry):
17321         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17322         (efs-path-regexp):
17323         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17324         (inhibit-redisplay):
17325         * mm-uu.el (file-name, start-point, end-point, entry)
17326         (gnus-newsgroup-name, gnus-newsgroup-charset):
17327         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17328         (latin-unity-ucs-list):
17329         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17330         (mm-uu-binhex-decode-function):
17331         * message.el (gnus-message-group-art, gnus-list-identifiers)
17332         (rmail-enable-mime-composing, gnus-local-organization)
17333         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17334         (gnus-read-active-file, facemenu-add-face-function)
17335         (facemenu-remove-face-function, gnus-article-decoded-p)
17336         (tool-bar-mode):
17337         * mail-source.el (display-time-mail-function):
17338         * gnus-util.el (nnmail-pathname-coding-system)
17339         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17340         (gnus-original-article-buffer, gnus-user-agent)
17341         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17342         (xemacs-codename, sxemacs-codename, emacs-program-version):
17343         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17344         * gnus-start.el (gnus-agent-covered-methods)
17345         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17346         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17347         (gnus-newsgroup-headers, gnus-group-list-mode)
17348         (gnus-group-mark-positions, gnus-newsgroup-data)
17349         (gnus-newsgroup-unreads, nnoo-state-alist)
17350         (gnus-current-select-method, mail-sources)
17351         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17352         (nnmail-spool-file, gnus-cache-active-hashtb):
17353         * gnus-mh.el (mh-lib-progs):
17354         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17355         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17356         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17357         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17358         (gnus-group-buffer):
17359         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17360         (font-lock-set-defaults):
17361         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17362         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17363         (gnus-summary-post-menu, total-parts, type, condition, length):
17364         * gnus-agent.el (gnus-agent-read-agentview):
17365         * flow-fill.el (show-trailing-whitespace):
17366         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17367         eval-and-compile wrappers for byte compiler pacifiers.
17369         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17370         (mm-display-inline-fontify): Check for featurep 'xemacs not
17371         extent-list.
17373         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17374         itimer-list.
17375         (mm-create-image-xemacs): Only do something for XEmacs.
17376         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17378         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17380         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17381         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17383 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17385         * nnimap.el (nnimap-split-download-body):
17386         * gnus-demon.el (gnus-demon):
17387         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17389 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17391         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17392         New macros.
17393         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17394         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17395         copy data from unibyte buffer to multibyte current buffer.
17396         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17397         to copy data from unibyte current buffer to multibyte buffer.
17398         (nntp-make-process-buffer): Make process buffer unibyte.
17400         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17402 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17404         * pop3.el (pop3-open-server): Accept and process data more robustly at
17405         connection start to avoid spurious "POP SSL connection failed" errors.
17407 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17409         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17410         read group names.
17412 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17414         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17416 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17418         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17419         (nnmail-save-active): Use a unibyte buffer when saving active file,
17420         which may contain non-ASCII group names.
17422         * nnml.el (nnml-request-group): Decode group names in messages.
17424 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17426         * message.el (message-citation-line-function)
17427         (message-insert-formatted-citation-line): Fix spelling of
17428         `message-insert-formated-citation-line'.
17430 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17432         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17434 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17436         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17437         nnmail-pathname-coding-system.
17439         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17440         that a user enters; decode group names in messages.
17442         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17444 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17446         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17448         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17450         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17451         risky local variable.
17453         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17455 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17457         * encrypt.el: Improve documentation to fix function name typo.
17458         Reported by Daiki Ueno <ueno@unixuser.org>.
17460 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17462         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17463         even if the point is not in the last page of an article.
17464         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17465         back to the previous page.
17467 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17469         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17471 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17473         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17475 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17477         * message.el (message-check-news-body-syntax):
17478         Avoid mm-string-as-multibyte.
17479         (message-hide-headers): Don't assume (point-min)==1.
17481 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17483         * message.el (message-remove-blank-cited-lines): Fix if remove is
17484         given.
17485         (message-bogus-address-regexp): New variable.
17486         (message-bogus-recipient-p): New function.
17487         (message-check-recipients): New command.
17488         (message-syntax-checks): Add `bogus-recipient'.
17489         (message-fix-before-sending): Add `bogus-recipient'.
17491         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17492         (gnus-treat-body-boundary): Don't test window-system.
17494 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17496         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17498 2007-10-28  Miles Bader  <miles@gnu.org>
17500         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17501         at compile-time too.
17503 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17505         * gnus-msg.el (gnus-message-setup-hook):
17506         Add `message-remove-blank-cited-lines' to options.
17508 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17510         * message.el (message-remove-blank-cited-lines): New function.
17511         Suggested by Karl Plästerer.
17513 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17515         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17516         mapc.
17518         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17519         (top-level): Use mapc to set functions to be traced for debugging.
17521         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17522         called for effect with while loop.
17524         * message.el (message-talkative-question): Replace mapcar called for
17525         effect with mapc.
17527         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17528         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17529         called for effect with dolist.
17531         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17533         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17534         gnus-extra-headers and nnmail-extra-headers.
17536         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17537         called for effect with dolist.
17538         (top-level): Use mapc to set functions to be traced for debugging.
17540         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17541         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17542         dolist.
17544         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17545         Replace mapcar called for effect with mapc.
17546         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17547         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17548         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17549         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17551         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17552         remove-if that's a cl function.
17554         * webmail.el (webmail-debug): Replace mapcar called for effect with
17555         dolist.
17557         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17558         with mapc.
17560 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17562         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17563         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17564         with while loop.
17566         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17567         functions from article-* functions.
17568         (gnus-multi-decode-header): Replace mapcar called for effect with
17569         dolist.
17571         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17572         (gnus-bookmark-show-details): Replace mapcar called for effect with
17573         while loop.
17575         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17576         called for effect with while loop.
17578         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17579         with dolist.
17581         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17582         Replace mapcar called for effect with dolist.
17584         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17586         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17587         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17588         Replace mapcar called for effect with dolist.
17589         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17590         mapc.
17592         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17593         Replace mapcar called for effect with dolist.
17594         (gnus-topic-list): Replace mapcar called for effect with mapc.
17596         * gnus.el: Use mapc instead of mapcar to add autoloads.
17598 2007-10-23  Richard Stallman  <rms@gnu.org>
17600         * gnus-group.el (gnus-group-highlight): Mark as risky.
17602 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17604         * gnus.el (gnus-server-to-method): Return method found first in
17605         gnus-newsrc-alist.
17607         * gnus-art.el (gnus-article-highlight-signature)
17608         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17609         button overlay without the front stickiness.
17611 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17613         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17614         overview buffer needed a catch to receive its throw.
17615         (gnus-agent-flush-cache): Declare as interactive to make this function
17616         easier to use.
17618 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17620         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17621         `next-line'.
17623 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17625         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17626         exclude address matching message-dont-reply-to-names.
17628 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17630         * gnus-util.el (gnus-string<): New function.
17632         * gnus-sum.el (gnus-article-sort-by-author)
17633         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17635 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17637         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17638         the frame-focus tag is set in gnus-buffer-configuration.
17640 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17642         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17643         the front stickiness.
17645 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17647         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17648         url pattern; remove duplicate one.
17649         (gnus-article-extend-url-button): New function.
17650         (gnus-article-add-buttons): Use it.
17651         (gnus-button-push): Use concatenated url that it makes.
17653 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17655         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17657 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17659         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17660         Don't hardcode point-min==1.
17662 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17664         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17665         Fix comment about "iso8859-1".
17667 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17669         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17670         ones returned from the verify-function.
17672         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17673         Call mml2015-extract-cleartext-signature if extraction failed.
17675 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17677         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17678         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17679         failed.
17681 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17683         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17685 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17687         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17688         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17689         recommends to use EasyPG instead of PGG.
17691         * pgg.el: Revert to revision 6.23.2.16.
17693         * pgg-def.el: Revert to revision 6.6.2.14.
17695         * pgg-gpg.el: Revert to revision 6.23.2.34.
17697 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17699         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17700         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17701         thread for both the null and zero (kill/expire thread) universal prefix
17702         cases.
17703         (gnus-summary-expire-thread): Add new function to expire a thread,
17704         using gnus-summary-kill-thread.
17705         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17706         shortcuts for gnus-summary-expire-thread.
17707         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17708         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17710 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17712         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17713         extras value, so an extras entry can be deleted.
17714         (gnus-registry-delete-extra-entry): Use it.
17715         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17716         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17717         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17718         storage through the gnus-registry, and provide an appropriate API for
17719         it.
17721 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17723         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17724         Suggested by Leo <sdl.web@gmail.com>.
17726         * gnus.el: Do.
17728 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17730         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17731         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17733         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17735         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17736         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17738 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17740         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17741         newline.
17742         (nnmbox-request-accept-article): Don't change article in source buffer;
17743         narrow to header to use message-fetch-field rather than
17744         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17745         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17746         as delimiters; make sure article ends with newline.
17747         (nnmbox-delete-mail): Correct last position of article to be deleted;
17748         ignore X-Gnus-Newsgroup header in article body.
17749         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17750         positions; make sure article ends with newline.
17752         * message.el (message-display-abbrev): Don't infloop when a user
17753         inserts SPC in the beginning of header.
17755         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17756         coding-system-for-read and coding-system-for-write for XEmacs having no
17757         file-coding feature.
17759         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17761 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17763         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17764         list of groups not followed by default.  Fix type to be regexp.
17765         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17767 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17769         * hmac-def.el (define-hmac-function): Switch from old-style to
17770         new-style backquotes.
17772         * md4.el (md4-make-step): Likewise.
17774 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17776         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17777         raw-text coding system when saving .newsrc file, which may contain
17778         non-ASCII group names.
17780 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17782         * gnus-cus.el (gnus-score-extra): New widget.
17783         (gnus-score-extra-convert): New function.
17784         (gnus-score-customize): Use it for Extra.
17786 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17788         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17789         (mml2015-mailcrypt-clear-verify): Use it.
17790         (mml2015-gpg-clear-verify): Use it.
17791         (mml2015-pgg-clear-verify): Use it.
17792         (mml2015-epg-clear-verify): Replace the current part with the output
17793         from GnuPG; don't extract the plaintext by itself.
17795         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17796         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17797         mml2015-clear-verify-function; don't touch the armor headers or
17798         dash-escaped text here.
17800 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17802         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17803         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17804         parts, or application/octet-stream as a last resort.
17805         (gnus-mime-view-part-as-type): Don't toggle display.
17806         (gnus-mime-view-part-as-charset): Don't turn off display before
17807         querying charset.
17809         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17810         stuff to undisplayer function in Emacs.
17811         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17813         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17814         text/calendar parts.
17816 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17818         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17819         decoding text/calendar parts.
17821         * message.el (message-forward-make-body-mime): Always mark body as
17822         having no illegible text; remove signed-or-encrypted argument.
17823         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17825         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17826         (mml-generate-mime-1): Don't encode body if it is specified to be in
17827         raw form; don't make buffer be unibyte when inserting multibyte string.
17829 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17831         * sha1.el: Fix up comment style.
17832         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17833         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17835         * hex-util.el: Fix up comment style.
17836         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17838         * gnus-salt.el: Use with-current-buffer.
17839         (gnus-pick-setup-message): Fix long-standing typo.
17841 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17843         * imap.el (imap-logout-timeout): New variable.
17844         (imap-logout, imap-logout-wait): New functions.
17845         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17847         * nnimap.el (nnimap-logout-timeout): New server variable.
17848         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17849         nnimap-logout-timeout.
17851         * gnus-art.el (gnus-article-summary-command-nosave)
17852         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17854 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17856         * gnus.el (gnus-maximum-newsgroup): New variable.
17858         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17859         according to gnus-maximum-newsgroup.
17861         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17862         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17863         Limit the range of articles according to gnus-maximum-newsgroup.
17865 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17867         * gnus-art.el (gnus-sticky-article): Fix problems described in
17868         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17869         Don't perform gnus-configure-windows here; reuse existing sticky
17870         article buffer.
17872         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17873         it doesn't exist in gnus-article-mode.
17875 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17877         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17878         (gnus-agent-decoded-group-name): New function.
17879         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17880         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17882 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17884         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17885         Add binding for gnus-sticky-article.
17886         (gnus-summary-exit): Don't kill sticky article buffers.
17888         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17889         article buffer.
17890         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17891         (gnus-kill-sticky-article-buffers): New commands.
17893 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17895         * nntp.el (nntp-xref-number-is-evil): New server variable.
17896         (nntp-find-group-and-number): If it is non-nil, don't trust article
17897         numbers in the Xref header.
17899 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17901         * gnus-agent.el (gnus-agent-read-group): New function.
17902         (gnus-agent-flush-group, gnus-agent-expire-group)
17903         (gnus-agent-regenerate-group): Use it.
17904         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17905         nnmail-pathname-coding-system.
17907 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17909         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17911         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17912         that are unread as unread, and also as selected so that information of
17913         marks having been changed by a user may be updated when exiting group.
17915 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17917         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17919 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17921         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17922         calculated ignoring signature parts to gnus-treat-article.
17924 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17926         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17927         a point here in order to keep the window start.
17928         (gnus-insert-mime-security-button): Make a button overlay without the
17929         front stickiness.
17930         (gnus-mime-display-security): Goto the end of a button.
17932         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17934 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17936         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17937         group-name-at-point.
17938         (gnus-group-completing-read): New function that offers decoded
17939         non-ASCII group names for completion.
17940         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17941         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17942         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17943         (gnus-group-fetch-control): Use it.
17944         (gnus-fetch-group): Use group-name-at-point for the initial value
17945         rather than the default value; use gnus-alive-p.
17947         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17948         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17949         (gnus-summary-post-news): Use gnus-group-completing-read.
17951         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17952         (gnus-read-move-group-name): Decode group name for completion.
17954 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17956         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17957         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17958         Yamaoka slightly modified the code).
17960 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17962         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17963         (nnmail-split-incoming): Bind it.
17965         * nnml.el (nnml-group-name-charset): New function.
17966         (nnml-decoded-group-name): Use it; don't decode group name if
17967         nnmail-group-names-not-encoded-p is non-nil.
17968         (nnml-encoded-group-name): New function.
17969         (nnml-group-pathname): Inline nnml-decoded-group-name.
17970         (nnml-request-expire-articles): Decode group name in message.
17971         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17972         nnmail-pathname-coding-system.
17973         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17974         not decoded ones according to nnmail-group-names-not-encoded-p.
17975         (nnml-generate-active-info): Use nnml-encoded-group-name.
17977 2007-08-08  Glenn Morris  <rgm@gnu.org>
17979         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17980         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17981         doc-strings and comments.
17983 2007-07-25  Glenn Morris  <rgm@gnu.org>
17985         * Relicense all FSF files to GPLv3 or later.
17987 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17989         * gnus-sum.el (gnus-summary-move-article):
17990         Make gnus-summary-respool-article work.
17992 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17994         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17995         string.
17997 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17999         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
18000         that should be ignored when comparing distant RSS articles with local
18001         ones.
18002         (nnrss-make-hash-index): New function.  Create a hash index according
18003         to the ignored fields.
18004         (nnrss-check-group): Use it.
18006 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18008         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
18010         * gnus-art.el (article-decode-group-name): Decode Xref header too.
18012         * gnus-group.el (gnus-group-make-group): Encode group name here unless
18013         the new optional argument ENCODED is non-nil.
18014         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
18015         coding system for encoding group name.
18016         (gnus-group-make-rss-group): Pass un-encoded group name to
18017         gnus-group-make-group.
18018         (gnus-group-set-info): Tell gnus-group-make-group that group name is
18019         encoded.
18021         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
18022         Encode group name to which articles are moved or copied.
18023         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
18024         coding system for encoding Newsgroup, Followup-To and Xref headers.
18026         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
18027         marks; use nnheader-file-coding-system to write a file.
18028         (nnagent-retrieve-headers): Bind file-name-coding-system to
18029         nnmail-pathname-coding-system.
18031         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
18033         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
18034         (nnml-request-article, nnml-request-create-group)
18035         (nnml-request-rename-group, nnml-find-id)
18036         (nnml-possibly-change-directory, nnml-possibly-create-directory)
18037         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
18038         (nnml-save-marks): Use nnml-group-pathname instead of
18039         nnmail-group-pathname.
18041         (nnml-request-create-group, nnml-request-expire-articles)
18042         (nnml-request-move-article, nnml-request-delete-group)
18043         (nnml-deletable-article-p, nnml-possibly-create-directory)
18044         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
18045         (nnml-open-marks): Bind file-name-coding-system to
18046         nnmail-pathname-coding-system.
18048         (nnml-request-article): Pass server argument to nnml-find-group-number.
18049         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18050         Pass server argument to nnml-possibly-create-directory.
18051         (nnml-request-accept-article): Pass server argument to
18052         nnml-active-number and nnml-save-mail.
18053         (nnml-find-group-number): Pass server argument to nnml-find-id.
18054         (nnml-request-update-info): Pass server argument to
18055         nnml-marks-changed-p.
18057         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18058         (nnml-save-mail, nnml-active-number): Add server argument.
18060         (nnml-request-delete-group): Warn if group is missing.
18061         (nnml-get-nov-buffer): Decode group name.
18062         (nnml-generate-active-info): Encode group name.
18063         (nnml-open-marks): Decode group name in messages.
18065 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18067         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18068         if it is not specified.
18069         (gnus-article-pipe-part, gnus-article-save-part)
18070         (gnus-article-interactively-view-part, gnus-article-copy-part)
18071         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18072         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18073         (gnus-article-replace-part, gnus-article-delete-part)
18074         (gnus-article-view-part-as-type): Pass raw prefix argument to
18075         gnus-article-part-wrapper.
18077 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18079         * gnus-agent.el (gnus-agent-save-active):
18080         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18082         * gnus-cache.el (gnus-cache-save-buffers)
18083         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18084         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18085         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18086         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18087         (gnus-cache-generate-active, gnus-cache-rename-group)
18088         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18089         (gnus-cache-update-overview-total-fetched-for):
18090         Bind file-name-coding-system to nnmail-pathname-coding-system.
18091         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18092         New variables.
18093         (gnus-cache-decoded-group-name): New function.
18094         (gnus-cache-file-name): Use it.
18095         (gnus-cache-generate-active): Use non-decoded group name for active.
18097         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18098         right place.
18099         (gnus-write-active-file): Don't break non-ASCII group names.
18101         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18102         nnmail-pathname-coding-system.
18104         * lpath.el: Bind default-file-name-coding-system,
18105         file-name-coding-system and language-info-alist for XEmacs.
18107         * gnus-uu.el (gnus-uu-decode-save): Typo.
18109 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18111         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18113 2007-07-14  David Kastrup  <dak@gnu.org>
18115         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18116         finishing actions if we did not edit the article.
18118 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18120         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18121         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18122         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18123         (gnus-agent-flush-group, gnus-agent-flush-cache)
18124         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18125         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18126         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18127         (gnus-agent-regenerate-group)
18128         (gnus-agent-update-files-total-fetched-for)
18129         (gnus-agent-update-view-total-fetched-for):
18130         Bind file-name-coding-system to nnmail-pathname-coding-system.
18131         (gnus-agent-group-pathname): Don't encode file names by
18132         nnmail-pathname-coding-system.
18133         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18134         coding-system-for-write instead of buffer-file-coding-system to
18135         gnus-agent-file-coding-system.
18137         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18138         Decode group name.
18140         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18142         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18143         (gnus-read-newsrc-el-file): Make group names unibyte.
18145         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18146         nnmail-pathname-coding-system.
18148         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18149         (nnrss-request-delete-group): Bind file-name-coding-system to
18150         nnmail-pathname-coding-system.
18151         (nnrss-read-server-data, nnrss-read-group-data):
18152         Bind file-name-coding-system correctly.
18153         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18155         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18156         (nntp-server-to-method-cache): New variable.
18157         (nntp-group-pathname): New function that decodes non-ASCII group names.
18158         (nntp-possibly-create-directory, nntp-marks-changed-p)
18159         (nntp-save-marks, nntp-open-marks): Use it.
18160         (nntp-possibly-create-directory, nntp-open-marks):
18161         Bind file-name-coding-system to nnmail-pathname-coding-system.
18162         (nntp-open-marks): Decode group names when bootstrapping marks.
18164         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18165         Newsgroups and Followup-To headers.
18167 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18169         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18170         (gnus-server-closed-face, gnus-server-denied-face)
18171         (gnus-server-offline-face): Remove variable.
18172         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18174         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18175         of modifying message-stack directly for XEmacs.
18177         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18178         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18179         if the coding-system argument is nil for XEmacs.
18181         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18182         mm-charset-override-alist.
18184         * rfc2047.el: Don't require base64; require rfc2045 for the function
18185         rfc2045-encode-string.
18186         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18187         to quote the parameter value.
18189 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18191         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18192         form in gnus-group-name-charset-method-alist.
18194         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18195         overrides the default layout edit-form.
18197         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18199         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18201 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18203         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18204         as unfetched articles.
18206 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18208         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18210 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18212         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18213         original back end that keeps marks in the local system.
18215 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18217         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18218         arg of pop-to-buffer for XEmacs.
18219         (gnus-article-read-summary-keys): Ditto; don't restore window
18220         configuration if summary command ends up with neither article buffer
18221         nor summary buffer; describe bindings if summary keys end with C-h.
18223 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18225         * message.el (message-fix-before-sending): Skip raw message part to be
18226         forwarded while checking illegible text.
18227         (message-forward-make-body-mime, message-forward-make-body):
18228         Mark signed or encrypted raw message as having no illegible text.
18230 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18232         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18233         (gnus-message-with-timestamp-1): New macro.
18234         (gnus-message-with-timestamp): New function.
18235         (gnus-message): Use them.
18237         * nnheader.el (nnheader-message): Use them.
18239 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18241         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18242         .newsrc.eld file.
18244 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18246         * gnus-agent.el (gnus-agent-fetch-headers)
18247         (gnus-agent-retrieve-headers):
18248         Bind gnus-decode-encoded-address-function to identity.
18250         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18251         available also when the server returns simply a dot.
18253         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18255 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18257         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18259 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18261         * gnus-ems.el (gnus-x-splash): Make it work.
18263         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18264         from being used.
18266         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18268 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18270         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18271         4th and the 5th arguments.
18273         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18274         the front stickiness.
18275         (gnus-article-summary-command-nosave): Correct the order of the
18276         arguments passed to pop-to-buffer.
18277         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18278         summary command ends up with the article buffer.
18280         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18281         the same faces.
18283 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18285         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18287 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18289         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18290         * gnus-sum.el (gnus-summary-highlight):
18291         * pgg.el (pgg-sign-region, pgg-sign):
18292         * mail-source.el (mail-source-delete-old-incoming-confirm):
18293         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18295 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18297         * gnus-art.el (gnus-mime-view-part-externally)
18298         (gnus-mime-view-part-internally): Fix predicate function passed to
18299         completing-read.
18301         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18303         * gnus.el (gnus-update-message-archive-method): Add :version.
18305 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18307         * gnus.el (gnus-update-message-archive-method): New variable.
18309         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18310         according to gnus-message-archive-method if
18311         gnus-update-message-archive-method is non-nil.
18313 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18315         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18316         Suggested by Loic Dachary <loic@dachary.org>.
18317         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18319 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18321         * message.el (message-pop-to-buffer): Add switch-function argument.
18322         (message-mail): Pass switch-function argument to it.
18324 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18326         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18327         Improve doc string.
18329 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18331         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18332         (gnus-header-content):
18333         * gnus-cite.el (gnus-cite-10):
18334         * gnus-srvr.el (gnus-server-closed):
18335         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18336         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18337         (gnus-group-mail-3-empty, gnus-group-mail-low)
18338         (gnus-group-mail-low-empty, gnus-splash):
18339         * message.el (message-header-to, message-header-cc)
18340         (message-header-subject, message-header-other, message-header-name)
18341         (message-header-xheader, message-separator, message-cited-text)
18342         (message-mml): Lighten colors of faces used for dark background.
18344 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18346         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18347         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18349 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18351         * message.el (message-narrow-to-headers-or-head):
18352         Ignore mail-header-separator in the body.
18354 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18356         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18357         same as window size.
18359 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18361         * message.el (message-font-lock-keywords): Use message-header-xheader
18362         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18363         ahead of the anything pattern, to get it recognized.
18365 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18367         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18368         spam.el loads uses it in the compiled defadvice form.
18370 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18372         * gnus-sum.el (gnus-articles-to-read)
18373         (gnus-summary-insert-old-articles): Don't truncate group name for
18374         `read-string'.
18376         * gnus-util.el (gnus-limit-string): Delete this function.
18378         * gnus-sum.el (gnus-simplify-subject-fully):
18379         Use `truncate-string-to-width' instead.
18381 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18383         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18384         Tell if, on summary exit, the next group has to be selected.
18385         (gnus-summary-exit): Use it.
18387 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18389         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18390         non-break space.
18392 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18394         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18395         Check if group is not a directory.
18396         (nnfolder-request-expire-articles): Don't delete articles if the target
18397         group is not available.
18399         * nnml.el (nnml-request-create-group): Properly check if group is not a
18400         file.
18401         (nnml-request-expire-articles): Don't delete articles if the target
18402         group is not available.
18404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18405         Don't quote characters that are within parentheses.
18407 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18409         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18410         (gnus-handle-ephemeral-exit): Select article according to it.
18412 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18414         * message.el (message-insert-formated-citation-line): Remove newline.
18415         (message-citation-line-format): Add final \n here so that the user can
18416         avoid a blank line.
18418 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18420         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18421         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18422         Update lanl/arXiv support.
18424 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18426         * gnus.el: Bump version number.
18428 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18430         * gnus.el (gnus-version-number): Bump version.
18432 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18434         * gnus.el: No Gnus v0.6 is released.
18436 2007-04-27  Didier Verna  <didier@xemacs.org>
18438         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18439         * gmm-utils.el (gmm-regexp-concat): ... here.
18440         * message.el: Don't require 'gnus-util.
18441         (message-dont-reply-to-names): Handle name change above.
18442         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18444 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18446         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18447         since the initial value varies according to the system.
18449 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18451         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18453 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18455         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18457 2007-04-24  Didier Verna  <didier@xemacs.org>
18459         Improve the type of gnus-ignored-from-addresses.
18460         * gnus-util.el (gnus-orify-regexp): New function.
18461         * message.el (gnus-util): Require it.
18462         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18463         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18466 2007-04-24  Didier Verna  <didier@xemacs.org>
18468         * gnus-sum.el:
18469         * gnus-utils.el: Fix some trailing whitespaces.
18471 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18473         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18474         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18475         article's Message-ID; refer parent article in summary buffer.
18477         * message.el (message-bounce): Call mime-to-mml.
18479         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18480         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18481         optimize and/or forms properly.
18483 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18485         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18486         URL.
18488 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18490         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18492 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18494         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18495         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18496         displayed of multipart/alternative part if it is invoked from summary
18497         buffer.
18499         * mm-view.el (mm-inline-text-html-render-with-w3m)
18500         (mm-inline-text-html-render-with-w3m-standalone)
18501         (mm-inline-render-with-function): Use mail-parse-charset by default.
18503 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18505         * parse-time.el (parse-time-string-chars): Check if CHAR
18506         is less than the length of parse-time-syntax.
18508 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18510         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18511         from gnus-newsgroup-processable.
18513 2007-04-16  Didier Verna  <didier@xemacs.org>
18515         * gnus-msg.el (gnus-configure-posting-styles):
18516         Handle message-signature-directory properly with :file syntax.
18517         Reported by "Leo".
18519 2007-04-11  Didier Verna  <didier@xemacs.org>
18521         New user option: message-signature-directory.
18522         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18523         * message.el (message-insert-signature): Ditto.
18524         * message.el (message-signature-file): Doc update.
18525         * message.el (message-signature-directory): New.
18527 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18529         * gnus-msg.el (gnus-inews-yank-articles):
18530         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18532 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18534         * message.el (message-yank-original): Make sure cited text ends with
18535         newline; don't exchange point and mark.
18537 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18539         * tls.el (open-tls-stream): Properly handle case where there
18540         is no associated buffer.
18542 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18544         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18545         message-yank-original, make sure (< mark TEXT point).
18547 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18549         * message.el (message-fill-column): New variable.
18550         (message-mode): Use it.  Add comment on a possible new hook.
18552         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18553         (nnmail-get-new-mail): Reformat.
18555         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18557         * gmm-utils.el: Fix Commentary.
18558         (gmm-tool-bar-from-list): Fix typo in doc string.
18560 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18562         * message.el (message-yank-original): Don't switch point and mark
18563         unnecessarily to put point and mark as documented.
18565 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18567         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18568         from the message heads.
18570 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18572         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18573         article buffer does not have a window.  This may not be the best
18574         solution but is certainly better than setting the start of the null,
18575         that is the current, window.
18577 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18579         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18580         (gnus-draft-setup): Run it.
18582         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18583         gnus-score-fast-scoring.  Allow regexp.
18584         (gnus-score-headers): Use it.
18586         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18587         XEmacs.
18589         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18590         string.
18591         (gnus-button-alist): Also catch `<f1> k ...'.
18592         (gnus-treat-display-x-face): Fix doc string.
18594 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18596         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18597         evaluation of gnus-extended-version to ensure correct generation of the
18598         User-Agent header when message-generate-headers-first is used.
18600 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18602         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18603         hashcash-path is nil.  Don't call callback with incorrect number of
18604         parameters if val is 0.
18606 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18608         * message.el (message-required-news-headers):
18609         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18611 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18613         * tls.el (open-tls-stream): In handshake-waiting loop,
18614         don't wait more if there is output available to process.
18616 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18618         * tls.el (tls-program): Doc fix.
18620 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18622         * message.el (message-generate-new-buffers): Change the meaning of the
18623         nil value; add `standard' to the choices; treat t as `unique'; improve
18624         doc string.
18625         (gnus-select-frame-set-input-focus): Autoload.
18626         (message-buffer-name): Search for the existing message buffer if
18627         message-generate-new-buffers is nil or `standard'; treat the value t of
18628         message-generate-new-buffers as `unique'.
18629         (message-pop-to-buffer): Raise the frame already displaying the message
18630         buffer; clear the echo area after querying.
18631         (message-setup): Pass the `continue' argument to compose-mail.
18632         (message-mail): Prefer `switch-function' if it is given; search for the
18633         existing message buffer if the `continue' argument is non-nil; pass
18634         continue and switch-function arguments to compose-mail by way of
18635         message-setup.
18636         (message-mail-other-window): Adjust argument of message-setup.
18637         (message-mail-other-frame): Ditto.
18639 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18641         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18642         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18643         to turn font-lock on when turning gnus-message-citation-mode on.
18645 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18647         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18648         (mml-smime-function-alist): New variable; add epg as the backend.
18649         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18650         mml-smime- functions instead.
18651         * mm-view.el: Require smime.
18653 2007-03-05  Didier Verna  <didier@xemacs.org>
18655         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18656         instead of just inheritance for posting styles.
18657         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18659 2007-02-24  Chris Moore  <dooglus@gmail.com>
18661         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18662         * pgg-pgp.el (pgg-pgp-encrypt-region):
18663         * pgg-gpg.el (pgg-gpg-encrypt-region):
18664         Check pgg-encrypt-for-me if no other recipients.
18666 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18668         * tls.el (tls-certtool-program): Fix custom type.
18670 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18672         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18673         and point-at-eol instead of line-(beginning|end)-position.
18675         * assistant.el (assistant-parse-buffer): Ditto.
18677         * netrc.el (netrc-parse-services): Ditto.
18679 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18681         * mml2015.el (mml2015-epg-find-usable-key): New function.
18682         (mml2015-epg-sign): Use it.
18683         (mml2015-epg-encrypt): Use it.
18685 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18687         * message.el (message-make-in-reply-to): Quote name containing
18688         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18689         if there are special characters.  Reported by NAKAJI Hiroyuki
18690         <nakaji@jp.freebsd.org>.
18692 2007-02-27  Didier Verna  <didier@xemacs.org>
18694         Include the group parameters as well as the topic ones in the
18695         inheritance filter process.
18696         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18697         argument GROUP-PARAMS-LIST.
18698         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18700 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18702         * nntp.el (nntp-never-echoes-commands)
18703         (nntp-open-connection-functions-never-echo-commands): New variables.
18704         (nntp-send-command): Use them.
18706 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18708         * mml2015.el (mml2015-epg-verify): Simplify.
18710 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18712         * mml.el (mml-content-disposition-alist): New user option.
18713         (mml-content-disposition): New function.
18714         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18715         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18717 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18719         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18720         verification.
18722 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18724         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18725         articles posted in the last 24 hours.
18727 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18729         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18731 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18733         * nntp.el (nntp-send-command): Don't wait for echoes when
18734         nntp-open-ssl-stream is used.
18736 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18738         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18739         (gnus-message-add-citation-keywords)
18740         (gnus-message-remove-citation-keywords): Remove.
18741         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18742         directly, make the variables in font-lock-defaults buffer-local, add
18743         gnus-message-citation-keywords to them and then update the value of
18744         font-lock-keywords.
18746 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18748         * message.el (message-cite-original-1): Don't call
18749         gnus-article-highlight-citation.
18751         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18752         citations; fix line count.
18754 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18756         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18757         (gnus-message-add-citation-keywords)
18758         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18759         versions of font-lock-add-keywords and font-lock-remove-keywords to
18760         work with XEmacs correctly.
18762 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18764         * gnus-cite.el (gnus-cite-face-list): Set the values of
18765         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18766         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18767         (gnus-message-cite-prefix-regexp): New variable.
18768         (gnus-message-search-citation-line): Use it; protect against long
18769         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18770         the 0th match data for Emacs.
18771         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18772         (gnus-message-add-citation-keywords): Append keywords rather than
18773         prepending; emulate font-lock-add-keywords if it is not available.
18774         (gnus-message-remove-citation-keywords):
18775         Emulate font-lock-remove-keywords if it is not available.
18777         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18779         * message.el (message-cite-prefix-regexp): Set the value of
18780         gnus-message-cite-prefix-regexp.
18782 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18784         * nnweb.el (nnweb-google-parse-1): Update parser.
18786 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18788         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18790 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18792         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18793         regexp.
18795 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18797         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18798         string-to-multibyte.
18799         (uudecode-decode-region-internal): Use it.
18801         * lpath.el: Fbind string-as-multibyte for XEmacs.
18803 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18805         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18806         Fix custom choice.
18808         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18810 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18812         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18814         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18815         `write-region' to respect `mm-inhibit-file-name-handlers'.
18817 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18819         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18820         Use gnus-home-directory instead of "~/" or "$HOME".
18822 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18824         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18825         to mention filename.
18826         Add comments at beginning regarding usage.
18827         (encrypt-write-file-contents): Change interactive so a string is
18828         acceptable.  If the file has no associated model, show an error instead
18829         of a nonsense prompt.
18831 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18833         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18834         Thanks to Yoshihiko Yamada for kind notification of this typo.
18836 2007-01-12  Kenichi Handa  <handa@m17n.org>
18838         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18839         multibyte buffer.
18841 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18843         * gnus-score.el (gnus-score-fast-scoring): New variable.
18844         (gnus-score-headers): Use it.
18846         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18848         * message.el (message-cite-original-1):
18849         Call gnus-article-highlight-citation if requested.
18850         (message-make-from): Allow name and address as optional arguments.
18852         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18854         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18855         bugs to doc string.
18856         (gnus-button-alist): Add mid\\|message-id.
18857         (gnus-button-fetch-group): Extend for use in
18858         `browse-url-browser-function'.
18859         (gnus-button-url-regexp): Try to catch paired parentheses like in
18860         Wikipedia URLs.
18862         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18863         Suggested by Simon Krahnke <overlord@gmx.li>.
18865 2007-01-13  Romain Francoise  <romain@orebokech.com>
18867         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18868         Update copyright.
18870 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18872         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18874 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18876         * gnus-registry.el (gnus-registry-unfollowed-groups)
18877         (gnus-registry-split-fancy-with-parent): Fix documentation.
18879 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18881         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18882         from nnweb groups.
18884 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18886         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18887         Xref urls.  Erase buffer before requesting head.
18889         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18891 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18893         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18894         customizable.
18896 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18898         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18899         no signing key is found.
18900         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18901         no encrypting and/or signing key is found.
18903 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18905         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18907 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18909         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18910         headers read from disk with the ones newly found in the current search.
18911         This should no longer cause problems, because the article numbers in
18912         Gmane's `nov.php' output are ignored since the previous change.
18914 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18916         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18918 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18920         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18921         replace-regexp-in-string; bind url-version; fbind display-images-p and
18922         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18923         find-face and set-itimer-function for Emacs; bind itimer-list for
18924         Emacs.
18926         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18928 2007-01-01  Romain Francoise  <romain@orebokech.com>
18930         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18932 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18934         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18935         `define-minor-mode' macro definition expanded properly.
18936         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18937         exclude it there.
18939         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18940         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18941         `fboundp' test.
18942         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18943         This is OK to autoload in (S)XEmacs now.
18945 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18948         keystroke.
18949         (gnus-summary-limit-to-singletons): Fix typo.
18951         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18952         else fails.
18954 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18956         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18957         docstring.
18959         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18960         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18961         (gnus-summary-insert-dormant-articles): Fix typo in message.
18963 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18965         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18966         nil for XEmacs.
18967         (gnus-message-citation-mode): Don't autoload in XEmacs.
18969         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18971 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18973         * nnimap.el (nnimap-expunge-search-string):
18974         Mention nnimap-search-uids-not-since-is-evil in docstring.
18976 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18978         * spam.el: Revert to make-obsolete-variable because
18979         define-obsolete-variable-alias is not supported in Emacs 21.
18981         * spam.el (spam-ifile-path, spam-ifile-database-path)
18982         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18983         make-obsolete-variable.
18984         (spam-bsfilter-path, spam-bsfilter-program)
18985         (spam-spamassassin-path, spam-spamassassin-program)
18986         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18987         Don't use "path" inappropriately.
18988         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18989         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18990         variable names.
18992 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18994         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18995         summary buffer.
18997         * password.el (password-cache-remove): Use clear-string to burn
18998         password, if available.
19000 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19002         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
19004         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
19006         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
19007         (gnus-message-highlight-citation): Move defcustom here from
19008         gnus-cite.el.
19009         (gnus-message-citation-mode): Autoload.
19011         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
19012         checks to make it compile with XEmacs.
19013         (gnus-message-citation-mode): New minor mode.
19014         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
19015         (gnus-message-highlight-citation): New variables.
19016         (gnus-message-search-citation-line)
19017         (gnus-message-add-citation-keywords)
19018         (gnus-message-remove-citation-keywords)
19019         (turn-on-gnus-message-citation-mode)
19020         (turn-off-gnus-message-citation-mode): New functions.
19022 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
19024         * gnus-cite.el: Enable highlighting of different citation levels in
19025         message-mode.
19027 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19029         * message.el (message-make-fqdn): Fix comment.
19030         (message-bogus-system-names): Add ".local".
19032         * spam.el (spam-ifile-path, spam-ifile-program)
19033         (spam-ifile-database-path, spam-ifile-database)
19034         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
19035         Don't use "path" inappropriately.
19036         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
19037         strings.
19038         (spam-check-ifile, spam-ifile-register-with-ifile)
19039         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
19040         Use new variable names.
19042         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
19043         (gnus-treat-display-smileys): Simplify using
19044         gnus-image-type-available-p.
19046         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
19047         available.
19049         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19050         Use `display-images-p' if available.
19052 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19054         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19055         one after turning on the buffer's multibyteness instead of decoding
19056         them directly in the unibyte buffer that causes unexpected conversion
19057         in Emacs 23 (unicode).
19059 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19061         * message.el (message-generate-hashcash): Fix custom type.
19063 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19065         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19067 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19069         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19070         disconnect icons.  Add help text.
19072 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19074         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19075         negated to be consistent with the others we handle.
19077 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19079         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19080         version of gnus-summary-buffer to something, so that we can use two
19081         article buffers at the same time.
19083 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19085         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19086         trigger all the extra headers.
19087         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19088         sorting.
19090 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19092         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19093         solid groups.
19095 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19097         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19099 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19101         * legacy-gnus-agent.el: Add Copyright notice.
19103 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19105         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19107 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19109         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19111         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19112         to make it work reliably in CVS Emacs.
19113         (gnus-summary-limit-strange-charsets-predicate)
19114         (gnus-summary-limit-to-predicate): New functions.
19116 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19118         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19119         specifying array size.
19120         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19121         array if it is too small.
19122         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19123         (gnus-sort-threads-loop): New function.
19125 2006-12-06  Chris Moore  <dooglus@gmail.com>
19127         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19128         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19130 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19132         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19133         options.
19135 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19137         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19138         DOS-ing the recipient.
19140         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19141         the headers when creating the mapping to avoid mismappings.
19142         (nnweb-gmane-create-mapping): Always nix out old mapping.
19144 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19146         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19147         and mm-verify-option to never.
19149 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19151         * message.el (message-signed-or-encrypted-p): New function.
19152         (message-forward-make-body): Use it.
19154         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19155         Replace encode-coding-string with mm-encode-coding-string.
19157 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19159         * nneething.el (nneething-decode-file-name):
19160         Replace decode-coding-string with mm-decode-coding-string.
19162         * gnus-int.el (gnus-open-server): Say failed server's name.
19164 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19166         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19167         strings to a single string.  Quote `errors-file-name'.
19168         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19169         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19170         Adjust calls.  Use `shell-quote-argument'.
19172 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19174         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19175         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19177         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19178         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19179         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19180         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19181         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19182         (gnus-subscribe-newsgroup, gnus-1):
19183         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19184         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19185         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19186         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19188 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19191         keystroke.
19192         (gnus-summary-limit-to-bodies): Implement headersp.
19194 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19196         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19198 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19200         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19202 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19204         * message.el (message-generate-hashcash): Expand range of values to
19205         include `opportunistic'.
19206         (message-send-mail): Use it.
19208 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19211         and comment it.
19213         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19215 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19217         * gnus-util.el (gnus-extract-address-components): Improve comment.
19219 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19221         * gnus-util.el (gnus-extract-address-components): Work with address in
19222         which the name portion contains @.
19224         * lpath.el: Fbind custom-autoload.
19226 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19228         * gnus.el (gnus-start): Move custom group up.
19229         (gnus-select-method): Don't autoload, but make it available for
19230         `customize-variable'.
19231         (gnus-getenv-nntpserver): Don't autoload.
19233 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19235         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19237 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19239         * message.el (message-sendmail-extra-arguments): New variable.
19240         (message-send-mail-with-sendmail): Use it.
19242 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19244         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19245         mm-with-unibyte-current-buffer to make string unibyte.
19247         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19248         mm-string-as-multibyte.
19250 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19252         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19253         Reported by Werner Koch <wk@gnupg.org>.
19255 2006-11-14  Daiki Ueno  <ueno@p360>
19257         * mml2015.el: Autoload epa-select-keys when compiling.
19259 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19261         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19262         message-options.
19263         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19265 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19267         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19268         EasyPG (< 0.0.6).
19269         (mml2015-always-trust): New user option.
19270         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19271         prompt.
19273 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19275         * nntp.el (nntp-authinfo-force): New variable.
19276         (nntp-send-authinfo): Use it.
19278 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19280         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19281         decode encoded words.  Improve prompt.  Add comment about forwarding.
19282         (message-replacement-char): Move up.
19284 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19286         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19287         instead of gnus-intersection because arguments of gnus-sorted-nunion
19288         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19290 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19292         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19293         (message-simplify-subject-functions):
19294         Enable message-strip-subject-encoded-words by default.
19296 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19298         * message.el (message-strip-subject-encoded-words): New function.
19299         (message-simplify-subject-functions): New variable.
19300         (message-simplify-subject): Use it.  Fix typo in doc string.
19301         Support message-strip-subject-encoded-words.
19303 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19305         * gnus-diary.el (gnus-diary-delay-format-function):
19306         * nndiary.el (nndiary-reminders):
19307         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19309 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19311         * gnus-art.el (article-hide-boring-headers): Fetch date from
19312         gnus-original-article-buffer to avoid problems with localized date
19313         strings.
19315 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19317         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19319 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19321         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19322         New variables.
19323         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19324         (mm-charset-synonym-alist): Move some entries to
19325         mm-codepage-iso-8859-list.
19326         (mm-charset-synonym-alist, mm-charset-override-alist):
19327         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19329 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19331         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19333 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19335         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19336         with Emacs 21 and XEmacs.
19338 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19340         * spam.el (spam-parse-address): New function for better parsing,
19341         catching errors, etc.
19342         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19344 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19346         * mm-view.el: Add interactive arg to html2text autoload.
19348 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19350         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19352 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19354         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19355         New variables.
19356         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19357         (mm-charset-synonym-alist): Move some entries to
19358         mm-codepage-iso-8859-list.
19360         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19362 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19364         * message.el (message-citation-line-format)
19365         (message-insert-formated-citation-line): Fix implementation of %E, %N
19366         and %n according to the doc string.
19368 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19370         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19371         Use car-safe to avoid bad parses.
19373 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19375         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19376         names.
19378         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19380 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19382         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19383         header.
19385         * message.el (message-draft-headers): Add Date.
19386         (message-headers-to-generate): Fix typo in docstring.
19388         * nndraft.el (nndraft-required-headers): New variable.
19389         (nndraft-generate-headers): Use it.
19391         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19393 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19395         * gnus-registry.el (gnus-registry-wash-for-keywords)
19396         (gnus-registry-find-keywords): New functions to allow easy searching of
19397         articles that are in the registry.
19399 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19401         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19402         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19403         Reported by Damien Elmes <damien@repose.cx>.
19405 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19407         * gnus.el (gnus-mime): Remove unused custom group.
19409 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19411         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19412         "blank line" when searching for end of armor headers.
19414 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19416         * gmm-utils.el (gmm-write-region): Fix variable name.
19418 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19420         * gmm-utils.el (gmm-write-region): New function based on compatibility
19421         code from `mm-make-temp-file'.
19423         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19425         * nnmaildir.el (nnmaildir--update-nov)
19426         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19427         Use `gmm-write-region'.
19429 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19431         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19432         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19434         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19436         * message.el (message-replacement-char): New variable.
19437         (message-fix-before-sending): Use it.
19438         (message-simplify-subject): New function to remove duplicate code.
19439         (message-reply, message-followup): Use it.
19441         * gnus-sum.el (gnus-summary-make-menu-bar):
19442         Clarify gnus-summary-limit-to-articles.
19444 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19446         * gnus-util.el (gnus-with-local-quit): New macro.
19448         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19450 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19452         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19453         ignore non-string data.
19455 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19457         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19458         non-string data (needs to be done in the registry too).
19460 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19462         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19463         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19464         (gnus-registry-split-fancy-with-parent)
19465         (gnus-registry-fetch-simplified-message-subject-fast)
19466         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19467         Remove text properties on ingress into the registry and when it's saved.
19468         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19469         registry from entries with no groups.
19471 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19473         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19474         function to remove string properties.
19476 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19478         * gmm-utils.el (gmm): Adjust custom version.
19480         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19481         Adjust custom version.
19483         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19485 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19487         * gnus-art.el (gnus-insert-prev-page-button)
19488         (gnus-insert-next-page-button): Simplify.  Reformat.
19490 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19492         * gnus-art.el (gnus-insert-prev-page-button)
19493         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19495 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19497         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19499 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19501         * gnus-art.el (gnus-insert-mime-button)
19502         (gnus-insert-mime-security-button):
19503         Apply gnus-article-button-face to MIME and security buttons.
19505 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19507         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19508         readable.
19510 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19512         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19514 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19516         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19517         `browse-url-of-file' instead of `browse-url'.
19519 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19521         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19522         regexp.  Articles containing quotation were cut prematurely.
19524 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19526         * message.el (message-cite-original-1): Use nobody by default for the
19527         value of From header.
19528         (message-reply): Ditto.
19530 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19532         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19533         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19534         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19536 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19538         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19539         mails in the doc string.  Add some URLs in comment.
19540         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19542 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19545         backslashes handling and the way to find boundaries of quoted strings.
19547 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19549         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19550         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19551         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19552         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19554 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19556         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19557         doc string.
19558         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19560 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19562         * lpath.el: Fbind epg-check-configuration.
19564 2006-09-06  Simon Josefsson  <jas@extundo.com>
19566         * mml2015.el (mml2015-use): Doc fix, mention epg.
19568 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19570         * mml2015.el (mml2015-use): Default to epg, if available.
19572 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19574         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19575         message-sender.
19576         (mml1991-epg-encrypt): Ditto.
19577         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19578         message-sender.
19579         (mml2015-epg-encrypt): Ditto.
19581 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19583         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19584         several common directories.
19586 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19588         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19589         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19591 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19593         * gnus-art.el (article-decode-encoded-words): Make it fast.
19595 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19597         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19599         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19600         in quoted string into `\'.
19602 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19604         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19605         Use standard-syntax-table.
19607 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19609         * gnus-art.el (gnus-decode-address-function): New variable.
19610         (article-decode-encoded-words): Use it to decode headers which are
19611         assumed to contain addresses.
19612         (gnus-mime-delete-part): Remove useless `or'.
19614         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19615         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19616         (gnus-nov-parse-line): Use it to decode From header.
19617         (gnus-get-newsgroup-headers): Ditto.
19618         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19620         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19621         (mail-decode-encoded-address-string): New alias.
19623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19624         New function.
19625         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19626         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19627         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19628         (rfc2047-decode-string): Ditto.
19629         (rfc2047-decode-address-region): New function.
19630         (rfc2047-decode-address-string): New function.
19632 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19634         * message.el (message-caesar-buffer-body): Allow rotating headers.
19636         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19638         * message.el (message-insert-formated-citation-line): Fix %f.
19639         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19641 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19643         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19644         (gnus-bookmark-mouse-available-p): New macro.
19645         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19646         (gnus-bookmark-bmenu-show-infos): Use it.
19647         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19648         (gnus-bookmark-bmenu-hide-infos): Ditto.
19649         (gnus-bookmark-remove-properties): New function.
19650         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19651         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19652         (gnus-bookmark-write-file): Bind coding-system-for-write.
19653         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19654         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19655         group before selecting it.
19656         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19657         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19658         quit-window if it is not available; use gnus-mouse-2 and bind it to
19659         gnus-bookmark-bmenu-select-by-mouse.
19660         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19661         (gnus-bookmark-bmenu-select-by-mouse): New function.
19663 2006-08-13  Romain Francoise  <romain@orebokech.com>
19665         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19666         space.
19668 2006-08-10  Romain Francoise  <romain@orebokech.com>
19670         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19671         (dns-mode-soa-auto-increment-serial): New user option.
19672         (dns-mode-soa-maybe-increment-serial): New function.
19673         (dns-mode): Add the latter to `write-contents-functions'.
19675 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * compface.el (uncompface): Use binary rather than raw-text-unix.
19679 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19681         * compface.el (uncompface): Make sure the eol conversion doesn't take
19682         place when communicating with the external programs.
19683         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19685 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19687         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19689 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19691         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19692         Make it more robust by parsing author and date independently.
19694 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19696         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19698 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19700         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19701         first matching secret key.
19702         (mml2015-epg-encrypt): Ditto.
19704         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19705         first matching secret key.
19706         (mml1991-epg-encrypt): Ditto.
19708         * mml2015.el (mml2015-encrypt-to-self): New user option.
19709         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19710         mml2015-epg-encrypt-to-self is set.
19712         * mml1991.el (mml1991-encrypt-to-self): New variable.
19713         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19714         mml1991-epg-encrypt-to-self is set.
19716         * mml2015.el (mml2015-signers): New user option.
19717         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19718         (mml2015-epg-encrypt): Allow to select signing keys.
19720         * mml1991.el (mml1991-signers): New variable.
19721         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19722         (mml1991-epg-encrypt): Allow to select signing keys.
19724 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19726         * nnheader.el (nnheader-insert-head): Make it work even if the file
19727         uses CRLF for the line-break code.
19729 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19731         * mml2015.el: Require mml-sec instead of password.
19732         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19733         (mml2015-cache-passphrase): Inherit the default value from
19734         mml-secure-cache-passphrase.
19735         (mml2015-passphrase-cache-expiry): Inherit the default value from
19736         mml-secure-passphrase-cache-expiry.
19738         * mml1991.el: Require mml-sec instead of password.
19739         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19740         (mml1991-cache-passphrase): Inherit the default value from
19741         mml-secure-cache-passphrase.
19742         (mml1991-passphrase-cache-expiry): Inherit the default value from
19743         mml-secure-passphrase-cache-expiry.
19745         * mml-sec.el: Require password.
19746         (mml-secure-verbose): New user option.
19747         (mml-secure-cache-passphrase): New user option.
19748         (mml-secure-passphrase-cache-expiry): New user option.
19750 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19751             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19753         * pgg-def.el (pgg-truncate-key-identifier):
19754         Truncate the key ID to 8 letters from the end.
19756 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19758         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19759         workaround for the url package included with Emacs.
19761         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19763 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19765         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19766         correctly.  This fixes a bug caused by the 2006-05-12 change.
19768 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19770         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19771         some information about the error when saying that the `bogus' mail
19772         group will be used.
19774 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19776         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19777         string.
19779 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19781         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19783 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19785         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19787 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19789         * mml1991.el (mml1991-function-alist): Add epg.
19790         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19791         (mml1991-epg-encrypt): New functions.
19793 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19795         * mml2015.el (mml2015-verbose): New variable.
19796         (mml2015-cache-passphrase): Ditto.
19797         (mml2015-passphrase-cache-expiry): Ditto.
19798         (mml2015-function-alist): Add epg.
19799         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19800         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19801         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19802         New functions.
19804 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19806         * message.el (message-cite-original-1): Preserve region when removing
19807         quoted text due to X-No-Archive in order to avoid bogus attribution
19808         when citing multiple messages.
19810 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19812         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19813         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19815 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19817         * gnus-diary.el (gnus-user-format-function-d)
19818         (gnus-user-format-function-D): Autoload.
19820         * imap.el (Commentary): Fix typo.
19822         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19823         2006-04-22 contribution.
19825 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19827         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19828         It didn't really fix the bogosity I'm seeing with solid web groups.
19830 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19832         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19833         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19834         created using server names.  If we use the feature without declaring
19835         it, Gnus does not properly manage server and group state.
19837         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19838         bound.
19840 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19842         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19843         looking up the method using GROUP's prefix before inventing a new one.
19844         It is used on killed/unknown groups in various places where returning
19845         an all-new method isn't expected by the caller.
19847         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19848         and match semantics of gnus-group-real-prefix.
19850 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19852         * nnmail.el (nnmail-broken-references-mailers): New variable.
19853         (nnmail-ignore-broken-references): New function generalizing
19854         nnmail-fix-eudora-headers.
19855         (nnmail-fix-eudora-headers): Now obsolete.
19857         * gnus-art.el (gnus-button-handle-custom):
19858         Support `customize-apropos*'.
19860 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19862         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19864         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19865         articles.
19867 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19869         * message.el (message-cite-reply-above): New variable.
19870         (message-yank-original): Use it.
19872 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19874         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19876 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19878         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19879         as read.
19881         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19883 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19885         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19886         (gnus-bookmark-default-file): Use gnus-directory.
19887         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19888         Remove "*" in doc string.
19889         (gnus-bookmark-write-file): Simplify.
19890         (gnus-bookmark-maybe-sort-alist): Use `when'.
19891         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19892         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19893         Add FIXME about Emacs 21 and XEmacs compatibility.
19894         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19895         compatibility.
19896         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19897         compatibility.
19898         (gnus-bookmark-menu-heading): Fix version.
19900 2006-06-19  Bastien Guerry  <bzg@altern.org>
19902         * gnus-bookmark.el: New file.
19904 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19906         * message.el (message-syntax-checks): Doc fix.
19908 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19910         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19911         unsubscribed groups as if they were killed ones.  It causes duplicate
19912         entries in gnus-newsrc-alist.
19914 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19916         * message.el (message-syntax-checks): Doc fix.
19917         (message-send-mail): Add check for continuation headers.
19918         (message-check-news-header-syntax): Fix regexp used to check for
19919         continuation headers.
19921 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19923         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19925 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19927         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19929 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19931         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19932         default-truncate-lines.
19934 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19936         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19937         to fill the utf-8 entry.
19939         * lpath.el: Fbind unicode-precedence-list.
19941 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19943         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19945 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19947         * gnus-agent.el (directory-files-and-attributes): Move all the way
19948         forward (the third and final move).
19949         (gnus-agent-read-agentview): Trap reconstruction errors due to
19950         nonexistent directory.  Handle by returning nil.
19952 2006-05-30  Didier Verna  <didier@xemacs.org>
19954         * message.el (message-dont-reply-to-names): Update the custom type.
19955         * message.el (message-dont-reply-to-names): New defsubst: potentially
19956         convert a list of regexps into a single one.
19957         * message.el (message-get-reply-headers): Use it.
19958         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19960 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19962         * gnus-agent.el (directory-files-and-attributes): Move forward.
19964 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19966         * gnus-ml.el (gnus-mailing-list-subscribe)
19967         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19968         (gnus-mailing-list-message): Fix doc strings.
19970 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19972         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19973         of doing it manually.
19975 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19977         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19978         comment.
19980 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19982         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19983         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19984         (gnus-agent-read-local): All symbols allocated in my-obarray.
19985         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19986         (gnus-agent-regenerate-group): Check numeric names to see if they are
19987         messages or groups.
19988         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19989         better way of do this...)
19991         * gnus-cache.el (gnus-agent-total-fetched-for):
19992         Ignore 'dummy.group' (there should be a better way of do this...)
19994 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19996         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19997         (gnus-saved-headers): Ditto.
19998         (gnus-default-article-saver): Mention functions may have properties.
19999         (gnus-article-save): Override gnus-save-all-headers and
20000         gnus-saved-headers by :headers property which saver function may have.
20001         (gnus-summary-save-in-file): Add :headers property.
20002         (gnus-summary-write-to-file): Ditto.
20004         * gnus-sum.el (gnus-summary-save-article): Bind
20005         gnus-prompt-before-saving to t when saving many articles in a file;
20006         always show all headers.
20008         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
20010 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
20012         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
20013         marks.
20015         * message.el (message-indent-citation): Add optional arguments to allow
20016         using it outside of message buffers.
20018         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
20019         (gnus-article-treat-unfold-headers): Use it.
20020         (gnus-article-truncate-lines): New variable.
20021         (gnus-article-mode): Use it.
20022         (gnus-article-toggle-truncate-lines): New function.
20024         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20025         Add gnus-article-toggle-truncate-lines.
20027         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
20028         coding system in XEmacs, use binary.
20030 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20032         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
20033         after-load-alist.
20035         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
20036         this function should save decoded articles.
20037         (gnus-summary-write-to-file): Use property to specify this function
20038         should save decoded articles and specify gnus-summary-save-in-file
20039         should be used to save articles other than the first one when saving
20040         many articles.
20041         (gnus-summary-save-body-in-file): Use property to specify this
20042         function should save decoded articles.
20043         (gnus-summary-write-body-to-file): Use property to specify this
20044         function should save decoded articles and specify
20045         gnus-summary-save-body-in-file should be used to save articles other
20046         than the first one when saving many articles.
20048         * gnus-sum.el (gnus-summary-save-article): Simplify.
20050 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20052         * gnus-art.el (gnus-default-article-saver):
20053         Add gnus-summary-write-body-to-file.
20054         (gnus-article-save-coding-system): Don't use coding system object
20055         in XEmacs.
20056         (gnus-read-save-file-name): Add optional `dir-var' argument which
20057         specifies directory in which files are saved; work even if optional
20058         `variable' argument is not specified.
20059         (gnus-summary-write-to-file): Read file name.
20060         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20061         (gnus-summary-write-body-to-file): New function.
20063         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20064         (gnus-summary-local-variables): Add it.
20065         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20066         (gnus-summary-save-article): Remove optional `decode' argument;
20067         determine whether to decode articles by the value of
20068         gnus-default-article-saver; when saving many files using
20069         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20070         it first and use gnus-summary-save-in-file or
20071         gnus-summary-save-body-in-file thereafter unless
20072         gnus-prompt-before-saving is always; move point to article which
20073         will be saved.
20074         (gnus-summary-save-article-file): Revert.
20075         (gnus-summary-write-article-file): Revert.
20076         (gnus-summary-save-article-body-file): Revert.
20077         (gnus-summary-write-article-body-file): New function.
20079 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20081         * gnus-art.el (gnus-default-article-saver): Doc fix.
20082         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20083         from gnus-summary-save-article-coding-system, and default to a
20084         certain coding system.
20085         (gnus-output-to-file): Add coding cookie and encode text according
20086         to gnus-article-save-coding-system; don't use mm-append-to-file.
20088         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20089         gnus-art.el and rename to gnus-article-save-coding-system.
20090         (gnus-summary-save-article): Require gnus-art; don't show all
20091         headers if it decodes articles; don't add coding cookie here;
20092         don't bind mm-text-coding-system-for-write.
20093         (gnus-summary-save-article-file): Save decoded articles.
20094         (gnus-summary-write-article-file): When saving many files, use
20095         gnus-summary-write-to-file first and gnus-summary-save-in-file
20096         thereafter unless gnus-prompt-before-saving is always.
20097         (gnus-summary-save-article-body-file): Save decoded articles.
20099         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20101 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20103         * nnrss.el (nnrss-check-group): Bind hash-index.
20105 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20107         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20108         its hash index.  Store this hash in `nnrss-group-data'.
20109         (nnrss-read-group-data): Update accordingly.
20111 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20113         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20114         entry.
20116         * gnus-sum.el (gnus-summary-make-menu-bar):
20117         Add gnus-article-browse-html-article.
20119 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20121         * gnus-sum.el (gnus-summary-mime-map):
20122         Add gnus-article-browse-html-article.
20124         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20126 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20128         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20129         suitable coding systems in customize.
20131 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20133         * mail-source.el (mail-sources): Fix custom type.
20135 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20137         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20138         (gnus-summary-expire-articles-now): Shorten prompt.
20140         * gmm-utils.el (wid-edit): Require.
20141         (defun-gmm): Rename from `gmm-defun-compat'.
20142         (gmm-image-search-load-path): Use it.
20143         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20145 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20147         * gnus-sum.el (gnus-summary-save-article-coding-system):
20148         New variable.
20149         (gnus-summary-save-article): Add optional `decode' argument.
20150         If it is set and gnus-summary-save-article-coding-system is non-nil,
20151         save decoded article.
20152         (gnus-summary-write-article-file): Save decoded article if
20153         gnus-summary-save-article-coding-system is non-nil.
20155         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20156         type.
20158 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20160         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20162 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20164         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20165         first to test gnus-single-article-buffer which may be buffer-local.
20167         * gnus-sum.el (gnus-summary-setup-buffer):
20168         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20169         group; make gnus-article-buffer, gnus-article-current, and
20170         gnus-original-article-buffer always buffer-local.
20171         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20172         group.
20173         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20175 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20177         * nnml.el (nnml-request-compact-group): Compressed files might not
20178         have .gz extension.
20180 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20182         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20183         (mm-copy-to-buffer): Use with-current-buffer.
20184         (mm-display-part): Simplify.
20185         (mm-inlinable-p): Add optional arg `type'.
20187 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20189         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20190         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20191         Try harder to show the attachment internally or externally using
20192         gnus-mime-view-part-as-type.
20194 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20196         * message.el (message-from-style, message-signature-separator)
20197         (message-user-organization-file, message-send-mail-function)
20198         (message-citation-line-function, message-yank-prefix)
20199         (message-indent-citation-function, message-signature)
20200         (message-signature-file, message-signature-insert-empty-line):
20201         Remove autoloads.
20203         * gnus-art.el (gnus-buttonized-mime-types):
20204         Remove "multipart/signed".  Revert 2006-04-26 change.
20206 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20208         * gnus.el (gnus-version-number): Bump version.
20210 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20212         * gnus.el: No Gnus v0.5 is released.
20214 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20216         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20217         fetching articles by message-id.
20219 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20221         * message.el (hashcash): Require hashcash as normal.
20223         * ecomplete.el (ecomplete-highlight-match-line):
20224         Use point-at-eol.
20225         (ecomplete-highlight-match-line): Use `highlight', because that
20226         face exists in both Emacs and XEmacs.
20228         * message.el (message-display-abbrev): Use point-at-bol.
20230         * mail-source.el: Don't require timer/timer-funcs.
20232         * gnus-async.el: Ditto.
20234         * password.el: Ditto.
20236         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20238         * mm-url.el: Ditto.
20240         * gnus-xmas.el: Don't require timer-funcs.
20242         * mm-util.el: Require timer/timer-funcs.
20244 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20246         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20247         Close.
20249 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20251         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20252         unibyte after clear-decrypt function runs.
20254         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20255         returns as a unibyte string.
20257 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20259         * lpath.el: Revert.
20261         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20262         (pgg-gpg-process-sentinel): Revert.
20264         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20265         (pgg-pgp-lookup-key): Revert.
20267         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20268         (pgg-pgp5-lookup-key): Revert.
20270         * pgg.el (pgg-fetch-key): Revert.
20272 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20274         * lpath.el: Fbind string-as-multibyte for XEmacs.
20276         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20277         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20278         (mml1991-pgg-encrypt): Ditto.
20280         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20281         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20282         a multibyte buffer.
20284         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20285         (pgg-pgp-lookup-key): Ditto.
20287         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20288         (pgg-pgp5-lookup-key): Ditto.
20290         * pgg.el (pgg-fetch-key): Ditto.
20292 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20294         * message.el (message-user-organization-file): Check several
20295         locations of the organization file.
20297         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20298         Add gnus-article-view-part-as-type.
20300         * gnus-art.el (gnus-article-view-part-as-type): New function.
20302         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20303         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20305         * mml.el: Simplify autoload.
20306         (mml-mode): defvar dnd-protocol-alist instead of using
20307         symbol-value.
20308         (mml-default-directory): New variable.
20309         (mml-minibuffer-read-file): Use it.
20310         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20312         * message.el (message-citation-line-format): New variable.
20313         (message-insert-formated-citation-line): New function.
20314         (message-citation-line-function):
20315         Add `message-insert-formated-citation-line' to custom type.
20317         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20318         to doc string.
20320         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20321         depending on mm-verify-option.
20323 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20325         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20326         binding pgg-* variables; reimplement the section which prevents
20327         MIME header from being signed.
20328         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20329         pgg-text-mode; remove a blank line at the top of body.
20331         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20332         lines at the top of body; use gnus-newsgroup-charset if there's no
20333         Charset header.
20335 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20337         * message.el (message-self-insert-commands): Doc fix.
20339         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20340         (mm-uu-pgp-encrypted-test): Ditto.
20341         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20342         between header and body; return application/pgp-encrypted handle
20343         if decryption failed; decode decrypted body by charset.
20345         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20346         element match to application/pgp-*.
20348 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20350         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20351         HTML.
20353 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20355         * mail-source.el (mail-source-call-script): Message the error
20356         string.
20358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20360         * gnus-util.el (gnus-byte-compile): Use it.
20362 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20364         * gnus-util.el (kill-empty-logs): New function.
20366 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20368         * message.el (message-mail-alias-type): Doc fix.
20369         (message-mail-alias-type-p): New function.
20370         (message-send): Use it.
20371         (message-mode): Ditto.
20372         (message-strip-forbidden-properties): Ditto.
20374         * ecomplete.el (ecomplete-database-file-coding-system):
20375         New variable.
20376         (ecomplete-save): Use it.
20377         (ecomplete-setup): Use it.
20379 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20381         * message.el (message-self-insert-commands): New variable.
20382         (message-strip-forbidden-properties): Use it.
20384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20386         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20387         that doesn't make XEmacs choke.
20389 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20391         * gnus-util.el (gnus-replace-in-string):
20392         Prefer replace-regexp-in-string over of replace-in-string.
20394 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20396         * gnus-util.el (gnus-select-frame-set-input-focus):
20397         Use select-frame-set-input-focus if it is available in XEmacs; use
20398         definition defined in Emacs 22 for old Emacsen.
20400         * dgnushack.el: Autoload unmorse-region for XEmacs.
20402         * lpath.el: Bind cursor-in-non-selected-windows and
20403         select-frame-set-input-focus for XEmacs.
20405 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20407         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20409 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20411         * gnus-registry.el (gnus-registry-cache-save): Remove text
20412         properties when saving via the temp buffer.
20414 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20416         * message.el (message-generate-hashcash): Honor custom type.
20418 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20420         * message.el (message-generate-hashcash): Default to non-nil when
20421         hashcash is found.
20423         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20424         (gnus-refer-thread-limit): Increase default to 500.
20426         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20428         * flow-fill.el (fill-flowed): Allow delete-space.
20430 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20432         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20433         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20434         Remove autoloads.
20436 2006-04-18  Simon Josefsson  <jas@extundo.com>
20438         * message.el (message-generate-hashcash): Default to.
20440 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20442         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20443         concatenating segments rather than before concatenating them.
20445 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20447         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20449 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20451         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20453         * message.el (message-forward-make-body-plain):
20454         Allow message-forward-ignored-headers to be a list.
20455         (message-remove-ignored-headers): Factor out into function.
20456         (message-forward-make-body-mml): Use it.
20458         * imap.el (imap-quote-specials): New function.
20459         (imap-login-auth): Quote specials.
20461         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20462         (rfc2231-parse-string): Allow concatanation of parameters that
20463         aren't contiguous.  The test case is
20464           (mail-header-parse-content-type "message/external-body;
20465             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20466             access-type=LOCAL-FILE;
20467             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20469 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20471         * nntp.el (nntp-accept-process-output): Return the value of
20472         `nnheader-accept-process-output'.
20474 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20476         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20477         (gnus-button-alist): Recognize more diff formats.
20478         (gnus-button-patch): Strip directory.
20480 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20482         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20483         Emacs 22 when setting focus.
20485 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20487         * gnus-art.el (gnus-article-treat-types): Do treatment of
20488         text/x-verbatim parts.
20489         (gnus-button-patch): New command.
20491         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20492         addresses that contain invalid characters.
20494 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20496         * message.el (message-put-addresses-in-ecomplete):
20497         Use gnus-replace-in-string.
20498         (message-is-yours-p): Use the more correct
20499         mail-header-parse-address instead of
20500         mail-extract-address-components.
20501         (message-put-addresses-in-ecomplete): Fix typo.
20503         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20504         keystroke.
20506         * gnus-art.el (gnus-treatment-function-alist): Change order of
20507         newsgroups/generic header folding to avoid double-folding.
20509         * message.el (message-hidden-headers): Add X-Draft-From.
20511         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20512         New command.
20513         (gnus-summary-repeat-search-article-backward): New command.
20515         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20516         groups in the parent topic.
20518 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20520         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20521         (spam-extra-header-to-number): Return the CRM114 number as a
20522         number instead of a string.
20524 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20526         * gnus-art.el (gnus-face-properties-alist): Move here from
20527         gnus-fun.
20529         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20531 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20533         * message.el (message-strip-forbidden-properties): Only display on
20534         self-insert-command.
20536         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20537         reindent.
20538         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20540 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20542         * smiley.el (smiley-style): Fix typo.
20544 2006-03-23  Kenichi Handa  <handa@m17n.org>
20546         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20547         instead of set-buffer-multibyte.
20549 2006-03-23  Kenichi Handa  <handa@m17n.org>
20551         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20552         buffer and then decode the buffer text if necessary.
20553         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20554         first, and after mm-encode-body, change the buffer to unibyte.
20556 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20558         * hashcash.el (hashcash-insert-payment-async-2):
20559         Use message-goto-eoh instead of doing it manually.
20560         (mail-add-payment): Use message-narrow-to-header instead of trying
20561         to do the same itself.
20563         * message.el (message-hidden-headers): Add Face.
20565         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20566         reparenting code.
20567         (gnus-summary-reparent-children): Refactored out code.
20568         (gnus-summary-thread-map): New keystroke.
20569         (gnus-summary-reparent-children): Make into command.
20571         * smiley.el (smiley-style): Default to `medium' if using a large
20572         font.
20574         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20575         does it itself.
20577         * message.el (message-point-in-header-p): Simplify definition.
20579 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20581         * nnagent.el (nnagent-request-set-mark): Silence log file
20582         writing.
20583         (nnagent-request-set-mark): Use write-region instead of
20584         append-to-file.
20586         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20587         strange select method.
20589         * ecomplete.el (ecomplete-display-matches): Get highlightling
20590         right.
20591         (ecomplete-display-matches): Use literals.
20592         (ecomplete-display-matches): Disable message logging.
20594         * message.el (message-display-abbrev): Small optimization.
20596         * ecomplete.el (ecomplete-display-matches): Allow automatic
20597         display.
20599         * message.el (message-strip-forbidden-properties):
20600         Display abbrevs.
20601         (message-display-abbrev): Get automatic display right.
20603         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20604         keystrokes.
20606 2006-04-13  Romain Francoise  <romain@orebokech.com>
20608         TODO: Backport to v5-10!
20610         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20611         Move here (and rename) from gnus-registry.el.
20613         * gnus-registry.el: Require gnus-util.
20614         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20616 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20618         * gnus-group.el (gnus-group-catchup-current):
20619         Change if-then-else-if-then-else into cond.
20620         (gnus-group-catchup): Indent.
20621         (group-name-at-point): New function.
20622         (gnus-fetch-group): Provide default from thing at point.
20624 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20626         * message.el (message-display-abbrev): Fix regexp.
20628         * ecomplete.el (ecomplete-highlight-match-line):
20629         Reimplement choosing.
20630         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20631         dead variables.
20633         * message.el (message-newline-and-indent): Remove debugging.
20634         (message-display-abbrev): Use new implementation.
20636 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20638         * gnus-art.el (gnus-article-mode):
20639         Set cursor-in-non-selected-windows to nil.
20641         * smiley.el: Revert previous change.
20642         (smiley-data-directory): defvar it before using it in the
20643         defcustom of `smiley-style'.
20645 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20647         * message.el (message-newline-and-indent): New function.
20649         * ecomplete.el: Implement more bits.
20651         * message.el (message-put-addresses-in-ecomplete): Clean up the
20652         string.
20654         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20656         * gnus-sum.el (gnus-summary-save-parts):
20657         Bind gnus-summary-save-parts-counter and use it to make unique file
20658         names.
20660         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20662         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20663         parameter to say whether to actually parse the individual
20664         addresses.
20666         * message.el (message-put-addresses-in-ecomplete): New function.
20667         (ecomplete): Require.
20668         (message-mail-alias-type): Add ecomplete as an option.
20670 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20672         * flow-fill.el (fill-flowed): Remove trailing space from blank
20673         quoted lines.
20675 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20677         * smiley.el (smiley-style): Move definition later to avoid a
20678         compilation warning.
20680 2006-04-12  Kenichi Handa  <handa@m17n.org>
20682         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20683         buffer and then decode the buffer text if necessary.
20684         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20685         first, and after mm-encode-body, change the buffer to unibyte.
20686         Use mm-disable-multibyte instead of set-buffer-multibyte.
20688 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20690         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20691         Content-Type header instead of Content-Disposition header.
20692         (gnus-mime-inline-part): Ditto.
20693         (gnus-mime-view-part-as-charset): Ignore charset that the part
20694         specifies.
20696         * mm-decode.el (mm-display-part): Work with external parts and
20697         usual parts similarly.
20699         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20700         instead of gnus-display-mime.
20702         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20703         instead of with-temp-buffer.
20705         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20706         tag to summarized topics part in order to encode non-ASCII text.
20708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20710         * smiley.el (smiley-style): New variable.
20711         (smiley-directory): New function.
20712         (smiley-data-directory): Derive from `smiley-style' using
20713         `smiley-directory'.
20714         (smiley-regexp-alist): Add new entries.
20716         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20717         (gnus-article-browse-delete-temp): Add :version.
20719 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20721         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20722         the sieve region.
20724 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20726         * gnus.el (gnus-version-number): Bump version.
20728 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20730         * gnus.el: No Gnus v0.4 is released.
20732 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20734         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20735         layout.
20737         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20738         unknown charset.
20740         * message.el (message-header-synonyms): Add Original-To to the
20741         default.
20743         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20744         optional parameter.
20746 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20748         * gnus-fun.el (gnus): Require it for gnus-directory.
20750 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20752         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20754 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20756         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20758 2006-04-05  Simon Josefsson  <jas@extundo.com>
20760         * password.el (password-reset): New function.
20762 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20764         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20765         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20767 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20769         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20770         Some whitespace was matched into the url, which broke browsing hits
20771         > 100 when mm-url-use-external was nil.
20773 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20776         Check gnus-extra-headers for 'Newsgroups.
20778         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20779         bound.
20781 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20783         * pgg-gpg.el: Clean up process buffers every time gpg processes
20784         complete.
20786 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20788         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20789         doc string.
20791 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20793         * pgg-gpg.el (pgg-gpg-process-filter)
20794         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20796         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20797         lines, temporary fix.
20799 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20801         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20803 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20805         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20806         default-enable-multibyte-characters.  This reverts the change from
20807         revision 6.17 which is no longer necessary because the passphrase
20808         is sent separately now.  GnuPG messages are unreadable under
20809         multibyte locales with default-enable-multibyte-characters set to
20810         nil.
20812 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20814         * message.el (message-tool-bar-gnome): Move "spell".
20816 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20818         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20819         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20820         instead.
20822 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20824         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20825         Improve newsgroups handling for NNTP overviews which don't include
20826         Newsgroups.
20828 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20830         * message.el (message-resend): Bind message-generate-hashcash to nil.
20832 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20834         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20835         when searching for already-paid recipients.
20837 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20839         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20840         passphrases when it is not needed.
20841         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20842         passphrase stuff from gpg, should only be necessary when you use
20843         gpg with a smartcard.
20845 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20847         * mml.el (mml-insert-mime): Ignore cached contents of
20848         message/external-body part.
20850         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20851         (mm-insert-part): Ditto.
20853 2006-03-23  Simon Josefsson  <jas@extundo.com>
20855         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20856         Reiner.
20857         (pgg-gpg-use-agent-p): Use it again.
20859 2006-03-23  Simon Josefsson  <jas@extundo.com>
20861         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20862         older emacsen.
20863         (pgg-gpg-use-agent-p): Don't use it.
20865 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20867         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20868         if we can.
20870 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20872         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20873         (pgg-gpg-update-agent): New function.
20874         (pgg-gpg-use-agent-p): New function.
20875         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20876         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20877         (pgg-gpg-sign-region): Use it.
20879 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20881         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20882         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20884 2006-03-21  Simon Josefsson  <jas@extundo.com>
20886         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20887         <wilde@sha-bang.de>.
20888         (pgg-gpg-use-agent): New variable.
20889         (pgg-gpg-process-region): Use it.
20890         (pgg-gpg-encrypt-region): Likewise.
20891         (pgg-gpg-encrypt-symmetric-region): Likewise.
20892         (pgg-gpg-decrypt-region): Likewise.
20893         (pgg-gpg-sign-region): Likewise.
20894         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20896 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20898         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20900         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20901         Add comment on version.
20903 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20905         * smiley.el: Add missing test smiley.
20907 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20909         * mm-decode.el (mm-with-part): New macro.
20910         (mm-get-part): Use it; work with message/external-body as well.
20911         (mm-save-part): Treat name and filename equally.
20913         * mm-extern.el (mm-extern-cache-contents): New function.
20914         (mm-inline-external-body): Use it; force the part to be displayed;
20915         move undisplayer added to the cached handle to the parent.
20917         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20918         (gnus-mime-view-part-as-type): Work with message/external-body.
20920         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20922 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20924         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20925         images in image-load-path.  [Sync with image.el, revision 1.60, in
20926         Emacs.]
20928 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20930         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20931         path rather than symbol.  Always return list of directories.
20932         Guarantee that image directory comes first.  [Sync with image.el,
20933         revision 1.59, in Emacs.]
20935         * message.el (message-make-tool-bar): Adjust to new API of
20936         `gmm-image-load-path-for-library'.
20938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20940         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20942 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20944         * gnus-art.el (gnus-article-only-boring-p):
20945         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20946         intangible text.
20947         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20949 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20951         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20952         Use `defun' instead of `gmm-defun-compat'.
20954 2006-03-14  Simon Josefsson  <jas@extundo.com>
20956         * message.el (message-unique-id): Don't use message-number-base36
20957         if (user-uid) is a float.
20958         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20960 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20962         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20964         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20965         empty line between a part and a message part.
20967 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20969         * smiley.el: Add more test smileys.
20970         (smiley-data-directory, smiley-regexp-alist)
20971         (gnus-smiley-file-types): Fix doc strings.
20972         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20973         adding new elements.
20974         (smiley-mouse-map): Unused code.  Make it a comment.
20976 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20978         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20979         scan latest NoCeM messages instead of old ones.
20980         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20981         delimiters that are recently used.
20982         (gnus-nocem-load-cache): Add autoload cookie.
20984         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20986         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20987         level which is larger than gnus-use-nocem is specified.
20989         * gnus-group.el (gnus-group-get-new-news): Ditto.
20991 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20993         * gnus-util.el (gnus-tool-bar-update): New function.
20995         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20996         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20998         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
21000         * gnus-group.el (gnus-group-redraw-when-idle)
21001         (gnus-group-redraw-check): Remove.
21002         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
21004 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21006         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
21007         if optional last element is specified in splits (FIELD VALUE...).
21009 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
21011         * message.el (message-make-tool-bar): Rename gmm-image-load-path
21012         to gmm-image-load-path-for-library.  Call with no-error argument.
21013         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
21015         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21017         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
21019         * gmm-utils.el (gmm-image-load-path): Remove alias.
21021 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
21023         * gmm-utils.el (gmm-image-load-path): Add alias.
21025         * nnml.el (nnml-generate-nov-databases-directory): Rename from
21026         nnml-generate-nov-databases-1.
21027         (nnml-generate-nov-databases): Use it.
21028         (nnml-generate-nov-databases-directory): Document no-active
21029         argument.
21031         * gmm-utils.el (gmm-image-load-path-for-library): Return single
21032         directory if path is t.  Add no-error.
21034         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
21035         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21037         * gnus-art.el (gnus-article-browse-delete-temp-files):
21038         Simplify resetting gnus-article-browse-html-temp-list.
21040         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
21041         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
21042         Add example to docstring.  Rename local variables.  Move error
21043         checks to default case in cond and simplify.
21045 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21047         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
21048         handle is multipart when calling it recursively.
21049         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21051 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21053         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21054         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21056 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21058         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21059         is loaded.
21061         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21062         loaded.
21064 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21066         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21067         to "Emacs 23 (unicode)" in doc string.
21069         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21070         "Emacs 23 (unicode)" in comment.
21072 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21074         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21076         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21077         characters 160 through 255 in Emacs 23.
21079 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21081         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21082         gnus-article-browse-html-temp.
21083         (gnus-article-browse-delete-temp): Make it customizable.
21084         Add `file'.  Adjust doc string.
21085         (gnus-article-browse-delete-temp-files): Add argument.
21086         Allow query for each file.  Adjust doc string.
21087         (gnus-article-browse-html-parts):
21088         Add `gnus-article-browse-delete-temp-files' to
21089         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21091 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21093         * gnus-art.el (gnus-article-browse-html-temp)
21094         (gnus-article-browse-delete-temp): New variables.
21095         (gnus-article-browse-delete-temp-files): New function.
21096         (gnus-article-browse-html-parts): Use it.
21098 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21100         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21102         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21103         string.
21105         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21106         gnus-summary-insert-new-articles when unplugged.
21107         Remove gnus-summary-search-article-forward.
21109         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21110         display-visual-class instead of display-color-cells.
21112 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21114         * dgnushack.el: Autoload customize-group for XEmacs.
21116         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21117         message/* containing non-ASCII text properly.
21119 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21121         * message.el: Require gmm-utils, remove autoloads.
21122         (message-tool-bar): Set default based on
21123         gmm-tool-bar-style.
21124         (message-tool-bar-gnome): Add gmm-customize-mode.
21126         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21127         gmm-tool-bar-style.
21128         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21130         * gnus-group.el (gnus-group-tool-bar): Set default based on
21131         gmm-tool-bar-style.
21132         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21134         * gmm-utils.el (gmm-image-directory): Rename variable from
21135         gmm-image-load-path.
21136         (gmm-image-load-path): Use gmm-image-directory.
21137         (gmm-customize-mode): New function.
21138         (gmm-tool-bar-style): New variable.
21140         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21141         gnus-group-redraw-line-number.
21142         (gnus-group-redraw-check): Simplify.
21143         (gnus-group-tool-bar-update): Remove redraw check.
21144         (gnus-group-make-tool-bar): Add redraw check.
21146 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21148         * gnus-art.el (gnus-button): Add missing parentheses.
21150 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21152         * lpath.el: Fbind line-number-at-pos.
21154 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21156         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21158 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21160         * gnus-art.el (gnus-button): New face.
21161         (gnus-article-button-face): Use it.
21163         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21164         Add gnus-summary-next-page.  Re-order.
21166         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21167         next-node are now included.
21168         (gnus-group-redraw-line-number): New internal variable.
21169         (gnus-group-redraw-check): Helper function for updating the tool
21170         bar.
21171         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21173         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21175         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21176         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21177         Use it to match format of Spamassassin 3.0 and later.
21178         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21179         (spam-check-bogofilter)
21180         (spam-bogofilter-register-with-bogofilter): Fix args of
21181         `gnus-error' calls.
21183 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21185         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21186         unnecessary interaction when sending queued mails.
21187         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21189 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21191         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21192         first or last are nil.
21194 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21196         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21198 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21200         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21202 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21204         * dns.el (query-dns): Protect more against buggy tcp output.
21206 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21208         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21209         nov.php.
21211 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21213         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21214         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21215         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21216         output on the server side.
21217         (nnweb-google-create-mapping): Update regexps and add some
21218         progress indication.
21220 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21222         * gnus-group.el (gnus-group-tool-bar-gnome):
21223         Fix gnus-agent-toggle-plugged.  Re-order icons.
21224         (gnus-group-tool-bar-gnome):
21225         Add gnus-group-{prev,next}-unread-group.
21226         (gnus-group-tool-bar-gnome): Re-order icons.
21228         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21229         Move gnus-summary-insert-new-articles.
21231         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21232         Fix comments.
21234         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21235         also available in Emacs 21.3.
21237         * message.el (message-fix-before-sending): Change "Emacs 22" to
21238         "Emacs 23 (unicode)" in comment.
21240         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21241         "Emacs 23 (unicode)" in comment.
21243         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21244         comment.
21245         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21247         * mm-view.el (mm-fill-flowed): Add :version.
21249 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21251         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21252         and load-path.
21254 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21256         * message.el: Autoload gmm-image-load-path.
21257         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21258         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21259         consitency.
21261         * gmm-utils.el (gmm-image-load-path): Also search in
21262         "../etc/images".  Don't set gmm-image-load-path if we don't find
21263         the image.
21265 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21267         * gmm-utils.el (gmm-image-load-path): Don't make
21268         `gmm-image-load-path' include subdirectories which the second arg
21269         `image' might specify.
21271         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21272         subdirectory to icon file names.
21274         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21276 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21278         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21279         gmm-image-load-path calls.
21281         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21283         * message.el (message-make-tool-bar): Ditto.
21285         * mml.el (mml-preview): Add comment concerning tool bar icons.
21287         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21288         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21290         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21291         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21293         * message.el (message-tool-bar-gnome): Use new icon names.
21294         (message-make-tool-bar): Use `gmm-image-load-path'.
21296         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21297         New functions from MH-E.
21298         (gmm-image-load-path): New variable from MH-E.
21299         (gmm-image-load-path): New function from MH-E.  Add arguments
21300         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21301         *-image-load-path-called-flag.
21303 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21305         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21307 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21309         * nnimap.el (nnimap-request-move-article): Change folder back to
21310         source group before deleting.
21312 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21314         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21316         * gnus-art.el (mm-url-insert-file-contents-external):
21317         Autoload mm-url.
21319         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21321 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21323         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21324         coding system which mm-charset-to-coding-system returns for a
21325         given charset is valid.
21327 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21329         * html2text.el (html2text-remove-tag-list):
21330         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21332 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21334         * gnus-cus.el: Revert 2005-10-17 change.
21336 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21338         * gnus-art.el (article-strip-banner):
21339         Call article-really-strip-banner only when the regexp match is made.
21341 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21343         * gnus-art.el (article-strip-banner):
21344         Use gnus-extract-address-components instead of
21345         mail-header-parse-addresses to make it work with non-ASCII text;
21346         remove mail-encode-encoded-word-string.
21348         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21349         values which are surrounded with \"...\"; make it never cause a
21350         Lisp error; give up parsing of parameters if it failed in
21351         extracting type.
21353 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21355         * smime.el (smime-cert-by-ldap-1): Fix bug where
21356         `smime-ldap-search' returns results without userCertificates.
21358 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21360         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21362 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21364         * spam.el (spam-check-spamassassin-headers): Adapt format for
21365         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21366         <ari@mbf.ocn.ne.jp>.
21367         (spam-list-of-processors): Add spam-use-gmane.
21369 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21371         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21372         make-temp-file; make it work with XEmacs as well.
21374         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21375         mm-make-temp-file.
21377         * mm-decode.el (mm-display-external): Use the 3rd arg of
21378         mm-make-temp-file.
21379         (mm-create-image-xemacs): Ditto.
21381 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21383         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21384         with message-narrow-to-headers.
21385         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21386         (gnus-draft-check-draft-articles): New function.
21387         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21389 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21391         * gnus-art.el (gnus-article-browse-html-parts):
21392         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21393         Don't use suffix argument for mm-make-temp-file for Emacs 21
21394         compatibility.  Remove useless `format'.
21396 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21398         * nnweb.el (nnweb-google-wash-article): Update regexps.
21399         (nnweb-group-alist): Use defvoo instead of defvar.
21401 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21403         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21404         re-loading nn* modules.
21406 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21408         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21409         for `tool-bar-mode' and don't check it's default-value.
21411         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21413         * message.el (message-make-tool-bar): Ditto.
21415         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21416         `substring'.  Shorten tmp-file name.
21418         * gnus.el: Remove bogus comment.
21420 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21422         * gnus-art.el (gnus-article-browse-html-parts): New function.
21423         (gnus-article-browse-html-article): New function for viewing html
21424         articles with a browser.
21426 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21428         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21429         in elisp.
21430         (pgg-gpg-encrypt-symmetric-region): Ditto.
21431         (pgg-gpg-sign-region): Ditto.
21433         * pgg-def.el (pgg-text-mode): New variable.
21435         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21436         (mml2015-pgg-encrypt): Ditto.
21438         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21439         (mml1991-pgg-encrypt): Ditto.
21441 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21443         * nnfolder.el (nnfolder-insert-newsgroup-line):
21444         Use message-make-date instead of current-time-string.
21446         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21447         to gnus-decoded which mm-uu might set.
21449 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21451         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21452         don't decode quoted parameters; remove misimported Emacs code.
21453         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21454         (rfc2231-decode-encoded-string): Don't use split-string which
21455         behaves differently according to Emacs version; use
21456         mm-decode-coding-region to convert charset to coding-system.
21457         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21458         (rfc2231-encode-string): Remove misimported Emacs code.
21460 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21462         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21463         when calling mail-header-parse-content-type.
21464         (article-de-quoted-unreadable): Ditto.
21465         (article-de-base64-unreadable): Ditto.
21466         (article-wash-html): Ditto.
21468         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21469         calling mail-header-parse-content-type and
21470         mail-header-parse-content-disposition.
21471         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21472         mail-header-parse-content-type.
21474         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21475         insert charset and format parameters; encode description after
21476         inserting it to buffer.
21477         (mml-insert-parameter): Fold lines properly even if a parameter is
21478         segmented into two or more lines; change the max column to 76.
21480         * rfc1843.el (rfc1843-decode-article-body): Don't use
21481         ignore-errors when calling mail-header-parse-content-type.
21483         * rfc2231.el (rfc2231-parse-string): Return at least type if
21484         possible; don't cause an error even if it fails in parsing of
21485         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21486         (rfc2231-encode-string): Don't break lines at the beginning, leave
21487         it to mml-insert-parameter.
21489         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21490         calling mail-header-parse-content-type.
21492 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21494         * spam-report.el (spam-report-gmane-use-article-number):
21495         Improve doc string.
21496         (spam-report-gmane-internal): Check if a suitable header was found
21497         in the article.
21499 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21501         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21502         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21504 2006-02-05  Romain Francoise  <romain@orebokech.com>
21506         Update copyright notices of all files in the gnus directory.
21508 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21510         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21512 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21514         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21515         segmented lines of parameter value to cope with Thunderbird 1.5
21516         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21517         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21518         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21520 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21522         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21523         parts.
21525 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21527         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21528         there's only one active file for all servers.
21529         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21530         solid groups.  Gnus might have used a FAST request to select the group.
21531         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21532         and nnweb-search redundantly in the active file.
21533         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21534         (nnweb-request-create-group): Don't use ARGS.
21535         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21536         initializations.  Let nnoo do the work.
21538 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21540         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21541         Say the part has been decoded.
21543         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21545 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21547         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21548         mailcap-viewer-test-cache when there's no 'test clause, since that
21549         will invert the meaning of a "nil" test previously determined by
21550         mailcap-mailcap-entry-passes-test.
21552 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21554         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21555         compiling.
21557         * gnus-sum.el: Ditto.
21559         * message.el: Don't bind tool-bar-map when compiling.
21561 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21563         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21565 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21567         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21568         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21569         current Google Groups.
21571 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21573         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21574         and tool-bar-mode.
21576         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21577         and tool-bar-mode.
21579         * message.el (message-tool-bar-update): Simplify.
21580         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21582         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21583         gnus-summary-buffer.
21584         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21585         gnus-summary-reply.
21587         * gmm-utils.el (gmm): Add :version.
21589 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21591         * Makefile.in (clean): New rule.
21592         (distclean): Use it.
21594 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21596         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21597         Don't autoload.
21599 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21601         * gmm-utils.el (gmm-verbose): Add :group.
21603 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21605         * message.el: Change some comments WRT tool-bars.
21607         * gnus-sum.el (gnus-summary-tool-bar)
21608         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21609         (gnus-summary-tool-bar-zap-list): New variables.
21610         (gnus-summary-make-tool-bar): Complete rewrite using
21611         `gmm-tool-bar-from-list'.
21613         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21614         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21615         New variables.
21616         (gnus-group-make-tool-bar): Complete rewrite using
21617         `gmm-tool-bar-from-list'.
21618         (gnus-group-tool-bar-update): New function.
21620         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21622 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21624         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21625         is dissected into a single part of which the type is the same as
21626         the given one; decode charset.
21628 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21630         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21631         into alists as symbol not string, since that's what
21632         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21633         look for.
21635 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21637         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21638         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21640         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21642 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21644         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21645         (gnus-xmas-mime-security-button-menu): New function.
21647         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21648         (gnus-mime-security-button-menu): New definition.
21649         (gnus-mime-security-button-map): Use them.
21650         (gnus-mime-security-button-menu): New function.
21651         (gnus-insert-mime-security-button): Addition to help echo.
21652         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21653         (gnus-mime-security-pipe-part): New functions.
21655         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21656         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21658         * mm-decode.el (mm-handle-set-disposition): Remove.
21659         (mm-handle-set-description): Remove.
21661 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21663         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21664         (mm-w3m-standalone-supports-m17n-p): New function.
21665         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21666         w3m usage.
21668         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21669         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21671 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21673         * message.el (message-tool-bar-zap-list):
21674         Use gmm-tool-bar-zap-list as custom type.
21675         (message-tool-bar-update): New function.
21676         (message-tool-bar, message-tool-bar-gnome)
21677         (message-tool-bar-retro): Add message-tool-bar-update.
21678         (message-tool-bar-gnome): Add flyspell-buffer.
21680         * gnus-util.el (gnus-error): Describe `args'.
21682         * gmm-utils.el (gmm-error): Describe `args'.
21683         (gmm-tool-bar-zap-list): New widget.
21684         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21686 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21688         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21689         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21690         the number of recursive calls.
21692         * mm-decode.el (mm-handle-set-disposition): New macro.
21693         (mm-handle-set-description): New macro.
21695 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21697         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21698         encoding.
21700 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21702         * message.el (message-tool-bar-zap-list, message-tool-bar)
21703         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21704         (message-tool-bar-local-item-from-menu): Remove.
21705         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21706         (message-make-tool-bar): New function.
21707         (message-mode): Use `message-make-tool-bar'.
21709         * gmm-utils.el: New file.
21710         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21711         (gmm-lazy): New widget copied from `nnmail.el'.
21712         (gmm-tool-bar-from-list): New function for creating customizable
21713         tool bars.
21714         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21715         output.
21716         (gmm): Add :prefix to defgroup.
21718 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21720         * gmm-utils.el (gmm-widget-p): New function.
21722 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21724         * mml.el (mml-attach-file): Describe `description' in doc string.
21725         (mml-menu): Add Emacs MIME manual and PGG manual.
21727 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21729         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21731 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21733         * nntp.el (nntp-end-of-line): Doc fix.
21735 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21737         * imap.el (imap-open): Handle case where buffer is a buffer
21738         object.
21740 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21742         * gnus-delay.el (gnus-delay): Don't autoload.
21743         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21744         to be re-loaded when customizing the `gnus-delay' group.
21746 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21748         * message.el (message-insert-citation-line): Use newlines.
21750 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21752         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21753         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21754         these routines, so the passphrase can be managed externally and
21755         passed in to the system.
21756         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21757         pgg-add-passphrase-to-cache function.
21759         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21760         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21761         these routines, so the passphrase can be managed externally and
21762         passed in to the system.
21763         (pgg-pgp5-sign-region): Use new name of
21764         pgg-add-passphrase-to-cache function.
21766 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21768         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21769         part of the decoded armor to find the key-identifier.
21770         (pgg-gpg-lookup-key-owner): New function to return the
21771         human-readable identifier of a key owner.
21772         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21773         itself.
21774         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21775         the key value) if we have a key and can match it against a secret
21776         key.  Also, added a note pointing out fact that the prompt only
21777         indicates the first matching key.
21779         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21780         pgg-decrypt-region.
21781         (pgg-add-passphrase-to-cache): Rename from
21782         `pgg-add-passphrase-cache' to reduce confusion (all callers
21783         changed).
21784         (pgg-remove-passphrase-from-cache): Rename from
21785         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21786         changed).
21787         (pgg-read-passphrase, pgg-add-passphrase-cache)
21788         (pgg-remove-passphrase-cache): Add informative docstrings.
21789         (pgg-decrypt): Convey provided passphrase in subordinate call to
21790         pgg-decrypt-region.
21792 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21794         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21795         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21796         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21797         'passphrase' argument, so the passphrase can be managed externally
21798         and then passed in to the system.
21800         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21801         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21802         so the passphrase cache can be used reliably with identifiers
21803         besides a pgp packet's key id.
21805         * pgg-gpg.el (pgg-gpg-encrypt-region)
21806         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21807         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21808         these routines, so the passphrase can be managed externally and
21809         passed in to the system.
21811         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21812         'notruncate' argument, so the passphrase cache can be used
21813         reliably with identifiers besides a pgp packet's key id.
21815 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21817         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21818         symmetric encryption.
21819         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21820         encrypted session key.
21821         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21822         message ask for the passphrase in a proper way.
21824         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21825         New user commands for symmetric encryption.
21827 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21829         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21831         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21833 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21835         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21837 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21839         * mm-decode.el (mm-inlined-types): Add application/pgp.
21840         (mm-automatic-display): Ditto.
21842         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21843         part as text.
21845 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21847         * nnrss.el: Update copyright.
21848         (nnrss-opml-import): Query whether to subscribe to each entry.
21850         * gnus-art.el:
21851         * gnus-sum.el:
21852         * gnus-xmas.el:
21853         * messagexmas.el:
21854         * mm-uu.el:
21855         * mm-view.el: Update copyright.
21857 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21859         * message.el (message-info): New function.
21860         (message-mode-menu): Add it.
21861         Update copyright.
21863         * ChangeLog: Fix and update copyright.
21865 2006-01-13  Romain Francoise  <romain@orebokech.com>
21867         * message.el (message-forward-subject-name-subject): Prefer the
21868         address to 'nowhere' if the sender has no name.
21869         Fix typo.  Update copyright year.
21871 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21873         * gnus-art.el (article-wash-html):
21874         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21875         (gnus-article-wash-html-with-w3m-standalone): New function.
21877         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21878         mm-inline-text-html-render-with-w3m-standalone.
21879         (mm-text-html-washer-alist): Map w3m-standalone to
21880         gnus-article-wash-html-with-w3m-standalone.
21881         (mm-inline-text-html-render-with-w3m-standalone): New function.
21883 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21885         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21886         Improve LaTeX.
21888 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21890         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21891         (nnrss-request-article): Render text/plain parts as HTML.
21893         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21894         the buffer.
21896 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21898         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21899         custom definition of `gnus-posting-styles'.
21901         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21902         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21904 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21906         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21907         Use nntp for bug archive.
21909 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21911         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21912         parts.
21913         (nnrss-normalize-date): New function converts ISO 8601 date into
21914         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21915         (nnrss-check-group): Use it.
21917 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21919         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21921         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21922         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21923         (nnrss-insert-w3): Ditto.
21925 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21927         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21928         the articles to be forwarded including the case where neither a
21929         number of articles nor a region is specified.
21931 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21933         * nnrss.el (nnrss-request-article): Fix last change; fill
21934         text/plain parts.
21936 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21938         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21939         in text/plain part.
21940         (nnrss-check-group): Don't add excessive newline to dc:subject.
21942 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21944         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21945         article.
21947 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21949         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21950         (nnml-use-compressed-files, nnml-save-mail): Support other
21951         comression programs such as bzip2.
21953 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21955         * dns.el (query-dns): Make sure we check the buffer size before
21956         removing tcp headers.
21958 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21960         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21961         remove MIME buttons associated with multipart/alternative parts.
21962         (gnus-mime-display-alternative): Tag buttons using `article-type'
21963         text property.
21965         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21966         associated with multipart/alternative parts.
21968         * gnus-art.el (gnus-signature-separator): Fix custom type.
21970         * mm-decode.el (mm-inlined-types): Fix custom type.
21971         (mm-keep-viewer-alive-types): Ditto.
21972         (mm-automatic-display): Ditto.
21973         (mm-attachment-override-types): Ditto.
21974         (mm-inline-override-types): Ditto.
21975         (mm-automatic-external-display): Ditto.
21977 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21979         * spam-report.el (spam-report-user-mail-address)
21980         (spam-report-user-agent): New variables.
21981         (spam-report-url-ping-plain): Use spam-report-user-agent.
21983 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21985         * gnus-art.el (gnus-button-handle-custom): Do not just use
21986         `customize-apropos' for any "M-x customize-*" button but the
21987         function called for.  Accept both the function name and its
21988         argument in order to achieve this.
21989         (gnus-button-alist): Remove support for "custom:" URL's.
21990         Pass function name to `gnus-button-handle-custom' in case of "M-x
21991         customize-*" buttons.
21993 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21995         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21996         multipart/alternative and add xref to mm-discouraged-alternatives
21997         in doc string.
21999         * mm-decode.el (mm-discouraged-alternatives): Add xref to
22000         gnus-buttonized-mime-types in doc string.
22002 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
22004         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
22005         Suggest image/.* in the doc string.
22007 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
22009         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
22010         message-marks (Debian bug#342521).
22012 2005-12-12  Simon Josefsson  <jas@extundo.com>
22014         * password.el (password-read-from-cache): Add.
22015         (password-read): Use it.
22017 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22019         * rfc2047.el (rfc2047-charset-to-coding-system):
22020         Recognize us-ascii as a MIME charset.
22022         * mm-bodies.el (mm-decode-content-transfer-encoding):
22023         Protect against the case where the 2nd arg TYPE is nil.
22025 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22027         * pop3.el (pop3-stream-type): Fix custom version.
22029         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
22031 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22033         * mm-decode.el (mm-display-external): Add missing cdr.
22035 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22037         * mm-decode.el (mm-display-external): Use nametemplate (defined in
22038         RFC1524) if it is in mailcap or add a suffix according to
22039         mailcap-mime-extensions when generating a temp filename; postpone
22040         deleting a temp file for 2 seconds for some wrappers, shell
22041         scripts, and so on, which might exit right after having started a
22042         viewer command as a background job.
22044 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22046         * nntp.el (nntp-marks-directory): Fix custom group.
22048         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22049         steps when < 10.
22051         * gnus-start.el (gnus-no-server-1):
22052         Mention `gnus-level-default-subscribed' in doc string.
22054 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22056         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22057         parens.
22059 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22061         * gnus-xmas.el (gnus-use-toolbar): Revert.
22062         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22063         gnus-use-toolbar is default.
22065         * messagexmas.el (message-use-toolbar): Revert.
22066         (message-setup-toolbar): Use global default-toolbar if
22067         message-use-toolbar is default.
22069 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22071         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22072         according to default-toolbar-visible-p.
22074         * messagexmas.el (message-use-toolbar): Ditto.
22076 2005-11-26  Dave Love  <fx@gnu.org>
22078         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22079         (tls-program, tls-success): Provide openssl alternative.
22081         * starttls.el: Doc fixes.
22082         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22083         SERVICE to PORT.
22085         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22086         port null or service name.
22087         (starttls-negotiate): Autoload.
22089 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22091         * message.el (message-kill-to-signature): Fix interactive spec.
22093 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22095         * pop3.el (pop3-open-server): Recognize a string as a service name.
22097 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22099         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22101 2005-11-23  Dave Love  <fx@gnu.org>
22103         Add pop3s, pop3/starttls.
22105         * pop3.el (pop3-authentication-scheme): Clarify doc.
22106         (open-tls-stream, starttls-open-stream): Autoload.
22107         (pop3-stream-type): New.
22108         (pop3-open-server): Use it.
22110         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22111         for POP.
22112         (mail-source-keyword-map): Add :stream for POP.
22113         (mail-source-fetch-pop): Use pop3-stream-type.
22115 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22117         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22118         of current-time-string.
22120 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22122         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22123         date header.
22125 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22127         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22128         it can seriously impact performance as it bypasses the agent's
22129         local caches.
22131 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22133         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22134         must be explicitly online rather than "not explicitly offline" for
22135         its flags to be synchronized.
22137         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22138         that gnus-uu-unmark-thread will function correctly.
22140         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22141         1024K is instead displayed as 1M.
22143 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22145         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22147 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22149         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22151 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22153         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22154         error message to display actual error condition.
22155         (gnus-agent-save-local): Avoid saving symbols that are bound to
22156         nil as they simply result in a warning message in
22157         gnus-agent-read-local.
22159 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22161         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22162         rather than make-variable-buffer-local for file-precious-flag.
22164 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22166         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22167         for duplicates which are removed.  The invalid sort check then
22168         triggers a rescan after the sort as sorting may have moved
22169         duplicate entries such that they can be cheaply detected.
22171 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22173         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22175 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22177         * gnus-agent.el (gnus-agent-article-alist-save-format):
22178         Change internal variable to a custom variable.  Change default value
22179         from compressed(2) to uncompressed(1).
22180         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22181         support for uncompressed agentview files.  Taken together, reading
22182         the agentview file should now be 6-7 times faster.
22184 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22186         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22187         as a buffer-local variable.  This avoids creating truncated
22188         dribble files as a result of a hang up, eg.
22190 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22192         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22193         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22194         XEmacs.
22196 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22198         * gnus-start.el (gnus-start-draft-setup):
22199         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22201         * gnus.el (gnus-splash): Change custom group.
22202         (gnus-group-get-parameter, gnus-group-parameter-value):
22203         Describe allow-list argument.
22205         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22206         string.
22208 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22210         * gnus-art.el (gnus-default-article-saver): Add user-defined
22211         `function' to custom type.
22213 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22215         * imap.el (imap-open): Handle case where buffer is a buffer
22216         object.
22218 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22220         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22221         long lines.
22222         (gnus-cache-delete-group): Wrap doc strings.
22224         * gnus-agent.el (gnus-agent-rename-group)
22225         (gnus-agent-delete-group): Wrap doc strings.
22227 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22229         * messagexmas.el (message-use-toolbar): Change the valid values
22230         into default, top, bottom, left, and right.
22231         (message-toolbar-thickness): New variable.
22232         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22233         well.
22234         (message-setup-toolbar): Make it work.
22236         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22237         (gnus-use-toolbar): Change the valid values into default, top,
22238         bottom, left, and right.
22239         (gnus-toolbar-thickness): New variable.
22240         (gnus-xmas-setup-toolbar): New function.
22241         (gnus-xmas-setup-group-toolbar): Use it.
22242         (gnus-xmas-setup-summary-toolbar): Use it.
22244 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22246         * gnus-start.el (gnus-1): Add "native" to
22247         gnus-predefined-server-alist.
22249         * gnus.el (gnus-method-to-server): Don't add "native" to the
22250         lists here, because that leads to problems when
22251         gnus-select-method is bound.
22253 2005-11-09  Simon Josefsson  <jas@extundo.com>
22255         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22256         use (not sort-by-date) instead.
22258 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22260         * gnus-delay.el (gnus-delay-group): Don't autoload.
22261         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22262         to be re-loaded when customizing the `gnus-delay' group.
22264 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22266         * message.el: Revert last changes.
22267         (message-insert-citation-line): Use newlines.
22269 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22271         * message.el (message-courtesy-message)
22272         (message-mark-insert-begin, message-mark-insert-end)
22273         (message-elide-ellipsis, message-cancel-message)
22274         (message-add-header, message-change-subject)
22275         (message-cross-post-followup-to-header)
22276         (message-cross-post-insert-note, message-reduce-to-to-cc)
22277         (message-widen-reply, message-delete-not-region)
22278         (message-kill-to-signature, message-insert-signature)
22279         (message-insert-importance-high, message-insert-importance-low)
22280         (message-insert-or-toggle-importance)
22281         (message-insert-disposition-notification-to)
22282         (message-indent-citation, message-yank-original)
22283         (message-cite-original-without-signature, message-cite-original)
22284         (message-insert-citation-line, message-position-on-field)
22285         (message-fix-before-sending, message-send-mail-partially)
22286         (message-send-mail, message-send-mail-with-sendmail)
22287         (message-send-mail-with-qmail, message-send-news)
22288         (message-check-news-header-syntax, message-generate-headers)
22289         (message-insert-courtesy-copy, message-fill-address)
22290         (message-fill-header, message-shorten-references)
22291         (message-setup-1, message-cancel-news)
22292         (message-forward-make-body-plain, message-forward-make-body-mime)
22293         (message-forward-make-body-mml, message-encode-message-body)
22294         (message-forward-make-body-digest-plain)
22295         (message-forward-make-body-digest-mime)
22296         (message-use-alternative-email-as-from): Insert `hard-newline'
22297         instead of ordinary newlines.
22299 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22301         * message.el (message-generate-headers): Downcase the argument
22302         given to message-check-element.
22304 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22306         * nntp.el (nntp-authinfo-rejected): New error condition.
22307         (nntp-wait-for): Use new error condition to signal authentication
22308         error.
22309         (nntp-retrieve-data): Rethrow new error condition to break out of
22310         recursive call to nntp-send-authinfo.
22312 2005-11-08  Romain Francoise  <romain@orebokech.com>
22314         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22315         (gnus-summary-exit-map): Bind to `Z p'.
22316         (gnus-summary-make-menu-bar): Add menu item.
22318 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22320         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22321         (gnus-treat-*): Add `first' in all doc strings.
22323         * gnus-group.el (gnus-group-compact-group): Fix typo.
22325 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22327         * gnus.el (gnus-parameters-case-fold-search): New variable.
22328         (gnus-parameters-get-parameter): Use it.
22330         * gnus-score.el (gnus-home-score-file): Doc fix.
22332 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22334         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22336 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22338         * mm-util.el (mm-special-display-p): New function.
22340         * mml.el (mml-preview): Use it; doc fix.
22342 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22344         * imap.el (imap-open): Handle case where buffer is a buffer object.
22346 2005-10-29  Romain Francoise  <romain@orebokech.com>
22348         * message.el (message-fix-before-sending): Fix comment.
22350 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22352         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22354 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22356         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22357         Used in gnus-score.el.
22359 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22361         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22363 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22365         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22366         whitespace removed in revision 7.8.  Use concatenated string to
22367         protect trailing whitespace.
22369 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22371         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22372         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22373         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22374         Courier IMAP ("some version from 2004").  Mostly based on similar
22375         code in the same function.
22377 2005-10-26  Didier Verna  <didier@xemacs.org>
22379         * gnus-group.el (gnus-group-compact-group): Invalidate original
22380         article buffer.
22381         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22382         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22383         NOV database and in article itself.
22384         Invalidate article backlog.
22386 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22388         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22390 2005-10-26  Simon Josefsson  <jas@extundo.com>
22392         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22393         part of 2004-07-25 change.
22395 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22397         * message.el (message-display-completion-list): New function.
22398         (message-expand-group): Use it; make sure the Completions buffer
22399         is modifiable.
22400 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22402         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22403         user-mail-name is an empty string.
22405 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22407         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22408         depending on gnus-score-decay-constant.
22410         * encrypt.el (encrypt-insert-file-contents)
22411         (encrypt-write-file-contents): Don't use `gnus-message'.
22413         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22414         arguments.
22415         (mm-uu-type-alist): Add message-marks and insert-marks.
22416         Pass arguments to mm-uu-verbatim-marks-extract.
22417         (mm-uu-hide-markers): New variable.
22418         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22420         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22421         (gnus-convert-image-to-face-command): Use "convert" by default to
22422         allow other input image formats.
22423         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22424         accordingly.
22426 2005-10-23  Simon Josefsson  <jas@extundo.com>
22428         * imap.el (imap-gssapi-program): Align command line parameters
22429         with latest GNU SASL.
22430         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22432 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22434         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22435         HTML.
22436         (nnslashdot-request-article): Ditto.
22438         * lpath.el (featurep): Add nobreak-char-display.
22440 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22442         * mail-source.el (mail-source-fetch-pop): Require pop3.
22443         (mail-source-check-pop): Ditto.
22445 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22447         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22448         errors.
22450 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22452         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22453         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22455         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22457         * mm-bodies.el (mm-decode-string):
22458         Call `mm-charset-to-coding-system' with allow-override argument.
22460 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22462         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22463         (rfc2047-charset-to-coding-system): New function.
22464         (rfc2047-decode-encoded-words): New function.
22465         (rfc2047-decode-region): Use them.
22466         (rfc2047-decode-cte): Remove.
22467         (rfc2047-parse-and-decode): Remove.
22468         (rfc2047-decode): Remove.
22470 2005-10-15  Kenichi Handa  <handa@m17n.org>
22472         * rfc2047.el (rfc2047-decode-cte): New function.
22473         (rfc2047-decode-region): Change the way to decode successive
22474         encoded-words: decode B- or Q-encoding in each encoded-word,
22475         concatenate them, and decode it as charset.
22477 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22479         * lpath.el: Fbind codepage-setup for XEmacs.
22481 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22483         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22484         widget-move-and-invoke.
22485         (gnus-custom-mode): Use gnus-custom-map.
22487 2005-10-15  Bill Wohler  <wohler@newt.com>
22489         * message.el (message-tool-bar-map): Rename image file from
22490         mail_send to mail/send.
22492 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22494         * message.el (message-expand-group): Pass the common
22495         prefix substring of completion to `display-completion-list'.
22497 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22499         * mml-sec.el (mml-secure-method): New internal variable.
22500         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22501         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22502         New functions using mml-secure-method.
22504         * mml.el (mml-mode-map): Add key bindings for those functions.
22505         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22506         Harder <harder@myrealbox.com>.
22507         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22508         Goto end of message if point is the headers of the message.
22510         * message.el (message-in-body-p): New function.
22512         * assistant.el: Autoload gnus-util and netrc.
22514         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22515         Use `mm-charset-override-alist' only when decoding.
22517         * mm-bodies.el (mm-decode-body):
22518         Call `mm-charset-to-coding-system' with allow-override argument.
22520         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22521         `filename' from Content-Disposition if Content-Type doesn't
22522         provide `name'.
22523         (gnus-mime-view-part-as-type): Set default instead of
22524         initial-input.
22526 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22528         * format-spec.el (format-spec): Propagate text properties of % spec.
22530 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22532         * gnus-art.el (gnus-treat-predicate): Add `first'.
22534 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22536         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22537         (mm-charset-override-alist): New variable.
22538         (mm-charset-to-coding-system): Use it.
22539         (mm-codepage-setup): New helper function.
22540         (mm-charset-eval-alist): New variable.
22541         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22542         Warn about unknown charsets.
22544         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22546 2005-10-04  David Hansen  <david.hansen@gmx.net>
22548         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22549         (nnrss-check-group): Ditto.
22551 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22553         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22554         Rename x-gnus-verbatim to x-verbatim.
22555         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22557         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22558         x-verbatim.
22560         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22562         * gnus-util.el (gnus-remove-duplicates): Remove.
22564         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22565         instead of gnus-remove-duplicates.
22567         * message.el (message-remove-duplicates): Remove.
22568         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22569         message-remove-duplicates.
22571         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22572         available, else use implementation from `delete-dups'.
22574         * message.el (message-insert-expires): New function.
22575         (message-mode-map): Add key binding.
22576         (message-mode-field-menu): Add menu entry.
22577         (message-mode): Document it.
22578         (message-make-expires-date): Use `message-make-date'.
22580 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22582         * message.el (message-make-expires-date): New function.
22584 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22586         * Makefile.in (list-installed-shadows): New entry.
22587         (install): Use it.
22588         (remove-installed-shadows): New entry.
22590         * dgnushack.el (dgnushack-default-load-path): New variable.
22591         (dgnushack-find-lisp-shadows): New function.
22592         (dgnushack-remove-lisp-shadows): New function.
22594 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22596         * Makefile.in (install-el-elc): New entry.
22597         (install): Use it so that .el files are necessarily installed.
22599 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22601         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22603 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22605         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22606         function rather than the diff-mode.el package.
22607         (mm-display-external): Use with-current-buffer.
22608         (mm-viewer-completion-map, mm-viewer-completion-map):
22609         Move initialization inside declaration.
22611 2005-09-29  Simon Josefsson  <jas@extundo.com>
22613         * spam.el: Load hashcash when compiling, to avoid warnings.
22614         Don't autoload mail-check-payment.
22615         (spam-check-hashcash): Define unconditionally, since hashcash.el
22616         is part of Gnus now.  Ignore errors from payment checking.
22618 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22620         * message.el (message-bold-region, message-unbold-region):
22621         Rename from `bold-region' and `unbold-region'.
22623         * message.el: Remove useless autoloads.
22625 2005-09-28  Simon Josefsson  <jas@extundo.com>
22627         * message.el (message-use-idna): Default to t.
22628         (message-use-idna): Test whether encoding works too.  Doc fix.
22630 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22632         * nntp.el (nntp-warn-about-losing-connection): Remove.
22634 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22636         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22637         customizable.  Change default value.
22638         (mm-uu-diff-groups-regexp): Change default value.
22639         (mm-uu-type-alist): Add doc string.
22640         (mm-uu-configure): Add doc string.  Make it interactive.
22641         (mm-uu-tex-groups-regexp): New variable.
22642         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22643         (mm-uu-type-alist): Add LaTeX documents.
22644         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22645         of "text/verbatim".
22646         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22648         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22649         instead of "text/verbatim".
22651         * message.el (message-mark-inserted-region)
22652         (message-mark-insert-file): Use slrn style marks when called with
22653         prefix argument.
22655 2005-09-27  Simon Josefsson  <jas@extundo.com>
22657         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22659 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22661         * message.el (message-remove-duplicates): New function.
22662         Implementation borrowed from `gnus-remove-duplicates'.
22663         (message-idna-to-ascii-rhs): Also encode idna addresses in
22664         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22665         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22666         only ask about the same idna domain once per header and also tell
22667         in what header to replace the idna domain.
22669         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22670         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22671         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22672         a header is decoded and not just the last one.
22674 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22676         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22677         has been decoded.
22679         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22680         (mm-insert-part): Don't modify text if it has been decoded.
22682         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22683         decoded.
22685         * mm-view.el (mm-inline-text): Don't strip text props unless
22686         decoding enriched or richtext parts.
22688 2005-09-25  Romain Francoise  <romain@orebokech.com>
22690         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22691         * gnus-start.el (gnus-subscribe-interactively):
22692         * gnus-uu.el (gnus-uu-grab-articles):
22693         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22694         space.
22696 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22698         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22699         * mm-view.el (mm-view-pkcs7-decrypt):
22700         * gnus-sum.el (gnus-summary-limit-to-extra)
22701         (gnus-summary-respool-article, gnus-read-move-group-name):
22702         * gnus-score.el (gnus-summary-increase-score):
22703         * gnus-util.el (gnus-completing-read-with-default):
22704         * gnus-art.el (gnus-read-save-file-name)
22705         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22706         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22707         * message.el (message-check-news-header-syntax):
22708         Follow convention for reading with the minibuffer.
22710 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22712         * spam-report.el (spam-report-url-ping-plain):
22713         Use gnus-extended-version as User-Agent.
22715         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22716         default value is nil.
22718         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22719         (mm-uu-verbatim-marks-extract): New function.
22720         (mm-uu-extract): New face.
22721         (mm-uu-copy-to-buffer): Use it.
22723         * spam-report.el (spam-report-gmane-ham): Rename from
22724         `spam-report-gmane-unspam'.
22725         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22726         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22728         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22729         Autoload.
22730         (spam-report-gmane-unregister-routine):
22731         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22733 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22735         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22736         (spam-report-gmane-unregister-routine): Add support for gmane
22737         unregistration.
22739         * spam-report.el (spam-report-gmane-unspam)
22740         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22741         (spam-report-gmane): Change to take a single article and do unspam
22742         registration.
22744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22746         * mm-url.el (mm-url-decode-entities): Fix regexp.
22748 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22750         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22751         default to nil, to be able to use Gnus at all.  If the default
22752         switches to something else, then the function should be fixed not
22753         be exceedingly slow.
22755 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22757         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22758         fail hard.
22760         * spam-report.el: Add better Keywords line.
22762         * spam.el: Add Maintainer and better Keywords line.
22764 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22766         * gnus-art.el (gnus-article-replace-part)
22767         (gnus-mime-replace-part): New functions.
22768         (gnus-mime-action-alist, gnus-mime-button-commands)
22769         (gnus-mime-save-part-and-strip): Add file argument.
22770         (gnus-article-part-wrapper): Add interactive argument.
22772         * gnus-sum.el (gnus-summary-mime-map):
22773         Add `gnus-article-replace-part'.
22775 2005-09-19  Didier Verna  <didier@xemacs.org>
22777         The nnml compaction feature:
22778         * nnml.el (nnml-request-compact-group): New function.
22779         * nnml.el (nnml-request-compact): New function.
22780         * gnus-int.el (gnus-request-compact-group): New function.
22781         * gnus-int.el (gnus-request-compact): New function.
22782         * gnus-group.el (gnus-group-compact-group): New function.
22783         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22784         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22785         * gnus-srvr.el (gnus-server-compact-server): New function.
22786         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22787         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22789 2005-09-18  Deepak Goel  <deego@gnufans.org>
22791         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22792         format spec.
22794 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22796         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22798 2005-09-15  Romain Francoise  <romain@orebokech.com>
22800         * message.el (message-fill-paragraph): Clarify docstring.
22802 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22804         * gnus-art.el (gnus-mime-display-part): Protect against broken
22805         MIME messages.
22807 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22809         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22810         before parsing header.
22812 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22814         * html2text.el (html2text-replace-list): Add new entities.
22816 2005-09-11  Romain Francoise  <romain@orebokech.com>
22818         * message.el (message-alternative-emails): Improve docstring.
22819         (message-setup-1): Call `message-use-alternative-email-as-from'
22820         after `message-setup-hook' to give it precedence over posting
22821         styles, etc.
22822         (message-use-alternative-email-as-from): Add docstring.
22823         Remove the original From header if present.
22825         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22826         (nnml-save-mail): Use it.
22828         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22829         articles.  Add new argument `silent'.
22830         (gnus-uu-mark-all): Report the total number of marked articles.
22832 2005-09-10  Romain Francoise  <romain@orebokech.com>
22834         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22835         (gnus-uu-mark-series): Likewise.
22837 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22839         * spam-report.el (spam-report-gmane): Fix generation of spam
22840         report URL.
22842 2005-09-10  Simon Josefsson  <jas@extundo.com>
22844         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22845         t, based on discussion on the ding list with Robert Epprecht
22846         <epprecht@solnet.ch>.
22848 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22850         * spam-report.el (spam-report-gmane): Make it work without
22851         X-Report-Spam header.  Gmane now only provides Archived-At.
22852         This is only used if `spam-report-gmane-use-article-number' is nil.
22853         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22855         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22856         make `gnus-summary-sort-by-recipient' work with threading.
22858         * nnweb.el (nnweb-google-wash-article): Print a message if article
22859         is not available.
22861 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22863         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22864         change.  Decode text/* parts content before displaying.
22866 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22868         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22870 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22872         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22874         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22875         url-package-name, url-package-version,
22876         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22877         w3m-display-inline-images, and w3m-minor-mode-map.
22879 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22881         * message.el (message-tab-body-function): Fix mismatched custom type.
22883         * gnus.el (gnus-group-change-level-function): Ditto.
22885         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22887         * gnus-art.el (gnus-signature-limit)
22888         (gnus-article-mime-part-function): Ditto.
22890 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22892         * mml.el (mml-mode): Silence the byte compiler.
22894         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22895         using `(sit-for 0)' before moving the point to the specified part;
22896         skip unbuttonized parts.
22897         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22898         return to the summary window if gnus-auto-select-part is non-nil.
22900 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22902         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22903         New variables.
22904         (mml-dnd-attach-file, mml-mode): Use them.
22906         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22907         Make fetching article by MID work again for Google Groups.
22908         Add FIXME concerning gnus-group-make-web-group.
22910         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22911         Don't depend on Gnus by using mail-extract-address-components if
22912         gnus-extract-address-components is not bound.
22914 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22916         * gnus-art.el (gnus-mime-display-security): Don't display the
22917         signature, but only the signed part.
22919 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22921         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22923         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22924         list, not listp.
22926 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22928         * mm-encode.el (mm-encode-content-transfer-encoding):
22929         Likewise when encoding.
22931         * mm-bodies.el (mm-decode-content-transfer-encoding):
22932         De-canonicalize CRLF for all text content types, not just
22933         text/plain.
22935 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22937         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22938         valid article; point arrow and cursor at the MIME button.
22940 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22942         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22943         Suggested by Dan Christensen <jdc@uwo.ca>.
22945         * mm-decode.el (mm-save-part): Enable change of prompt.
22947 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22949         * gnus-msg.el (gnus-inews-add-send-actions):
22950         Make `message-post-method' lambda parameter ARG `&optional'.
22952 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22954         * gnus-sum.el (gnus-summary-mime-map):
22955         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22956         gnus-article-jump-to-part.
22958         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22959         (gnus-article-edit-part): Use it.
22960         (gnus-article-part-wrapper): Add no-handle argument.
22961         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22962         New functions.
22964 2005-08-29  Romain Francoise  <romain@orebokech.com>
22966         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22967         docstring.
22968         (gnus-face-from-file): Likewise.
22970 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22972         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22973         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22974         non-nil.
22975         (gnus-auto-select-part): New variable.
22976         (gnus-article-jump-to-part): New function.
22977         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22978         (gnus-mime-delete-part): Allow selecting specified part after
22979         deleting or stripping parts.
22980         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22981         part if argument is bogus.
22983 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22985         * gnus-art.el (w3m-minor-mode-map):
22986         * gnus-spec.el (gnus-newsrc-file-version):
22987         * gnus-util.el (nnmail-active-file-coding-system)
22988         (gnus-original-article-buffer, gnus-user-agent):
22989         * gnus.el (gnus-ham-process-destinations)
22990         (gnus-parameter-ham-marks-alist)
22991         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22992         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22993         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22994         * mm-decode.el (gnus-current-window-configuration):
22995         * mm-extern.el (gnus-article-mime-handles):
22996         * mm-url.el (url-current-object, url-package-name)
22997         (url-package-version):
22998         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22999         (smime-keys, w3m-cid-retrieve-function-alist)
23000         (w3m-current-buffer, w3m-display-inline-images)
23001         (w3m-minor-mode-map):
23002         * mml-smime.el (gnus-extract-address-components):
23003         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
23004         (gnus-newsrc-hashtb, message-default-charset)
23005         (message-deletable-headers, message-options)
23006         (message-posting-charset, message-required-mail-headers)
23007         (message-required-news-headers):
23008         * mml1991.el (mc-pgp-always-sign):
23009         * mml2015.el (mc-pgp-always-sign):
23010         * nnheader.el (nnmail-extra-headers):
23011         * rfc1843.el (gnus-decode-encoded-word-function)
23012         (gnus-decode-header-function, gnus-newsgroup-name):
23013         * spam-stat.el (gnus-original-article-buffer): Add defvars.
23015 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
23017         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
23018         the end of the date treatments.
23020 2005-08-15  Simon Josefsson  <jas@extundo.com>
23022         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
23023         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
23024         Capello and Romain Francoise.
23025         (pgg-fetch-key-function): Remove, not used?
23026         (pgg-insert-url-with-w3): Require url, to get
23027         url-insert-file-contents regardless of where it is defined.
23029 2005-08-13  Romain Francoise  <romain@orebokech.com>
23031         * message.el (message-cite-original-1): New function.
23032         (message-cite-original): Use it.
23033         (message-cite-original-without-signature): Ditto.
23035 2005-08-08  Romain Francoise  <romain@orebokech.com>
23037         * message.el (message-yank-empty-prefix): New variable.
23038         (message-indent-citation): Use it.
23039         (message-cite-original-without-signature): Respect X-No-Archive.
23041 2005-08-08  Simon Josefsson  <jas@extundo.com>
23043         * pgg.el: Autoload url-insert-file-contents instead of loading
23044         w3/url.
23045         (pgg-insert-url-with-w3): Don't load url here.
23047 2005-08-07  Jesper Harder  <harder@phys.au.dk>
23049         * message.el (message-kill-to-signature): Don't insert newline at
23050         bol.
23051         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23053 2005-08-06  Romain Francoise  <romain@orebokech.com>
23055         * message.el (message-user-fqdn): Fix typo in docstring.
23057 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23059         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23061         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23063 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23065         * mm-bodies.el (mm-encode-body): Use coding system rather than
23066         charset to encode text.
23068         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23069         number of charsets if utf-8 is available (XEmacs).
23071 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23073         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23074         taken from `gnus-button-mid-or-mail-regexp'.
23075         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23076         (gnus-button-alist): Improve regexp for domain part of the MIDs
23077         for news:localpart@domain buttons.
23078         (gnus-button-ctan-directory-regexp): Update.
23080 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23082         * sieve-manage.el (sieve-manage-interactive-login):
23083         Use make-local-variable rather than make-variable-buffer-local.
23084         (sieve-manage-open): Ditto.
23085         (sieve-manage-authenticate): Ditto.
23087         * mml.el (mml-generate-mime-1): Make the content type default to
23088         text/plain if the filename is not specified.
23090 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23092         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23093         instead of insert-buffer.
23095         * message.el (message-yank-original): Ditto; set the mark at the
23096         end of the yanked message.
23098 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23100         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23101         lines to scroll rather than to stop it.
23103         * mml.el (mml-generate-default-type): Add doc string.
23104         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23105         default to application/octet-stream when determining the content
23106         type if it is not specified for the part or the mml contents; add
23107         a comment about mml-generate-default-type.
23109 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23111         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23112         make it default to application/octet-stream when determining the
23113         content type if it is not specified for the external contents.
23115 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23117         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23118         segmented parameter but also other parameters might be there.
23120 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23122         * mm-decode.el (mm-display-external): Delete temp file, directory
23123         and buffer immediately if the external process is exited.
23125 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23127         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23128         fewer lines than that of scroll-margin.
23129         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23131 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23133         * gnus-art.el (gnus-article-next-page): Revert.
23134         (gnus-article-beginning-of-window): New macro.
23135         (gnus-article-next-page-1): Use it.
23136         (gnus-article-prev-page): Ditto.
23137         (gnus-article-edit-part): Use insert-buffer-substring instead of
23138         insert-buffer.
23139         (gnus-article-edit-exit): Ditto.
23141         * gnus-util.el (gnus-beginning-of-window): Remove.
23142         (gnus-end-of-window): Remove.
23144         * lpath.el: Don't bind header-line-format and scroll-margin.
23146 2005-07-25  Simon Josefsson  <jas@extundo.com>
23148         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23149         to have the url package without w3.  Reported by Daiki Ueno
23150         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23152 2005-07-20  Didier Verna  <didier@xemacs.org>
23154         * gnus-diary.el: Remove the description comment (nndiary is now
23155         properly documented in the Gnus manual).
23156         Fix the spelling of "Back End".
23157         * nndiary.el: Ditto.
23158         Fix the copyright notice.
23160 2005-07-18  Romain Francoise  <romain@orebokech.com>
23162         * gnus-sum.el (gnus-summary-to-prefix)
23163         (gnus-summary-newsgroup-prefix): New variables.
23164         (gnus-summary-from-or-to-or-newsgroups): Use them.
23166 2005-07-17  Romain Francoise  <romain@orebokech.com>
23168         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23169         space as it's generally not especially interesting to the user.
23171 2005-07-16  Romain Francoise  <romain@orebokech.com>
23173         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23174         nil to avoid prompting and file modification if one of the
23175         messages at the top of the nnfolder file contains a copyright
23176         notice.
23177         Update copyright notice.
23179         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23180         instead of `current-time-string' as the latter creates a time
23181         string that is not RFC 2822 compliant (it lacks the zone).
23182         Update copyright notice.
23184 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23186         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23187         for text/rtf.  Display default in prompt.  Pass default for M-n.
23189         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23191 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23193         * gnus-msg.el (gnus-button-mailto):
23194         Remove save-selected-window-window hackery because it relies on
23195         save-selected-window internals.
23197 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23199         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23200         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23201         (gnus-article-prev-page): Ditto.
23203         * gnus-util.el (gnus-beginning-of-window): New function.
23204         (gnus-end-of-window): New function.
23206         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23208 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23210         * gnus-score.el (gnus-score-edit-all-score):
23211         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23212         gnus-message.
23214 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23216         * gnus-msg.el (gnus-button-mailto):
23217         Remove save-selected-window-window hackery because it relies on
23218         save-selected-window internals.
23220 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23222         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23223         add-minor-mode.
23224         (gnus-binary-mode): Ditto.
23226         * gnus-topic.el (gnus-topic-mode): Ditto.
23228 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23230         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23231         (gnus-article-prev-page): Take scroll-margin into consideration.
23233 2005-07-04  Lute Kamstra  <lute@gnu.org>
23235         Update FSF's address in GPL notices.
23237 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23239         * gnus.el (gnus-exit):
23240         * gnus-group.el (gnus-group-icons):
23241         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23243         * gnus-nocem.el (gnus-nocem):
23244         * message.el (message-various, message-buffers, message-sending)
23245         (message-interface, message-forwarding, message-insertion)
23246         (message-headers, message-news, message-mail):
23247         * pgg-gpg.el (pgg-gpg):
23248         * pgg-parse.el (pgg-parse):
23249         * pgg-pgp.el (pgg-pgp):
23250         * pgg-pgp5.el (pgg-pgp5):
23251         * pop3.el (pop3): Finish `defgroup' description with period.
23253 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23255         * gnus-art.el (article-display-face): Improve the efficiency.
23256         (article-display-x-face): Ditto; remove gray x-face stuff.
23258 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23260         * gnus-art.el (article-display-face): Correct the position in
23261         which Faces are inserted.
23263 2005-06-29  Didier Verna  <didier@xemacs.org>
23265         * gnus-art.el (article-display-face): Display faces in correct
23266         order.
23268 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23270         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23271         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23272         (gnus-nocem-check-article): Fetch the Type header.
23273         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23274         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23275         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23276         make sure gnus-nocem-hashtb is initialized.
23277         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23278         (gnus-nocem-unwanted-article-p): Ditto.
23280         * pgg.el (pgg-verify): Return the verification result.
23282 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23284         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23285         is ascii.
23287 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23289         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23290         `show-nonbreak-escape'.
23292 2005-06-23  Lute Kamstra  <lute@gnu.org>
23294         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23296         * dig.el (dig-mode):
23297         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23299 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23301         * nnimap.el (nnimap-split-download-body): Fix spellings.
23303 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23305         * gnus-art.el (gnus-article-encrypt-body):
23306         * gnus-cus.el (gnus-score-customize):
23307         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23308         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23310 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23312         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23313         header by looking for magic "MII" at the beginning.
23315 2005-06-16  Miles Bader  <miles@gnu.org>
23317         * gnus-xmas.el (gnus-xmas-group-startup-message):
23318         Use renamed gnus-splash face.
23320         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23321         (assistant-field-face): New backward-compatibility alias for renamed
23322         face.
23323         (assistant-render-text): Use renamed assistant-field face.
23325         * spam.el (spam): Remove "-face" suffix from face name.
23326         (spam-face): New backward-compatibility alias for renamed face.
23327         (spam-face, spam-initialize): Use renamed spam face.
23329         * message.el (message-header-to, message-header-cc)
23330         (message-header-subject, message-header-newsgroups)
23331         (message-header-other, message-header-name)
23332         (message-header-xheader, message-separator, message-cited-text)
23333         (message-mml): Remove "-face" suffix from face names.
23334         (message-header-to-face, message-header-cc-face)
23335         (message-header-subject-face, message-header-newsgroups-face)
23336         (message-header-other-face, message-header-name-face)
23337         (message-header-xheader-face, message-separator-face)
23338         (message-cited-text-face, message-mml-face):
23339         New backward-compatibility aliases for renamed faces.
23340         (message-font-lock-keywords): Use renamed message faces.
23342         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23343         (sieve-test-commands, sieve-tagged-arguments):
23344         Remove "-face" suffix from face names.
23345         (sieve-control-commands-face, sieve-action-commands-face)
23346         (sieve-test-commands-face, sieve-tagged-arguments-face):
23347         New backward-compatibility aliases for renamed faces.
23348         (sieve-control-commands-face, sieve-action-commands-face)
23349         (sieve-test-commands-face, sieve-tagged-arguments-face):
23350         Use renamed sieve faces.
23352         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23353         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23354         (gnus-group-news-3-empty, gnus-group-news-4)
23355         (gnus-group-news-4-empty, gnus-group-news-5)
23356         (gnus-group-news-5-empty, gnus-group-news-6)
23357         (gnus-group-news-6-empty, gnus-group-news-low)
23358         (gnus-group-news-low-empty, gnus-group-mail-1)
23359         (gnus-group-mail-1-empty, gnus-group-mail-2)
23360         (gnus-group-mail-2-empty, gnus-group-mail-3)
23361         (gnus-group-mail-3-empty, gnus-group-mail-low)
23362         (gnus-group-mail-low-empty, gnus-summary-selected)
23363         (gnus-summary-cancelled, gnus-summary-high-ticked)
23364         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23365         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23366         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23367         (gnus-summary-low-undownloaded)
23368         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23369         (gnus-summary-low-unread, gnus-summary-normal-unread)
23370         (gnus-summary-high-read, gnus-summary-low-read)
23371         (gnus-summary-normal-read, gnus-splash):
23372         Remove "-face" suffix from face names.
23373         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23374         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23375         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23376         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23377         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23378         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23379         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23380         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23381         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23382         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23383         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23384         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23385         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23386         (gnus-summary-normal-ticked-face)
23387         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23388         (gnus-summary-normal-ancient-face)
23389         (gnus-summary-high-undownloaded-face)
23390         (gnus-summary-low-undownloaded-face)
23391         (gnus-summary-normal-undownloaded-face)
23392         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23393         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23394         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23395         (gnus-splash-face):
23396         New backward-compatibility aliases for renamed faces.
23397         (gnus-group-startup-message): Use renamed gnus faces.
23399         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23400         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23401         (gnus-server-agent): Remove "-face" suffix from face names.
23402         (gnus-server-agent-face, gnus-server-opened-face)
23403         (gnus-server-closed-face, gnus-server-denied-face)
23404         (gnus-server-offline-face):
23405         New backward-compatibility aliases for renamed faces.
23406         (gnus-server-agent-face, gnus-server-opened-face)
23407         (gnus-server-closed-face, gnus-server-denied-face)
23408         (gnus-server-offline-face): Use renamed gnus faces.
23410         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23411         Remove "-face" suffix from face names.
23412         (gnus-picon-xbm-face, gnus-picon-face):
23413         New backward-compatibility aliases for renamed faces.
23415         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23416         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23417         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23418         (gnus-cite-11): Remove "-face" suffix from face names.
23419         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23420         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23421         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23422         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23423         New backward-compatibility aliases for renamed faces.
23424         (gnus-cite-attribution-face, gnus-cite-face-list)
23425         (gnus-article-boring-faces): Use renamed gnus faces.
23427         * gnus-art.el (gnus-signature, gnus-header-from)
23428         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23429         (gnus-header-content): Remove "-face" suffix from face names.
23430         (gnus-signature-face, gnus-header-from-face)
23431         (gnus-header-subject-face, gnus-header-newsgroups-face)
23432         (gnus-header-name-face, gnus-header-content-face):
23433         New backward-compatibility aliases for renamed faces.
23434         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23436         * gnus-sum.el (gnus-summary-selected-face)
23437         (gnus-summary-highlight): Use renamed gnus faces.
23438         * gnus-group.el (gnus-group-highlight): Likewise.
23440 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23442         * gnus-sieve.el (gnus-sieve-article-add-rule):
23443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23444         * spam-stat.el (spam-stat-buffer-change-to-spam)
23445         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23447         * message.el (message-is-yours-p):
23448         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23450 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23452         * mm-view.el (mm-inline-text): Withdraw the last change.
23454 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23456         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23457         executing enriched-decode.
23459 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23461         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23462         charset of tar files.
23464 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23466         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23468 2005-06-04  Lute Kamstra  <lute@gnu.org>
23470         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23471         information is never recorded.
23473 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23475         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23477 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23479         * pop3.el (pop3-apop): Run md5 in the binary mode.
23481         * starttls.el (starttls-set-process-query-on-exit-flag):
23482         Use eval-and-compile.
23484 2005-05-31  Simon Josefsson  <jas@extundo.com>
23486         * smime.el (smime-replace-in-string): Define.
23487         (smime-cert-by-ldap-1): Use it.
23489 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23491         * gnus-art.el (article-display-x-face): Replace
23492         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23494         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23495         set-process-query-on-exit-flag or process-kill-without-query.
23497         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23498         loop instead of replace-regexp.
23500         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23501         instead of process-kill-without-query if it is available.
23503         * lpath.el: Fbind ldap-search-entries.
23505         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23506         instead of find-file-hooks if it is available.
23508         * mml1991.el: Bind pgg-default-user-id when compiling.
23510         * mml2015.el: Bind pgg-default-user-id when compiling.
23512         * nndraft.el (nndraft-request-associate-buffer):
23513         Use write-contents-functions instead of write-contents-hooks if it is
23514         available.
23516         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23517         instead of find-file-hooks if it is available.
23519         * nntp.el (nntp-open-connection): Replace
23520         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23521         (nntp-open-ssl-stream): Ditto.
23522         (nntp-open-tls-stream): Ditto.
23524         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23525         set-process-query-on-exit-flag or process-kill-without-query.
23526         (starttls-open-stream-gnutls): Use it instead of
23527         process-kill-without-query.
23528         (starttls-open-stream): Ditto.
23530 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23532         * smime.el (smime-cert-by-ldap-1): Don't use
23533         replace-regexp-in-string.
23535 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23537         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23539         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23540         in PEM format.  Adjust to the XEmacs compatibility.
23542 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23544         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23545         by `string-to-number'.
23546         * gnus-agent.el (gnus-agent-regenerate-group)
23547         (gnus-agent-fetch-articles): Ditto.
23548         * gnus-art.el (gnus-button-fetch-group): Ditto.
23549         * gnus-cache.el (gnus-cache-generate-active)
23550         (gnus-cache-articles-in-group): Ditto.
23551         * gnus-group.el (gnus-group-set-current-level)
23552         (gnus-group-insert-group-line): Ditto.
23553         * gnus-score.el (gnus-score-set-expunge-below)
23554         (gnus-score-set-mark-below, gnus-summary-score-effect)
23555         (gnus-summary-score-entry): Ditto.
23556         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23557         (gnus-soup-pack): Ditto.
23558         * gnus-spec.el (gnus-xmas-format): Ditto.
23559         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23560         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23561         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23562         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23563         * nndb.el (nndb-get-remote-expire-response): Ditto.
23564         * nndiary.el (nndiary-parse-schedule-value)
23565         (nndiary-string-to-number, nndiary-request-replace-article)
23566         (nndiary-request-article): Ditto.
23567         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23568         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23569         * nneething.el (nneething-make-head): Ditto.
23570         * nnfolder.el (nnfolder-request-article)
23571         (nnfolder-retrieve-headers): Ditto.
23572         * nnheader.el (nnheader-file-to-number): Ditto.
23573         * nnkiboze.el (nnkiboze-request-article): Ditto.
23574         * nnmail.el (nnmail-process-unix-mail-format)
23575         (nnmail-process-babyl-mail-format): Ditto.
23576         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23577         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23578         (nnmh-request-create-group, nnmh-request-list-1)
23579         (nnmh-request-group, nnmh-request-article): Ditto.
23580         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23581         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23582         * nnsoup.el (nnsoup-make-active): Ditto.
23583         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23584         * nntp.el (nntp-find-group-and-number)
23585         (nntp-retrieve-headers-with-xover): Ditto.
23586         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23587         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23588         (pgg-format-key-identifier): Ditto.
23589         * pop3.el (pop3-last, pop3-stat): Ditto.
23590         * qp.el (quoted-printable-decode-region): Ditto.
23592         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23593         of concat.
23595 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23597         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23599         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23601         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23603         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23605         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23607         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23609         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23610         (gnus-carpal-mode): Ditto.
23612         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23613         (gnus-browse-mode): Ditto.
23615         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23617         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23619 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23621         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23623 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23625         * gnus-util.el (gnus-run-mode-hooks): New function.
23627         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23629         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23630         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23632 2005-05-27  Lute Kamstra  <lute@gnu.org>
23634         * dns-mode.el (dns-mode): Specify customization group.
23636 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23638         * gnus-agent.el (gnus-agent-make-mode-line-string):
23639         Use mode-line-highlight as mouse-face.
23641 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23643         * canlock.el (canlock): Change the parent group to news.
23645         * deuglify.el (gnus-outlook-deuglify): Add :group.
23647         * dig.el (dig): Add :group.
23649         * dns-mode.el (dns-mode): Add :group.
23651         * encrypt.el (encrypt): Add :group.
23653         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23654         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23655         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23656         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23657         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23659         * gnus-diary.el (gnus-diary): Add :group.
23661         * gnus.el (gnus-group-news-1-face): Add :group.
23662         (gnus-group-news-1-empty-face): Ditto.
23663         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23664         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23665         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23666         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23667         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23668         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23669         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23670         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23671         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23672         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23673         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23674         (gnus-summary-high-ticked-face): Ditto.
23675         (gnus-summary-low-ticked-face): Ditto.
23676         (gnus-summary-normal-ticked-face): Ditto.
23677         (gnus-summary-high-ancient-face): Ditto.
23678         (gnus-summary-low-ancient-face): Ditto.
23679         (gnus-summary-normal-ancient-face): Ditto.
23680         (gnus-summary-high-undownloaded-face): Ditto.
23681         (gnus-summary-low-undownloaded-face): Ditto.
23682         (gnus-summary-normal-undownloaded-face): Ditto.
23683         (gnus-summary-high-unread-face): Ditto.
23684         (gnus-summary-low-unread-face): Ditto.
23685         (gnus-summary-normal-unread-face): Ditto.
23686         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23687         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23689         * hashcash.el (hashcash): New custom group.
23690         (hashcash-default-payment): Add :group.
23691         (hashcash-payment-alist): Ditto.
23692         (hashcash-default-accept-payment): Ditto.
23693         (hashcash-accept-resources): Ditto.
23694         (hashcash-path): Ditto.
23695         (hashcash-extra-generate-parameters): Ditto.
23696         (hashcash-double-spend-database): Ditto.
23697         (hashcash-in-news): Ditto.
23699         * message.el (message-minibuffer-local-map): Add :group.
23701         * netrc.el (netrc): Add :group.
23703         * sieve-manage.el (sieve-manage-log): Add :group.
23704         (sieve-manage-default-user): Diito.
23705         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23706         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23707         (sieve-manage-authenticators): Ditto.
23708         (sieve-manage-authenticator-alist): Ditto.
23709         (sieve-manage-default-port): Ditto.
23711         * sieve-mode.el (sieve-control-commands-face): Add :group.
23712         (sieve-action-commands-face): Ditto.
23713         (sieve-test-commands-face): Ditto.
23714         (sieve-tagged-arguments-face): Ditto.
23716         * smime.el (smime): Add :group.
23718         * spam-report.el (spam-report): Add :group.
23720         * spam.el (spam, spam-face): Add :group.
23722 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23724         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23725         return \n.\n.\n at the end of articles.  Protect against that.
23726         (nntp-with-open-group): Allow debugging.
23728         * nnheader.el (mail-header-set-extra): Make into a function
23729         because I just could't understand how to quote the list properly.
23731         * dns.el (query-dns-cached): New function.
23733 2005-05-26  Lute Kamstra  <lute@gnu.org>
23735         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23737 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23739         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23741         * gnus-art.el: Don't autoload mail-extract-address-components.
23743         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23744         eval-and-compile to evaluate it.
23746         * hashcash.el: Don't autoload executable-find.
23748         * nndb.el: Don't declare the nndb back end two or more times; don't
23749         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23751         * nntp.el: Autoload format-spec instead of format; use
23752         eval-and-compile to evaluate autoload forms.
23754 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23756         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23758 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23760         * gnus.el (gnus-version-number): Bump version.
23762 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23764         * gnus.el: No Gnus v0.3 is released.
23766 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23768         * lpath.el (featurep): Bind show-nonbreak-escape.
23770 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23772         * gnus-art.el (gnus-article-edit-part): Disable undo.
23774 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23776         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23777         gnus-article-date-lapsed-new-header is t if date timer is active;
23778         skip headers in which the original date value is empty.
23779         (gnus-article-save-original-date): Redefine it as a macro.
23780         (gnus-display-mime): Use it.
23782 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23784         * gnus-art.el (article-date-ut): Support converting date in
23785         forwarded parts as well.
23786         (gnus-article-save-original-date): New function.
23787         (gnus-display-mime): Use it.
23789 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23791         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23792         enclosure element of <item>.
23794 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23796         * message.el (message-kill-buffer-query): Rename from
23797         `message-kill-buffer-query-if-modified'.  Add :version.
23799 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23801         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23802         window layout.
23804 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23806         * mml.el: Autoload dnd when compiling.
23808 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23810         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23811         x-dnd-*.
23813 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23815         * qp.el (quoted-printable-encode-region): Save excursion.
23817 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23819         * message.el (message-kill-buffer-query-if-modified): Add new variable
23820         so the user can kill a modified message buffer quickly.
23821         (message-kill-buffer): Use it.
23823 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23825         * lpath.el: Fbind display-time-event-handler; don't fbind
23826         string-to-multibyte.
23828         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23830 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23832         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23833         contained in text because xml.el decodes entities) with LFs.
23835 2005-04-11  Lute Kamstra  <lute@gnu.org>
23837         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23838         differently.
23840 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23842         * mm-util.el (mm-detect-coding-region): Typo.
23844 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23846         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23848 2005-04-06  Deepak Goel  <deego@gnufans.org>
23850         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23851         user-function allow user modifications of the scores.
23852         (spam-stat-score-buffer-user): New function, to allow
23853         user-computed modifications to the score.
23854         (spam-stat-score-buffer-user-functions): List of additional
23855         scoring functions.
23856         (spam-stat-error-holder): Global temporary error holder.
23857         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23858         variable.
23860 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23862         * gnus-registry.el (gnus-registry-clean-empty-function)
23863         (gnus-registry-trim, gnus-registry-fetch-groups)
23864         (gnus-registry-delete-group): Groups that match
23865         `gnus-registry-ignored-groups' are removed from the registry
23866         entries, not just ignored for splitting.  This helps clean up the
23867         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23868         to get all the groups a message ID is in.
23870         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23871         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23872         (spam-stat-score-buffer-user-functions): Add :number custom type.
23874 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23876         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23877         argument in XEmacs.
23879         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23880         (nnrss-request-group): Decode group name first.
23881         (nnrss-request-article): Make a text/plain article if mml-to-mime
23882         failed.
23883         (nnrss-get-encoding): Return a compatible encoding according to
23884         nnrss-compatible-encoding-alist.
23885         (nnrss-find-el): Use consp instead of listp.
23886         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23888 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23890         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23891         which Emacs 20 doesn't support.
23892         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23894 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23896         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23897         silence the byte compiler inside the defun.
23899         * gnus-demon.el (parse-time-string): Add autoload.
23901         * gnus-delay.el (parse-time-string): Add autoload.
23903         * gnus-art.el (parse-time-string): Add autoload.
23905         * nnultimate.el (parse-time): Require for `parse-time-string'.
23907 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23909         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23911         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23913         * smime.el (smime-ldap-host-list): Add :version.
23915 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23917         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23918         pass it to `gnus-browse-read-group'.
23919         (gnus-browse-read-group): Add NUMBER argument and pass it to
23920         `gnus-group-read-ephemeral-group'.
23922         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23923         argument and pass it to `gnus-group-read-group'.
23925 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23927         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23928         mm-xemacs-find-mime-charset-1 if we have the mule feature
23929         available at runtime.
23931 2005-03-25  Werner Lemberg  <wl@gnu.org>
23933         * nnmaildir.el: Replace `illegal' with `invalid'.
23935 2005-03-23  Lute Kamstra  <lute@gnu.org>
23937         * time-date.el: Add comment on time value formats.
23938         Don't require parse-time.
23939         (with-decoded-time-value): New macro.
23940         (encode-time-value): New function.
23941         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23942         (days-to-time): Return a valid time value when arg is huge.
23943         (time-since): Use time-subtract.
23944         (time-to-number-of-days): Use time-to-seconds.
23946 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23948         * gnus-start.el (gnus-display-time-event-handler):
23949         Check display-time-timer at runtime rather than only at load time
23950         in case display-time-mode is turned off in the mean time.
23952 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23954         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23955         used.
23957         * nneething.el (nneething-map-file-directory): Derive from
23958         `gnus-directory'.
23960         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23961         the To/Cc button.
23963 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23965         * nnmaildir.el (nnmaildir-request-accept-article):
23966         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23968 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23970         * gnus-async.el: Require timer-funcs at compile time when in
23971         XEmacs for `run-with-idle-timer'.
23973 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23975         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23976         autoloaded function.
23978 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23980         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23982 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23984         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23986 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23988         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23989         Add gnus-expert-user to default.
23991 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23993         * nnimap.el (nnimap-open-server): Ditto.
23995         * imap.el (imap-authenticate): Fix typo.
23997 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23999         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
24000         buffer (since IMAP server might return FETCH response out of
24001         order, and the nntp buffer must be sorted).
24003 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
24005         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
24006         comparison on string.
24008         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
24009         (gnus-agent-score): Rename category keywords to match gnus-cus.
24010         (gnus-agent-summary-fetch-series): Modify to protect against
24011         gnus-agent-summary-fetch-group clearing processable flags.
24012         (gnus-agent-synchronize-group-flags): Update live group buffer as
24013         synchronization may occur due to the user toggle the plugged
24014         status.
24015         (gnus-agent-fetch-group-1): Clear downloadable flag when article
24016         successfully downloaded.
24017         (gnus-agent-expire-group-1): Avoid using markers when the overview
24018         is in ascending order; greatly improves performance.
24019         (gnus-agent-regenerate-group):
24020         Use gnus-agent-synchronize-group-flags to reset read status in both
24021         gnus and server.
24022         (gnus-agent-update-files-total-fetched-for): Fix initial size.
24024 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24026         * message.el: Don't autoload former message-utils variables.
24027         (message-strip-subject-trailing-was): Change doc string.
24029         * nnweb.el: Fixes for `gnus-group-make-web-group'.
24030         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
24031         (nnweb-google-search): Add "hl=en" here.
24032         (nnweb-google-parse-1, nnweb-google-create-mapping):
24033         Don't hardcode URL.
24035 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
24037         * message.el (message-get-reply-headers, message-followup):
24038         Mention related variables `message-use-followup-to' and
24039         `message-use-mail-followup-to', in the information buffer.
24041         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
24042         of broken groups(-beta).google.com.
24044 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
24046         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
24047         parameter to invoked gnus-request-move-article; remove the
24048         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24049         all at once instead of once per article.
24050         (gnus-summary-remove-process-mark): Accept a list of articles as
24051         well as a single article for processing.
24053         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24054         parameter.
24056         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24058         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24060         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24061         parameter.
24063         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24064         parameter.
24066         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24067         parameter and remove the gnus-sum-hint-move-is-internal variable.
24069         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24070         parameter.
24072         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24073         parameter.
24075         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24076         parameter.
24078         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24080         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24081         parameter.
24083         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24084         parameter.
24086 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24088         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24089         a more conservative way.
24091 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24093         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24094         buffer, so it moves the window's cursor.
24096 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24098         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24099         `mm-dissect-multipart' and receive the from field as an (optional)
24100         argument from `mm-dissect-multipart'.
24101         (mm-dissect-multipart): Receive the from field as an argument and
24102         pass it on when we call `mm-dissect-buffer' on MIME parts.
24103         Fixes verification/decryption of signed/encrypted MIME parts.
24105 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24107         * gnus-sum.el (gnus-summary-move-article):
24108         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24109         whatever it calls (right now, only nnimap-request-move article
24110         respects it).
24112         * nnimap.el (nnimap-request-move-article):
24113         When gnus-sum-hint-move-is-internal is set, don't do the extra
24114         nnimap-request-article.
24116 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24118         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24120         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24121         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24123         * gnus-sum.el (gnus-summary-caesar-message):
24124         Apply `gnus-treat-article' after rotation.
24126         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24127         doc string.
24129 2005-02-22  Simon Josefsson  <jas@extundo.com>
24131         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24132         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24133         <arne@arnested.dk>.
24134         (encrypt): Add password-cache and password-cache-expiry as group
24135         members.
24137 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24139         * smime.el (smime-ldap-host-list): Doc fix.
24140         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24141         cache) password.
24142         (smime-sign-region): Use it.
24143         (smime-decrypt-region): Use it.
24144         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24145         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24146         fails.
24147         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24148         certificate from DER to PEM format rather than calling openssl.
24150         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24152         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24153         for signing/encryption.
24155         * mml.el (mml-parse-1): Use them.
24157 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24159         * nnrss.el (nnrss-verbose): Remove.
24160         (nnrss-request-group): Use `nnheader-message' instead.
24162 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24164         * nnrss.el (nnrss-verbose): New variable.
24165         (nnrss-request-group): Make it say nnrss is requesting a group.
24167 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24169         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24170         Handle news URL with given port correctly.
24172 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24174         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24175         containing special characters.
24177         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24179         * mml.el (mime-to-mml): Ditto.
24181         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24182         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24183         (rfc2047-decode-region): Quote decoded words containing special
24184         characters when rfc2047-quote-decoded-words-containing-tspecials
24185         is non-nil.
24187 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24189         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24191         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24193 2005-02-15  Simon Josefsson  <jas@extundo.com>
24195         * nnimap.el (nnimap-debug): Doc fix.
24197         * imap.el (imap-debug): Doc fix.
24199 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24201         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24203 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24205         * gnus.el (spam-contents): Improve docs for spam-contents
24206         parameter in its variable incarnation.
24208 2005-02-14  Simon Josefsson  <jas@extundo.com>
24210         * smime-ldap.el: Use require instead of load-library for ldap.
24211         (smime-ldap-search): Indent.
24212         (smime-ldap-search-internal): Shorten line.
24214         * smime.el (smime-cert-by-dns): Add doc-string.
24215         (smime-cert-by-ldap-1): Indent.
24217         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24218         mml-smime-get-dns-ldap.
24219         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24221 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24223         * smime.el: Require smime-ldap.
24224         (smime-ldap-host-list): New variable.
24225         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24227         * mml-smime.el (mml-smime-encrypt-query): New function.
24228         (mml-smime-encrypt-query): Use it.
24230         * smime-ldap.el: New file.
24232 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24234         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24236 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24238         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24239         argument in doc string.  Make query for type more clear.
24241 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24243         * gnus.el (gnus-group-startup-message): Search for gnus images in
24244         etc/images/gnus.
24245         * mm-util.el (mm-image-load-path): Likewise.
24246         * smiley.el (smiley-data-directory): Search for smilies in
24247         etc/images/smilies.
24249 2005-02-09  Kim F. Storm  <storm@cua.dk>
24251         Change Emacs release version from 21.4 to 22.1 throughout.
24252         Change Emacs development version from 21.3.50 to 22.0.50.
24254 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24256         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24258         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24259         non-Mule XEmacs as well.
24260         (mm-decompress-buffer): Signal an error intentionally if it does
24261         not decompress compressed data because auto-compression-mode is
24262         disabled.
24264 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24266         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24267         an ID in the registry even if it has no groups.
24269 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24271         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24272         merge it into mm-decompress-buffer.
24273         (gnus-mime-copy-part): Use the MIME part charset, the value which
24274         a user specified or gnus-newsgroup-charset for decoding, like
24275         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24276         save-buffer what was used.  Suggested by Kevin Ryde
24277         <user42@zip.com.au>.
24278         (gnus-mime-inline-part): Allow the name parameter as well as the
24279         filename parameter; force decompressing of compressed data; always
24280         display contents being not decoded as unibyte.
24282         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24283         as well as the filename parameter.
24285         * mm-util.el (mm-decompress-buffer):
24286         Merge gnus-mime-jka-compr-maybe-uncompress.
24287         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24288         of compressed data.
24290 2005-02-08  Simon Josefsson  <jas@extundo.com>
24292         * imap.el (imap-log): Doc fix.
24294 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24296         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24297         the coding cookies; decompress compressed parts.
24299         * mml.el (mml-generate-mime-1): Add the charset parameter according
24300         to the value which a user specified manually or the coding cookie.
24302         * mm-util.el (mm-string-to-multibyte): New function.
24303         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24304         (mm-coding-system-to-mime-charset): New function.
24305         (mm-decompress-buffer): New function.
24306         (mm-find-buffer-file-coding-system): New function.
24308         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24309         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24310         parts.
24312 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24314         * mm-view.el (mm-display-inline-fontify): Decode a part according
24315         to the charset parameter.
24317 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24319         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24320         prefix arg is neither nil nor a number, as info specifies.
24322 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24324         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24325         timestamps.
24327 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24329         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24330         groups error checking and notify user.
24332 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24334         * message.el (message-send-mail-function): Check existence of
24335         sendmail-program first before using default value
24336         `message-send-mail-with-sendmail'.  Otherwise use more generic
24337         `smtpmail-send-it'.
24339 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24341         * nntp.el (nntp-request-update-info): Always return nil.
24343 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24345         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24347 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24349         * message.el (message-beginning-of-line): Change the behavior when
24350         invoked between BOL and : so that it first moves backward.
24352 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24354         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24355         article buffer when editing of the article is discarded.
24356         (gnus-article-prepare): Revert.
24358 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24360         * gnus-art.el (gnus-article-prepare):
24361         Remove message-strip-forbidden-properties from the local hook.
24363 2005-01-27  Simon Josefsson  <jas@extundo.com>
24365         * password.el (password-cache-add): Only start one timer per key.
24366         Reported by Derek Atkins <warlord@MIT.EDU>.
24368 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24370         * run-at-time.el: Remove.  It is no longer needed as
24371         timer-funcs.el in the xemacs-base package has a working version of
24372         `run-at-time'.
24374         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24376         * password.el: Require timer-funcs instead of run-at-time in
24377         XEmacs.
24378         Remove `password-run-at-time' macro.
24379         (password-cache-add): Use `run-at-time' instead of
24380         `password-run-at-time'.
24382         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24383         Remove `nnheader-cancel-function-timers' alias,
24384         `cancel-function-timers' exists in XEmacs in timer-funcs.
24386         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24387         for `run-with-idle-timer'.
24389         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24390         for `run-at-time'.
24392         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24393         for `with-timeout'.
24395         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24396         the same as for XEmacs 21.4.
24397         No need to ignore `run-with-idle-timer', this function exists in
24398         XEmacs now in timer-funcs.el in the xemacs-base package.
24399         (dgnushack-compile): No need to delete
24400         run-at-time.el from the list of files to compile because it
24401         doesn't exist anymore.
24403 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24405         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24406         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24408 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24410         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24411         sensitively.
24413 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24415         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24417 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24419         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24420         which will be inserted according to the multibyteness of a buffer
24421         rather than the type of contents.  Suggested by ARISAWA Akihiro
24422         <ari@mbf.ocn.ne.jp>.
24424         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24425         of string which old xml.el may return rather than a string.
24427 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24429         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24431 2005-01-16  Simon Josefsson  <jas@extundo.com>
24433         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24434         idn/idna.el isn't available.
24435         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24436         <michael@waxrat.com>.
24438         * hashcash.el: Remove non-FSF copyright header.
24440         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24441         (hashcash-generate-payment): Use it.
24442         (hashcash-generate-payment-async): Use it.
24444 2005-01-15  Simon Josefsson  <jas@extundo.com>
24446         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24447         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24449         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24450         gnus-summary-idna-message.
24451         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24452         (gnus-summary-idna-message): New function.
24454 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24456         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24457         gnus-novice-user.
24459 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24461         * nnrss.el (nnrss-request-delete-group): Delete entries in
24462         nnrss-group-alist as well.
24463         (nnrss-save-server-data): Insert newline.
24465 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24467         * gnus.el (gnus-user-agent): Use list of symbols instead of
24468         symbols.  Display full version number for (S)XEmacs.
24469         Optionally display (S)XEmacs codename.
24471         * gnus-util.el (gnus-emacs-version): Update for new
24472         `gnus-user-agent'.
24474         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24475         Gnus version.
24477 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24479         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24480         which is unreadable in some setups.
24482 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24484         * gnus-spec.el (gnus-update-format-specifications): Flush the
24485         group format spec cache if it doesn't support decoded group names.
24487 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24489         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24490         Allow to apply decay on score files matching a regexp.
24492 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24494         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24495         compatibility in %g and %c.
24497 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24499         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24500         name for only %g and %c.
24501         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24502         of gnus-tmp-group to decoded group name.
24503         (gnus-group-make-rss-group): Exclude `/'s from group names.
24505 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24507         * nnrss.el (nnrss-get-encoding): Fix regexp.
24509 2004-12-27  Simon Josefsson  <jas@extundo.com>
24511         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24512         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24513         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24515 2004-12-17  Kim F. Storm  <storm@cua.dk>
24517         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24519         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24521 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24523         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24525 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24527         * nnrss.el: Require rfc2047 and mml.
24528         (nnrss-file-coding-system): New variable.
24529         (nnrss-format-string): Redefine it as an inline function.
24530         (nnrss-decode-group-name): New function.
24531         (nnrss-string-as-multibyte): Remove.
24532         (nnrss-retrieve-headers): Decode group name; don't use
24533         nnrss-format-string.
24534         (nnrss-request-group): Decode group name.
24535         (nnrss-request-article): Decode group name; allow a Message-ID as
24536         well as an article number; don't use nnrss-format-string; encode a
24537         Message-ID string which may contain non-ASCII characters; use
24538         mml-to-mime to compose a MIME article.
24539         (nnrss-request-expire-articles): Decode group name.
24540         (nnrss-request-delete-group): Decode group name.
24541         (nnrss-fetch): Clarify error message.
24542         (nnrss-read-server-data): Use insert-file-contents instead of load;
24543         bind file-name-coding-system; use multibyte buffer.
24544         (nnrss-save-server-data): Bind coding-system-for-write to the
24545         value of nnrss-file-coding-system; bind file-name-coding-system;
24546         add coding cookie.
24547         (nnrss-read-group-data): Use insert-file-contents instead of load;
24548         bind file-name-coding-system; use multibyte buffer.
24549         (nnrss-save-group-data): Bind coding-system-for-write to the
24550         value of nnrss-file-coding-system; bind file-name-coding-system.
24551         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24552         make it work with non-ASCII text.
24553         (nnrss-find-el): Make it work with old xml.el as well.
24555 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24557         * nnrss.el (nnrss-get-encoding): New function.
24558         (nnrss-fetch): Use unibyte buffer initially; bind
24559         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24560         decode contents according to the encoding attribute.
24561         (nnrss-save-group-data): Add coding cookie.
24562         (nnrss-mime-encode-string): New function.
24563         (nnrss-check-group): Use it to encode subject and author.
24565 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24567         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24568         imaginary variable.
24570 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24572         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24573         correctly even if there are wide characters.
24575 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24577         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24578         downcased symbol names; make a new cache instead of reusing
24579         bbdb-hashtable.
24581 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24583         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24584         concatenating segments rather than before concatenating them.
24585         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24587         * message.el (message-get-reply-headers): Bind `extra'.
24589 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24591         * message.el (message-extra-wide-headers): New variable.
24592         (message-get-reply-headers): Use it.
24594 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24596         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24597         (gnus-agent-group-pathname): Ditto.
24599         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24601         * gnus-group.el (gnus-group-make-group): Decode group name.
24602         (gnus-group-make-rss-group): Register the group data after opening
24603         the nnrss group.
24605 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24607         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24608         by expiry now get marked as read.
24610 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24612         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24614 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24616         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24617         unify Latin characters in XEmacs.
24618         (mm-find-mime-charset-region): Use it.
24620 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24622         * gnus-util.el (gnus-delete-directory): New function.
24624         * gnus-agent.el (gnus-agent-delete-group): Use it.
24626         * gnus-cache.el (gnus-cache-delete-group): Use it.
24628 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24630         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24631         names.
24633 2004-12-16  Simon Josefsson  <jas@extundo.com>
24635         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24637 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24639         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24641         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24642         (gnus-group-set-current-level): Decode group name.
24644 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24646         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24647         failed.
24649 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24651         * gnus-group.el (gnus-group-delete-group): Decode group name.
24652         (gnus-group-make-rss-group): Encode group name.
24653         (gnus-group-catchup-current): Decode group name.
24654         (gnus-group-kill-group): Decode group name.
24656 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24658         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24660 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24662         * gnus-group.el (gnus-group-make-rss-group):
24663         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24665         * gnus-start.el (gnus-setup-news): Honor user's setting to
24666         gnus-message-archive-method.  Suggested by Lute Kamstra
24667         <lute@gnu.org>.
24669 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24671         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24672         global counterparts of the buffer-local variables.
24674 2004-11-16  Romain Francoise  <romain@orebokech.com>
24676         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24677         counterparts of the buffer-local variables.
24679 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24681         * message.el (message-forbidden-properties): Fix typo in doc
24682         string.
24684 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24686         * gnus-util.el (gnus-replace-in-string): Add doc string.
24688         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24689         to avoid problems when splitting mails with many recipients.
24691 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24693         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24694         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24696 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24698         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24699         if there is no hashtable in memory or file modification time is
24700         newer than cached timestamp.
24702 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24704         * gnus-sum.el (gnus-summary-limit-to-recipient):
24705         Implement not-matching option.
24707 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24709         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24710         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24711         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24712         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24713         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24714         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24716 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24718         * message.el (message-forward-make-body-mml): Remove headers
24719         according to message-forward-ignored-headers if a message is decoded.
24721 2004-12-02  Romain Francoise  <romain@orebokech.com>
24723         * message.el (message-forward-make-body-plain): Always remove
24724         headers according to message-forward-ignored-headers.
24726 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24728         * spam.el (spam-summary-prepare-exit): Remove the
24729         gnus-summary-limit pop for now, it has problems with ham marks for
24730         me.
24732 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24734         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24735         correctly.
24737 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24739         * format-spec.el (format-spec): Message the char.
24741 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24743         * gnus-art.el (gnus-split-methods): Reformat comments.
24745         * spam.el (spam-summary-prepare-exit): Remove article limits
24746         before exiting the summary buffer.
24748 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24750         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24751         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24753         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24754         order to silence the byte compiler.
24756         * spam.el: Fix the way to silence the byte compiler, which
24757         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24758         bbdb-search-simple, spam-BBDB-register-routine,
24759         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24760         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24761         spam-stat-buffer-is-spam, spam-stat-load,
24762         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24763         spam-stat-save and spam-stat-split-fancy.
24765 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24767         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24768         which may confuse users.
24769         (canlock-password-for-verify): Ditto.
24771         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24773         * gnus-art.el (gnus-emphasis-alist): Ditto.
24775         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24777         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24779         * gnus-start.el (gnus-save-killed-list): Ditto.
24781         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24782         (gnus-sum-thread-tree-root): Ditto.
24783         (gnus-sum-thread-tree-false-root): Ditto.
24784         (gnus-sum-thread-tree-single-indent): Ditto.
24786         * message.el (message-courtesy-message): Ditto.
24787         (message-archive-note): Ditto.
24788         (message-subscribed-address-file): Ditto.
24789         (message-user-fqdn): Ditto.
24791         * spam-report.el (spam-report-gmane-regex): Ditto.
24793         * spam.el (spam-blackhole-good-server-regex): Ditto.
24795 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24797         * mml.el (mml-preview): Widen the message buffer before copying
24798         the contents to the preview buffer; sort headers before previewing.
24800         * message.el (message-hidden-headers): Fix the way to avoid a bug
24801         in the `repeat' widget in Emacs 21.3 or earlier.
24803 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24805         * message.el (message-hidden-headers): Default to "^References:".
24806         Improve customization type.  Suggested by Reiner Steib
24807         <Reiner.Steib@gmx.de>.
24809 2004-11-25  Romain Francoise  <romain@orebokech.com>
24811         * message.el (message-strip-forbidden-properties): Remove check for
24812         obsolete `message-hidden' text property, hidden headers are not
24813         accessible in the buffer anymore.
24815 2004-11-22  Romain Francoise  <romain@orebokech.com>
24817         * message.el (message-header-format-alist): Add `From' in list
24818         so that it can be sorted.
24819         (message-fix-before-sending): Widen and sort headers before
24820         sending.
24821         (message-hide-headers): Use narrowing to hide headers by moving
24822         them to the top of the buffer and narrowing to the region
24823         underneath.
24825 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24827         * message.el (message-strip-forbidden-properties):
24828         Bind buffer-read-only (etc) to nil.
24830 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24832         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24833         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24835 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24837         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24839 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24841         * dns.el (query-dns): Use sit-for to time instead of
24842         accept-process-output, since that doesn't seem to work on udp
24843         sockets.
24845 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24847         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24849 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24851         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24852         doc string.  Improve doc string.
24854 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24856         * nntp.el (nntp-request-update-info): Return nil if
24857         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24858         may not call gnus-activate-group which uselessly issues the GROUP
24859         commands for all nntp groups and wastes time.  Reported by Romain
24860         Francoise <romain@orebokech.com>.
24862         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24864 2004-11-15  Simon Josefsson  <jas@extundo.com>
24866         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24867         headers separately.
24868         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24869         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24871 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24873         * gnus-start.el (gnus-convert-old-newsrc):
24874         Assign legacy-gnus-agent to 5.10.7.
24876 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24878         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24879         start of the lines.
24881 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24883         * hashcash.el (hashcash-default-payment): Change default to 20.
24884         (hashcash-default-accept-payment): Change default to 20.
24885         (hashcash-process-alist): New variable.
24886         (hashcash-generate-payment-async): Add.
24887         (hashcash-already-paid-p): Add.
24888         (hashcash-insert-payment): Don't generate payments twice.
24889         (hashcash-insert-payment-async): Add.
24890         (hashcash-insert-payment-async-2): Add.
24891         (hashcash-cancel-async): Add.
24892         (hashcash-wait-async): Add.
24893         (hashcash-processes-running-p): Add.
24894         (hashcash-wait-or-cancel): Add.
24895         (mail-add-payment): New optional argument.  Conditionally start
24896         asynchronous calculation.
24897         (mail-add-payment-async): Add.
24899         * message.el (message-send-mail): Wait for asynchronous hashcash
24900         results.  Don't clobber existing X-Hashcash headers.
24901         (message-setup-1): Call mail-add-payment-async when
24902         message-generate-hashcash is non-nil.
24904 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24906         * message.el (message-use-alternative-email-as-from): Examine the
24907         From header as well; use message-make-from in order to include a
24908         user's full name.
24910 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24912         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24913         default; improve customization type.
24914         (gnus-emphasis-custom-with-format): New macro.
24915         (gnus-emphasis-custom-value-to-external): New function.
24916         (gnus-emphasis-custom-value-to-internal): New function.
24918 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24920         * dns.el (query-dns): Resolve reverse addresses.
24922 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24924         * gnus-group.el (gnus-group-get-new-news): Use it.
24926         * gnus-start.el (gnus-check-reasonable-setup): New function.
24928 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24930         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24931         "Args out of range" error.  Reported by Arnaud Giersch
24932         <arnaud.giersch@free.fr>.
24934 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24936         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24938 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24940         * spam.el (spam group): Add :version.
24942         * pgg-def.el (pgg group): Add :version.
24944 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24946         * gnus-art.el (gnus-article-edit-article): Don't associate the
24947         article buffer with a draft file.  This is a temporary measure
24948         against the 2004-08-22 change to gnus-article-edit-mode.
24950 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24952         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24953         (html2text-format-tags): Remove unused variable `attr'.
24955 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24957         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24959         * tls.el (tls-process-connection-type, tls-success)
24960         (tls-certtool-program): Add :version.
24962         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24963         (starttls-extra-arguments, starttls-process-connection-type)
24964         (starttls-connect, starttls-failure, starttls-success): Add :version.
24966         * spam-stat.el (spam-stat): Add :version.
24968         * sieve.el (sieve): Add :version.
24970         * sha1.el (sha1): Add :version.
24971         (sha1-use-external): Remove redundant version.
24973         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24974         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24975         (nnmail-split-fancy-match-partial-words)
24976         (nnmail-split-lowercase-expanded): Add :version.
24978         * nndiary.el (nndiary): Add :version.
24980         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24982         * mml-sec.el (mml-default-sign-method)
24983         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24984         Add :version.
24986         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24988         * mm-url.el (mm-url-use-external, mm-url-program)
24989         (mm-url-arguments): Add :version.
24991         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24992         (mm-attachment-file-modes, mm-decrypt-option)
24993         (mm-w3m-safe-url-regexp): Add :version.
24995         * message.el (message-cite-prefix-regexp)
24996         (message-sendmail-envelope-from, message-minibuffer-local-map)
24997         (message-user-fqdn, message-completion-alist): Add :version.
24999         * gnus-win.el (gnus-configure-windows-hook)
25000         (gnus-use-frames-on-any-display): Add :version.
25002         * gnus-art.el (gnus-article-address-banner-alist)
25003         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
25004         (gnus-treat-from-picon, gnus-treat-mail-picon)
25005         (gnus-treat-x-pgp-sig): Add :version.
25007         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
25008         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
25009         (gnus-summary-article-delete-hook)
25010         (gnus-summary-display-while-building): Add :version.
25012         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
25013         (gnus-get-top-new-news-hook): Add :version.
25015         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
25016         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
25018         * gnus-registry.el (gnus-registry): Add :version.
25020         * gnus-spec.el (gnus-use-correct-string-widths)
25021         (gnus-make-format-preserve-properties): Add :version.
25023         * gnus.el (gnus-group-charter-alist)
25024         (gnus-group-fetch-control-use-browse-url)
25025         (gnus-install-group-spam-parameters): Add :version.
25027         * gnus-diary.el (gnus-diary): Add :version.
25029         * gnus-delay.el (gnus-delay): Add :version.
25031         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
25032         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
25033         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
25034         Add :version.
25036         * gnus-agent.el (gnus-agent-max-fetch-size)
25037         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
25038         (gnus-agent-prompt-send-queue): Add :version.
25040         * deuglify.el (gnus-outlook-deuglify): Add :version.
25042         * html2text.el: Beautify code.  Improve doc strings.
25043         Some checkdoc cleanup.
25044         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
25046 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
25048         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25050 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25052         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25053         when package is loaded.
25055         * spam.el (spam-summary-score-preferred-header): Add global preference
25056         for people who want to override the default SpamAssassin over
25057         Bogofilter preference (when both are set).
25058         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25059         (spam-user-format-function-S):
25060         Check spam-summary-score-preferred-header.
25061         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25062         (spam-user-format-function-S): Format the score correctly.
25064 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25066         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25067         signature file.  Suggested by Manoj Srivastava
25068         <srivasta@golden-gryphon.com>.
25070         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25071         iso-2022-jp even in the Japanese language environment.
25072         Suggested by Jason Rumney <jasonr@gnu.org>.
25074 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25076         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25077         use the same characters as the dummy marks; make it free from
25078         getting affected by the language environment.
25079         (gnus-summary-read-group-1): Update mark positions only when the
25080         format spec is updated.
25082         * gnus-spec.el (gnus-update-format-specifications): Return a list
25083         of updated types.
25085 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25087         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25088         of boundp to check if display-warning is available.
25090 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25092         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25094 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25096         * nnspool.el (nnspool-spool-directory): Use news-path if the
25097         news-directory variable is not bound.
25099         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25100         function instead of display-warning if it is not available.
25102 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25104         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25105         v5-10: Use `point-at-bol'.
25107 2004-10-26  Simon Josefsson  <jas@extundo.com>
25109         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25110         <chenggao@gmail.com>.
25112 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25114         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25115         instead.
25117 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25119         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25120         to remove a server from the nnimap-server-buffer-alist.
25121         (nnimap-open-connection, nnimap-close-server): Use it.
25123         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25125 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25127         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25128         running the major-mode function.
25130 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25132         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25133         dummy marks in the right way.
25135 2004-10-18  David Edmondson  <dme@dme.org>
25137         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25138         excessively.
25140 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25142         * gnus-util.el (gnus-split-references): Accept a nil references
25143         string and go on blissfully.
25145         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25146         cases where the references string is non-nil but has no references.
25148         * encrypt.el: Add autoload tags.
25150         * spam.el (spam-resolve-registrations-routine): Remove article
25151         from unregistration list too.  Reported by David Hanak
25152         <dhanak@isis.vanderbilt.edu>
25154 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25156         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25157         nil.  Change custom type.
25159 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25161         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25163         * gnus-sum.el (gnus-summary-move-article): Use it.
25165 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25167         * encrypt.el: Add autoload cookies.
25169         * spam.el (spam-backend-article-list-property)
25170         (spam-backend-get-article-todo-list)
25171         (spam-backend-put-article-todo-list)
25172         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25173         Resolve registrations separately.
25174         (spam-register-routine): Format comments.
25175         (spam-unregister-routine, spam-register-routine): Always call with
25176         specific-articles, no default list.
25177         (spam-summary-prepare-exit): Use the spam-classifications function.
25179         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25180         gnus-encrypt.el.
25182         * encrypt.el: Copied from gnus-encrypt.el.
25184         * gnus-encrypt.el: Commented that it's obsolete.
25186 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25188         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25189         (gnus-score-save): Use it.
25191         * message.el (message-bury): Use `window-dedicated-p'.
25193 2004-10-15  Simon Josefsson  <jas@extundo.com>
25195         * pop3.el (top-level): Don't require nnheader.
25196         (pop3-read-timeout): Add.
25197         (pop3-accept-process-output): Add.
25198         (pop3-read-response, pop3-retr): Use it.
25200 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25202         * spam.el (spam-register-routine): Move comment.
25203         (spam-verify-bogofilter): Use 'unknown for the initial
25204         spam-bogofilter-valid state, not 'never.
25206         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25207         for netrc-machine.
25209         * nnimap.el (nnimap-open-connection):
25210         Use netrc-machine-user-or-password.
25212 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25214         * gnus-registry.el (gnus-registry-unload-hook):
25215         Set as a variable with add-hook.
25217         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25218         of news-path.
25220         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25222         * spam.el: Delete duplicate `provide'.
25223         (spam-unload-hook): Set as a variable with add-hook.
25225 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25227         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25228         in the doc string.
25230         * message.el (message-ignored-news-headers)
25231         (message-ignored-supersedes-headers)
25232         (message-ignored-resent-headers)
25233         (message-forward-ignored-headers): Improve custom type.
25235 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25237         * message.el (message-tokenize-header): Fix 2004-09-06 change
25238         which used point-min in the wrong place.
25240 2004-10-12  Simon Josefsson  <jas@extundo.com>
25242         * tls.el (tls-certtool-program): New variable.
25243         (tls-certificate-information): New function, based on
25244         ssl-certificate-information.
25246 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25248         * compface.el: Move the version of ELisp-based uncompface program
25249         to the contrib directory because of the copyright problem.
25251 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25253         * message.el (message-kill-buffer): Raise the current frame.
25255 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25257         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25259         * gnus.el (message-y-or-n-p): Autoload.
25261         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25262         (pop3-password-required, pop3-authentication-scheme)
25263         (pop3-leave-mail-on-server): Make customizable.
25264         (pop3): New custom group.
25265         (pop3-retr): Remove `sleep-for' statements.
25266         Suggested by Dave Love <fx@gnu.org>.
25268         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25269         Windows/DOS.
25271         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25272         (imap-parse-body): Fix incorrect use of `assert'.
25273         Suggested by Dave Love <fx@gnu.org>.
25275         * mml.el (mml-minibuffer-read-disposition): Require match.
25276         Suggested by Dave Love <fx@gnu.org>.
25278 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25280         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25281         doc string.
25283 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25285         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25287 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25289         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25290         instead of calling `mm-insert-inline', to decode text/* parts
25291         before displaying them.
25293 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25295         * mm-uu.el (mm-uu-text-plain-type): New variable.
25296         (mm-uu-pgp-signed-extract-1): Use it.
25297         (mm-uu-pgp-encrypted-extract-1): Use it.
25298         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25299         bind mm-uu-text-plain-type with that value.
25300         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25301         mm-uu-dissect.
25303 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25305         * gnus-group.el (gnus-update-group-mark-positions):
25306         * gnus-sum.el (gnus-update-summary-mark-positions):
25307         * message.el (message-check-news-body-syntax):
25308         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25309         of string-as-multibyte.
25311 2004-10-05  Juri Linkov  <juri@jurta.org>
25313         * gnus-group.el (gnus-update-group-mark-positions):
25314         * gnus-sum.el (gnus-update-summary-mark-positions):
25315         * message.el (message-check-news-body-syntax):
25316         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25317         8-bit unibyte values to a multibyte string for search functions.
25319 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25321         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25322         (mm-uu-dissect-text-parts): New function.
25324         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25325         dissect text parts.
25327         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25328         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25330         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25332         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25333         Use gnus-current-topics instead of gnus-current-topic.
25335 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25337         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25339 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25341         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25342         where appropriate.
25344         * nnml.el (nnml-generate-active-info): do.
25346         * nndiary.el (nndiary-generate-active-info): do.
25348         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25349         (gnus-topic-move): do.
25351         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25352         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25354         * gnus-srvr.el (gnus-server-prepare)
25355         (gnus-server-open-all-servers): do.
25357         * gnus-msg.el (gnus-summary-cancel-article)
25358         (gnus-summary-resend-message)
25359         (gnus-summary-mail-crosspost-complaint): do.
25361         * gnus-move.el (gnus-change-server): do.
25363         * gnus-group.el (gnus-group-unmark-all-groups)
25364         (gnus-group-set-current-level): do.
25366 2004-10-04  Simon Josefsson  <jas@extundo.com>
25368         * message.el (message-generate-hashcash): Doc fix.
25370 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25372         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25373         avoid infinite recursion via gnus-get-function.
25375 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25377         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25379         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25381         * nnmail.el (nnmail-split-history): do.
25383         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25384         (nnml-request-delete-group): do.
25386         * nnslashdot.el (nnslashdot-read-groups): do.
25388         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25389         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25391         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25392         (nnspool-sift-nov-with-sed): Use last.
25393         (nnspool-retrieve-headers-with-nov): Use mapc.
25394         (nnspool-request-newgroups): Use dolist.
25395         (nnspool-request-group): Use last.
25397         * nntp.el (nntp-read-server-type): Use dolist.
25399         * nnvirtual.el (nnvirtual-create-mapping)
25400         (nnvirtual-update-read-and-marked): Use dolist.
25401         (nnvirtual-convert-headers): Simplify.
25403 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25405         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25406         Add support for sync'ing tick marks.
25408 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25410         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25411         there's no visible header.
25413 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25415         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25416         When necessary, pass full group name to gnus-request-set-marks.
25418 2004-10-01  Simon Josefsson  <jas@extundo.com>
25420         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25421         acroread.
25423 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25425         * spam-report.el (spam-report-gmane): Fix interactive.
25427         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25429         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25430         when writing file.
25431         (gnus-agent-synchronize-flags): Don't default to being
25432         interactive.
25434 2004-09-30  Simon Josefsson  <jas@extundo.com>
25436         * message.el (message-generate-hashcash): Add.
25437         (message-send-mail): Use it, call mail-add-payment.
25439 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25441         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25443 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25445         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25446         gnus-requst-update-info with explicit code to sync the in-memory
25447         info read flags with the marks being sync'd to the backend.
25449         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25451 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25453         * spam.el (spam-verify-bogofilter): Add new function.
25454         (spam-check-bogofilter)
25455         (spam-bogofilter-register-with-bogofilter): Use it.
25456         (spam-verify-bogofilter): Add small fixes.
25458 2004-09-28  Simon Josefsson  <jas@extundo.com>
25460         * hashcash.el (hashcash-generate-payment): Revert.
25462 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25464         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25465         Use gnus-extract-references instead of gnus-split-references.
25467         * gnus-util.el (gnus-extract-references): Add new function, analogous
25468         to gnus-split-references but extracts only the message-ID without
25469         anything extra.
25471         * hashcash.el (hashcash-generate-payment)
25472         (hashcash-check-payment): Do the right thing if hashcash-path is
25473         nil (because the hashcash program could not be found).
25475         * spam.el (spam-use-hashcash): Remove comment.
25477 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25479         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25480         (gnus-cache-enter-article, gnus-cache-remove-article)
25481         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25483         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25485         * gnus-art.el (article-hide-boring-headers)
25486         (article-translate-strings, article-display-face)
25487         (gnus-article-mime-match-handle-first)
25488         (gnus-article-highlight-headers)
25489         (gnus-article-add-buttons-to-head): do.
25491 2004-09-27  Simon Josefsson  <jas@extundo.com>
25493         * hashcash.el: New version, from
25494         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25495         ../contrib/.
25497 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25499         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25501 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25503         * gnus-dup.el (gnus-dup-open): Use mapc.
25504         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25506         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25507         Reported by Stefan Wiens <s.wi@gmx.net>.
25509         * gnus.el (gnus-shutdown): Use dolist.
25511         * gnus-undo.el (gnus-undo): Use mapc.
25513         * nnrss.el (nnrss-generate-active): do.
25515         * message.el (message-cite-original-without-signature)
25516         (message-cite-original): Use mapc.
25517         (message-do-actions, message-make-forward-subject): Use dolist.
25519 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25521         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25522         deletion to remove entire duplicate line.  Fixes merged article
25523         number bug.
25525 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25527         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25528         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25529         first ask if you want to open a server and then, even when you
25530         responded with no, asking if you want to synchronize the server's
25531         flags.
25532         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25533         multi-line expressions.
25534         (gnus-agent-synchronize-group-flags): New internal function.
25535         Updates marks in memory (in the info structure) AND in the
25536         backend.
25538         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25540         * nnagent.el (nnagent-request-set-mark):
25541         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25542         method, to ensure that synchronization updates marks in the
25543         backend and in the info (in memory) structure.
25545 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25547         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25548         convention fully; don't miss the root article of a thread; make
25549         the X-Draft-From header with correct article numbers.
25551 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25553         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25554         unless plugged.  Disable the agent so that an open failure causes
25555         an error.
25557         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25558         Revert 2004-09-21 change.  The backend must be opened while
25559         synchronizing flags even when the backend stores the flags
25560         locally.
25562 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25564         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25565         in `header' match.  Reported by Svend Tollak Munkejord.
25567         * message.el (message-cite-original): Fix use of
25568         `message-cite-articles-with-x-no-archive'.
25570 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25572         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25573         (gnus-window-to-buffer): Ditto.
25575         * mml.el (mml-preview-buffer): New variable.
25576         (mml-preview): Manage window layout with gnus-buffer-configuration.
25578         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25579         X-Draft-From header even if those articles aren't quoted.
25581 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25583         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25584         (gnus-request-set-mark, gnus-request-update-mark): Use new
25585         g-s-t-u-l-m to decide to use backend even when unplugged.
25587 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25589         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25590         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25592 2004-09-20  Simon Josefsson  <jas@extundo.com>
25594         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25595         "utf-16-le".
25597 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25599         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25601 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25603         * uudecode.el (uudecode-use-external): Add :version.
25605         * smime.el (smime-CA-file, smime-encrypt-cipher)
25606         (smime-dns-server): Add :version.
25608         * smiley.el (gnus-smiley-file-types): Add :version.
25610         * sha1.el (sha1-use-external): Add :version.
25612         * pgg-def.el (pgg-query-keyserver): Add :version.
25614         * nnmail.el (nnmail-fancy-expiry-targets)
25615         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25616         Add :version.
25618         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25619         (nnimap-retrieve-groups-asynchronous): Add :version.
25620         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25622         * mml.el (mml-content-disposition-parameters)
25623         (mml-insert-mime-headers-always): Add :version.
25625         * mm-util.el (mm-coding-system-priorities): Add :version.
25627         * mm-decode.el (mm-inline-text-html-with-images)
25628         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25629         (mm-verify-option): Add :version.
25630         (mm-text-html-renderer): Change :version.
25632         * message.el (message-fcc-externalize-attachments)
25633         (message-required-headers, message-draft-headers)
25634         (message-subject-trailing-was-query)
25635         (message-subject-trailing-was-ask-regexp)
25636         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25637         (message-mark-insert-end, message-archive-header)
25638         (message-archive-note, message-cross-post-default)
25639         (message-cross-post-note, message-followup-to-note)
25640         (message-cross-post-note-function, message-use-mail-followup-to)
25641         (message-subscribed-address-functions)
25642         (message-subscribed-address-file, message-subscribed-addresses)
25643         (message-subscribed-regexps, message-allow-no-recipients)
25644         (message-yank-cited-prefix, message-signature-insert-empty-line)
25645         (message-hidden-headers, message-hierarchical-addresses)
25646         (message-mail-user-agent, message-use-idna)
25647         (message-valid-fqdn-regexp)
25648         (message-strip-special-text-properties, message-header-synonyms)
25649         (message-beginning-of-line, message-tab-body-function): Add :version.
25650         (message-insert-canlock, message-wide-reply-confirm-recipients):
25651         Change :version.
25653         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25654         and :version.
25655         (mail-source-delete-old-incoming-confirm)
25656         (mail-source-movemail-program): Add :version.
25658         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25659         (gnus-agent-cache, gnus-agent): Change :version.
25661         * gnus-util.el (gnus-use-byte-compile): Change :version.
25663         * gnus-sum.el (gnus-summary-make-false-root-always)
25664         (gnus-summary-default-high-score)
25665         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25666         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25667         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25668         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25669         (gnus-sum-thread-tree-single-indent)
25670         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25671         (gnus-sum-thread-tree-leaf-with-other)
25672         (gnus-sum-thread-tree-single-leaf): Add :version.
25673         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25674         (gnus-article-loose-mime): Change :version.
25676         * gnus-start.el (gnus-backup-startup-file)
25677         (gnus-save-startup-file-via-temp-buffer): Add :version.
25679         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25680         (gnus-server-offline-face): Add :version.
25682         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25684         * gnus-msg.el (gnus-gcc-externalize-attachments)
25685         (gnus-debug-files, gnus-debug-exclude-variables)
25686         (gnus-discouraged-post-methods): Change :version.
25687         (gnus-confirm-mail-reply-to-news)
25688         (gnus-confirm-treat-mail-like-news): Add :version.
25690         * gnus-int.el (gnus-server-unopen-status): Add :version.
25692         * gnus-group.el (gnus-group-jump-to-group-prompt)
25693         (gnus-large-ephemeral-newsgroup)
25694         (gnus-fetch-old-ephemeral-headers): Add :version.
25696         * gnus-fun.el (gnus-x-face-directory)
25697         (gnus-convert-pbm-to-x-face-command)
25698         (gnus-convert-image-to-x-face-command)
25699         (gnus-convert-image-to-face-command): Add :version.
25701         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25703         * gnus-cite.el (gnus-cite-blank-line-after-header)
25704         (gnus-article-boring-faces): Add :version.
25706         * gnus-art.el (gnus-buttonized-mime-types)
25707         (gnus-inhibit-mime-unbuttonizing)
25708         (gnus-treat-display-face)
25709         (gnus-treat-body-boundary): Change :version.
25710         (gnus-body-boundary-delimiter, gnus-picon-databases)
25711         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25712         (gnus-treat-date-english, gnus-treat-fold-headers)
25713         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25714         (gnus-treat-mail-picon, gnus-treat-wash-html)
25715         (gnus-article-encrypt-protocol)
25716         (gnus-use-idna, gnus-article-over-scroll)
25717         (gnus-mime-display-multipart-alternative-as-mixed)
25718         (gnus-mime-display-multipart-related-as-mixed)
25719         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25720         (gnus-ctan-url, gnus-button-ctan-handler)
25721         (gnus-button-handle-ctan-bogus-regexp)
25722         (gnus-button-ctan-directory-regexp)
25723         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25724         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25725         (gnus-button-man-level, gnus-button-emacs-level)
25726         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25728         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25729         (gnus-agent-go-online): Change :version.
25730         (gnus-agent-expire-unagentized-dirs)
25731         (gnus-agent-auto-agentize-methods): Add :version.
25733         * flow-fill.el (fill-flowed-display-column)
25734         (fill-flowed-encode-column): Add :version.
25736         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25737         (gnus-outlook-deuglify-unwrap-max)
25738         (gnus-outlook-deuglify-cite-marks)
25739         (gnus-outlook-deuglify-unwrap-stop-chars)
25740         (gnus-outlook-deuglify-no-wrap-chars)
25741         (gnus-outlook-deuglify-attrib-cut-regexp)
25742         (gnus-outlook-deuglify-attrib-verb-regexp)
25743         (gnus-outlook-deuglify-attrib-end-regexp)
25744         (gnus-outlook-display-hook): Add :version.
25746         * binhex.el (binhex-use-external): Add :version.
25748 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25750         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25751         and `invisible'.
25753 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25755         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25756         in gnus-registry-trim.
25758 2004-09-13  Simon Josefsson  <jas@extundo.com>
25760         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25762         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25764         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25765         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25766         <yamaoka@jpl.org>.
25767         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25768         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25769         <yamaoka@jpl.org>.
25771         * sieve.el (sieve-manage-mode): Ditto.
25773 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25775         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25777 2004-09-11  Simon Josefsson  <jas@extundo.com>
25779         * dns-mode.el: Add.
25781         * mm-view.el (mm-display-dns-inline): Add.
25783         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25784         (mm-automatic-display): Ditto.
25786         * mailcap.el (mailcap-mime-data): Add text/dns.
25787         (mailcap-mime-extensions): Map .soa to text/dns.
25789 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25791         * gnus-art.el (article-decode-mime-words, article-babel)
25792         (gnus-article-highlight-signature, gnus-article-add-buttons)
25793         (gnus-signature-toggle): Remove unnecessary bindings of
25794         `inhibit-read-only' inherited from v5.10 merge.
25796 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25798         * nntp.el (nntp): New customization group.
25799         (nntp-authinfo-file): Add customization group.
25801         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25803         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25805         * gnus.el (to-address, to-list, subscribed)
25806         (large-newsgroup-initial): Ditto.
25808         * flow-fill.el (fill-flowed-display-column)
25809         (fill-flowed-encode-column): Ditto.
25811 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25813         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25814         Use point-min rather than 1.
25815         (message-send-mail): Use buffer-size rather than point-max.
25817         * gnus-sum.el (gnus-summary-search-article-forward):
25818         Signal a specific `search-failed' rather than a generic `error'.
25820         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25821         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25822         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25824 2004-09-10  Simon Josefsson  <jas@extundo.com>
25826         * nndb.el (require): Remove tcp and duplicate cl.
25828 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25830         * gnus-agent.el (directory-files-and-attributes): Move forward.
25832 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25834         * gnus-agent.el (directory-files-and-attributes):
25835         Optionally defined to support XEmacs.
25837 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25839         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25840         to avoid run-time CL dependencies.
25841         (gnus-agent-unfetch-articles): New function.
25842         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25843         article numbers even when local .overview file is missing.
25844         (gnus-agent-read-article-number): New function.  Only accepts
25845         27-bit article numbers.
25846         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25847         Use gnus-agent-read-article-number.
25848         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25849         from backend while recognizing that article numbers in .overview
25850         must be valid.
25851         (gnus-agent-update-files-total-fetched-for):
25852         Use directory-files-and-attributes to improve performance.
25853         * gnus-int.el (gnus-request-move-article):
25854         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25855         improve performance.
25857         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25858         some users confused by references to .newsrc when they only have a
25859         .newsrc.eld file.
25860         (gnus-convert-mark-converter-prompt)
25861         (gnus-convert-converter-needs-prompt): Fix use of property list.
25862         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25863         New function.  Used internally to only display 'gnus converting
25864         files' message when actually necessary.
25866         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25867         methods now autoloaded.
25869 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25871         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25872         identifiers.
25874 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25876         * gnus-picon.el: Fix indentation and closing parenthesis.
25878 2004-09-01  Simon Josefsson  <jas@extundo.com>
25880         * message.el (message-canlock-generate): Require sha1, not
25881         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25882         to require within a function.  Sadly, if sha1.el isn't loaded, the
25883         let binding in m-c-g will hide the defcustom definition, which is
25884         bad.)
25886         * canlock.el: Require sha1, not sha1-el.
25888         * message.el: Don't autoload sha1 (there is a autoload cookie in
25889         sha1.el).
25891         * sha1-el.el: Rename to sha1.el.
25893 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25895         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25897 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25899         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25901 2004-08-30  Kim F. Storm  <storm@cua.dk>
25903         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25905         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25906         Add :group 'nnimap.
25908 2004-08-30  Andreas Schwab  <schwab@suse.de>
25910         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25911         ?* and ?\;.
25913         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25914         and ?\' to symbol instead of whitespace.
25916 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25918         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25920         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25921         instead of re-search-forward.
25923         * gnus-uu.el (gnus-uu-save-article): Ditto.
25924         (gnus-uu-post-encode-uuencode): Ditto.
25926         * html2text.el (html2text-clean-list-items): Ditto.
25927         (html2text-clean-dtdd): Ditto.
25928         (html2text-format-tags): Ditto.
25930         * message.el (message-send-mail-with-sendmail): Fix regexp.
25931         (message-fill-field-general): Use search-forward instead of
25932         re-search-forward.
25933         (unbold-region): Ditto.
25935         * nnrss.el (nnrss-request-article): Ditto.
25937         * nnslashdot.el (nnslashdot-request-article): Ditto.
25939         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25941         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25942         "Unrecognized menu descriptor" error in XEmacs.
25944 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25946         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25947         parent article of a sparse article in the thread hashtb.
25949 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25951         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25952         (nnmail-expand-newtext): Lowercase expanded entries if
25953         nnmail-split-lowercase-expanded is non-nil.
25955 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25957         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25959         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25960         of gnus-tmp-news-method into string under XEmacs.  It will be
25961         passed to gnus-correct-length which takes only a string argument.
25963 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25965         * gnus-util.el (gnus-bind-print-variables): New macro.
25966         (gnus-prin1): Use it.
25967         (gnus-prin1-to-string): Use it.
25968         (gnus-pp): New function.
25969         (gnus-pp-to-string): New function.
25971         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25972         Replace pp-to-string with gnus-pp-to-string.
25973         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25974         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25975         * gnus-msg.el (gnus-debug): Ditto.
25976         * gnus-score.el (gnus-score-save): Ditto.
25977         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25978         gnus-pp-to-string.
25979         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25980         with gnus-pp.
25981         * score-mode.el (gnus-score-pretty-print): Ditto.
25982         * webmail.el (webmail-debug): Ditto.
25984 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25986         * gnus-art.el (article-display-face, article-display-x-face):
25987         Use buffer-read-only.
25989 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25991         * gnus-art.el (article-hide-list-identifiers):
25992         Bind inhibit-read-only as t.
25994 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25996         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25998 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26000         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
26001         (gnus-narrow-to-page): Don't assume point-min == 1.
26002         (gnus-article-edit-mode): Derive from message-mode.
26004         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
26005         point-min == 1.
26007         * imap.el (imap-parse-address-list, imap-parse-body-ext):
26008         Disable incorrect use of `assert'.
26010         * message.el (message-mode): Set comment-start-skip.
26013 2004-08-22  Sam Steingold  <sds@gnu.org>
26015         * pop3.el (pop3-leave-mail-on-server): New user variable.
26016         (pop3-movemail): Delete mail only when it is nil.
26018 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
26020         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
26022         * mml.el (mml-preview): Use `pop-to-buffer'.
26024         * message.el (message-goto-mail-followup-to): Insert after "To".
26025         (message-carefully-insert-headers): Add comment.
26027         * gnus.el: Remove unused variable `gnus-article-check-size'.
26029         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
26031         * gnus-art.el (gnus-button-alist):
26032         Improve `gnus-button-handle-library' entry.
26034 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
26036         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
26037         Use downcase, since XEmacs capitalizes error messages differently.
26039 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
26041         * nntp.el: Add (require 'gnus) due to reference to
26042         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
26044 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
26046         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
26047         Bind `mm-fill-flowed'.
26049         * mm-decode.el (mm-dissect-singlepart): Check it.
26051 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26053         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26054         'imap' for netrc parsing.
26056 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26058         * mailcap.el (mailcap-mime-data): Mark as risky.
26060 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26062         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26063         may be included in the encoded word.
26064         (rfc2047-encode): Don't append a space if the encoded word
26065         includes close parenthesis.
26067 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26069         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26070         of text within parentheses.
26072 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26074         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26075         (gnus-encrypt-write-file-contents): Make the password key the file
26076         name PLUS the cipher, not just the cipher.  Also remove failed
26077         passwords from the cache.
26079 2004-08-06  Simon Josefsson  <jas@extundo.com>
26081         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26082         Doc fix.
26084 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26086         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26087         LWSP.
26089 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26091         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26092         Try to append in-reply-to: data to the references: header.
26094         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26095         (netrc-parse): Use gnus-encrypt.el functions.
26097         * gnus-encrypt.el: Add new file for encryption support; currently
26098         does only a few GPG ciphers and an internal XOR cipher.
26100         * password.el: Add comments on using password-read-and-add.
26101         (password-read-and-add): Add function to read and add the
26102         password to the cache at once.
26104 2004-07-28  Simon Josefsson  <jas@extundo.com>
26106         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26107         parameter (but don't use it, for now).
26109         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26110         instead of hard coding to nil.
26112 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26114         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26115         as mm-inline-image-xemacs does.
26117 2004-07-26  Simon Josefsson  <jas@extundo.com>
26119         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26120         Revert part of 2004-07-17 change below.
26122 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26124         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26125         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26127 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26129         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26130         quotes that actually start with ">" at the beginning of the
26131         lines.
26133 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26135         * rfc2047.el (rfc2047-encode-region): Fix last change.
26136         (rfc2047-encode-parameter): Remove useless concat.
26138 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26140         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26141         encode special characters; fix some kind of misconfigured headers;
26142         signal a real error if debug-on-quit or debug-on-error is non-nil.
26143         (rfc2047-encode-max-chars): New variable.
26144         (rfc2047-encode-1): Use it.
26145         (rfc2047-encode-parameter): New function.
26147         * mml.el (mml-insert-parameter): Remove an excessive space.
26149 2004-07-17  Simon Josefsson  <jas@extundo.com>
26151         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26152         Kai Grossjohann <kai@emptydomain.de>.
26153         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26154         (gnus-group-make-menu-bar): Ditto.
26156         * gnus-util.el (gnus-group-server): Add.
26158 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26160         * message.el (message-clone-locals): Clone sendmail and smtp
26161         variables.
26163 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26165         * rfc2047.el (rfc2047-encode-region): Fix last change.
26167 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26169         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26170         characters as non-special.
26172 2004-07-09  Simon Josefsson  <jas@extundo.com>
26174         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26175         Users will lose all flag changes made while unplugged with
26176         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26177         good default.  See numerous reports on ding mailing list.
26179 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26181         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26182         add generate-head-function and generate-article-function to the
26183         rfc822-forward entry.
26184         (nndoc-rfc822-forward-generate-article): New function.
26185         (nndoc-rfc822-forward-generate-head): New function.
26187         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26189 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26191         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26192         respect display group parameter and gnus-summary-expunge-below.
26193         (gnus-articles-to-read): Remove unused reference to display group
26194         parameter.
26196 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26198         * nnheader.el (nnheader-uniquify-message-id): New experimental
26199         variable.
26200         (nnheader-nov-read-message-id): Use it.
26202         * spam-report.el (spam-report-gmane): Add interactive.
26204 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26206         * mm-encode.el (mm-content-transfer-encoding-defaults):
26207         Use qp-or-base64 for the application/* types.
26209 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26211         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26213 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26215         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26216         trim value.
26218 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26220         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26221         New macro and function.
26222         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26224 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26227         after-load-alist.
26229 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26231         * gnus-group.el (gnus-group-get-new-news-this-group):
26232         Don't update info that isn't there.
26234 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26236         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26237         entry.
26239 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26241         * mm-view.el (mm-inline-render-with-function): Use multibyte
26242         buffer; decode html source by charset.
26244         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26246         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26247         Mule-UCS is loaded under XEmacs.
26248         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26250 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26252         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26254 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26256         * mm-util.el (mm-coding-system-p): Return a coding-system.
26257         (mm-mime-mule-charset-alist): Use shift_jis instead of
26258         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26259         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26260         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26261         instead of japanese-shift-jis and iso-latin-1 respectively in
26262         order to share the default value with both Emacs and XEmacs-mule.
26263         (mm-mule-charset-to-mime-charset):
26264         Make mm-coding-system-priorities effective.
26265         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26266         while predicating of candidates upon the priorities.
26268 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26270         * gnus-sum.el (gnus-summary-make-menu-bar):
26271         Add gnus-uu-invert-processable.
26273         * gnus.el: Autoload gnus-uu-invert-processable.
26275 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26277         * mm-util.el (mm-with-multibyte-buffer): New macro.
26279         * rfc2047.el (rfc2047-encode-string): Use it.
26280         (rfc2047-encode-region): Move point to the end of the region after
26281         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26283 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26285         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26286         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26288 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26290         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26291         (gnus-cite-parse): Ignore quoted envelope From_.
26292         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26294 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26296         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26297         invalid addresses.
26299 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26301         * spam.el: Change section markers, revise TODO list.
26302         (spam-backends): Make new master list of all installed backends.
26303         (spam-summary-exit-behavior): Add new variable to determine how
26304         messages moves are done at summary exit.
26305         (spam-move-spam-nonspam-groups-only)
26306         (spam-process-ham-in-nonham-groups)
26307         (spam-process-ham-in-spam-groups): Remove variables, the
26308         spam-summary-exit-behavior variable should be used to manage this
26309         behavior.
26310         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26311         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26312         and spam-old-spam-articles.
26313         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26314         Add empty variables, placeholders for the backends they represent.
26315         (spam-set-difference): Move, unchanged.
26316         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26317         unless the user has a processor variable.
26318         (spam-classifications, spam-classification-valid-p)
26319         (spam-backend-properties, spam-backend-property-valid-p)
26320         (spam-backend-function-type-valid-p)
26321         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26322         (spam-report-articles-gmane, spam-report-articles-resend):
26323         Remove functions, they are not needed.
26324         (spam-install-backend-super, spam-backend-list)
26325         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26326         (spam-backend-function, spam-backend-ham-registration-function)
26327         (spam-backend-spam-registration-function)
26328         (spam-backend-ham-unregistration-function)
26329         (spam-backend-spam-unregistration-function)
26330         (spam-backend-statistical-p, spam-backend-mover-p)
26331         (spam-install-backend-alias, spam-install-checkonly-backend)
26332         (spam-install-mover-backend, spam-install-nocheck-backend)
26333         (spam-install-backend, spam-install-statistical-backend)
26334         (spam-install-statistical-checkonly-backend): Add backend installation
26335         support.
26336         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26337         (spam-group-processor-p): Use the new backend code and respect the
26338         summary exit behavior.
26339         (spam-mark-spam-as-expired-and-move-routine): Remove.
26340         (spam-summary-prepare): Change to use the new spam-old-articles
26341         variable.
26342         (spam-copy-or-move-routine, spam-copy-spam-routine)
26343         (spam-move-spam-routine, spam-copy-ham-routine)
26344         (spam-move-ham-routine): Add code to copy/move ham or spam.
26345         (spam-fetch-field-fast): Improve doc and code, plus allow the
26346         'number request.
26347         (spam-list-of-checks, spam-list-of-statistical-checks):
26348         Remove variables.
26349         (spam-split, spam-find-spam): Use the new backend code.
26350         (spam-registration-functions): Remove variable.
26351         (spam-unregister-routine): Add convenience wrapper.
26352         (spam-log-undo-registration, spam-register-routine)
26353         (spam-log-processing-to-registry)
26354         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26355         where possible.
26356         (spam-check-gmane-xref, spam-check-regex-headers)
26357         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26358         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26359         (spam-check-bogofilter-headers, spam-check-spamoracle)
26360         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26361         (spam-check-crm114-headers): Use the spam-split-group that
26362         spam-split prepares, no need to determine it every time.
26364         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26365         to the nnheader-parse-naked-head call.
26367         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26369         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26370         the nnheader-nov-read-message-id call.
26372 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26374         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26375         gnus-activate-group twice.  Suggested by Markus Peter
26376         <warp@spin.de>.
26378 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26380         * gnus-art.el (gnus-article-time-format): Exchange the order of
26381         day and month in the default value; fix customization type.
26382         (article-date-ut): Use add-text-properties.
26383         (article-make-date-line): Use message-make-date instead of
26384         current-time-string.
26386         * message.el (message-fetch-field): Don't use set-text-properties.
26387         (message-make-date): Simplify.
26389         * messagexmas.el (message-xmas-make-date): New function.
26390         (message-xmas-redefine): Defalias message-make-date to it.
26392 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26394         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26395         (rfc2047-encode-region): Treat text within parentheses as special;
26396         show the original text when error has occurred.
26398         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26399         already-computed method to gnus-activate-group.
26401         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26402         same select-methods identical Lisp objects.
26404         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26405         object when modifying the info.
26407 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26409         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26410         gnus-opened-servers since it has never been opened with the new
26411         configuration yet.
26413 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26415         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26416         arg to nnheader-generate-fake-message-id.
26418 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26420         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26421         number and build a fake message ID localized to a group and
26422         article number (so it's repeatable from that point on).
26423         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26424         ID format.
26426         * gnus-sum.el (gnus-get-newsgroup-headers):
26427         Call nnheader-generate-fake-message-id with the article number.
26429 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26431         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26432         end-of-buffer.
26434 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26436         * message.el (message-ignored-supersedes-headers): Add Approved.
26438 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26440         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26441         goto-char.
26442         (rfc2047-encode): Fold the line before encoding.
26444 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26446         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26447         folding -- not all headers can be folded, and this should be done
26448         by the message composition mode.  Probably.  I think.
26450 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26452         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26453         fast.
26455         * gnus-ems.el (gnus-remove-image): Don't use
26456         message-text-with-property; remove only the image found first.
26458         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26459         found first.
26461 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26463         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26465 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26467         * message.el (message-text-with-property): Make it fast and accept
26468         optional arguments.
26469         (message-strip-forbidden-properties): Use it.
26470         (message-fix-before-sending): Follow the m-t-w-p change.
26472         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26474 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26476         * gnus-art.el (article-hide-headers): Don't change the buffer
26477         mistakenly when performing mml-preview even if
26478         gnus-single-article-buffer is nil.
26480 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26482         * message.el (message-expand-name-databases): New user option.
26483         (message-expand-name): Use it.
26485 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26487         * spam.el (spam-report-articles-resend)
26488         (spam-report-resend-register-routine): Allow ham reporting.
26489         (spam-report-resend-register-ham-routine): Add wrapper.
26490         (spam-registration-functions): Add ham resending functions.
26491         (spam-list-of-processors): Add ham resend processor.
26493         * gnus.el (ham-resend-to): Add new group parameter.
26494         (spam-process): Add ham resend option.
26496         * spam-report.el (spam-report-resend): Allow reporting ham.
26497         (spam-report-resend-ham): Add wrapper.
26499 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26501         * message.el (message-cite-articles-with-x-no-archive):
26502         New variable.
26503         (message-cite-original): Use it.
26505 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26507         * message.el (message-cite-original): Respect X-No-Archive.
26509 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26511         * gnus-art.el (article-hide-headers): Refer to the values for
26512         gnus-ignored-headers and gnus-visible-headers in the summary
26513         buffer since a user may have set them as group parameters.
26515 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26517         * assistant.el (assistant-node-name): Add convenience function.
26518         (assistant-render-text, assistant-render-node): Add error handling,
26519         plus handle multiple next nodes.
26520         (assistant-find-next-node): Comment out for now.
26521         (assistant-find-next-nodes): Add function, returns list of next
26522         nodes.
26524 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26526         * mail-source.el (mail-source-directory): Fix doc-string.
26528 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26530         * assistant.el (assistant-render-text, assistant-eval): Add :set
26531         widget type, which is different because it takes and returns a
26532         list.  Much hilarity ensues.
26534 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26536         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26538         * gnus-group.el (gnus-group-get-new-news-this-group):
26539         Add doc-string.
26541         * gnus-start.el (gnus-activate-group): Add doc-string.
26543 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26545         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26547 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26549         * assistant.el (assistant-render-text): Try to add a :set
26550         widget, more to come.
26552         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26553         strings.
26554         (spam-report-articles-resend)
26555         (spam-register-routine): Do registration iff any articles warrant
26556         it.
26557         (spam-summary-prepare-exit): Change log message for nil group
26558         destinations.
26560 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26562         * spam.el (spam-report-resend-register-routine):
26563         Allow spam-report-resend-to to be a group parameter or a global value.
26565 2004-05-26  Simon Josefsson  <jas@extundo.com>
26567         * starttls.el: Merge with my GNUTLS based starttls.el.
26568         (starttls-gnutls-program, starttls-use-gnutls)
26569         (starttls-extra-arguments, starttls-process-connection-type)
26570         (starttls-connect, starttls-failure, starttls-success):
26571         New variables.
26572         (starttls-program, starttls-extra-args): Doc fix.
26573         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26574         New functions.
26575         (starttls-negotiate, starttls-open-stream):
26576         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26577         function if it is set.
26579 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26581         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26582         structured fields.
26584 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26586         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26588 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26590         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26591         Add variable.
26592         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26593         assigning the spam-mark to new messages.
26595 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26597         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26599 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26601         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26603         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26604         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26605         default.
26607 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26609         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26610         correct data.
26612 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26614         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26615         (spam-group-processor-p): Fix function.
26616         (spam-group-processor-multiple-p)
26617         (spam-group-spam-processor-report-gmane-p)
26618         (spam-group-spam-processor-report-resend-p)
26619         (spam-group-spam-processor-bogofilter-p)
26620         (spam-group-spam-processor-blacklist-p)
26621         (spam-group-spam-processor-ifile-p)
26622         (spam-group-ham-processor-ifile-p)
26623         (spam-group-spam-processor-spamoracle-p)
26624         (spam-group-spam-processor-crm114-p)
26625         (spam-group-ham-processor-bogofilter-p)
26626         (spam-group-spam-processor-stat-p)
26627         (spam-group-ham-processor-stat-p)
26628         (spam-group-ham-processor-whitelist-p)
26629         (spam-group-ham-processor-BBDB-p)
26630         (spam-group-ham-processor-spamoracle-p)
26631         (spam-group-ham-processor-copy-p): Remove functions with some
26632         prejudice against unneeded code.
26633         (spam-report-articles-resend)
26634         (spam-report-resend-register-routine): Allow the group/topic
26635         spam-resend-to value to override spam-report-resend-to.
26636         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26637         properly now.
26639         * gnus.el (spam-resend-to): Add group/topic parameter.
26640         (spam-process): Move the OBSOLETE processors to the end of the
26641         choices.
26643 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26645         * spam-report.el (spam-report-resend-to, spam-report-resend):
26646         Start with resend-to set to nil, and then ask the user if necessary.
26647         (spam-report-resend): spam-report-resend takes a list of articles, not
26648         separate article numbers.
26650 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26652         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26653         addition to emacs-w3m.
26655 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26657         * assistant.el (assistant-authinfo-data): New function.
26658         (assistant-eval): Eval for entire assistant.
26660         * netrc.el (netrc-services-file): New variable.
26661         (netrc-parse-services): New function.
26662         (netrc-find-service-name): New function.
26663         (netrc-find-service-number): New function.
26664         (netrc-port-equal): New function.
26665         (netrc-machine): Use it.
26667         * nnimap.el (nnimap-open-connection): Use netrc.
26669         * gnus-util.el (gnus-netrc-get): Remove aliases.
26671         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26673         * assistant.el (wid-edit): Fix compilation.
26675         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26677 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26679         * gnus-util.el (gnus-set-file-modes): New function.  (small
26680         patch).
26682 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26684         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26686         * assistant.el (assistant-render-node): Fix up rendering and
26687         read-only text.
26688         (assistant-render-node): Reset.
26689         (assistant-make-read-only): Not sticky.
26691 2004-05-20  Danny Siu  <dsiu@adobe.com>
26693         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26694         centered even when gnus-auto-center-summary is t.
26696 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26698         * dns.el (dns-get-txt-answer): New function.
26699         (dns-read-txt): Ditto.
26700         (query-dns): Use it.
26702 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26704         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26705         active for foreign groups even if the group level is higher than
26706         the specified value.
26708 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26710         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26711         non-active groups.
26713         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26715 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26717         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26719 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26721         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26722         (spam-crm114-header, spam-crm114-spam-switch)
26723         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26724         (spam-crm114-positive-spam-header)
26725         (spam-crm114-database-directory, spam-list-of-processors)
26726         (spam-group-spam-processor-crm114-p)
26727         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26728         (spam-generic-score, spam-list-of-checks)
26729         (spam-list-of-statistical-checks, spam-registration-functions)
26730         (spam-check-crm114-headers, spam-crm114-score)
26731         (spam-check-crm114, spam-crm114-register-with-crm114)
26732         (spam-crm114-register-spam-routine)
26733         (spam-crm114-unregister-spam-routine)
26734         (spam-crm114-register-ham-routine)
26735         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26737 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26739         * gnus.el: Add spam-use-crm114.
26741         * spam.el (spam-list-of-processors, spam-registration-functions):
26742         Add spam-use-resend.
26743         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26744         (spam-report-articles-gmane): Add doc fix.
26745         (spam-report-articles-resend, spam-report-resend-register-routine):
26746         Add wrappers around spam-report-resend-to.
26748         * spam-report.el (spam-report-resend-to, spam-report-resend):
26749         Add support for resending spam.
26750         (spam-report-gmane): Fix line length >80.
26752         * gnus.el (spam-process): Add spam-use-resend.
26754 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26756         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26757         number of processed spam messages.
26758         (spam-ham-copy-or-move-routine): Return the number of processed
26759         ham messages.
26760         (spam-summary-prepare-exit): Use the above values to decide
26761         whether status messages should be displayed.
26763 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26765         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26766         `rfc2047-encoding-function-alist' in order to avoid conflicting
26767         with the old version.
26768         (rfc2047-encode-region): Concatenate words containing non-ASCII
26769         characters in structured fields; don't encode space-delimited
26770         ASCII words even in unstructured fields; don't break words at
26771         char-category boundaries.
26772         (rfc2047-encode-1): New function.
26773         (rfc2047-encode): Use it; encode text so that it occupies the
26774         maximum width within 76-column; work correctly on Q encoding for
26775         iso-2022-* charsets.
26776         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26777         sure not to break a line just after the header name.
26778         (rfc2047-b-encode-region): Remove.
26779         (rfc2047-b-encode-string): New function.
26780         (rfc2047-q-encode-region): Remove.
26781         (rfc2047-q-encode-string): New function.
26783         * mm-util.el (mm-replace-in-string): New function.
26785 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26787         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26788         Really get it right.
26789         (gnus-inews-make-draft): Really.
26791 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26793         * nnmh.el (nnmh-request-list-1): Don't check the link count
26794         before descending.  (small patch)
26796 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26798         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26799         stuff.
26801         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26802         Match on real group name.
26804         * gnus-art.el (gnus-signature-limit): Doc fix.
26806         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26808         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26810 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26812         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26813         isn't a string.
26815 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26817         * gnus-draft.el (gnus-draft-send):
26818         Bind rfc2047-encode-encoded-words.
26820         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26821         (rfc2047-encodable-p): Say that =? needs encoding.
26822         (rfc2047-encode-encoded-words): New variable.
26824         * gnus-group.el (gnus-group-select-group): Doc fix.
26826         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26828         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26829         to nil.
26831         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26833         * nnheader.el (nnheader-get-lines-and-char): New function.
26835 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26837         * gnus-msg.el (gnus-summary-followup-with-original):
26838         Document yanking of region when active.
26840 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26842         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26843         groups if the group level is higher than the specified value.
26845 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26847         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26848         (gnus-group-jump-to-group): Add prefix argument using
26849         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26850         non-active group.
26852         * compface.el (uncompface): Be verbose when changing
26853         `uncompface-use-external'.
26855         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26856         handle manual section.
26858 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26860         * gnus-art.el (gnus-button-alist): Revert previous change.
26862 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26864         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26866 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26868         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26869         whether backend can accept message.
26871         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26873 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26875         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26876         Avoid creating directory when nntp-marks-is-evil is true.
26877         Reported by Reiner Steib.
26879 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26881         * gnus-picon.el (gnus-picon-insert-glyph):
26882         Add optional `nostring' argument.
26884 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26886         * gnus-picon.el (gnus-picon-style): New variable.
26887         (gnus-picon-transform-address): Support `gnus-picon-style'.
26889 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26891         * message.el (message-fill-field): Return point.
26892         (message-generate-headers): Go to end of field.
26894         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26895         stuff for non-living groups.
26897 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26899         * gnus-art.el (gnus-article-followup-with-original)
26900         (gnus-article-reply-with-original): gnus-mark-active-p ->
26901         gnus-region-active-p.
26903 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26905         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26906         only when there is spam or ham to be processed.
26908 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26910         * mail-source.el (mail-source-delete-crash-box): Refactor.
26911         (mail-source-fetch): Use it.
26912         (mail-source-fetch-file): Ditto.
26913         (mail-source-fetch-directory): Run postscript in loop.
26914         (mail-source-fetch-pop): Delete.
26915         (mail-source-fetch-maildir): Ditto.
26916         (mail-source-fetch-imap): Ditto.
26918         * imap.el (imap-authenticators): Comment out sasl.
26920         * message.el (message-skip-to-next-address): New function.
26921         (message-fill-header-address): Refactor.
26922         (message-fill-address): Use it.
26923         (message-delete-address): Use it.
26924         (message-fill-header-general): Refactor.
26925         (message-fill-field-address): Rename.
26926         (message-narrow-to-field): Find the start of the header.
26927         (message-header-format-alist): Don't pre-fill.
26928         (message-fill-header): Remove.
26929         (message-insert-header): New function.
26930         (message-shorten-references): Use it.
26932         * rfc2047.el (rfc2047-field-value): Strip props.
26934         * mail-parse.el (mail-header-make-address): New alias.
26936         * ietf-drums.el (ietf-drums-make-address): New function.
26938         * imap.el: Add compiler directives.
26940         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26942         * gnus-art.el (article-decode-idna-rhs): Don't use
26943         message-idna-inside-rhs-p.
26945 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26947         * message.el (message-idna-inside-rhs-p): Remove.
26948         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26950         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26951         false positives.
26953 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26955         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26957 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26959         * nneething.el (nneething-file-name): Don't create spurious
26960         files.
26962         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26963         (gnus-inews-do-gcc): Remove sleep.
26965         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26966         part under point.
26968         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26969         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26971 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26973         * spam.el (spam-summary-prepare-exit): Fix (length).
26975 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26977         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26978         as expired without moving it" message when there are spam
26979         messages left.
26981 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26983         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26984         header is not nil.
26986 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26988         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26989         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26990         (nntp-marks-changed-p): New arg SERVER.
26991         (nntp-request-update-info): Adjust caller.
26993 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26995         * nntp.el (nntp-save-marks): Pass missing arg.
26997 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26999         * nntp.el: Support marks.
27000         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
27001         (nntp-marks-modtime, nntp-marks-directory): New variables.
27002         (nntp-request-set-mark, nntp-request-update-info)
27003         (nntp-possibly-create-directory, nntp-marks-changed-p)
27004         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
27005         New functions.
27007 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
27009         * gnus-xmas.el (gnus-xmas-select-lowest-window)
27010         (gnus-xmas-redefine): Rename.
27012         * gnus-score.el (gnus-score-insert-help):
27013         Use gnus-select-lowest-window.
27015         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
27016         appt-select-lowest-window and rename to gnus-select-lowest-window.
27018         * gnus.el: do.
27020 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27022         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
27023         encodings of MIME-encoded words, in order to improve
27024         interoperability with several broken MUAs.
27026 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27028         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
27029         tags, only when charsets are not specified in headers.
27030         (mm-inline-text-html-render-with-w3m): Ditto.
27032         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
27033         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
27035 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27037         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
27038         instead of MIME-decoded from fields when checking
27039         `gnus-article-address-banner-alist'.
27041 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
27043         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
27044         description rather than subject.
27046 2004-05-02  Steve Youngs  <steve@youngs.au.com>
27048         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27050 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27052         * gnus.el (gnus-version-number): Bump.
27054 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27056         * gnus.el: No Gnus v0.2 is released.
27058 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27060         * gnus-agent.el (gnus-agent-read-agentview):
27061         Inline gnus-uncompress-range.
27063 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27065         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27066         `exec-installed-p'.
27068 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27070         * gnus.el (spam-process, spam-autodetect-methods):
27071         Add bsfilter and bsfilter-headers.
27073         * spam.el (spam-bsfilter): New customize group.
27074         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27075         (spam-bsfilter-header, spam-bsfilter-probability-header)
27076         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27077         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27078         (spam-bsfilter-database-directory): New options.
27079         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27080         (spam-list-of-statistical-checks, spam-registration-functions):
27081         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27082         (spam-bsfilter-score): New command.
27083         (spam-check-bsfilter-headers, spam-check-bsfilter)
27084         (spam-bsfilter-register-with-bsfilter)
27085         (spam-bsfilter-register-spam-routine)
27086         (spam-bsfilter-unregister-spam-routine)
27087         (spam-bsfilter-register-ham-routine)
27088         (spam-bsfilter-unregister-ham-routine): New functions.
27089         (spam-generic-score): Support bsfilter; Accept an optional argument
27090         to recalcurate spam score even if scoring header has already been
27091         added.
27092         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27093         optional argument to recalcurate spam score even if scoring header
27094         has already been added.
27096 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27098         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27099         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27100         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27101         link is missing.
27103 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27105         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27106         (html2text-get-attr): Rewrite.
27108         * message.el (message-setup-1): Remove redundant put-text-property
27109         on mail-header-separator.
27111 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27113         * gnus-registry.el (gnus-registry-cache-whitespace)
27114         (gnus-registry-action, gnus-registry-spool-action)
27115         (gnus-registry-split-fancy-with-parent): Change message levels
27116         from 5 to 3 or 7, as needed.
27118         * spam.el (spam-summary-prepare-exit)
27119         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27120         (spam-split, spam-find-spam, spam-log-undo-registration)
27121         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27122         level from 5 to 6.
27124 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27126         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27127         2004-03-04 change).
27129 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27131         * sieve-manage.el (sieve-manage-open):
27132         * nnweb.el (nnweb-insert-html):
27133         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27134         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27135         * nnspool.el (nnspool-request-group):
27136         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27137         * nnml.el (nnml-request-update-info):
27138         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27139         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27140         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27141         (nnimap-request-set-mark):
27142         * nnfolder.el (nnfolder-request-update-info):
27143         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27144         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27145         * gnus-uu.el (gnus-uu-find-articles-matching):
27146         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27147         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27148         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27149         * gnus-nocem.el (gnus-nocem-scan-groups):
27150         * gnus-int.el (gnus-start-news-server):
27151         * gnus-group.el (gnus-group-make-kiboze-group)
27152         (gnus-group-browse-foreign-server):
27153         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27154         Use mapc when appropriate.
27156 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27157             Adam Sjøgren  <asjo@koldfront.dk>
27158             Wes Hardaker  <wes@hardakers.net>
27159             Michael Shields  <shields@msrl.com>
27161         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27162         may need for spam sorting and scoring.
27163         (spam-user-format-function-S): Add user format function suitable for
27164         general use.
27165         (spam-article-sort-by-spam-status): Add sorting function for summary
27166         sorting.
27167         (spam-extra-header-to-number): Add function to get a score from a
27168         header.
27169         (spam-summary-score): Add function to get a numeric score from the
27170         headers.
27171         (spam-generic-score): Fix function doc, was in wrong place.
27172         (spam-initialize): Take symbols when it's run, and install the
27173         extra headers that spam-necessary-extra-headers thinks we need.
27175 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27177         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27178         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27180 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27182         * gnus-sum.el (gnus-set-global-variables)
27183         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27184         (gnus-article-get-xrefs, gnus-summary-best-group)
27185         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27186         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27187         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27188         Use with-current-buffer.
27190 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27192         * spam.el (spam-summary-prepare-exit): Simplify logic.
27193         (spam-fetch-article-header): Read the article header if it's not
27194         available.
27195         (spam-list-articles): Simplify logic.
27196         (spam-filelist-register-routine): Fix bug with unregister-list.
27198         * gnus-registry.el: Fix comments at beginning.
27200 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27202         * message.el (message-cater-to-broken-inn): Remove.
27203         (message-shorten-references): Make sure the total folded length of
27204         References is shorter than 998 characters to cater to a bug in INN
27205         2.3.  Also, don't pretend that references aren't folded -- this
27206         hasn't worked for a while.
27208 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27210         * gnus-agent.el (gnus-agentize):
27211         gnus-agent-send-mail-real-function no longer set to current value
27212         of message-send-mail-function but rather a lambda that calls
27213         message-send-mail-function.  The change makes the agent real-time
27214         responsive to user changes to message-send-mail-function.
27216 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27218         * legacy-gnus-agent.el
27219         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27220         help from Florian Weimer <fw@deneb.enyo.de>
27222 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27224         * nnmail.el (nnmail-cache-insert): Revert last change.
27226 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27228         * nnmail.el (nnmail-cache-insert): Always check whether
27229         nnmail-cache-ignore-groups matches a group name.
27231 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27233         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27234         (spam-find-spam, spam-log-processing-to-registry)
27235         (spam-log-registered-p, spam-log-unregistration-needed-p)
27236         (spam-log-undo-registration): Use gnus-message instead of
27237         gnus-error, none of these errors are fatal.
27239         * gnus-registry.el (gnus-registry-clean-empty-function)
27240         (gnus-registry-clean-empty): Remove only empty entries without
27241         extra data.
27243 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27245         * spam-stat.el (spam-stat-buffer-change-to-spam)
27246         (spam-stat-buffer-change-to-non-spam): Change (error) to
27247         (gnus-message 8) invocation.
27249 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27251         * nntp.el (nntp-via-netcat-command): New variable.
27252         (nntp-via-netcat-switches): New variable.
27253         (nntp-open-via-rlogin-and-netcat): New function.
27254         (nntp-open-connection-function): Doc fix.
27255         (nntp-telnet-command): Doc fix.
27256         (nntp-end-of-line): Doc fix.
27257         (nntp-via-rlogin-command): Doc fix.
27258         (nntp-via-user-name): Doc fix.
27259         (nntp-via-address): Doc fix.
27261 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27263         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27264         error in Emacs 21.1.
27266 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27268         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27270 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27272         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27273         (gnus-agent-with-refreshed-group): New macro.
27274         (gnus-agent-rename-group): New function.
27275         (gnus-agent-delete-group): New function.
27276         (gnus-agent-save-group-info): Use gnus-command-method when
27277         `method' parameter is nil.  Don't write nil entries into the
27278         active file.
27279         (gnus-agent-get-group-info): New function.
27280         (gnus-agent-fetch-articles):
27281         Use gnus-agent-update-files-total-fetched-for to increment disk space
27282         used.
27283         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27284         Use gnus-agent-update-view-total-fetched-for to increment disk space
27285         used.
27286         (gnus-agent-get-local): Add optional parameters to avoid calling
27287         gnus-group-real-name and gnus-find-method-for-group.
27288         (gnus-agent-set-local): Delete stored entry if either min, or max,
27289         are nil.
27290         (gnus-agent-fetch-session): Reworded error/quit messages.
27291         On quit, use gnus-agent-regenerate-group to record existance of any
27292         articles fetched to disk before the quit occurred.
27293         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27294         gnus-agent-update-view-total-fetched-for, and
27295         gnus-agent-update-files-total-fetched-for to decrement disk space
27296         used.
27297         (gnus-agent-retrieve-headers):
27298         Use gnus-agent-update-view-total-fetched-for to increment disk space
27299         used.
27300         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27301         with gnus-agent-update-files-total-fetched-for to decrement disk
27302         space and fresh group buffer.
27303         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27304         (gnus-agent-need-update-total-fetched-for): New variable.
27305         (gnus-agent-update-files-total-fetched-for): New function.
27306         (gnus-agent-update-view-total-fetched-for): New function.
27307         (gnus-agent-total-fetched-for): New function.
27309         * gnus-cache.el (gnus-cache-save-buffers):
27310         Use gnus-cache-update-overview-total-fetched-for to change disk space
27311         used by this group.
27312         (gnus-cache-possibly-enter-article):
27313         Use gnus-cache-update-file-total-fetched-for to increment disk space
27314         used by this group.
27315         (gnus-cache-possibly-remove-article):
27316         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27317         used by this group.
27318         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27319         (gnus-cache-rename-group): New function.
27320         (gnus-cache-delete-group): New function.
27321         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27322         (gnus-cache-need-update-total-fetched-for): New variable.
27323         (gnus-cache-with-refreshed-group): New macro.
27324         (gnus-cache-update-file-total-fetched-for): New function.
27325         (gnus-cache-update-overview-total-fetched-for): New function.
27326         (gnus-cache-rename-group-total-fetched-for): New function.
27327         (gnus-cache-delete-group-total-fetched-for): New function.
27328         (gnus-cache-total-fetched-for): New function.
27330         * gnus-group.el: Require gnus-sum and autoload functions to
27331         resolve warnings when gnus-group.el compiled alone.
27332         (gnus-group-line-format): Document new %F.
27333         (size of Fetched data) group line format; identifies disk space
27334         used by agent and cache.
27335         (gnus-group-line-format-alist): Define new F format.
27336         (gnus-total-fetched-for): New function.
27337         (gnus-group-delete-group): No longer update
27338         gnus-cache-active-altered as gnus-request-delete-group now keeps
27339         the cache in sync.
27340         (gnus-group-list-active): Let the agent store a server's active
27341         list if currently plugged.
27343         * gnus-int.el (gnus-request-delete-group):
27344         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27345         local disk in sync with the server.
27346         (gnus-request-rename-group):
27347         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27348         local disk in sync with the server.
27350         * gnus-start.el (gnus-get-unread-articles):
27351         Cosmetic simplification to logic.
27353         * gnus-util.el (gnus-rename-file): New function.
27355 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27357         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27359 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27361         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27362         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27364 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27366         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27367         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27369 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27371         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27373 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27375         * spam.el (spam-set-difference): Add function to replace
27376         gnus-set-difference in spam.el.
27377         (spam-summary-prepare-exit): Use spam-set-difference.
27379 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27381         * gnus-registry.el (gnus-registry-cache-file): Update to use
27382         gnus-dribble-directory OR gnus-home-directory OR ~.
27383         (gnus-registry-split-fancy-with-parent): Fix doc.
27385 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27387         * message.el (message-exchange-point-and-mark):
27388         Use message-mark-active-p.  Suggested by Jesper Harder
27389         <harder@ifa.au.dk>.
27391 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27393         * message.el (message-exchange-point-and-mark): Don't activate
27394         region if it was inactive.  Suggested by Hiroshi Fujishima
27395         <pooh@nature.tsukuba.ac.jp>.
27397 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27399         * gnus-art.el (article-display-face): Display Faces in the same
27400         order as X-Faces.
27402 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27404         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27406 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27408         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27409         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27410         (gnus-article-mime-hierarchy): Remove.
27411         (gnus-article-mime-hierarchy-next): Remove.
27412         (gnus-article-mode): Revert 2004-03-19 change.
27413         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27414         (gnus-insert-mime-button): Revert 2004-03-19 change.
27415         (gnus-mime-accumulate-hierarchy): Remove.
27416         (gnus-mime-enter-multipart): Remove.
27417         (gnus-mime-leave-multipart): Remove.
27418         (gnus-mime-display-part): Revert 2004-03-19 change.
27419         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27421         * mml.el (mml-preview): Revert 2004-03-19 change.
27423 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27425         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27427 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27429         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27430         t while entering a file name using the mm-with-multibyte macro.
27431         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27433         * mm-util.el (mm-with-multibyte): New macro.
27435 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27437         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27438         New user option.
27439         (gnus-mime-multipart-functions): Doc and customization fix.
27440         (gnus-article-mime-hierarchy): New variable.
27441         (gnus-article-mime-hierarchy-next): New variable.
27442         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27443         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27444         gnus-article-mime-hierarchy-next to nil.
27445         (gnus-insert-mime-button): Show hierarchy numbers.
27446         (gnus-mime-accumulate-hierarchy): New function.
27447         (gnus-mime-enter-multipart): New function.
27448         (gnus-mime-leave-multipart): New function.
27449         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27450         (gnus-mime-display-alternative): Show hierarchy numbers.
27452         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27453         gnus-article-mime-hierarchy-next to nil.
27455 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27457         * dns.el: Don't require gnus-xmas.
27459 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27461         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27462         inline PGP.
27463         (mml-menu): Disable mml-quote-region if mark is inactive.
27465 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27467         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27468         when the group's active is not available.
27470 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27472         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27473         error.
27475 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27477         * imap.el (imap-store-password): New variable.
27478         (imap-interactive-login): Use it.
27479         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27481 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27483         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27484         window-start and hscroll to summary window.
27486 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27488         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27489         conversion message to newsrc-dribble when an actual conversion is
27490         performed.
27492 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27494         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27496 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27498         * mm-decode.el (mm-complicated-handles): New function reviving
27499         former definition of mm-multiple-handles.
27501         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27502         (gnus-mime-delete-part): Use it.
27504 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27506         * gnus-agent.el (gnus-agent-read-local):
27507         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27508         avoid the implicit assumption that they will always be equal.
27509         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27510         coding-system-for-write, as the with-temp-file macro first prints
27511         to a buffer then saves the buffer.
27513 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27515         * gnus-art.el (gnus-article-edit-part): New function.
27516         (gnus-mime-save-part-and-strip): Use it; do query instead of
27517         signaling an error; don't use mm-multiple-handles.
27518         (gnus-mime-delete-part): Ditto.
27520 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27522         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27523         old file versions.
27524         (gnus-group-prepare-hook): Remove function that converted list
27525         form of gnus-agent-expire-days to group properties.
27527         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27528         (gnus-request-accept-article): Re-indented.
27530         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27531         converters to handle old agent file formats.  Add logic for a
27532         "backup before upgrading warning".
27533         (gnus-convert-mark-converter-prompt): Developers can mark
27534         functions as needing (default), or not needing,
27535         gnus-convert-old-newsrc's "backup before upgrading warning".
27536         (gnus-convert-converter-needs-prompt): Tests whether the user
27537         should be protected from potentially irreversable changes by the
27538         function.
27540         * legacy-gnus-agent.el: New.  Provides converters that are only
27541         loaded when gnus-convert-old-newsrc needs to call them.
27543 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27545         * mail-source.el (mail-source-touch-pop): Doc fix.
27547         * message.el (message-smtpmail-send-it): Doc fix.
27549 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27551         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27553         * nnmail.el (nnmail-split-fancy): do.
27555         * gnus-kill.el (gnus-kill, gnus-execute): do.
27557 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27559         * gnus-sum.el (gnus-widget-reversible-match)
27560         (gnus-widget-reversible-to-internal)
27561         (gnus-widget-reversible-to-external): New functions.
27562         (gnus-widget-reversible): New widget.
27563         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27565 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27567         * gnus-sum.el (gnus-thread-sort-functions)
27568         (gnus-article-sort-functions): Document `(not F)' items.
27570 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27572         * spam.el (spam-use-gmane-xref): Add new backend.
27573         (spam-gmane-xref-spam-group): Add variable to control the name of the
27574         Gmane spam group.
27575         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27576         (spam-regex-headers-spam, spam-regex-headers-ham)
27577         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27578         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27579         backends and checks.
27580         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27582         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27583         an autodetect method.
27585 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27587         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27588         articles are being added to a group.
27589         (gnus-request-replace-article): Inform the agent that articles
27590         need to be uncached as the cached contents are no longer valid.
27592 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27594         * binhex.el: Don't autoload executable-find.
27596         * canlock.el: Don't autoload mail-fetch-field.
27598         * dgnushack.el: Autoload c-mode for XEmacs.
27600         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27602         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27603         rmail-dont-reply-to and rmail-output.
27605         * gnus-score.el: Don't autoload ffap-string-at-point.
27607         * gnus-setup.el: Don't autoload sc-cite-original.
27609         * imap.el: Don't autoload base64-decode-string,
27610         base64-encode-string and md5.
27612         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27613         and rmail-msg-restore-non-pruned-header.
27615         * mm-decode.el: Don't autoload executable-find.
27617         * mm-url.el: Don't autoload executable-find.
27619         * mm-view.el: Don't autoload diff-mode.
27621         * nndb.el: Don't autoload news-reply-mode, news-setup,
27622         cancel-timer and telnet.
27624         * password.el: Don't autoload run-at-time for Emacs.
27626         * sha1-el.el: Don't autoload executable-find.
27628         * sieve-mode.el: Don't autoload c-mode.
27630         * uudecode.el: Don't autoload executable-find.
27632 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27634         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27635         (gnus-agent-possibly-alter-active): Avoid null in numeric
27636         comparison.
27637         (gnus-agent-set-local): Refuse to save null in local object table.
27638         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27639         list of articles that will be marked as unread.
27641 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27643         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27645 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27647         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27648         language tags.
27650 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27652         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27653         Don't bind "obarray".
27655         * gnus-sum.el (gnus-thread-sort-functions):
27656         Add `gnus-thread-sort-by-most-recent-number' and
27657         `gnus-thread-sort-by-most-recent-date'.
27658         Reported by Kai Grossjohann <kai@emptydomain.de>.
27660 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27662         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27664 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27666         * gnus-cus.el (gnus-agent-customize-category):
27667         Remove ignore-errors macro reference that required cl to be loaded at
27668         run-time.
27670         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27671         single-interval range of the form (min . max).  Previously the
27672         range had to look like ((min . max)).  Likewise, return
27673         (min . max) rather than ((min . max)).
27674         (gnus-range-map): Use gnus-range-normalize to accept
27675         single-interval range.
27677         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27678         the cache, but not the agent, now appear with their usual face.
27680         * dgnushack.el (loaddir): New variable that is bound to the
27681         directory containing the dgnushack.el file.  Use loaddir, rather
27682         than srcdir, to update load-path.  Change lets dgnushack compile
27683         code in directories other than GNUS/lisp.
27685 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27687         * lpath.el: Don't bind w3m-safe-url-regexp.
27689         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27690         w3m-safe-url-regexp variable buffer-local.
27692         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27694 2004-02-27  Simon Josefsson  <jas@extundo.com>
27696         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27697         gnus-group-real-prefix.
27698         (gnus-summary-move-article): Use it, instead of
27699         gnus-group-real-prefix.
27701 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27703         * lpath.el: Bind w3m-safe-url-regexp.
27705         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27706         w3m-safe-url-regexp variable buffer-local and set it as the value
27707         of mm-w3m-safe-url-regexp.
27709         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27711         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27712         parsing gnus-posting-styles when the message is not for replying.
27714         * dgnushack.el: Autoload sgml-mode for XEmacs.
27716         * nnrss.el (nnrss-opml-export):
27717         Use mm-set-buffer-file-coding-system instead of
27718         set-buffer-file-coding-system.
27720 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27722         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27723         of checkdoc.el).
27724         * nnrss.el: do.
27725         * gnus-mlspl.el: do.
27726         * gnus-ml.el: do.
27727         * gnus-srvr.el: do.
27729         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27731 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27733         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27734         Corrections to custom-manual links.
27736         * gnus-art.el (gnus-article): Ditto.
27738         * mm-decode.el (mime-display, mime-security): Ditto.
27740 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27742         * flow-fill.el: Typo.
27744 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27746         * spam-wash.el: New file.
27748 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27750         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27752 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27754         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27755         to be run with new-articles as LIST1, not LIST2.
27756         (spam-registration-functions): Add spam-use-ham-copy as a nil
27757         registration backend.
27759 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27761         * spam-stat.el (spam-stat-washing-hook): New option.
27762         (spam-stat-buffer-words): Use it.
27763         (spam-stat-process-directory, spam-stat-test-directory):
27764         Use insert-file-contents-literally.
27765         (spam-stat-coding-system): New variable.
27766         (spam-stat-load, spam-stat-save): Use it.
27768 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27770         * spam-report.el (spam-report-plug-agent):
27771         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27773 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27775         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27776         Allow / in mailto URLs.
27778 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27780         * spam-report.el (spam-report-process-queue): Fix interactive use.
27781         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27782         (spam-report-unplug-agent): Doc fixes.
27783         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27784         (spam-report-agentize, spam-report-deagentize): Autoload.
27786 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27788         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27790         * message.el (message-setup-fill-variables): Add mml tags to
27791         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27792         <ajk@iu.edu>.
27793         (message-mode): Don't modify paragraph-separate there.
27795 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27797         * compface.el (uncompface-use-external): Default to undecided.
27798         (uncompface-use-external-threshold): New variable.
27799         (uncompface-float-time): New macro.
27800         (uncompface): Determine whether to use the external decoder if
27801         uncompface-use-external is undecided.
27803 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27805         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27806         after images.
27808         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27810 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27812         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27814         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27816         * gnus-sum.el (gnus-summary-limit-to-age)
27817         (gnus-summary-limit-children): do.
27819         * gnus-int.el (gnus-request-scan): do.
27821         * gnus-group.el (gnus-group-suspend): do.
27823         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27825         * gnus-cite.el (gnus-cite-parse-attributions): do.
27827         * gnus-agent.el (gnus-summary-set-agent-mark)
27828         (gnus-agent-regenerate-group): do.
27830         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27832         * binhex.el (binhex-decode-region-internal): do.
27834 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27836         * gnus-fun.el (gnus-face-properties-alist): New user option.
27837         (gnus-display-x-face-in-from): Use it.
27839         * gnus-art.el (article-display-face): Ditto.
27841         * compface.el (uncompface-use-external): Default to nil.
27843 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27845         * nntp.el (nntp-erase-buffer): New function.
27846         (nntp-retrieve-data, nntp-send-command)
27847         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27848         (nntp-possibly-change-group): Use it.
27850         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27851         Use with-current-buffer.
27853 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27855         * compface.el: Merge the ELisp-based uncompface program.
27856         (compface): New customization group.
27857         (uncompface-use-external): New user option.
27858         (uncompface): Call uncompface-internal if uncompface-use-external
27859         is nil.
27860         (uncompface-internal): New function.  Note that there are also
27861         some other functions and variables added for this function.
27863 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27865         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27866         if necessary.
27868 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27870         * spam-report.el (spam-report-unplug-agent)
27871         (spam-report-plug-agent, spam-report-deagentize)
27872         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27873         Add support for the Agent in spam-report: when unplugged, report to a
27874         file; when plugged, submit all the requests.
27876         * spam.el (spam-register-routine): Fix message about
27877         registration.
27879 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27881         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27882         dependencies.
27883         (rfc2047-encode): Use it.
27885         * gnus-art.el (gnus-button-marker-list): Move before first
27886         reference.
27888         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27889         (imap-parse-body): Fix format string mismatch.
27891         * gnus-score.el (gnus-summary-increase-score): do.
27893         * nnrss.el (nnrss-close): New function.
27895 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27897         * nnrss.el (nnrss-make-filename): New function.
27898         (nnrss-request-delete-group, nnrss-read-server-data)
27899         (nnrss-save-server-data, nnrss-read-group-data)
27900         (nnrss-save-group-data): Use it.
27901         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27902         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27903         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27905 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27907         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27909 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27911         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27912         files.
27914         * message.el (message-generate-headers-first): Don't quote nil
27915         and t in docstrings.
27917         * imap.el (imap-id): do.
27919         * gnus-agent.el (gnus-agent-consider-all-articles)
27920         (gnus-agent-queue-mail): do.
27922 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27924         * spam-report.el (spam-report-process-queue): New function.
27925         Process requests from `spam-report-requests-file'.
27926         (spam-report-process-queue): Doc fix.
27928 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27930         * spam.el (spam-register-routine)
27931         (spam-log-processing-to-registry, spam-log-registered-p)
27932         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27933         Change "check" to "spam-check" for semi-clarity.
27935 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27937         * pop3.el: Require nnheader.
27939         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27941         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27943         * gnus-picon.el: Require cl.
27945         * gnus-fun.el: Require gnus-ems and gnus-util.
27947         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27949         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27951         * gnus-art.el (gnus-article-edit-mode): Define before first
27952         reference.
27954 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27956         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27957         (gnus-uu-post-encoded): Use point-at-bol.
27959         * gnus-topic.el (gnus-group-active-topic-p): do.
27961         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27963         * gnus-group.el (gnus-group-kill-region): do.
27965         * gnus-art.el (article-date-ut): do.
27967         * message.el (message-fetch-field): Remove redundant
27968         case-fold-search binding.
27969         (message-narrow-to-field): Simplify.
27971 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27973         * spam.el (spam-directory): Derive from `gnus-directory'.
27975         * spam-report.el (spam-report-url-to-file)
27976         (spam-report-requests-file): New function and variable for offline
27977         reporting.
27978         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27979         and user defined function.
27980         (spam-report-url-ping-mm-url): Remove doubled slash.
27982 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27984         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27986 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27988         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27989         Fix format string mismatch.
27991         * sieve.el (sieve-deactivate-all): do.
27993         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27995         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27997         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27999         * mm-bodies.el (mm-7bit-chars): Don't include \r.
28001 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
28003         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
28004         the list of checks.
28006 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
28008         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
28009         padding.
28011 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
28013         * mm-view.el (mm-fill-flowed): New variable.
28014         (mm-inline-text): Use it.
28016 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
28018         * spam.el (spam-spamassassin-register-ham-routine)
28019         (spam-spamassassin-register-spam-routine): Fix function names.
28021 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
28023         * gnus.el (gnus-tmp-grouplens): Remove.
28024         (gnus-summary-line-format): Remove grouplens.
28026         * gnus-group.el (gnus-group-line-format): Ditto.
28028         * gnus-spec.el (gnus-format-specs): Ditto.
28029         (gnus-update-format-specifications): Flush the group format spec
28030         cache if there's the grouplens stuff.
28031         (gnus-parse-simple-format): Replace %l with the empty string.
28033 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
28035         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
28036         omission.
28038 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28040         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
28041         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
28043 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
28045         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
28046         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
28047         New macros and functions.
28048         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28049         Handle > NLINK_MAX messages.
28050         * nnmaildir.el (nnmaildir-request-set-mark):
28051         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28053 2004-01-25  Alex Schroeder  <alex@gnu.org>
28055         * spam-stat.el (spam-stat-process-directory-age): New option.
28056         (spam-stat-process-directory): Use it.
28058 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28060         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28061         (spam-stat-save): Accept prefix argument.
28063 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28065         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28066         links" error.
28068 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28070         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28071         the rest of the and/or forms.
28073 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28075         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28076         compatibility with old .newsrc.eld files.
28078         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28080         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28082         * gnus-start.el (gnus-1): do.
28084         * gnus-group.el (gnus-group-line-format-alist): do.
28086         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28088         * gnus-gl.el: Remove.
28090 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28092         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28093         marks consisting of a single range {for example, (3 . 5)} rather
28094         than a list of a single range { ((3 . 5)) }.
28096 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28098         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28099         Use with-current-buffer.
28100         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28101         avoid consing a string.
28103         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28104         Remove obsolete entries for big5 and gb2312.
28106 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28108         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28109         uncompressed list.
28111 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28113         * spam-stat.el (spam-stat-strip-xref): New function.
28114         (spam-stat-process-directory): Use it.
28116         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28117         here -- it's done in message-fetch-field.
28119 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28121         * gnus-agent.el (gnus-agent-queue-mail)
28122         (gnus-agent-prompt-send-queue): New variables.
28123         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28124         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28125         "nndraft:queue" along to gnus-draft-send.
28126         Use gnus-agent-prompt-send-queue.
28127         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28128         is "nndraft:queue".  Suggested by Gaute Strokkenes
28129         <gs234@srcf.ucam.org>
28131         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28132         (agent-enable-undownloaded-faces): Add.
28133         (gnus-agent-cat-groups): Use eval-and-compile, not
28134         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28135         method of gnus-agent-cat-groups even when the buffer has been
28136         evaled.
28137         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28138         delete gnus-agent-save-active-1.
28139         (gnus-agent-save-groups): Delete.  Identical to
28140         gnus-agent-save-active.
28141         (gnus-agent-write-active): No longer adjust agent's copy of active
28142         file as agent's adjustments are now stored in their own
28143         file.  Remove optional parameter.
28144         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28145         servers.  Add use of min/max range limits from server's local
28146         file.
28147         (gnus-agent-save-alist): Remove unused optional argument.
28148         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28149         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28150         (gnus-agent-set-local): A per-server file that keeps min/max range
28151         limits for articles known to the agent.  Provides a fast mechanism
28152         for altering many active ranges.
28153         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28154         active file (local makes it unnecessary).
28155         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28157         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28158         (agent-enable-undownloaded-faces): Add.
28160         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28161         disable it when sending to "nndraft:queue".
28162         (gnus-group-send-queue): Add safety check to avoid sending queue
28163         when unplugged.
28165         * gnus-group.el (gnus-group-catchup): Use new
28166         gnus-sequence-of-unread-articles, not
28167         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28168         numbers of articles.  Use gnus-range-map to avoid having to
28169         uncompress the unread list.
28170         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28171         Fix invalid ange-ftp reference.
28173         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28174         (gnus-sorted-range-intersection): Intersection of two ranges
28175         without requiring that they first be uncompressed.
28177         * gnus-start.el (gnus-activate-group): Unless blocked by the
28178         caller, possibly expand the active range to include both cached
28179         and agentized articles.
28180         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28181         multiple version-dependent converters.
28182         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28183         gnus-agent-save-active.
28184         (gnus-save-newsrc-file): Save dirty agent range limits.
28186         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28187         gnus-agent-possibly-alter-active.
28188         (gnus-adjust-marked-articles): Faster handling of simple lists.
28190 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28192         * spam-stat.el (spam-stat-test-directory): New optional argument
28193         displays a list of files detected.  Suggested by Andrew Cohen
28194         <cohen@andy.bu.edu>.
28195         (spam-stat-buffer-words-with-scores): Don't narrow and change
28196         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28198 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28200         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28201         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28202         (spam-spamassassin-arguments)
28203         (spam-spamassassin-spam-flag-header)
28204         (spam-spamassassin-positive-spam-flag-header)
28205         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28206         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28207         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28208         (spam-list-of-processors, spam-list-of-checks)
28209         (spam-list-of-statistical-checks, spam-registration-functions)
28210         (spam-check-spamassassin-headers, spam-check-spamassassin)
28211         (spam-spamassassin-score)
28212         (spam-spamassassin-register-with-sa-learn)
28213         (spam-spamassassin-register-spam-routine)
28214         (spam-spamassassin-register-ham-routine)
28215         (spam-assassin-register-spam-routine)
28216         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28217         (spam-bogofilter-score): Fix to show article before scoring.
28219 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28221         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28222         default scoring function.
28223         (spam-generic-score): Call spam-spamassassin-score if
28224         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28225         spam-bogofilter-score otherwise.
28227         * gnus.el (spam-process, spam-autodetect-methods):
28228         Add spamassassin and spamassassin-headers.
28230 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28232         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28233         Suppress unnecessary messages.
28235 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28237         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28238         make-hash-table.
28240 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28242         * canlock.el (base64-encode-string): Don't autoload it.
28244 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28246         * run-at-time.el: Remove useless (require 'itimer),
28247         eval-and-compile and (featurep 'xemacs).
28249 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28251         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28252         GROUP is a virtual group.
28254 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28256         * gnus.el: Autoload `message-y-or-n-p'.
28258 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28260         * pgg-parse.el: Remove unnecessary (require 'custom).
28262         * pgg-def.el: do.
28264         * nnmail.el: do.
28266         * gnus-undo.el: do.
28268         * gnus-picon.el: do.
28270         * gnus-util.el: do.
28272 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28274         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28276 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28278         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28279         handle, as well as a list.
28281         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28282         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28283         (mm-w3m-cid-retrieve): Simplify.
28285 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28287         * message.el (message-kill-to-signature): Allow prefix arg to
28288         specify number of lines to keep before signature.
28290 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28292         * message.el (message-kill-to-signature): Change docstring.
28294 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28296         * canlock.el: Always require sha1-el.
28297         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28299         * message.el: Autoload sha1 only when compiling.
28301         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28302         eudc-expand-inline for XEmacs.
28304 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28306         * message.el (message-canlock-generate): Require sha1-el.
28308 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28310         * message.el (message-expand-name): Silence the byte compiler.
28312         * lpath.el: Add detect-coding-system.
28314         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28315         cus-edit.
28317 2004-01-13  Simon Josefsson  <jas@extundo.com>
28319         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28320         Invoke gnus-score-mode.
28321         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28323         * gnus-range.el (gnus-compress-sequence): Doc fix.
28324         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28326 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28328         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28330 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28332         * spam.el (spam-get-article-as-string): Update to use
28333         gnus-request-article-this-buffer, much simpler.
28334         (spam-get-article-as-buffer): Remove.
28336 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28338         * message.el (message-expand-name): Use EUDC if the user uses that.
28340 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28342         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28343         character for the encoding to avoid consing a string.
28345         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28346         unnecessarily.
28348         * mm-util.el (mm-replace-chars-in-string): Remove.
28350         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28351         of mm-replace-chars-in-string.
28353 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28355         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28357         * mm-util.el (mm-subst-char-in-string): Support inplace.
28359         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28360         a new string in every iteration.  Use shy groups.
28362 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28364         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28365         * gnus-soup.el (gnus-soup-group-brew):
28366         * gnus-msg.el (gnus-put-message):
28367         * gnus-move.el (gnus-group-move-group-to-server):
28368         * gnus-kill.el (gnus-batch-score):
28369         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28370         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28371         (gnus-group-update-group, gnus-group-read-group)
28372         (gnus-group-make-group, gnus-group-make-help-group)
28373         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28374         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28375         (gnus-group-sort-by-unread, gnus-group-catchup)
28376         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28377         (gnus-group-yank-group, gnus-group-set-info)
28378         (gnus-group-list-groups):
28379         * gnus.el (gnus-generate-new-group-name):
28380         * gnus-delay.el (gnus-delay-send-queue):
28381         * nnvirtual.el (nnvirtual-catchup-group):
28382         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28383         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28384         (gnus-group-prepare-topics, gnus-topic-check-topology):
28385         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28386         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28387         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28388         (gnus-group-make-articles-read):
28389         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28390         (gnus-group-change-level, gnus-kill-newsgroup)
28391         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28392         (gnus-get-unread-articles, gnus-make-articles-unread)
28393         (gnus-make-ascending-articles-unread): Use accessor
28394         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28395         to get group information for improved readability.
28398 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28400         * gnus-art.el (article-decode-mime-words, article-babel)
28401         (gnus-article-highlight-signature, gnus-article-add-buttons)
28402         (gnus-signature-toggle): Use gnus-with-article-buffer.
28404         * gnus-art.el (gnus-article-highlight-headers)
28405         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28407         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28408         (gnus-article-set-globals, gnus-request-article-this-buffer)
28409         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28410         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28411         (gnus-mime-display-alternative): Use with-current-buffer.
28413 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28415         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28416         also under 80 char limit, and call gnus-error if needed.
28417         (spam-fetch-article-header): Fix - it was a
28418         buffer-local variable (gnus-newsgroup-data).
28419         (spam-find-spam): Use spam-generate-fake-headers, forget about
28420         spam-insert-fake-headers.
28421         (spam-insert-fake-headers): Remove.
28423 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28425         * deuglify.el (gnus-article-outlook-unwrap-lines)
28426         (gnus-outlook-rearrange-article)
28427         (gnus-outlook-repair-attribution-outlook)
28428         (gnus-outlook-repair-attribution-block)
28429         (gnus-outlook-repair-attribution-other): Remove redundant
28430         save-excursion.
28432 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28434         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28435         (spam-fetch-field-subject-fast)
28436         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28437         (spam-fetch-article-header): Add functions to deal with Gnus
28438         internals for fast retrieval of article header data.
28439         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28441 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28443         * pop3.el (pop3-md5): Remove.
28444         (pop3-apop): Replace pop3-md5 with md5.
28446         * mm-bodies.el: base64 is always built-in.
28448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28449         Use with-current-buffer.
28451 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28453         * canlock.el (canlock-insert-header): Remove excessive grouping in
28454         regexp.
28456         * gnus-sum.el (gnus-summary-read-document): Ditto.
28458         * gnus-uu.el (gnus-uu-part-number): Ditto.
28460         * html2text.el (html2text-remove-tags): Ditto.
28461         (html2text-format-tags): Ditto.
28462         (html2text-format-single-elements): Ditto.
28464         * mml.el (mml-parse-1): Ditto.
28466 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28468         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28470         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28472         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28474         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28476 2003-11-15  Simon Josefsson  <jas@extundo.com>
28478         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28479         (pgg-gpg-lookup-key): Use regexp match instead of
28480         split-string (split-string is different between emacs 21.2 and
28481         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28483 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28485         * gnus-art.el (gnus-mime-view-all-parts)
28486         (gnus-article-part-wrapper, gnus-article-view-part):
28487         Use with-current-buffer.
28489 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28491         * spam.el (spam-disable-spam-split-during-ham-respool)
28492         (spam-spamoracle-database, spam-cache-lookups)
28493         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28494         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28495         (spam-group-ham-marks, spam-group-spam-marks)
28496         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28497         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28498         also add spam-use-blackholes to the statistical checks.
28499         (spam-fetch-field-fast): Add interface to fetching fields, may
28500         become a macro.
28501         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28502         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28503         (spam-insert-fake-headers): Fake an article when needed.
28504         (spam-find-spam): Fake article when possible.
28505         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28506         (spam-check-bogofilter-headers): Use message-fetch-field instead
28507         of nnmail-fetch-field.
28509 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28511         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28513 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28515         * spam.el (spam-split): Do not require spam-use-CHECK to be
28516         enabled if that check is passed to spam-split explicitly; also
28517         fix so 'spam doesn't get converted to spam-split-group when
28518         spam-split-symbolic-return is t.
28519         (spam-find-spam): Find registrations of the article and use those
28520         instead of re-running spam-split to find the spam/ham
28521         classification of the article.
28522         (spam-log-processing-to-registry, spam-log-registered-p)
28523         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28524         Use gnus-error instead of gnus-message.
28525         (spam-log-registration-type): Add function to determine the
28526         classification of a message based on registry entries; will
28527         return nil if both 'spam and 'ham are found.
28528         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28529         a reasonably fast local cache without the loading errors.
28530         (spam-cache-lookups): Set to t by default.
28531         (spam-find-spam): Don't try to guess spam-cache-lookups.
28532         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28533         spam-caches entry.
28534         (spam-filelist-build-cache, spam-filelist-check-cache):
28535         Fix caching of whitelist/blacklist entries.
28536         (spam-check-whitelist, spam-check-blacklist):
28537         Invoke spam-from-listed-p with a type, not a cache variable.
28538         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28540 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28542         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28544         * nnmail.el (nnmail-split-fancy): do.
28546         * mml.el (mml-parse): do.
28548         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28549         (gnus-score-adaptive): do.
28551 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28553         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28554         (gnus-mime-button-map): Don't set keymap parent.
28555         (gnus-button-ctan-directory-regexp): Use shy grouping.
28556         (gnus-prev-page-map): Don't set keymap parent.
28557         (gnus-prev-page-map): Remove duplicated one.
28558         (gnus-next-page-map): Don't set keymap parent.
28559         (gnus-mime-security-button-map): Ditto.
28561         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28562         version number.
28564         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28566 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28568         * canlock.el (canlock-sha1-function): Remove.
28569         (canlock-sha1-function-for-verify): Remove.
28570         (canlock-openssl-program): Remove.
28571         (canlock-openssl-args): Remove.
28572         (canlock-ignore-errors): Remove.
28573         (canlock-sha1-with-openssl): Remove.
28574         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28575         (canlock-verify): Don't use canlock-ignore-errors.
28577         * sha1-el.el (sha1-string-external): Make it can return a string
28578         in binary form.
28579         (sha1-region-external): Ditto.
28580         (sha1-string-internal): Ditto.
28581         (sha1-region-internal): Ditto.
28582         (sha1-region): Ditto.
28583         (sha1-string): Ditto.
28584         (sha1): Ditto.
28586 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28588         * spam.el (spam-report-articles-gmane): New command.
28590 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28592         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28594         * run-at-time.el (run-at-time-saved): Remove.
28595         (run-at-time): Doc fix.
28597 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28599         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28600         (gnus-summary-limit-map): Add it.
28601         (gnus-summary-make-menu-bar): do.
28603 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28605         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28606         Make attempt at some caching support (done for BBDB only now).
28607         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28608         addresses to be checked.
28609         (spam-clear-cache-BBDB): Add function, to be invoked by
28610         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28611         (spam-check-BBDB): Check and use the caches, if
28612         spam-cache-lookups is on, remove superfluous (provide).
28614 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28616         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28618 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28620         * run-at-time.el (run-at-time-saved): Move to after the definition
28621         of `run-at-time'.
28623         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28625 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28627         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28628         mm-w3m-local-map-property.
28630         * mm-view.el (mm-w3m-mode-map): Remove.
28631         (mm-w3m-local-map-property): Remove.
28632         (mm-inline-text-html-render-with-w3m): Don't use
28633         mm-w3m-local-map-property.
28635 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28637         * run-at-time.el: New file.
28639         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28640         under Emacs.
28642         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28643         of gnus-set-text-properties.
28645         * gnus-uu.el (gnus-uu-save-article): Ditto.
28647         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28649         * gnus-cite.el (gnus-cite-parse): Ditto.
28651         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28652         of gnus-.
28654         * gnus-xmas.el (run-at-time): Require run-at-time.
28656         * gnus.el: Change calls to nnheader-run-at-time and
28657         password-run-at-time throughout to use run-at-time directly.
28659         * password.el: Remove definition of run-at-time.
28661         * nnheaderxm.el: Remove definition of run-at-time.
28663 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28665         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28666         in prompt.
28668 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28670         * messagexmas.el (message-xmas-redefine): Alias
28671         `message-make-caesar-translation-table' to
28672         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28673         version.
28675         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28676         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28677         `gnus-xmas-set-text-properties'.
28678         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28679         `gnus-xmas-completing-read'.
28680         (gnus-xmas-completing-read): Removed.
28681         (gnus-xmas-open-network-stream): Removed.
28683         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28684         XEmacs version.
28686         * dns.el (dns-make-network-process): Use `open-network-stream'
28687         instead of `gnus-xmas-open-network-stream'.
28689         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28691         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28693 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28695         * gnus-art.el (gnus-mime-display-alternative)
28696         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28697         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28698         Don't use gnus-local-map-property.
28700         * gnus-util.el (gnus-local-map-property): Remove.
28702         * mm-view.el (mm-view-pkcs7-decrypt):
28703         Replace gnus-completing-read-maybe-default with completing-read.
28705         * gnus-util.el (gnus-completing-read): do.
28706         (gnus-completing-read-maybe-default): Remove.
28708 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28710         * password.el: Only autoload `run-at-time' if not XEmacs.
28711         Only autoload the itimer functions if XEmacs.
28713 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28715         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28716         XEmacsen.
28718         * dgnushack.el: Autoload executable-find for XEmacs.
28720 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28722         * gnus-art.el (gnus-read-string): Remove.
28723         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28724         read-string.
28726 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28728         * netrc.el: Autoload password-read.
28729         (netrc): Add configuration group.
28730         (netrc-encoding-method, netrc-openssl-path):
28731         Add variables for encoding and decoding of files with symmetric
28732         ciphers.
28733         (netrc-encode): Add assistant function to encode a file with
28734         netrc-encoding-method.
28735         (netrc-parse): Add interactive parameter, added optional
28736         decoding if netrc-encoding-method is non-nil but otherwise
28737         behavior is standard.
28738         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28739         Do s/encode/encrypt/ everywhere.
28741         * spam.el: Remove executable-find autoload.
28743 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28745         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28747         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28749 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28751         * gnus-art.el (gnus-treat-ansi-sequences)
28752         (article-treat-ansi-sequences): New variable and function.
28753         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28755         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28756         Use it.
28758 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28760         * mm-util.el (mm-quote-arg): Remove.
28762         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28763         shell-quote-argument.
28765         * gnus-uu.el (gnus-uu-command): do.
28767         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28769         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28770         with make-char.
28772         * mm-util.el (mm-make-char): Remove.
28774         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28775         add-minor-mode.
28777         * gnus-undo.el (gnus-undo-mode): do.
28779         * gnus-topic.el (gnus-topic-mode): do.
28781         * gnus-sum.el (gnus-dead-summary-mode): do.
28783         * gnus-start.el (gnus-slave-mode): do.
28785         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28787         * gnus-ml.el (gnus-mailing-list-mode): do.
28789         * gnus-gl.el (gnus-grouplens-mode): do.
28791         * gnus-draft.el (gnus-draft-mode): do.
28793         * gnus-dired.el (gnus-dired-mode): do.
28795         * gnus-ems.el (gnus-add-minor-mode): Remove.
28797         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28798         Replace gnus-char-width with char-width.
28800         * gnus-ems.el (gnus-char-width): Remove.
28802         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28803         Replace gnus-char-width with char-width.
28805         * gnus-ems.el (gnus-char-width): Remove.
28807         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28808         definition.
28809         Remove Emacs 20 hash table compatibility code.
28811         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28812         20 compatibility code.
28814         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28816         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28818         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28819         Replace with point-at-{eol,bol}.
28821         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28823         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28825         * flow-fill.el (fill-flowed-point-at-bol)
28826         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28828         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28829         Replace with point-at-{eol,bol} throughout all files.
28831 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28833         * ntlm.el (ntlm-string-as-unibyte): New macro.
28834         (ntlm-build-auth-response): Use it.
28836         Remove Emacs 20 stuff:
28837         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28838         (butlast, mapc, remove): Remove the compiler macros.
28839         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28840         of delq and copy-sequence.
28841         * gnus-art.el (popup-menu): Remove the compiler macro.
28842         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28843         Emacs 20.
28845 2004-01-05  Simon Josefsson  <jas@extundo.com>
28847         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28848         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28849         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28850         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28851         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28852         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28853         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28854         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28855         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28856         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28857         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28858         string-xor into ntlm-string-xor.
28859         Suggested by Jesper Harder <harder@myrealbox.com>.
28861         * ntlm.el: Don't include poem.
28863         * md4.el (print-int32, print-string-hexa): Remove.
28864         Suggested by Jesper Harder <harder@myrealbox.com>.
28866         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28868         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28869         probably breaks emacs with DL patch, but do we care? Is anyone
28870         still using the DL stuff?)
28872         * sieve-manage.el: Use the password package.
28873         (sieve-manage-read-passwd): Remove.
28874         (sieve-manage-interactive-login): Use password.  Re-add
28875         condition-case around loop.
28877         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28878         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28879         Use the password package.
28881 2003-02-19  Simon Josefsson  <jas@extundo.com>
28883         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28884         token.
28886 2002-08-07  Simon Josefsson  <jas@extundo.com>
28888         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28889         (sieve-manage-authenticators)
28890         (sieve-manage-authenticator-alist): Add some SASL mechs.
28891         (sieve-sasl-auth): New function.
28892         (sieve-manage-cram-md5-auth)
28893         (sieve-manage-plain-auth): Rewrite using SASL library.
28894         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28895         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28896         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28897         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28899 2004-01-05  Simon Josefsson  <jas@extundo.com>
28901         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28902         New files.
28904 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28906         * gnus-group.el (gnus-no-groups-message): Update.
28908         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28910 2003-11-09  Simon Josefsson  <jas@extundo.com>
28912         * imap.el: Support for ID IMAP extension (RFC 2971).
28913         (imap-local-variables): Add imap-id.
28914         (imap-id): New variable.
28915         (imap-id): New function.
28916         (imap-parse-response): Parse untagged ID response.
28917         * nnimap.el (nnimap-id): New variable.
28918         (nnimap-open-connection): Use it.
28920 2003-12-28  Simon Josefsson  <jas@extundo.com>
28922         * gnus-score.el (gnus-score-edit-all-score): New.
28923         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28925 2004-01-04  Simon Josefsson  <jas@extundo.com>
28927         * password.el: Add.
28929 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28931         * dns.el (dns-query-types): Fix typo.
28932         (dns-query-types): New function.
28933         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28934         PTR and SOA replies, see RFC 1035.
28936 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28938         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28940         * Move to Changelog.2.
28942 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28944         * gnus.el (gnus-version-number): Bump version.
28946 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28948         * gnus.el: No Gnus v0.1 is released.
28950 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28952         * gnus.el: No Gnus v0.0 is released.
28954 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28956         * gnus.el (gnus-version-number): Bump.
28957         (gnus-version): No.
28959 See ChangeLog.2 for earlier changes.
28961   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28963   This file is part of GNU Emacs.
28965   GNU Emacs is free software: you can redistribute it and/or modify
28966   it under the terms of the GNU General Public License as published by
28967   the Free Software Foundation, either version 3 of the License, or
28968   (at your option) any later version.
28970   GNU Emacs is distributed in the hope that it will be useful,
28971   but WITHOUT ANY WARRANTY; without even the implied warranty of
28972   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28973   GNU General Public License for more details.
28975   You should have received a copy of the GNU General Public License
28976   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28978 ;; Local Variables:
28979 ;; coding: utf-8
28980 ;; fill-column: 79
28981 ;; add-log-time-zone-rule: t
28982 ;; End: