Fix build for (S)XEmacs.
[gnus] / lisp / ChangeLog
1 2015-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mml-sec.el (mml-secure-bcc-is-safe):
4         Don't use split-string with 4th arg for old Emacsen compatibility.
5
6 2015-12-27  Jens Lechtenboerger  <jens.lechtenboerger@fsfe.org>
7
8         * gnus-util.el (gnus-subsetp): New function.
9
10         * mml-sec.el: Fix warnings by adding autoloads (bug#18718).
11         (mml-secure-safe-bcc-list): New variable.
12         (mml-secure-is-encrypted-p, mml-secure-bcc-is-safe): New functions.
13
14 2015-12-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         Fix `gnus-union' so as to behave like `cl-union'.
17
18         * gnus-group.el (gnus-group-prepare-flat):
19         Make gnus-union use `equal' to compare items in lists.
20
21         * gnus-util.el (gnus-union): Make it behave like cl-union partially.
22
23 2015-12-17  Eli Zaretskii  <eliz@gnu.org>
24
25         * auth-source.el (auth-source-ensure-strings):
26         Don't make a list out of 't'.  (Bug#22188)
27
28 2015-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
31         for (function nconc) as well as (quote nconc).
32
33 2015-12-04  Daiki Ueno  <ueno@gnu.org>
34
35         * qp.el (quoted-printable-encode-region): Bind `case-fold-search' to
36         nil when looking for "^From ".  Problem reported by Simon Josefsson.
37
38 2015-12-04  Artur Malabarba  <bruce.connor.am@gmail.com>
39
40         * sasl-scram-rfc.el: Add a "Package:" header.
41
42 2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * nnml.el (nnml-retrieve-groups): Remove.  See:
45         <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
46         <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
47
48 2015-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49
50         Fix docstring quoting problems with ‘ '’
51
52         Problem reported by Artur Malabarba in:
53         http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html
54         Most of these fixes are to documentation; many involve fixing
55         longstanding quoting glitches that are independent of the
56         recent substitute-command-keys changes.  The changes to code are:
57         * gnus-mlspl.el (gnus-group-split-fancy):
58         * hashcash.el (hashcash-extra-generate-parameters):
59         * message.el (message-qmail-inject-args, message-cite-reply-position):
60         * mm-decode.el (mm-inline-large-images):
61         * mm-util.el (mm-xemacs-find-mime-charset-1):
62
63 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
64
65         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
66         (Bug#21881)
67
68 2015-11-08  Michael Sperber  <mike@xemacs.org>
69
70         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
71         `gnus-summary-delete-article` in a way that also works on XEmacs.
72
73 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
74
75         * ntlm.el: Change version to 2.0.0.
76
77 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
78
79         Silence lexical-binding warnings
80
81         * auth-source.el (auth-source-netrc-use-gpg-tokens):
82         Simplify (symbol-value 'VAR) to just VAR.
83         (auth-source-backend-parse): Use make-instance.
84         (auth-source-search): Remove unused key args.
85         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
86         (auth-source-search-backends): Use slot names rather than their initarg.
87         (auth-source-netrc-create):
88         (auth-source-delete):
89         (auth-source-secrets-create, auth-source-plstore-search)
90         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
91         (auth-source-plstore-create, auth-source-netrc-search)
92         (auth-source-netrc-parse): Remove unused key args.
93         (auth-source-forget+): Simplify the arglist.
94         (auth-source-macos-keychain-search-items)
95         (auth-source-token-passphrase-callback-function): Mark unused args.
96         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
97         (pp-escape-newlines): Declare.
98         (auto-source--symbol-keyword): New function.
99         (auth-source-plstore-create, auth-source-netrc-create)
100         (auth-source-netrc-normalize): Use it.
101         (auth-source-netrc-search): Don't pass :delete to
102         auth-source-netrc-parse since it doesn't use it.
103         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
104         symbol-value to index in keyword args.
105         (auth-source-macos-keychain-result-append): Avoid setq.
106         (auth-source-netrc-create): Remove unused vars `file' and `add'.
107         (auth-source-user-or-password): Remove unused var `cname'.
108
109 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
110
111         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
112         (gnus-topic-remove-topic): Mark unused arg `hide'.
113         (gnus-tmp-header): Declare.
114         (gnus-topic-goto-missing-group): Remove unused var `entry'.
115         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
116         (gnus-topic-copy-matching): Mark unused arg `copyp'.
117         Move initialization of `topic' into its declaration.
118
119 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * auth-source.el: Revert.
122
123         * auth-source.el: Add eval-and-compile to autoloads for
124         epg-context-set-passphrase-callback, epg-decrypt-string,
125         epg-encrypt-string, and epg-context-set-armor.
126
127 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
130         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
131
132 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
135
136 2015-10-20  Michael Sperber  <mike@xemacs.org>
137
138         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
139         does not exist on XEmacs.
140
141 2015-10-18  Michael Sperber  <mike@xemacs.org>
142
143         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
144         * nnmail.el (nnmail-get-new-mail-per-group):
145         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
146
147 2015-10-18  Michael Sperber  <mike@xemacs.org>
148
149         * message.el (message-get-reply-headers): In addition to
150         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
151         used in XEmacs.
152
153 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
156
157 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
158
159         * auth-source.el (auth-source-epa-make-gpg-token):
160         Replace an usage of `epg-context-set-armor' with `setf'.
161         (auth-source-do-debug, auth-source-do-trivia)
162         (auth-source-read-char-choice, auth-source-search)
163         (auth-source-pick-first-password, auth-source-netrc-parse)
164         (auth-source-netrc-search, auth-source-secrets-search)
165         (auth-source-macos-keychain-search)
166         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
167         (auth-source-user-or-password): Use sharp-quoting with functions.
168
169 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
170
171         * auth-source.el (auth-source-search): Clarify :create's meaning.
172
173 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
174
175         Backslash cleanup in Elisp source files
176
177         This patch should not change behavior.  It typically omits backslashes
178         where they are redundant (e.g., in the string literal "^\$").
179         In a few places, insert backslashes where they make regular expressions
180         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
181         has the same effect as a regular expression.
182         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
183         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
184         with RCS IDs, as that makes it clearer that the backslash is intended.
185         * auth-source.el (auth-source-secrets-search)
186         (auth-source-macos-keychain-search):
187         * gnus-art.el (gnus-mime-action-on-part)
188         (gnus-mime-display-multipart-related-as-mixed)
189         (gnus-button-mid-or-mail-heuristic-alist)
190         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
191         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
192         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
193         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
194         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
195         * gnus-cus.el (gnus-group-customize):
196         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
197         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
198         * gnus-mlspl.el (gnus-group-split-fancy):
199         * gnus-registry.el (gnus-registry-prune-factor):
200         * gnus-salt.el (gnus-summary-pick-line-format):
201         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
202         (gnus-sieve-script):
203         * gnus-util.el (gnus-directory-sep-char-regexp):
204         * gnus.el (gnus-message-archive-group, gnus-user-agent):
205         * message.el (message-archive-header, message-reply-headers)
206         (message-send-method-alist):
207         * mm-decode.el (mm-add-meta-html-tag):
208         * nndoc.el (nndoc-generate-lanl-gov-head):
209         * nnheader.el (nnheader-max-head-length):
210         * registry.el (registry-db, registry-prune):
211         * rfc1843.el (rfc1843-hzp-word-regexp)
212         (rfc1843-hzp-word-regexp-strictly):
213         * rfc2047.el (rfc2047-encoded-word-regexp)
214         (rfc2047-encoded-word-regexp-loose):
215
216         Fix several backslash typos in Elisp strings
217         * gnus-art.el (gnus-button-handle-library):
218         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
219         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
220         * spam-report.el (spam-report-gmane-regex):
221         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
222         For example, to get the regular expression ‘\.’ use the string
223         literal "\\.", not "\." (which is equivalent to ".").
224
225         * auth-source.el (auth-source-read-char-choice):
226         * nnmaildir.el (NOV example):
227         * registry.el (registry-search): Doc fix.
228
229 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-compat.el: Require overlay for XEmacs.
232
233 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
234
235         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
236         t rather than after-change-functions to nil.
237
238 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
239
240         * time-date.el (time-to-seconds, time-less-p):
241         Mark unused vars with underscore.
242
243 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
244
245         * time-date.el (with-decoded-time-value): Fix debug spec.
246
247 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
248
249         * nnmairix.el (nnmairix-widget-create-query):
250         * time-date.el (format-seconds): Prefer grave quoting in source-code
251         strings used to generate help and diagnostics.
252
253 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
254
255         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
256
257 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * ntlm.el (ntlm-unibyte-string): New compatibility function.
260
261 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
262
263         Add support for NTLMv2 authentication.
264         * ntlm.el (ntlm): New customization group.
265         (ntlm-compatibility-level): New defcustom.
266         (ntlm-compute-timestamp): New function.
267         (ntlm-generate-nonce): Likewise.
268         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
269
270 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
271
272         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
273         isn't always passed in, check it's not nil before making it into a
274         list.  The active arg will also be nil if the group is new, check for
275         that.
276
277 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
278
279         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
280
281 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
282
283         * gmm-utils.el (gmm-image-load-path-for-library):
284         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
285         * gnus-registry.el (gnus-registry-split-strategy):
286         * gnus-start.el (gnus-check-new-newsgroups):
287         * gnus-sum.el (gnus-select-group-hook):
288         * gnus-uu.el (gnus-uu-user-archive-rules):
289         * gnus.el (gnus-message-archive-group, gnus-visual):
290         * message.el (message-cite-style):
291         * nnir.el (nnir-swish++-additional-switches)
292         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
293         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
294         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
295         * nntp.el (nntp-server-action-alist):
296         * tls.el (tls-checktrust):
297         Fix some more docstring etc. quoting problems.
298         Mostly these fixes prevent the transliteration of apostrophes
299         that should stay apostrophes.  Also, prefer curved quotes in
300         Bahá’í proper names, as that’s the preferred Bahá’í style and
301         these names are chock-full of non-ASCII characters anyway.
302
303 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
304
305         Escape ` and ' in doc
306         * gnus-art.el (gnus-article-address-banner-alist)
307         (gnus-face-properties-alist):
308         * gnus-sum.el (gnus-newsgroup-variables):
309         * nndiary.el (nndiary-reminders):
310         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
311         Escape apostrophes and grave accents in docstrings if they
312         are supposed to stand for themselves and are not quotes.  Remove
313         apostrophes from docstring examples like ‘'(calendar-nth-named-day
314         -1 0 10 year)’ that confuse source code with data.  Do some other
315         minor docstring fixups as well, e.g., insert a missing close
316         quote.
317
318 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * gnus-util.el (gnus-format-message):
321         * tls.el (tls-format-message): Use defalias at the top level so as to
322         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
323
324         * gnus-sum.el (gnus-summary-search-article):
325         Ensure that the article where the search word is found is displayed
326         and pointed to in the summary buffer.
327
328 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * tls.el (tls-format-message):
331         Alias to format-message, or format if not available.
332         (open-tls-stream): Use it.
333
334 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
335
336         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
337         * gnus-art.el (gnus-article-browse-delete-temp-files):
338         * gnus-eform.el (gnus-edit-form):
339         * gnus-fun.el (gnus-display-x-face-in-from):
340         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
341         * gnus-topic.el (gnus-topic-edit-parameters):
342         * mail-source.el (mail-source-delete-old-incoming):
343         * message.el (message-strip-subject-encoded-words)
344         (message-check-recipients, message-send-form-letter):
345         * mm-decode.el (mm-display-part):
346         * mm-uu.el (mm-uu-pgp-signed-extract-1):
347         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
348         * spam-report.el (spam-report-process-queue):
349         * tls.el (open-tls-stream):
350         Respect ‘text-quoting-style’ in diagnostics.
351         * gnus-art.el (article-display-face):
352         * gnus-fun.el (gnus-display-x-face-in-from):
353         Use straight quoting in email.
354         * rfc2231.el (rfc2231-decode-encoded-string):
355         Escape apostrophes in doc strings.
356
357 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
358
359         Go back to grave quoting in Gnus
360
361         * auth-source.el (auth-source-netrc-parse-entries):
362         * gnus-agent.el (gnus-agent-check-overview-buffer)
363         (gnus-agent-fetch-headers):
364         * gnus-int.el (gnus-start-news-server):
365         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
366         (gnus-registry-post-process-groups):
367         * gnus-score.el (gnus-summary-increase-score):
368         * gnus-start.el (gnus-convert-old-newsrc):
369         * gnus-topic.el (gnus-topic-rename):
370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
371         * spam.el (spam-check-blackholes):
372         Stick with grave quoting in diagnostics strings.  This is more
373         portable to older Emacs, desirable for Gnus.
374
375 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
376
377         Prefer directed to neutral quotes in docstings and diagnostics.
378         In docstrings, escape apostrophes that would otherwise be translated
379         to curved quotes using the newer, simpler rules.
380
381         * auth-source.el (auth-source-netrc-parse-entries):
382         * gnus-agent.el (gnus-agent-check-overview-buffer)
383         (gnus-agent-fetch-headers):
384         * gnus-int.el (gnus-start-news-server):
385         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
386         * gnus-score.el (gnus-summary-increase-score):
387         * gnus-start.el (gnus-convert-old-newsrc):
388         * gnus-topic.el (gnus-topic-rename):
389         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
390         * nnmairix.el (nnmairix-widget-create-query):
391         * spam.el (spam-check-blackholes):
392         Use directed rather than neutral quotes in diagnostics.
393
394         * gnus-util.el (gnus-format-message):
395         Alias to format-message, or format if not available.
396
397 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
398
399         * auth-source.el (auth-sources):
400         Prefer (substitute-command-keys "`\\[foo-command]'")
401         to "`M-x foo-command'" in docstring.
402
403         * time-date.el (format-seconds):
404         Use curved quotes in diagnostic format strings.
405
406         * nnmairix.el (nnmairix-propagate-marks-upon-close):
407         * pop3.el (pop3-authentication-scheme):
408         Don't quote symbols with apostrophes in doc strings.
409         Use asymmetric quotes instead.
410
411 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         Use overlay functions directly
414
415         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
416         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
417
418         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
419         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
420         (gnus-article-highlight-signature, gnus-article-extend-url-button)
421         (gnus-article-add-button, gnus-insert-prev-page-button)
422         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
423         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
424         * gnus-html.el (gnus-html-wash-tags):
425         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
426         (gnus-highlight-selected-tree):
427         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
428         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
429         * gnus-util.el (gnus-put-overlay-excluding-newlines):
430         * message.el (message-fix-before-sending)
431         (message-toggle-image-thumbnails):
432         * mm-decode.el (mm-convert-shr-links):
433         * sieve.el (sieve-highlight, sieve-insert-scripts):
434         Use overlay functions directly instead of using gnus-overlay-*,
435         message-overlay-*, and sieve-overlay-*.
436
437         * gnus-sum.el (gnus-remove-overlays):
438         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
439         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
440         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
441         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
442         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
443         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
444         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
445         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
446         (gnus-overlays-at, gnus-overlays-in):
447         * message.el (message-delete-overlay, message-make-overlay)
448         (message-overlay-get, message-overlay-put, message-overlays-in):
449         * messagexmas.el (message-delete-overlay, message-make-overlay)
450         (message-overlay-get, message-overlay-put, message-overlays-in):
451         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
452         Remove.
453
454 2015-08-19  Glenn Morris  <rgm@gnu.org>
455
456         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
457
458 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * message.el (message-overlay-put, message-make-overlay)
461         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
462         (message-delete-overlay, message-window-inside-pixel-edges):
463         Declare before using.
464
465 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * message.el (message-overlay-get, message-overlays-in)
468         (message-window-inside-pixel-edges):
469         * messagexmas.el (message-overlay-get, message-overlays-in):
470         XEmacs compatible functions.
471
472 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * message.el (message-toggle-image-thumbnails): New command.
475
476 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
477
478         * message.el (message-send-form-letter): Change (message (format ...))
479         to (message ...).  This lessens the probability of confusion when
480         the output of `format' contains `%'.
481
482 2015-08-04  David Kastrup  <dak@gnu.org>
483
484         * gnus-art.el (gnus-article-describe-key)
485         (gnus-article-describe-key-briefly):
486         Do not overwrite preexisting contents of unread-command-events.
487
488 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
489
490         * nnimap.el (nnimap-request-move-article)
491         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
492         extension if available.
493
494 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
495
496         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
497         capabilities instead of relying on LOGIN response.
498
499 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
500
501         * nnbabyl.el (nnbabyl-retrieve-headers):
502         * nndiary.el (nndiary-retrieve-headers):
503         * nneething.el (nneething-retrieve-headers):
504         * nnmbox.el (nnmbox-retrieve-headers):
505         * nnmh.el (nnmh-retrieve-headers):
506         * nnml.el (nnml-retrieve-headers):
507         * nnspool.el (nnspool-retrieve-headers):
508         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
509         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
510         progress-report percentages and the like.  This avoids problems
511         if (* 100 NUMERATOR) would overflow.
512
513         * gnus-registry.el (gnus-registry-import-eld):
514         * registry.el (registry-reindex):
515         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
516
517 2015-07-17  Julien Danjou  <jd@abydos>
518
519         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
520         command.
521
522 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
523
524         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
525         of function arguments.
526
527 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
528
529         * nnimap.el: Clean up "unused var" warnings.
530         (auth-source-creation-prompts): Declare.
531         (nnimap-retrieve-headers, nnimap-status-message)
532         (nnimap-request-create-group, nnimap-request-delete-group)
533         (nnimap-close-group, nnimap-request-move-article)
534         (nnimap-request-accept-article, nnimap-request-newgroups)
535         (nnimap-request-post, nnimap-dummy-active-number)
536         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
537         (nnimap-parse-flags): Remove unused var `p'.
538         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
539         (nnimap-flags-to-marks): Remove unused var `totalp'.
540
541 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
542
543         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
544         before RFC822.SIZE.
545
546 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
547
548         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
549         so that a 'plain value for the `nnimap-stream' server variable is
550         handled correctly.
551
552 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
553
554         Remove unused let variables
555         * nnimap.el (nnimap-request-group): Variables are not used.
556
557         Check if group names are already strings
558         * gnus-group.el (gnus-group-group-name):
559         The group name may already be a string.
560         Specifically, in the group list reached from the *Server* buffer,
561         the 'gnus-group text property returns a string.  Everywhere else
562         it returns a symbol.
563
564 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
565
566         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
567         (nnmaildir--update-nov): Remove unused var `numdir'.
568         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
569         (nnmaildir-request-group, nnmaildir-request-create-group)
570         (nnmaildir-request-post, nnmaildir-request-move-article)
571         (nnmaildir-request-accept-article, nnmaildir-active-number):
572         Mark unused args.
573         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
574         Declare.
575         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
576         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
577         `mark', `end', `new-mark', and `mark-sym'.
578         (nnmaildir-retrieve-headers):
579         Remove unused args `srv-dir', `dir', `nlist2'.
580         (nnmaildir-request-expire-articles):
581         Remove unused vars `article', `stop' and `nlist2'.
582         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
583         `end'.  Use nnmaildir--article when dyn-binding is needed.
584         Give the value directly in the `let' for `del-mark', `del-action',
585         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
586         (nnmaildir-close-server):
587         Declare those local vars that need to be dyn-bound.
588
589 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
590
591         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
592
593 2015-05-31  David Engster  <deng@randomsample.de>
594
595         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
596         instead of using `sleep-for', as the latter does not seem to reliably
597         wait (see for instance bug 15990).
598
599 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-art.el (gnus-button-alist): Re-revert last change.
602         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
603
604 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
605
606         * gnus-art.el (gnus-button-alist): Revert last change.
607         It wasn't that important, and it caused a Gnus build to fail.  See:
608         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
609
610         * gnus-art.el (gnus-button-alist):
611         Also treat "‘" and "’" as quoting chars.
612
613 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
614
615         * gnus-art.el (gnus-treat-strip-list-identifiers)
616         (gnus-article-mode-syntax-table):
617         * gnus-group.el (gnus-group-nnimap-edit-acl):
618         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
619         e.g., missing quote, ``x'' where `x' was meant, etc.
620
621 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
624         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
625         into just c.
626
627 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
630         Normalize characters into numbers in spec keys.
631
632 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * dgnushack.el (declare-function): Redefine it to use autoload.
635         * lpath.el (gnus-html-prefetch-images): Declare.
636
637 2015-05-04  Glenn Morris  <rgm@gnu.org>
638
639         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
640
641         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
642
643         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
644         (gnus-topic-create-topic, gnus-topic-enter-dribble):
645         Declare rather than autoload.
646
647         * mm-archive.el (gnus-recursive-directory-files)
648         (mailcap-extension-to-mime): Autoload at run-time.
649
650         * mm-util.el (latin-unity-massage-name)
651         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
652         (latin-unity-representations-present-region):
653         Declare rather than autoload.
654
655         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
656         Autoload at run-time.
657         (epg-context-set-signers, epg-context-result-for)
658         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
659         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
660         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
661         (epg-configuration, epg-expand-group, epa-select-keys):
662         Declare rather than autoload.
663
664         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
665         Autoload at run-time.
666         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
667         (gnus-registry-get-id-key, gnus-registry-action):
668         Declare rather than autoload.
669
670         * nnmail.el (mail-send-and-exit): Autoload at run-time.
671
672         * spam.el (spam-stat-buffer-change-to-non-spam)
673         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
674         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
675         (spam-stat-split-fancy): Remove pointless autoloads.
676
677         * mm-view.el (epg-decrypt-string): Autoload.
678         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
679         (epg-sub-key-validity): Fix declarations.
680
681 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
682
683         * gnus.el: Ma Gnus v0.13 is released.
684
685 2015-05-01  Glenn Morris  <rgm@gnu.org>
686
687         * gnus-util.el (iswitchb-read-buffer):
688         * mm-decode.el (libxml-parse-html-region):
689         * mml.el (libxml-parse-html-region):
690         * nnrss.el (libxml-parse-html-region): Update declaration.
691
692 2015-04-27  Glenn Morris  <rgm@gnu.org>
693
694         * message.el (gnus-extract-address-components):
695         Remove bogus declaration that was masking previous problem.
696
697 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
700         altering the buffer.
701         (hashcash-insert-payment-async-2): Revert previous change because it
702         still means that the mark is moving around.
703
704 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * gnus-uu.el (gnus-uu-save-article):
707         Make the save-restriction/widen calls make more sense.
708
709 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus-art.el (gnus-use-idna):
712         * gnus-sum.el (gnus-summary-idna-message):
713         * message.el (message-use-idna):
714         Catch the invalid-operation error that idna.el will issue.
715
716 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * gnus-group.el (gnus-group--setup-tool-bar-update):
719         cursor-sensor-functions should be a list of functions.
720
721 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
722
723         * gnus-group.el (gnus-tmp-*): Declare.
724         (gnus-update-group-mark-positions): Remove unused `topic' var.
725         (gnus-group-insert-group-line): Remove unused var `header'.
726         (gnus-group--setup-tool-bar-update): New function.
727         (gnus-group-insert-group-line): Use it.
728         (gnus-group-update-eval-form): Declare local
729         dynamically-bound variables.
730         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
731
732         * gnus-topic.el (gnus-topic-jump-to-topic)
733         (gnus-group-prepare-topics, gnus-topic-update-topic)
734         (gnus-topic-change-level, gnus-topic-catchup-articles)
735         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
736         Use inhibit-read-only.
737         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
738         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
739
740 2015-04-12  João Távora  <joaotavora@gmail.com>
741
742         * message.el (message-mode):
743         Use `set' and `make-local-variable' instead of `setq-local'.
744
745 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
746
747         * gnus-sum.el (gnus-summary-refer-thread):
748         Make sure gnus-newsgroup-unreads remains sorted.
749
750 2015-04-12  João Távora  <joaotavora@gmail.com>
751
752         Improve sexp-based movement in message-mode
753         * message.el (message--syntax-propertize): New function.
754         (message-mode): Set syntax-related vars.d
755         (message-smileys): New variable.
756
757 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
758
759         * gnus-art.el (gnus-hidden-properties): Simplify.
760         (gnus-article-hide-text, gnus-article-unhide-text)
761         (gnus-article-unhide-text-type): Remove special handling of
762         `intangible' since that property is not used any more.
763         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
764
765 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
768         and a runtime function for it, of which the XEmacs version takes only
769         two arguments.
770
771 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
772
773         Use American spelling for 'normalize'
774         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
775         All uses changed.  Add an alias for obsolete usages.
776
777 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-art.el (gnus-article-browse-html-save-cid-content):
780         Always return relative file name.
781         (gnus-article-browse-html-parts):
782         Make external links absolute and cid file names relative.
783
784 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
785
786         * registry.el (registry-prune): Re-use `registry-full' in
787         `registry-prune'.  It's a bit of redundant work, but safer.
788         Also ensure that target-size is an integer.
789
790 2015-03-31  Daiki Ueno  <ueno@gnu.org>
791
792         * plstore.el (plstore--decrypt): Clear entry in
793         `plstore-passphrase-alist' if decryption failed (bug#20030).
794
795 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
796
797         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
798         to "Display" menu.
799
800 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
801
802         * nnimap.el (nnimap-split-incoming-mail): If a message is already
803         in the group it should be split to, don't re-copy it into the group.
804
805 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
806
807         * nnmh.el (nnmh-request-expire-articles):
808         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
809
810 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
811
812         * registry.el (registry-lookup-secondary, registry-full)
813         (registry-prune, registry-collect-prune-candidates):
814         * gnus-registry.el (gnus-registry-load): Use slot names rather than
815         initarg names in `oref' and `oset'.
816
817 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
818
819         * registry.el (registry-prune): Allow registry to reach full size
820         before pruning.
821
822 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
823
824         * registry.el (registry-collect-prune-candidates): Fix call to
825         cl-subseq.
826
827 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * registry.el (registry-db): Temporary fix old Emacsen compilation.
830
831 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
832
833         * gnus-registry.el (gnus-registry-handle-action)
834         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
835         (gnus-registry-keywords): Make it do something.
836         (gnus-registry-import-eld): Remove unused var `new-entry'.
837         (gnus-registry-action): Remove unused var `to-name'.
838         (gnus-registry-make-db): Prefer `make-instance' to avoid
839         compiler warnings.
840         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
841
842         * registry.el (registry-db): Don't oset-default an instance-allocated
843         slot.
844
845 2015-03-10  Glenn Morris  <rgm@gnu.org>
846
847         * message.el (message-valid-fqdn-regexp): Bump :version for
848         2014-11-17 change.
849
850 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
851
852         * gnus-notifications.el (gnus-notifications-action): Raise window
853         frame.
854         (gnus-notifications-action): Allow mark as read.
855         (gnus-notifications-notify): Show uption to mark as read.
856
857 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
860         (registry-search, registry-delete, registry-size, registry-insert)
861         (registry-reindex, registry-collect-prune-candidates):
862         * gnus-registry.el (gnus-registry-fixup-registry)
863         (gnus-registry-remove-extra-data): Use slot names rather than initarg
864         names in `oref' and `oset'.
865
866 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
867         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
868         in the group it should be split to, don't re-copy it into the group.
869
870 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
871
872         * message.el (message-insert-formatted-citation-line): Change %F to
873         fall back to email address if no first name could be determined.
874
875 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
878         Fix point motion when removing displayed MIME part.
879         (gnus-article-edit-part): Make jumping to the next part really work
880         when deleting or stripping.
881         (gnus-mime-buttonize-attachments-in-header): Make header attachment
882         buttons identical to the ones in the article body so as to work deleting
883         and stripping.
884
885 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * mm-decode.el (mm-shr)
888         * mm-view.el (mm-inline-text-html-render-with-w3m):
889         Revert my bogus change that made the start marker of a part
890         the "moves after insertion" type.
891
892 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
893
894         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
895         Tools: https://github.com/politza/pdf-tools) for viewing PDF
896         attachments in emacs.
897
898 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
899
900         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
901         instead of sasl-scram-sha-1, as the former is the name that can be
902         required.
903
904         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
905         (sasl-scram-sha-1-client-final-message)
906         (sasl-scram-sha-1-authenticate-server): Move to end of file.
907
908 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
911
912 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
915         (sasl-string-prefix-p): New compatibility functions.
916
917 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-compat.el (process-live-p): Added new compat function for Emacs
920         23.
921
922 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
923
924         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
925         from the server LIST response.
926
927 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
928
929         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
930         during header retrieval, error out instead of interpreting the data in
931         the buffer as the only messages there.  This way, we don't mark
932         articles as read on a server hangup (bug#19035).
933
934         * mm-decode.el (mm-head-p): New function.
935         (mm-display-part): Go to a blank line when inserting parts internally.
936
937 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
938
939         * sasl-scram-rfc.el: New file.
940
941         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
942         Add SCRAM-SHA-1 first.
943         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
944         entry (bug#17636).
945
946 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
949         that we don't get a warning when setting the buffer-local variable
950         (bug#19573).
951
952         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
953         `gnus-request-group'.
954
955 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * gnus-art.el (gnus-article-browse-html-save-cid-content)
958         (gnus-article-browse-html-parts): Make cid file names relative if and
959         only if html doesn't specify <base> directory.
960
961 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
964         parts, because that breaks filling (since buttons are in a bold face).
965
966 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
969         use gnus-overlays-at and gnus-overlay-put.
970
971 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
972
973         * mm-decode.el (mm-shr): Only pass the fill column when not using
974         fonts, because limiting the width to what's appropriate for followups
975         doesn't really help when not using proportional fonts.
976
977 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
980         shr, beacause that breaks folding.
981         (mm-shr): Don't shorten the width when using fonts.
982
983 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
986         variable; always check the newrc timestamp.
987         (gnus-save-newsrc-file): Always check timestamp.
988
989 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
990
991         * mail-source.el (mail-source-call-script): If scripts exit with an
992         error, pop up an error buffer.
993
994 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
997         as a default.
998
999         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
1000         correct server.
1001
1002 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
1003
1004         * nnimap.el (nnimap-request-group-scan): Fix the function name.
1005
1006         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
1007
1008 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
1011         that nnimap works for non-activated backends.
1012
1013 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1014
1015         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
1016         message, since we already get an obsolescence message.  Use `declare'.
1017
1018 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
1019
1020         * nnir.el: Revert "Enable non-ASCII IMAP searches".
1021
1022 2015-01-30  Glenn Morris  <rgm@gnu.org>
1023
1024         * gnus-registry.el (gnus-registry-max-pruned-entries)
1025         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
1026         Fix :version.
1027         (gnus-registry-default-sort-function): Improve :type.
1028
1029 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnimap.el (nnimap-request-group): Allow running this function on
1032         groups that don't exist in Gnus yet.
1033         (nnimap-request-group): Revert previous patch since that made it
1034         impossible to enter nnimap groups.
1035
1036         * message.el (message-smtpmail-send-it): Remove the mail header
1037         separator before sending.
1038
1039 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
1040
1041         * nnimap.el (nnimap-find-expired-articles): Fix handling of
1042         (expiry-wait . never).
1043
1044 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnimap.el (nnimap-request-group): Clear the buffer before returning
1047         the data.
1048
1049 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-compat.el (string-bytes): Work for XEmacs.
1052
1053 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
1056
1057         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
1058         IMAP.
1059
1060 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
1061
1062         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1063
1064         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1065
1066         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1067         be added to the backlog.
1068
1069 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1070
1071         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1072         target with a recursive make call.
1073
1074 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1075
1076         * nnimap.el (nnimap-header-parameters): Refactor and request
1077         X-GM-LABELS if it's been announced.
1078         (nnimap-transform-headers): Gather and output GM-LABELS.
1079
1080 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1081
1082         * mm-decode.el (mm-display-part): Make non-string methods work.
1083         Non-string methods are funcalled and work just fine, the test was
1084         bogus.
1085         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1086         whole frame.
1087
1088 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1089
1090         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1091         nnimap.
1092
1093         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1094         request rescans when being run interactively.
1095
1096         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1097         because that can be very slow in large groups.
1098
1099         * gnus-int.el (gnus-request-group-scan): New backend function.
1100
1101         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1102
1103 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-group.el (gnus-group-suspend): Close all backends.
1106
1107 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1108
1109         * dgnushack.el (dgnushack-compile-file): New function.
1110         (dgnushack-compile): Use it (bug#19514).
1111
1112 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1115
1116 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1117
1118         * registry.el: Don't use <class> as a variable.
1119
1120 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1121
1122         system-name's returned value can vary
1123         Also, the system-name variable is now obsolete.
1124         Fixes Bug#19438.
1125         * message.el (message-make-fqdn):
1126         * nnvirtual.el (nnvirtual-retrieve-headers)
1127         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1128         and avoid naming locals 'system-name'.
1129
1130 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1131
1132         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1133         lines don't get overlong when responding.
1134
1135 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * registry.el (cl-remf, cl-loop, cl-subseq):
1138         Alias to remf, loop, and subseq respectively for old Emacsen.
1139
1140 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1141
1142         * gnus-group.el (gnus-read-ephemeral-bug-group):
1143         Bind coding-system-for-read and coding-system-for-write only around
1144         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1145
1146 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1147
1148         * registry.el (registry-db): Set default slot later.
1149         This is because its value is not a literal integer.
1150
1151 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * registry.el (registry-db): Fix default registry-db max-size.
1154
1155 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1156
1157         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1158         add warning.
1159
1160         * gnus-art.el: Fix up compiler warnings.
1161         (article-display-face, article-display-x-face): Remove unused `face'.
1162         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1163         (article-date-ut): Remove unused var `first'.
1164         (gnus-article-prepare): Remove unused var `gnus-article'.
1165         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1166         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1167         `coding-system' along with corresponding dead code.
1168         (gnus-mime-view-part-externally): Remove unused var
1169         `mm-user-display-methods'.
1170         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1171         (gnus-display-mime): Remove unused var `handle'.
1172         (gnus-mime-display-alternative): Remove unused var `props'.
1173         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1174         (gnus-article-edit-done): Remove unused var `p'.
1175         (gnus-url-mailto): Remove unused var `to'.
1176         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1177         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1178
1179 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1180
1181         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1182         slots into a :max-size slot.
1183         (registry-db-version): Add new variable for database version number.
1184         (registry-prune): Use :max-size slot. Accept and use a sort-function
1185         argument.
1186         (registry-collect-prune-candidates): Add new function for finding
1187         non-precious pruning candidates.
1188         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1189         Remove obsolete functions.
1190         (initialize-instance): Upgrade registry version when starting.
1191
1192         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1193         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1194         (gnus-registry-cache-file): Change default
1195         filename extension to "eieio".
1196         (gnus-registry-read): Add new function, split out from
1197         `gnus-registry-load', that does the actual object reading.
1198         (gnus-registry-load): Use it. Add condition case handler to check for
1199         old filename extension and rename to the new one.
1200         (gnus-registry-default-sort-function): New variable to specify a sort
1201         function to use when pruning.
1202         (gnus-registry-save, gnus-registry-insert): Use it.
1203         (gnus-registry-sort-by-creation-time): Define a default sort function.
1204
1205         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1206         Adjust test for new object signature.
1207         (gnustest-registry-pruning-test): Add new pruning test.
1208         (gnustest-registry-sort-function): Default sort function for testing.
1209         (gnustest-registry-pruning-sort-test): New test for sorting.
1210
1211 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1214         function for reuse.
1215         (gnus-mime-buttonize-attachments-in-header): Adjust.
1216
1217 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * message.el (message-change-subject): Really check whether the subject
1220         changed.
1221
1222 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1225         PDFs.
1226         (mailcap-view-mime): New function.
1227
1228 2014-12-01  Glenn Morris  <rgm@gnu.org>
1229
1230         * gnus-cloud.el (gnus-cloud): Add :version tag.
1231
1232 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-art.el (gnus-use-idna):
1235         * gnus-sum.el (gnus-summary-idna-message):
1236         * message.el (message-use-idna):
1237         Protect against nil value for idna-program.
1238
1239         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1240
1241 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1242
1243         * auth-source.el (auth-source-macos-keychain-search-items): Return
1244         result of `auth-source-macos-keychain-result-append' (bug#19074).
1245
1246 2014-11-25  Glenn Morris  <rgm@gnu.org>
1247
1248         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1249         Add :version tag.
1250
1251 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * pop3.el (pop3-open-server): Warn unless encrypted.
1254
1255         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1256
1257 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1258
1259         Port new time stamp handling to Emacs 23.2.
1260         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1261         * time-date.el (time-add, time-subtract, time-less-p):
1262         Use eval-and-compile, not eval-when-compile.
1263
1264 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1265
1266         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1267         TLDs.
1268
1269 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1270
1271         Port new time stamp handling to old Emacs and to XEmacs.
1272         This is needed for Gnus, which copies time-date.el and which
1273         runs on older Emacs implementations.
1274         * time-date.el (with-decoded-time-value):
1275         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1276         (encode-time-value, with-decoded-time-value):
1277         Obsolete only if new Emacs.
1278         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1279
1280         Improve time stamp handling, and be more consistent about it.
1281         This implements a suggestion made in:
1282         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1283         Among other things, this means timer.el no longer needs to
1284         autoload the time-date module.
1285         * time-date.el (seconds-to-time, days-to-time, time-since)
1286         (with-decoded-time-value):
1287         Treat 'nil' as current time.  This is mostly for XEmacs.
1288         (encode-time-value, with-decoded-time-value): Obsolete.
1289         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1290         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1291
1292 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1295         discarding changes in ephemeral groups.
1296
1297         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1298         things the user isn't interested in.
1299
1300 2014-11-13  Julien Danjou  <jd@abydos>
1301
1302         * gnus-notifications.el (gnus-notifications-notify): Provide both
1303         app-icon and image-path.
1304
1305 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1306
1307         * mm-url.el (mm-url-encode-multipart-form-data):
1308         Restore to handle "multipart/form-data" by eww.
1309
1310 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1311
1312         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1313         Landscheidt.
1314
1315 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1316
1317         Simplify use of current-time and friends.
1318         * gnus-delay.el (gnus-delay-article):
1319         * gnus-sum.el (gnus-summary-read-document):
1320         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1321         * message.el (message-make-expires-date):
1322         Omit unnecessary call to current-time.
1323         * gnus-util.el (gnus-float-time): Simplify to an alias because
1324         time-to-seconds now behaves like float-time with respect to nil arg.
1325         (gnus-seconds-year): Don't call current-time twice to get the current
1326         time stamp, as this can lead to inconsistent results.
1327         * time-date.el (time-to-seconds) [!float-time]:
1328         Use current time if arg is nil, to be compatible with float-time.
1329         (time-date--day-in-year): New function, with most of the guts of
1330         the old time-to-day-in-year.
1331         (time-to-day-in-year): Use it.
1332         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1333
1334 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus.el (gnus-mode-line-buffer-identification):
1337         Don't add image data for a non-graphic display (bug#18813).
1338
1339 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1342         load-path, it blocks autoloading of find-image (bug#18813).
1343
1344 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1345
1346         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1347         to keep connection open (bug#18728).
1348
1349 2014-10-20  Glenn Morris  <rgm@gnu.org>
1350
1351         * Merge in all changes up to 24.4 release.
1352
1353 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1354
1355         * message.el (message-insert-signature): Use `newline' instead of
1356         inserting explicit "\n".
1357
1358 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1359
1360         * gnus-icalendar.el: Support vcal format timezones.
1361         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1362         compute dates with associated timezone.
1363         (gnus-icalendar-event-from-ical): Compute all timezones.
1364
1365 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1366
1367         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1368         check the newsrc.eld file's timestamp before saving it.
1369         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1370         timestamp has changed to be newer.
1371
1372 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1373
1374         * gnus-icalendar.el (gnus-icalendar-identities):
1375         Include message-alternative-emails.
1376
1377 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1380         New compatibility functions.
1381         (ntlm-build-auth-response): Use them.
1382
1383 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1384
1385         * ntlm.el (ntlm-build-auth-request):
1386         Add NTLM2 Session support.  (Bug#15603)
1387
1388 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1389
1390         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1391         expired messages only when it was built in reverse order.
1392
1393 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1394
1395         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1396         last so it can be used in `message-send-hook'.
1397
1398 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1399
1400         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1401         <#secure> tag (bug#18513).
1402
1403 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * parse-time.el: Require cl when compiling.
1406
1407 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         Use cl-lib as much as possible following the 2014-09-26 change
1410         in the Emacs trunk.
1411         * parse-time.el: Try requiring cl-lib.
1412         (parse-time-incf): Alias to cl-incf or incf.
1413         (digit-char-p): Remove.
1414         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1415         (parse-integer): Rename to parse-time-integer.
1416         (parse-time-tokenize, parse-time-rules, parse-time-string)
1417         Use parse-time-incf and parse-time-integer.
1418
1419 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1420
1421         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1422         of ":delete".
1423
1424 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1427         (gnus-article-browse-html-parts):
1428         Revert last change that breaks links other than cid contents.
1429
1430 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1433         (gnus-article-browse-html-parts): Make cid file names relative.
1434
1435 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1438         temporarily displayed when running a mode function (at least org-mode
1439         requires it).
1440
1441 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1442
1443         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1444         the gnus-summary-article-expire-hook should be told where the function
1445         is going. In particular, the Gnus registry might want to know.
1446
1447 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1448
1449         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1450
1451 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1454
1455 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1456
1457         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1458         the gnus-summary-article-expire-hook should be told where the function
1459         is going. In particular, the Gnus registry might want to know.
1460
1461 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1462
1463         Don't mishandle year-9999 dates (Bug#18176).
1464         * parse-time.el (parse-time-rules):
1465         Allow years up to most-positive-fixnum.
1466         * time-date.el (date-to-time):
1467         Pass "Specified time is not representable" errors through.
1468
1469 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1470
1471         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1472         groups and t.
1473
1474 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-utils.el (gnus-recursive-directory-files):
1477         Unify hard or symbolic links (bug#18063).
1478
1479 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1480
1481         * gnus-msg.el (gnus-configure-posting-style):
1482         Allow string replacements in values when matching against a header.
1483
1484 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1487         the dribble buffer even when it is shrunk a lot.
1488         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1489
1490 2014-06-26  Glenn Morris  <rgm@gnu.org>
1491
1492         * mm-util.el (help-function-arglist): Remove outdated declaration.
1493
1494 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1495
1496         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1497         attribute values.  (Bug#17834)
1498
1499 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1500
1501         * gnus-sum.el (gnus-summary-edit-article-done):
1502         Prefer point-marker to copy-marker of point.
1503
1504 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * Makefile.in (install-el, install-el-elc): Compress .el files.
1507         (uninstall): Remove compressed .el files.
1508
1509 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1512         (gnus-article-read-summary-keys):
1513         Don't bug out when there is no article in the summary buffer.
1514         (gnus-mime-buttonize-attachments-in-header):
1515         Improve criterion that finds parts to display.
1516
1517         * gnus-art.el (gnus-mm-display-part):
1518         * mm-decode.el (mm-shr):
1519         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1520         (mm-insert-inline): Revert last changes.
1521
1522 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-art.el (gnus-mm-display-part):
1525         * mm-decode.el (mm-shr):
1526         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1527         (mm-insert-inline): Set insertion type of end-marker, not only
1528         start-marker, of undisplayer so as to stay after inserted text.
1529
1530 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1531
1532         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1533         attribute. (Bug#17613)
1534
1535 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1536
1537         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1538         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1539
1540 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1543         Don't delete next part button; keep spacing between buttons.
1544
1545 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1548         Work for the last MIME part in an article.
1549         (gnus-mime-display-single): Suppress excessive newlines between parts.
1550
1551         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1552         by leading or trailing newline.
1553
1554 2014-05-12  Sam Steingold  <sds@gnu.org>
1555
1556         * time-date.el (seconds-to-string): New function to pretty print time
1557         delay in seconds.
1558
1559 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1562         while prompting a user for a file name, etc.
1563         (gnus-mime-display-single): Display part with a common appearance no
1564         matter whether MIME button is omitted or not; don't add duplicate entry
1565         to gnus-article-mime-handle-alist.
1566         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1567
1568 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1569
1570         * mml2015.el (mml2015-display-key-image): New variable.
1571
1572 2014-05-08  Glenn Morris  <rgm@gnu.org>
1573
1574         * gnus-fun.el (gnus-grab-cam-face):
1575         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1576         This is CVE-2014-3421.
1577
1578 2014-05-04  Glenn Morris  <rgm@gnu.org>
1579
1580         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1581
1582 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1585         the displaying state of a part.
1586         (gnus-mm-display-part): Don't insert a newline in the beginning of
1587         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1588
1589         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1590         (mm-shr): Make undisplayer unbreakable.
1591
1592         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1593         Don't insert excessive newline.
1594         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1595         (mm-insert-inline): Make undisplayer unbreakable.
1596
1597 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1598
1599         * gnus.el: Ma Gnus v0.11 is released.
1600
1601 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gnus-art.el (gnus-mm-display-part):
1604         Highlight header attachment buttons.
1605
1606 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1609         a part; redisplay a button (enbugged in 2014-02-05).
1610
1611 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * auth-source.el (auth-source-search, auth-source-search-backends):
1614         Treat :max 0 as an indicator that a boolean return is wanted, as
1615         documented. Reported by Joe Bloggs.
1616
1617 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-icalendar.el: Require gnus-art.
1620
1621 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1622
1623         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1624         (gnus-icalendar--update-org-event): put event timestamp in
1625         the org entry body instead of the drawer.
1626         (gnus-icalendar-event--get-attendee-names): list of participants should
1627         contain even attendees without common name attribute.
1628         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1629         property tags in org drawers.
1630
1631 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gmm-utils.el (gmm-format-time-string): New function.
1634
1635         * message.el (message-insert-formatted-citation-line): Use the original
1636         author's time zone to express a date string.
1637
1638 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1639
1640         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1641         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1642         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1643         Silence compiler warnings.
1644         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1645
1646 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * mml.el: Require url when compiling.
1649
1650         * gnus-cloud.el (gnus-cloud-parse-version-1):
1651         Use plist-get rather than CL's getf.
1652         (gnus-activate-group, gnus-subscribe-group): Declare.
1653
1654         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1655
1656 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1659         buttons when toggling the header off.
1660
1661 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1662
1663         * tls.el (tls-program): Reflow docstring.
1664
1665 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1666
1667         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1668         groups work again.
1669
1670 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1671
1672         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1673         999 correctly (i.e. "1,342").
1674
1675 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1678         out if the directory doesn't exist.
1679
1680 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1681
1682         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1683         commands here; instead, only check if epg-config.el is available.
1684
1685 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1686
1687         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1688         messages with embedded images.
1689         (mml-generate-mime): Don't bug out if you don't have libxml.
1690
1691 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1692
1693         * message.el (message-make-html-message-with-image-files): New command.
1694
1695 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1698
1699         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1700
1701 2014-02-23  David Engster  <deng@randomsample.de>
1702
1703         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1704         to stay compatible with older Emacsen, so replace `cl-loop' with
1705         `loop'.
1706
1707 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1708
1709         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1710         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1711         instead, build list of patterns.
1712
1713 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1716         Display header attachment buttons by gnus-article-prepare-display
1717         rather than gnus-article-prepare so as to view in mml-preview as well.
1718
1719 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1722         in `auth-sources' means and link to EPA docs.
1723
1724 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1727         (bug#12375).
1728
1729 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1732         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1733
1734 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1735
1736         * message.el (message-tab): Mention what happens on normal tabs
1737         (bug#11297).
1738
1739 2014-02-08  Glenn Morris  <rgm@gnu.org>
1740
1741         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1742
1743 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1746         buttons that are hidden in unselected alternative part as well.
1747         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1748
1749         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1750
1751 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1754         keystroke.
1755         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1756         types.
1757
1758         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1759         with an empty string.
1760
1761 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1764         buffer-local in some buffers, so bind it explicitly in the buffer we're
1765         trying to cancel the article in (bug#10808).
1766
1767 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1770         New functions.
1771
1772         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1773         New user option.
1774         (gnus-mime-buttonize-attachments-in-header): New function.
1775         (gnus-article-prepare): Use it.
1776         (gnus-mime-inline-part): Suppress extra newline.
1777         (gnus-mm-display-part): Save excursion;
1778         remove useless deleting and adding of buttons.
1779         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1780
1781         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1782         Add gnus-mime-buttonize-attachments-in-header.
1783
1784 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1785
1786         * nnimap.el (nnimap-request-articles): New command to download several
1787         articles at once.
1788
1789         * gnus.el (gnus-variable-list): Save Cloud variables.
1790
1791         * gnus-int.el (gnus-request-accept-article): Doc fix.
1792
1793 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1794
1795         * parse-time.el (parse-time-iso8601-regexp)
1796         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1797         it more generally.
1798
1799 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-cloud.el: New file to provide the Emacs Cloud.
1802
1803         * dgnushack.el: Silence XEmacs w3 warning.
1804
1805         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1806         `url-retrieve-synchronously', apparently.
1807
1808         * dgnushack.el: Silence XEmacs dns.el warning.
1809
1810         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1811         instead of in all files.
1812
1813         * dns.el (network-interface-list): Define for XEmacs.
1814
1815         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1816         XEmacs.
1817
1818         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1819
1820 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1821
1822         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1823         `gnus-group-split-fancy'.
1824
1825 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1826
1827         * message.el (message-remove-header): Doc fix.
1828         (message-forward-included-headers): New variable.
1829         (message-remove-ignored-headers): Use it.
1830
1831 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1832
1833         * nnir.el (nnir-request-update-mark): Don't try to update the source
1834         group if we can't find it (bug#16611).
1835
1836 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1837
1838         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1839
1840 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1841
1842         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1843         network interfaces changed.
1844         (dns-query): Use it to flush the data.
1845
1846 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1847
1848         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1849         from random face commands.
1850         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1851         Face.
1852         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1853         (gnus--random-face-with-type): Generic function returning a face-type
1854         as a string.
1855         (gnus--insert-random-face-with-type): Generic function inserting a face
1856         in a message buffer header.
1857         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1858         (gnus-insert-random-x-face-header): Rewritten to use
1859         `gnus--insert-random-face-with-type`.
1860         (gnus-random-face): Return random (png) Face as string.
1861         (nus-insert-random-face-header): Insert random (png) Face in a message
1862         buffer.
1863
1864 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1865
1866         * mm-url.el: Remove all usage of w3.
1867
1868         * nnrss.el: Ditto.
1869
1870         * mm-decode.el: Ditto.
1871
1872         * mm-view.el: Ditto.
1873
1874         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1875         outdated and all Emacsen have url.el built-in.
1876
1877         * gnus-setup.el: Remove outdated file.
1878
1879 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1880
1881         * gnus.el: Ma Gnus v0.9 is released.
1882
1883 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1884
1885         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1886
1887 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1888
1889         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1890         in the summary buffer (bug#13769).
1891
1892 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1895         name if we're using a single article buffer.  Otherwise, it may point
1896         to a killed buffer (bug#13756).
1897
1898 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1899
1900         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1901         the match data, just save and restore it explicitly (bug#12375).
1902
1903         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1904         that's needed.
1905
1906         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1907         the code once (bug#9069).
1908
1909 2014-01-18  Steinar Bang  <sb@dod.no>
1910
1911         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1912         reading.
1913
1914 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1915
1916         * message.el (message-bury): Call bury-buffer with no argument
1917         in the message-return-action case too.
1918
1919 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1922         (nnimap-split-fancy, nnimap-split-methods): Declare.
1923
1924         * mm-util.el (help-function-arglist): Declare.
1925
1926 2013-12-28  Glenn Morris  <rgm@gnu.org>
1927
1928         * gnus-sieve.el (gnus-sieve-select-method):
1929         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1930         (gravatar-rating, gravatar-size):
1931         * message.el (message-minibuffer-local-map):
1932         * sieve-manage.el (sieve-manage-authenticators)
1933         (sieve-manage-authenticator-alist): Specify custom types.
1934
1935         * hashcash.el (hashcash-program): Rename from hashcash-path.
1936         Update callers.
1937
1938         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1939         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1940         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1941
1942         * auth-source.el (auth-sources):
1943         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1944         Fix custom types.
1945
1946         * tls.el (tls-certtool-program): Fix default value.
1947
1948 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1951         we get proper traces there, too.
1952
1953 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1954
1955         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1956         value of the parameters if the current article has a Reply-To or From
1957         field.
1958
1959 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1962
1963 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-sum.el (gnus-summary-exit): Stop animations.
1966
1967 2013-12-19  Juri Linkov  <juri@jurta.org>
1968
1969         * gnus.el (gnus-suppress-keymap):
1970         * gnus-art.el (gnus-article-mode-map):
1971         * gnus-group.el (gnus-group-mode-map):
1972         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1973         Remove [backspace] key binding because it shadows DEL (bug#16035).
1974
1975         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1976
1977 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1980         Make sure work directory exists.
1981         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1982         rather than tmp directory.
1983         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1984         not necessarily always run, with it.
1985
1986 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1987
1988         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1989         value of gnus-icalendar-additional-identities work without restart.
1990
1991 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mm-util.el (mm-make-temp-file):
1994         Alias to make-temp-file for modern Emacsen.
1995
1996 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1999         nnir-article-number and nnir-article-group.
2000
2001 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
2002
2003         * message.el (message-send-mail-with-sendmail):
2004         Don't kill error buffer if sending fails.
2005
2006 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
2007
2008         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
2009         (gnus-icalendar-event->org-entry)
2010         (gnus-icalendar--update-org-event)
2011         (gnus-icalendar-event->gnus-calendar): Distinguish between
2012         required/optional/non-participant attendee status.  Fix bug causing
2013         the first required event participant to be omitted.
2014
2015 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-art.el (article-de-quoted-unreadable)
2018         (article-de-base64-unreadable, gnus-mime-copy-part)
2019         * gnus-html.el (gnus-article-html)
2020         * mm-view.el (mm-inline-text-html-render-with-w3)
2021         (mm-inline-text-html-render-with-w3m-standalone)
2022         * rfc2231.el (rfc2231-decode-encoded-string):
2023         Allow overriding charset by mm-charset-override-alist.
2024
2025         * gnus-art.el (gnus-article-browse-html-parts):
2026         Replace LWSPs with `&nbsp;'s in header.
2027
2028         Work for broken Chinese articles.
2029
2030         * gnus-art.el (gnus-article-browse-html-save-cid-content):
2031         Exclude broken handles that gnus-summary-enter-digest-group may create.
2032         (gnus-article-browse-html-parts):
2033         Allow overriding charset by mm-charset-override-alist.
2034
2035 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2036
2037         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
2038         (gnus-icalendar-identities): Support additional-identities.
2039
2040 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2041
2042         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
2043         org-timestamp for events ending at midnight.
2044
2045 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
2046
2047         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
2048         .log files.
2049
2050 2013-11-20  David Engster  <deng@randomsample.de>
2051
2052         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
2053
2054 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
2055
2056         * message.el (message-beginning-of-line):
2057         Use beginning-of-visual-line when visual-line-mode is turned on.
2058
2059 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
2060
2061         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2062         (gnus-icalendar-event-from-ical)
2063         (gnus-icalendar-event->org-entry)
2064         (gnus-icalendar--update-org-event): Required/optional participation,
2065         list of attendees synced to org.
2066
2067 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2068
2069         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2070         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2071         cancellations to be synced to org if the original appt has an org
2072         outline.
2073
2074 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2075
2076         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2077         (gnus-icalendar-event->org-entry)
2078         (gnus-icalendar--update-org-event)
2079         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2080
2081 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2082
2083         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2084         Fix timezone handling in gnus-icalendar export to org.
2085
2086 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2089
2090 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2093
2094 2013-10-30  Glenn Morris  <rgm@gnu.org>
2095
2096         * gnus-group.el (gnus-group-browse-foreign-server):
2097         * gnus-int.el (gnus-start-news-server):
2098         Silence compiler obsolescence warning.
2099
2100 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2101
2102         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2103         `nnoo-current-server' first, then for the actual `nnimap-address' to
2104         allow netrc entries for the nnoo server to coexist with netrc entries
2105         for the `nnimap-address'.
2106
2107 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * mm-decode.el (mm-dissect-buffer): Revert last change.
2110         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2111         The problem that motivated those changes was attributed to a broken
2112         mail sender, and has been fixed.
2113
2114 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2117         token is missing in the Content-Type header.
2118
2119         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2120
2121 2013-09-18  Glenn Morris  <rgm@gnu.org>
2122
2123         * gnus-util.el (image-size): Declare.
2124
2125 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2128         (gnus-icalendar-event-from-ical)
2129         (gnus-icalendar-event--build-reply-event-body)
2130         (gnus-icalendar-event-reply-from-buffer)
2131         (gnus-icalendar-find-org-event-file)
2132         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2133         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2134
2135         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2136
2137 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2138
2139         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2140         Use save-current-buffer.
2141         (gnus-tree-mode-map): Initialize in the declaration.
2142         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2143         (scroll-in-place): Defvar it.
2144         (gnus-tmp-*): Defvar them.
2145         (gnus-get-tree-buffer): Use derived-mode-p.
2146         (gnus--let-eval): New macro.
2147         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2148         non-prefixed variables.
2149         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2150
2151         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2152         vars since it doesn't seem to be available.
2153         (gnus-set-global-variables, gnus-summary-read-group-1)
2154         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2155         (gnus-summary-display-article, gnus-summary-select-article)
2156         (gnus-summary-next-article, gnus-offer-save-summaries)
2157         (gnus-summary-generic-mark): Use derived-mode-p.
2158         (gnus-summary-read-group-1, gnus-summary-exit)
2159         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2160         Adjust calls to gnus-tree-close and gnus-tree-open.
2161
2162         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2163
2164         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2165         (gnus-agent-mode): Use derived-mode-p.
2166         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2167         gnus-command-method and *-command-method to nil, but bind
2168         gnus-command-method to *-command-method instead!
2169         (gnus-agent-fetch-articles): Remove unused var `id'.
2170         (gnus-agent-fetch-headers): Remove unused arg `force'.
2171         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2172         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2173         (gnus-agent-short-article, gnus-agent-long-article)
2174         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2175         first use.
2176         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2177         `score-param'.
2178         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2179         (gnus-get-predicate): Push in front of the cache, rather than end.
2180         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2181         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2182         (gnus-agent-expire-unagentized-dirs): Don't rebind
2183         gnus-agent-expire-current-dirs since the defvar silences the warning.
2184         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2185         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2186         (gnus-agent-regenerate): Simplify interactive spec and doc.
2187
2188 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-int.el (gnus-open-server): Silence compiler.
2191
2192         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2193
2194         * message.el (message-display-completion-list): Abolish.
2195         (message-completion-in-region): Use display-completion-list.
2196
2197 2013-09-17  Glenn Morris  <rgm@gnu.org>
2198
2199         * gnus-util.el (gnus-message-with-timestamp-1):
2200         Use `messages-buffer' function if available.  Ignore read-only.
2201
2202 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * message.el (message-expand-group, message-completion-in-region):
2205         Correct the order of start and end of a region.
2206
2207 2013-09-13  Glenn Morris  <rgm@gnu.org>
2208
2209         * mml2015.el (gnus-create-image): Autoload it.
2210
2211         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2212
2213         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2214         (image-size): Declare.
2215
2216 2013-09-12  Glenn Morris  <rgm@gnu.org>
2217
2218         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2219         Avoid using `find', which i) might not be defined at runtime;
2220         ii) does not work, since its default test is eql, not equal.
2221         (gnus-mime-action-alist): Declare.
2222
2223 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2224
2225         * score-mode.el (gnus-score-mode-map): Move initialization
2226         into declaration.
2227         (gnus-score-mode): Use define-derived-mode.
2228         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2229         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2230         into declaration.
2231         (gnus-kill-file-mode): Use define-derived-mode.
2232         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2233         Use derived-mode-p.
2234         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2235         (gnus-group-setup-buffer, gnus-group-name-at-point)
2236         (gnus-group-make-web-group, gnus-group-enter-directory)
2237         (gnus-group-suspend): Use derived-mode-p.
2238         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2239         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2240         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2241         (gnus-article-setup-buffer, gnus-article-prepare)
2242         (gnus-article-prepare-display, gnus-sticky-article)
2243         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2244         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2245         (gnus-article-read-summary-keys): Use derived-mode-p.
2246
2247 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2250
2251 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2254         shift_jis from the default value set for Japanese users.
2255
2256 2013-08-13  Glenn Morris  <rgm@gnu.org>
2257
2258         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2259
2260         * gnus.el (gnus-valid-select-methods): Fix type.
2261
2262         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2263
2264 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * mm-decode.el (mm-display-external): Run a timer for the temp files
2267         deletion after a viewer exits; add a deletion timer for the needsterm
2268         case, too.
2269
2270         * mm-decode.el (mm-display-external): Try to delete temporary files by
2271         using a 1-min. timer.
2272
2273 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2276         New internal variables.
2277         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2278         (mm-display-external): Use it to delete temporary files instead of
2279         using timers.
2280
2281 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2284
2285 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2286
2287         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2288         with cond for backwards compatability.
2289
2290 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * mm-decode.el (mm-display-external): Bind process-connection-type to
2293         nil; don't delete a temp file immediately even if a viewer finishes,
2294         since it may be a shell script, like xdg-open, that launches a real
2295         viewer program belatedly.
2296
2297 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2298
2299         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2300         that we can create nndoc groups that excerpt other groups.
2301
2302 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-delay.el (gnus-delay-article): Fix typo.
2305
2306         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2307         articles.
2308
2309         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2310         we can get spell-checking etc.
2311
2312 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2315         a single one used for encoding the whole text in a header.
2316
2317 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2320         doesn't work properly on XEmacs.
2321
2322 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2325         before sending.
2326
2327         * dgnushack.el (dgnushack-compile): Add a temporary check for
2328         gnus-icalendar.
2329
2330         * mm-decode.el (mm-command-output): New face.
2331         (mm-display-external): Use it.
2332
2333 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2334
2335         * nnmbox.el (nnmbox-request-article): Don't change point.
2336
2337 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2340         Include `handle' parameter.
2341
2342 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2343
2344         * gnus-icalendar.el: New file.
2345
2346 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2349
2350         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2351         dummy roots, too.
2352
2353 2013-08-01  David Edmondson  <dme@dme.org>
2354
2355         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2356         out on ttys.
2357
2358 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2361         not empty.
2362
2363         * nnrss.el (nnrss-discover-feed): Indent.
2364
2365 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2368
2369 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2372         dirty to ensure nnimap data being saved.
2373
2374 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2375
2376         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2377         menu entry.
2378
2379         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2380         the current thread's total score instead of the current article's
2381         score.
2382
2383         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2384         (gnus-sort-threads-recursively): Delete defcustom.
2385         (gnus-sort-threads-recursive): Adapt accordingly.
2386
2387 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2388
2389         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2390         (gnus-sort-threads-recursive): Use it.
2391         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2392         again.  Now that determines how to sort subthreads.
2393
2394 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2395
2396         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2397         (gnus-sort-threads): Use it.
2398
2399 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2400
2401         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2402         punctuation characters follow parentheses (bug#14950).
2403
2404 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus.el (gnus-continuum-version):
2407         * gnus-msg.el (gnus-extended-version): Simplify.
2408
2409         * gnus.el (gnus-continuum-version-1): Remove.
2410         * gnus-msg.el (gnus-bug): Revert.
2411
2412         Calculate gnus-version correctly on Cygwin.
2413
2414         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2415         (gnus-continuum-version-1): New function, return a string.
2416
2417         * gnus-msg.el (gnus-extended-version, gnus-bug):
2418         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2419
2420 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2421
2422         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2423         (bug#13384).
2424
2425 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2428         that were only relevant in a development version a long time ago.
2429
2430 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2433         that the old Emacs 24s bundle.
2434
2435 2013-07-10  David Engster  <deng@randomsample.de>
2436
2437         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2438         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2439         fixes a bug in Emacs trunk where the 'unexist' marks were always
2440         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2441         Gnus v0.03".
2442
2443 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2444
2445         * gnus.el (gnus-summary-line-format): Reference
2446         `gnus-user-date-format-alist' for the &user-date; format, not
2447         `gnus-summary-user-date-format-alist'.
2448
2449 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2452         delete files (bug#13481).
2453
2454 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2455
2456         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2457
2458 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2461         display images.
2462
2463         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2464
2465         * message.el (message-cancel-news): According to
2466         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2467         preferred over "cmsg cancel" in the Subject.
2468
2469         * nnir.el (nnir-engines): Note that the group specs are regexps
2470         (bug#13238).
2471
2472         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2473         gotten read-only text properties, ensure that those aren't heeded when
2474         copying stuff over (bug#13434).
2475
2476         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2477         (bug#13762).
2478
2479 2013-07-05  David Kastrup  <dak@gnu.org>
2480
2481         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2482         authinfo file again (important for blank passwords).  This had been
2483         broken with 2013-06-15 change.
2484
2485 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2488         Revert 2013-01-14 change.
2489
2490 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2491
2492         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2493         of 'create-image' for XEmacs compatibility; check errors when decoding
2494         image.  Reported by Uwe Brauer.
2495
2496 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2499         gnus-button-push revised at 2011-01-19.
2500
2501 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2504         now live in the lisp/net Emacs 24 repository.
2505
2506 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * eww.el (eww-update-header-line-format): Quote % characters.
2509
2510 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * eww.el (eww-process-text-input): Display passwords as asterisks.
2513
2514         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2515
2516 2013-06-19  Tom Tromey  <tromey@redhat.com>
2517
2518         * eww.el (eww-top-url): Remove.
2519         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2520         (eww-render): Set new variables.  Don't set eww-top-url.
2521         (eww-handle-link): Handle "prev", "home", and "contents".
2522         Downcase the rel text.
2523         (eww-top-url): Choose best top URL.
2524
2525 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * eww.el: Rewrite to implement form elements "by hand" instead of
2528         relying in widget.el.  Using widget.el leads to too many
2529         user interface inconsistencies.
2530         (eww-self-insert): Implement entering commands in text fields.
2531         (eww-process-text-input): New function to make text input field editing
2532         work.
2533         (eww-submit): Rewrite to use the new-style form methods.
2534         (eww-select-display): Display the correct selected item.
2535         (eww-change-select): Implement changing the select value.
2536         (eww-toggle-checkbox): Implement radio/checkboxes.
2537         (eww-update-field): Fix compilation error.
2538         (eww-tag-textarea): Implement <textarea>.
2539
2540         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2541         don't shadow mode-specific bindings.
2542
2543         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2544         nothing to push.
2545
2546         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2547
2548 2013-06-19  Glenn Morris  <rgm@gnu.org>
2549
2550         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2551
2552 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2555
2556 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * shr.el (shr-make-table-1): Implement <td rowspan>.
2559         (shr-table-horizontal-line): Allow nil as a value, and change the
2560         default.
2561         (shr-insert-table-ruler): Respect the nil value.
2562
2563 2013-06-18  Tom Tromey  <tromey@barimba>
2564
2565         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2566         New defvars.
2567         (eww-open-file): New defun.
2568         (eww-render): Initialize new variables.
2569         (eww-display-html): Handle "link" and "a".
2570         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2571         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2572         (eww-back-url): Rename from eww-previous-url.
2573         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2574         defuns.
2575
2576 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * shr.el (shr-tag-table): Insert the images after the table, so that
2579         they're not covered by the table colourisation, which often looked
2580         awkward.
2581         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2582         <dd>.
2583         (shr-make-table-1): Implement <td colspan=> support.
2584         (shr-insert-document): Use one less than window width if `shr-width' is
2585         nil, since otherwise things may get one character too wide.
2586
2587 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * eww.el (eww-detect-charset): Improve regexp; move backward.
2590
2591 2013-06-18  Glenn Morris  <rgm@gnu.org>
2592
2593         * mm-decode.el (widget-convert-button): Autoload.
2594
2595         * sieve-manage.el (mm-enable-multibyte): Autoload.
2596
2597         * shr.el (libxml-parse-html-region): Declare.
2598         (shr-render-buffer): Explicit error if no libxml2 support.
2599
2600 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         * auth-source.el (auth-source-current-line): New function.
2603         (auth-source-netrc-parse-entries): When a data token is "machine",
2604         assume we're in the wrong place and abort parsing the current line.
2605
2606 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2609         (eww-convert-widgets): Don't bug out if the first widget starts at the
2610         beginning of the buffer.
2611         (eww-convert-widgets): Fix last patch.
2612         (eww-tag-input): Support <input type=image>.
2613
2614         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2615         (shr-tag-base): Protect against base specs that are degenerate.
2616         (shr-ensure-paragraph): Don't delete empty lines that have text
2617         properties, because these may be input fields.
2618
2619         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2620         we can navigate to them.
2621
2622         * shr.el (shr-colorize-region): Put the colours over the entire region.
2623         (shr-inhibit-decoration): New variable.
2624         (shr-add-font): Use it to inhibit text property decorations while doing
2625         preliminary table renderings.  This speeds up typical Wikipedia page
2626         renderings by 15%.
2627         (shr-tag-span): Don't respect the <title>, because that overwrites the
2628         help-echo from links inside the spans.
2629         (shr-next-link): Use `help-echo' for navigation, so that we can
2630         navigate to form elements, too.
2631
2632         * eww.el (eww-button): New face.
2633         (eww-convert-widgets): Use it to make submit buttons more button-like.
2634
2635         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2636         that Gnus commands work.
2637
2638         * shr.el (shr-render-td): Support horizontal alignment.
2639
2640         * eww.el (eww-put-color): Removed.
2641         (eww-colorize-region): Use `add-face-text-property'.
2642
2643         * shr.el (shr-add-font): Append face data, so that we get the correct
2644         precedence: The innermost value (which is applied first) wins.
2645         (shr-make-overlay): Obsolete function.
2646
2647         * mm-decode.el (mm-convert-shr-links): New function to convert
2648         new-style shr URL links into widgets.
2649         (mm-shr): Use it.
2650
2651         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2652         widget commands, since we're no longer using widgets for links.
2653
2654         * shr.el (shr-next-link): New command.
2655         (shr-previous-link): New command.
2656         (shr-urlify): Don't use `widget-convert', because that's slow.
2657         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2658         because collecting the overlays and reapplying them when generating
2659         tables is slow.
2660         (shr-insert-table): Ditto.
2661
2662 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2663
2664         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2665         * shr.el (browse-url): Require `url'.
2666         * eww.el (url): Require format-spec.
2667
2668 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * eww.el (eww-display-html): Default to using the entire window width.
2671         (eww-browse-url): Don't add a User-Agent header (twice), because that
2672         makes Bing refuse connection.
2673
2674         * shr.el (shr-make-table): Cache the table rendering at the table
2675         level, and not the <td> level.  This is a bit faster.
2676
2677         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2678         #id.
2679
2680         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2681         browsers don't.
2682         (shr-expand-url): Respect #anchor links.
2683         (shr-parse-base): Chop off the anchor before using.
2684         (shr-descend): Respect display: none.
2685         (shr-descend): Allow marking elements that have certain IDs.
2686
2687         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2688
2689         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2690
2691         * eww.el (eww-tag-textarea): Support <textarea>.
2692
2693 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2694
2695         * shr.el (shr-dom-to-xml): Fixed function call.
2696
2697         * eww.el (eww): New group.
2698         (eww-header-line-format): New custom variable.
2699         (eww-current-title): New variable.
2700         (eww-display-html): Update header and handle title tag.
2701         (eww-update-header-line-format): New function.
2702         (eww-tag-title): New function.
2703
2704         * shr.el (shr-dom-to-xml): New function.
2705         (shr-tag-svg): Add support for the SVG tag.
2706         (shr-bullet): New custom variable.
2707         (shr-tag-li): Support custom bullet in unordered lists.
2708
2709 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * shr.el (shr-expand-url): Respect // URLs.
2712
2713         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2714         put a background colour onto the entire buffer.
2715         (eww-render): When being redirected, use the redirect URL as the new
2716         base URL.
2717
2718         * shr.el (shr-parse-base): Fix parsing error.
2719
2720         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2721
2722         * shr.el (shr-parse-base): New function.
2723         (shr-expand-url): Use it to expand relative URLs reliably.
2724
2725 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * auth-source.el (auth-source-search-collection): Fix docstring.
2728         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2729         single-quoted strings and multiline entries.
2730         (auth-source-netrc-parse-next-interesting)
2731         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2732         functions to support parser.
2733
2734 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * eww.el (eww-submit): Get submit button logic right when hitting RET
2737         on non-submit buttons.
2738
2739         * shr.el: Remove shr-preliminary-table-render, since that can't really
2740         be used for anything in practice.
2741
2742 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2743
2744         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2745         (sieve-manage-quit).
2746
2747 2013-06-14  Glenn Morris  <rgm@gnu.org>
2748
2749         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2750
2751 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2752
2753         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2754         control the maximum size of photo ID image.
2755         (mml2015-epg-key-image-to-string): Respect it.
2756
2757 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2760         instead of the final one so that we can more easily distinguish them.
2761
2762         * eww.el (eww-submit): Compute the submission URL correctly.
2763
2764 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2767         Use plist-get rather than CL's getf.
2768         (sieve-manage-parse-capability): Avoid CL's remove-if.
2769
2770 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2771
2772         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2773         (sieve-manage-quit).
2774
2775 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2778         last slash.
2779
2780         * eww.el (eww-tag-select): Use the first value as the default value.
2781
2782 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2783
2784         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2785         (eww-mode): Use `define-derived-mode'.
2786         (eww-parse-headers): Parse headers from beginning of buffer so that
2787         file:// links work.
2788
2789 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2792
2793 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2796         to handle them at all.
2797
2798 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2801         work, too.
2802         (eww-tag-select): Implement <select>.
2803
2804 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2805
2806         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2807         stream managing functions by using open-protocol-stream to do most of
2808         the work.  Has the nice benefit of enabling STARTTLS.
2809         Wait for capabilities after STARTTLS: following RFC5804, the server
2810         sends new capabilities after successfully establishing a TLS connection
2811         with the client.  The client should update the cached list of
2812         capabilities, but we just ignore the answer for now.
2813         (sieve-manage-network-p, sieve-manage-network-open)
2814         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2815         (sieve-manage-forward, sieve-manage-streams)
2816         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2817         API, nor called by any other function.
2818         Enable Multibyte for SieveManage buffers: The parser won't properly
2819         handle umlauts and line endings unless multibyte is turned on in the
2820         process buffer.
2821
2822 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * eww.el (eww-tag-input): Support password fields.
2825         (eww-submit): Support POST.
2826
2827 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * eww.el (eww-tag-form): Protect against degenerate forms.
2830
2831         * shr.el (shr-expand-url): Expand URLs that start with a slash
2832         correctly.
2833
2834         * eww.el (eww-submit): Get submit button logic right.
2835
2836         * shr.el (shr-final-table-render): New variable to signal when we're
2837         doing the final table rendering so that we can collect more data at
2838         that point.
2839
2840         * eww.el (eww-submit): Make form submission work.
2841         (eww-tag-input): Implement submit buttons.
2842         (eww-click-radio): Implement radio and checkboxes.
2843         (eww-submit): Handle hidden elements.
2844
2845         * shr.el (shr-descend): Allow other packages to override (or provide)
2846         rendering of elements.
2847         (shr-expand-url): Strip query strings from URLs before expanding them.
2848
2849         * eww.el: Don't require cl-lib.
2850         (eww-tag-form): Start form support.
2851
2852         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2853
2854         * eww.el: Start writing a new, tiny web browser.
2855         (eww-previous-url): New command.
2856         (eww-quit): New command.
2857
2858 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2859
2860         * sieve.el: Put point at beginning of buffer when viewing a script.
2861         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2862         number in sieve-buffer's header.  Fixed code to also work with a string
2863         as port specifier.  Properly close the connection on pressing 'q'.  Make
2864         sieve-manage-quit close the connection and process buffer.  Also, remove
2865         duplicate keybinding for 'q'.
2866
2867 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2868
2869         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2870         make it easier to read.
2871         (mm-pkcs7-enveloped-magic): Ditto.
2872
2873 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2874
2875         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2876         before `image-type-available-p' to avoid loading the image libraries
2877         needlessly.
2878
2879 2013-06-05  David Engster  <deng@randomsample.de>
2880
2881         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2882         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2883         to see whether the group was synced before.
2884
2885 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2888         when opening the connection.
2889         Suggested by João Távora <joaotavora@gmail.com> in
2890         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2891
2892 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2895         assume Date header begins with "Date", that may be customized into
2896         something like "X-Sent" using gnus-article-time-format.
2897         (article-transform-date): Allow multi-line Date header.
2898
2899 2013-06-02  David Engster  <deng@randomsample.de>
2900
2901         * registry.el (initialize-instance, registry-lookup)
2902         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2903         (registry-lookup-secondary-value, registry-search, registry-delete)
2904         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2905         not wrap methods in `eval-and-compile'.  This breaks due to latest
2906         changes in EIEIO (introduction of eieio-core.el).
2907
2908 2013-05-30  Glenn Morris  <rgm@gnu.org>
2909
2910         * nnmail.el (nnmail-fancy-expiry-target):
2911         Also bind mail-dont-reply-to-names.
2912
2913         * spam-stat.el (spam-stat-save):
2914         No need to tweak font-lock in temp buffers.
2915
2916         * shr.el (shr-put-image): Silence compiler.
2917
2918 2013-05-29  Glenn Morris  <rgm@gnu.org>
2919
2920         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2921
2922         * gnus-group.el (gnus-sequence-of-unread-articles)
2923         (gnus-summary-add-mark, gnus-mark-article-as-read)
2924         (gnus-group-make-articles-read): Declare.
2925
2926         * gnus-sum.el (gnus-parameter-list-identifier)
2927         (gnus-article-stop-animations, gnus-stop-downloads)
2928         (gnus-article-only-boring-p, article-goto-body)
2929         (gnus-flush-original-article-buffer, article-narrow-to-head)
2930         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2931         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2932
2933         * gnus.el: No need to eval-and-compile autoloads.
2934
2935         * gravatar.el (help-function-arglist): Autoload.
2936
2937         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2938
2939         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2940
2941         * spam.el: No need to load spam-report when compiling.
2942         No need to eval-and-compile autoloads.
2943         (spam-report-resend-to): Declare.
2944         (spam-report-resend-register-routine): Require 'spam-report.
2945
2946 2013-05-24  Julien Danjou  <julien@danjou.info>
2947
2948         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2949         setup.
2950
2951 2013-05-23  Glenn Morris  <rgm@gnu.org>
2952
2953         * gnus-util.el (rmail-swap-buffers-maybe)
2954         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2955         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2956         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2957
2958         * mm-decode.el: No need to load term when compiling.
2959         (term-mode, term-char-mode): Declare.
2960
2961         * mm-util.el: No need to load jka-compr when compiling.
2962         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2963
2964         * nnmaildir.el: Require is automatically eval-and-compile.
2965         (nnmail): Require at run-time too.
2966
2967         * registry.el (registry-size): Move definition before use.
2968
2969 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2970
2971         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2972         signed data to conform the standard.  (Bug#14232)
2973
2974 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2975
2976         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2977         double angle quotation mark.
2978
2979 2013-05-20  Glenn Morris  <rgm@gnu.org>
2980
2981         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2982
2983 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2984
2985         * message.el (message-insert-formatted-citation-line): handle finding
2986         first/lastname when more than 2 names appear.
2987
2988 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2989
2990         * shr.el (shr-tag-span): New function.
2991
2992 2013-05-18  Glenn Morris  <rgm@gnu.org>
2993
2994         * message.el (message-mode): Use message-mode-abbrev-table,
2995         with text-mode-abbrev-table as parent.  (Bug#14413)
2996
2997 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * message.el (message-expand-group): Decode group names.
3000
3001 2013-05-16  Julien Danjou  <julien@danjou.info>
3002
3003         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
3004         app-icon.
3005
3006 2013-05-15  Glenn Morris  <rgm@gnu.org>
3007
3008         * shr-color.el (shr-color-visible-luminance-min)
3009         (shr-color-visible-distance-min): Use shr-color group.
3010
3011 2013-05-11  Glenn Morris  <rgm@gnu.org>
3012
3013         * gnus-vm.el: Make it loadable without VM.
3014         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
3015         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
3016
3017 2013-05-09  Glenn Morris  <rgm@gnu.org>
3018
3019         * mml1991.el: Make it loadable.  (Bug#13456)
3020
3021         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
3022         * gnus-async.el (gnus-async-post-fetch-function):
3023         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
3024         * gnus-html.el (gnus-html-image-cache-ttl):
3025         * gnus-notifications.el (gnus-notifications-timeout):
3026         * gnus-picon.el (gnus-picon-properties):
3027         * gnus-util.el (gnus-completion-styles):
3028         * gnus.el (gnus-other-frame-resume-function):
3029         * message.el (message-user-organization-file)
3030         (message-cite-reply-position):
3031         * nnir.el (nnir-summary-line-format)
3032         (nnir-retrieve-headers-override-function):
3033         * shr-color.el (shr-color-visible-luminance-min):
3034         * shr.el (shr-blocked-images):
3035         * spam-report.el (spam-report-resend-to):
3036         * spam.el (spam-summary-exit-behavior): Fix custom types.
3037
3038         * gnus-salt.el (gnus-selected-tree-face): Fix default.
3039
3040 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
3043         because of let-binding help-xref-following.  (Bug#14356)
3044
3045 2013-05-06  Glenn Morris  <rgm@gnu.org>
3046
3047         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
3048
3049 2013-05-04  Andrew Cohen  <cohen@bu.edu>
3050
3051         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
3052         entering into the registry.
3053
3054 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3055
3056         * gnus.el: Ma Gnus v0.7 is released.
3057
3058 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
3061         (Bug#14304)
3062
3063 2013-04-27  Glenn Morris  <rgm@gnu.org>
3064
3065         * gnus.el (gnus-list-debbugs):
3066         Use require rather than autoload.  (Bug#14262)
3067
3068 2013-04-27  Julien Danjou  <julien@danjou.info>
3069
3070         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3071         port to "sieve" now that it has an official IANA port assigned.
3072
3073 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3076         Don't set the MAILHOST environment variable permanently (Bug#14271).
3077
3078 2013-04-26  Glenn Morris  <rgm@gnu.org>
3079
3080         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3081
3082 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3083
3084         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3085         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3086
3087 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3088
3089         * nnir.el (nnir-close-group): Make sure we are in the right group.
3090
3091         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3092         dependency table from all newly retrieved headers.
3093
3094 2013-04-16  David Edmondson  <dme@dme.org>
3095
3096         Support <img src="data:...">.
3097
3098         * shr.el (shr-image-from-data): New function.
3099         (shr-tag-img): Use it.
3100
3101 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3102
3103         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3104         group.
3105
3106 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3109         corresponding to any existing group (Bug#14166).
3110
3111 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3112
3113         * nnir.el (number-sequence): No longer used.
3114         (nnir-request-set-mark): New function.
3115         (nnir-request-update-info): Improve marks updating.
3116         (nnir-request-scan): Don't duplicate marks updating.
3117         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3118         Use 'assq rather than 'assoc.  Quote anonymous function.
3119         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3120         Use 'gnus-group-prefixed-p.
3121         (gnus-summary-create-nnir-group): Make sure server for method is open.
3122
3123 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3124
3125         * nnir.el (gnus-nnir-group-p): New function.
3126         (nnir-possibly-change-group): Use it.
3127
3128         * gnus-msg.el (gnus-setup-message): Use it.
3129
3130 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3133         `initial-input' for the argument name.
3134         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3135
3136 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3137
3138         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3139         (used by MH-E).
3140
3141 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3142
3143         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3144         group.
3145
3146         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3147         fix compilation.
3148
3149 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3150
3151         * nnir.el (nnir-method-default-engines): And another typo.
3152
3153 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3154
3155         * nnir.el (nnir-method-default-engines): Fix typo.
3156
3157 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3158
3159         * nnir.el: Define 'number-sequence for xemacs.
3160         (gnus-summary-create-nnir-group): New function to create an nnir group
3161         from an nnir summary buffer based on the current query.
3162         (nnir-request-create-group): Update to allow nnir group creation based
3163         on the current query.
3164
3165 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * nndraft.el (nndraft-request-expire-articles):
3168         Make expiry target always `delete'.
3169
3170 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3171
3172         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3173         buffer use the posting-style and gcc of the original article group.
3174         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3175
3176         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3177         after other deffoos.
3178
3179 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3180
3181         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3182         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3183         support for real (i.e. not ephemeral) nnir groups.
3184         (gnus-summary-make-nnir-group): New function for initiating searches
3185         from a summary buffer.
3186
3187 2013-03-18  Sam Steingold  <sds@gnu.org>
3188
3189         * message.el (message-bury): Minor cleanup.
3190
3191 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3192
3193         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3194
3195 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3198         nnml-request-list.  (Bug#13873)
3199         (nndir-request-newsgroups): Remove, unused.
3200
3201         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3202
3203 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3206         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3207         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3208
3209 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3210
3211         * shr.el: Make all the overlays set the `evaporate' property so that
3212         they're removed properly.
3213
3214 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3215
3216         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3217         shell-quote-argument.
3218
3219 2013-02-22  David Engster  <deng@randomsample.de>
3220
3221         * gnus-registry.el (gnus-registry-save): Provide class name when
3222         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3223         `condition-case' to stay compatible with older EIEIO versions which
3224         only accept one argument.
3225
3226 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3227
3228         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3229         (epg-user-id-validity): Autoload.
3230         (mml2015-epg-check-user-id): New function.
3231         (mml2015-epg-check-sub-key): New function split from
3232         mml2015-epg-find-usable-key.
3233         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3234         optional name-is-key-id, to handle the case when user-id is unusable.
3235         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3236
3237 2013-02-17  Glenn Morris  <rgm@gnu.org>
3238
3239         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3240
3241 2013-02-16  Glenn Morris  <rgm@gnu.org>
3242
3243         * shr.el (shr-put-image): Only animate images that specify a delay.
3244         This is consistent with the old image-animated-p behavior.
3245
3246 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3249         for XEmacs.
3250
3251 2013-02-13  Juri Linkov  <juri@jurta.org>
3252
3253         * gnus-art.el (gnus-article-mode-map):
3254         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3255         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3256
3257 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3258
3259         * auth-source.el (auth-source-format-prompt): Don't get confused by
3260         any "\" in replacement text.  (Bug#13637)
3261
3262 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3263
3264         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3265         (gnus-backend-trace): Honour gnus-backend-trace.
3266
3267         * mml.el (mml-insert-part): Insert closing tag.
3268
3269         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3270
3271 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3274         able to find the article, which can happen in debbugs groups,
3275         apparently.
3276
3277 2013-01-16  Glenn Morris  <rgm@gnu.org>
3278
3279         * smiley.el (smiley-style): Make the file loadable in batch mode.
3280
3281 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3282
3283         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3284         imap process running.
3285
3286 2013-01-14  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3289         Compare addresses against addresses, not against the full From field.
3290
3291 2013-01-13  Richard Stallman  <rms@gnu.org>
3292
3293         * message.el (message-forward-make-body-mime): New args BEG, END
3294         specify what part of FORWARD-BUFFER to use.  Do the work directly
3295         instead of calling `mml-insert-buffer'.
3296
3297 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3298
3299         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3300         cross-reference(s).
3301
3302         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3303         cross-reference(s).
3304
3305 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3306
3307         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3308         and point-max-marker.
3309         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3310
3311 2013-01-11  Julien Danjou  <julien@danjou.info>
3312
3313         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3314         max are almost equal.  Also return the correct value for V which is
3315         already between 0 and 1.
3316
3317 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3318
3319         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3320         to mml2015-encrypt-to-self.
3321         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3322
3323 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3324
3325         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3326         mml-smime-epg-find-usable-secret-key.
3327
3328 2013-01-08  Glenn Morris  <rgm@gnu.org>
3329
3330         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3331
3332 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3333
3334         * mml-smime.el: Support signing by sender.
3335         Requested by Uwe Brauer.
3336         (mml-smime-sign-with-sender): New user option analogous
3337         to mml2015-sign-with-sender.
3338         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3339         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3340         mml2015.el.
3341
3342 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3345         isn't running, because Gnus will probably not know how to handle the
3346         Gcc header (bug#11941).
3347
3348         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3349         articles.
3350
3351 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3354         (nnfolder-generate-active-file): Make this function work with recursive
3355         folder names.
3356
3357 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3358
3359         * nntp.el (nntp-open-connection): Use HELP as the capability command
3360         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3361         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3362
3363 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3364
3365         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3366         place holder since this gives `Invalid face reference: nil' messages.
3367         Use the `default' face instead.  It has the same effect here, even
3368         though it is not no-op.
3369
3370         * gnus-util.el
3371         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3372
3373 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3376         non-string posting styles (bug#13285).
3377
3378 2012-12-27  Glenn Morris  <rgm@gnu.org>
3379
3380         * plstore.el (plstore-passphrase-callback-function):
3381         Use plstore-get-file.
3382
3383 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3384
3385         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3386         stderr.
3387
3388 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3391
3392         * gnus-compat.el (set-buffer-multibyte): Remove.
3393
3394 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3395
3396         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3397         temporary file to get PGP key image.  Pass no-show-photos when
3398         extracting image to avoid having it pop up twice.
3399
3400 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3403         eligible for treatment.
3404
3405         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3406         lines.  This makes summary commands with hidden threads work more
3407         reliably.
3408
3409         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3410         button to mark the hidden citations (bug#9395).
3411
3412 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3413
3414         * mml2015.el (mml2015-epg-signature-to-string): New function.
3415         (mml2015-epg-verify-result-to-string): New function.
3416         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3417         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3418         instead of epg-verify-result-to-string.
3419         (epg-signature-key-id, epg-signature-to-string): Autoload.
3420         (epg-verify-result-to-string): Remove autoload.
3421
3422 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3423
3424         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3425         ID image from GPG public key.
3426         (mml2015-epg-key-image-to-string): New function.
3427
3428 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3429
3430         * plstore.el (plstore-passphrase-callback-function): Fix error when
3431         error when plstore-cache-passphrase-for-symmetric-encryption is set
3432         (bug#13264).
3433
3434 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3437         buffer to the article buffer here, because that clobbers multiple
3438         article buffers.
3439
3440         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3441         buffer always points to the right summary buffer.
3442
3443 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3444
3445         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3446         the password (bug#12097).
3447
3448 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3449
3450         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3451         (bug#13263).
3452
3453         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3454         buffer exists before using it (bug#12475).
3455
3456         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3457         offline groups (bug#11937).
3458
3459         * message.el (message-yank-original): When using customize to set the
3460         value of `message-cite-style', the variable it set to a symbol that's
3461         the name of the variable, which must then be dereferenced (bug#12616).
3462
3463 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3464
3465         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3466         the `face' property with a list whose car is the face specified in the
3467         format string and whose cdr is (nil).
3468         * lisp/gnus-util.el
3469         (gnus-put-text-property-excluding-characters-with-faces):
3470         Change accordingly.
3471         (gnus-get-text-property-excluding-characters-with-faces): New function.
3472         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3473         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3474         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3475
3476 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3477
3478         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3479         login methods.
3480         (nnimap-login): Respect the `nnimap-authenticator' variable.
3481
3482         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3483         mark state when moving articles.  Otherwise unticked articles will get
3484         their ticks back after moving.
3485
3486 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3489
3490         * message.el (message-ignored-news-headers): Always remove
3491         X-Message-SMTP-Method to avoid information leakage if the user
3492         mistakenly inserts the header into news messages.
3493
3494         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3495
3496         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3497         right than four characters, this command would move point to
3498         `point-max'.  Don't do that.
3499
3500         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3501         to nil to allow re-selecting groups that gain articles.
3502         (gnus-bug-group-download-format-alist): Update the URL.
3503
3504 2012-12-23  Andreas Schwab  <schwab@suse.de>
3505
3506         * shr.el (shr-tag-em): Render em as italic, not bold.
3507
3508 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3511         for reuse.
3512         (gnus-open-server): Use it to add more tracing.
3513         (gnus-finish-retrieve-group-infos): Add backend tracing.
3514         (gnus-backend-trace): Also note the elapsed seconds.
3515
3516 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3517
3518         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3519         Set epa-file-encrypt-to from variable to avoid querying.
3520
3521 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3522
3523         * sieve-mode.el (sieve-font-lock-keywords):
3524         Keywords should be word delimited.  (Bug#13173)
3525
3526 2012-12-13  Andreas Schwab  <schwab@suse.de>
3527
3528         * tls.el (tls-program): Update customize type.
3529
3530 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3533         instead of <pre> to align message header.
3534
3535 2012-12-12  Sam Steingold  <sds@gnu.org>
3536
3537         * gnus.el (gnus-other-frame-resume-function): Add user option.
3538         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3539
3540 2012-12-06  Sam Steingold  <sds@gnu.org>
3541
3542         * gnus-start.el (gnus-before-resume-hook): Add.
3543         (gnus-1): Run it when Gnus is alive.
3544
3545 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3548         * gnus-art.el (article-unsplit-urls)
3549         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3550         * gnus-registry.el (gnus-registry-get-article-marks)
3551         * message.el (message-goto-body): Use it.
3552         (message-called-interactively-p): Remove.
3553
3554         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3555         (spam-stat-score-buffer): Use it.
3556
3557         * spam.el: Silence the warnings against BBDB functions when compiling.
3558
3559         * gnus-score.el (gnus-score-decode-text-parts):
3560         Use append+mapcar instead of the cl function mapcan.
3561
3562 2012-12-05  Sam Steingold  <sds@gnu.org>
3563
3564         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3565         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3566         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3567
3568 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * gmm-utils.el (gmm-called-interactively-p): Revert.
3571         This seems to cause Emacs to get stuck!
3572         * gnus-art.el (article-unsplit-urls)
3573         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3574         * gnus-registry.el (gnus-registry-get-article-marks)
3575         * message.el (message-goto-body)
3576         (message-called-interactively-p): Revert.
3577
3578         * gmm-utils.el (gmm-called-interactively-p): New function.
3579         * gnus-art.el (article-unsplit-urls)
3580         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3581         * gnus-registry.el (gnus-registry-get-article-marks)
3582         * message.el (message-goto-body): Use it.
3583         (message-called-interactively-p): Remove.
3584
3585         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3586         * gnus-sync.el (gnus-sync-lesync-call)
3587         * message.el (message-read-from-minibuffer): Use it.
3588
3589 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * gmm-utils.el (gmm-flet): Remove.
3592         * gnus-sync.el (gnus-sync-lesync-call)
3593         * message.el (message-read-from-minibuffer): Don't use it.
3594
3595 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3598
3599 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3602
3603         * gnus-sync.el (gnus-sync-lesync-call)
3604         * message.el (message-read-from-minibuffer): Use gmm-flet.
3605
3606         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3607
3608         * gnus-util.el (gnus-macroexpand-all): Remove.
3609
3610 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3611
3612         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3613         to TAB, not [tab].
3614         (gnus-summary-article-map): Likewise.
3615
3616         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3617         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3618
3619 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3620
3621         * time-date.el: Commentary fix.
3622
3623 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3624
3625         * color.el: Don't require cl.
3626         (color-complement): `caddr' -> `nth 2'.
3627
3628         * time-date.el (time-to-seconds): De-obsolete.
3629
3630 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * message.el (message-get-reply-headers):
3633         Make sure the reply goes to the author if it is a wide reply.
3634
3635 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3636
3637         * gnus-score.el (gnus-score-body):
3638         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3639         scoring by body.
3640
3641 2012-11-16  Glenn Morris  <rgm@gnu.org>
3642
3643         * gnus-diary.el (nndiary-request-create-group-functions)
3644         (nndiary-request-update-info-functions)
3645         (gnus-subscribe-newsgroup-functions)
3646         (nndiary-request-accept-article-functions):
3647         Use new names for hooks rather than obsolete aliases.
3648
3649 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3652
3653 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3656         in meta tag with the one the part specifies in its header.
3657
3658 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3659
3660         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3661         by default.
3662
3663 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3666         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3667
3668 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3671         and a runtime function for it, of which the XEmacs version takes only
3672         two arguments.
3673
3674 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3675
3676         * nndiary.el (nndiary-request-create-group-functions)
3677         (nndiary-request-update-info-functions)
3678         (nndiary-request-accept-article-functions):
3679         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3680         "-hooks" suffix.
3681
3682 2012-10-19  Julien Danjou  <julien@danjou.info>
3683
3684         * gnus-art.el: Require gnus-util because it uses
3685         `gnus-timer--function'.
3686
3687 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3688
3689         * starttls.el (starttls-extra-arguments): Doc fix.
3690
3691 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3694         it.
3695
3696 2012-10-06  Glenn Morris  <rgm@gnu.org>
3697
3698         * gnus-notifications.el (gnus-notifications):
3699         Add missing group :version tag.
3700         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3701         (gnus-gcc-post-body-encode-hook):
3702         * gnus-sync.el (gnus-sync-lesync-name)
3703         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3704
3705 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3706
3707         * color.el (color-hsl-to-rgb): Fix incorrect results for
3708         small and large hue values.  (Bug#12559)
3709
3710 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         New UIDL implementation.
3713
3714         * mail-source.el (mail-sources, mail-source-keyword-map):
3715         Add :leave as a pop3 keyword.
3716         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3717
3718         * pop3.el (pop3-leave-mail-on-server): Allow number.
3719         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3720         (pop3-movemail): Add UIDL support.
3721         (pop3-send-streaming-command): Take a list of mail numbers instead of
3722         the number of mails.
3723         (pop3-write-to-file): Add X-UIDL header.
3724         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3725         (pop3-uidl-add-xheader): New functions.
3726
3727         * message.el (message-ignored-resent-headers):
3728         Add X-Content-Length and X-UIDL headers.
3729
3730 2012-10-05  Glenn Morris  <rgm@gnu.org>
3731
3732         * color.el (color-name-to-rgb, color-rgb-to-hex)
3733         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3734         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3735         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3736         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3737
3738 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3741         a user about whether to delete temp files if once a user answered as n.
3742
3743 2012-09-25  Chong Yidong  <cyd@gnu.org>
3744
3745         * password-cache.el (password-read-and-add): Use a declare form to mark
3746         this function obsolete.
3747
3748 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * lpath.el: Bind mail-encode-mml for old Emacsen.
3751
3752 2012-09-17  Richard Stallman  <rms@gnu.org>
3753
3754         * message.el (message-in-body-p): Don't set mark or modify buffer.
3755
3756         * mml.el (mml-attach-file): Doc fix.
3757         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3758         Set mail-encode-mml when in Mail mode.
3759         Simplify code to set HEAD and move back to HEAD.
3760         (mml-insert-multipart, mml-insert-part):
3761         Set mail-encode-mml when in Mail mode.
3762
3763 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-util.el (gnus-timer--function): New function.
3766
3767         * gnus-art.el (gnus-article-stop-animations): Use it.
3768
3769 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3770
3771         Fix glitches caused by addition of psec to timers.
3772         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3773         rather than raw access to timer vector.
3774
3775 2012-09-11  Julien Danjou  <julien@danjou.info>
3776
3777         * gnus-notifications.el (gnus-notifications): Check for nil values in
3778         ignored addresses check.
3779
3780 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3781
3782         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3783
3784 2012-09-07  Chong Yidong  <cyd@gnu.org>
3785
3786         * gnus-util.el
3787         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3788
3789         * gnus-salt.el (gnus-tree-highlight-node):
3790         * gnus-sum.el (gnus-summary-highlight-line):
3791         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3792
3793 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3796
3797 2012-09-06  Juri Linkov  <juri@jurta.org>
3798
3799         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3800         scheme for buffer names to be more consistent with other group and
3801         article buffer names in Gnus.
3802
3803 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus-util.el
3806         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3807
3808         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3809         Jenkner.
3810
3811         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3812
3813         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3814
3815         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3816
3817 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3820         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3821
3822         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3823         string-prefix-p in Emacs >=23.2.
3824
3825         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3826         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3827         instead of string-match-p.
3828         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3829
3830 2012-09-06  Kenichi Handa  <handa@gnu.org>
3831
3832         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3833         lowercase a..f.
3834
3835 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3836
3837         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3838
3839 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3840
3841         * nnimap.el (nnimap-request-move-article): Decode the group name when
3842         doing internal moves to avoid charset issues.
3843
3844         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3845         TIME is set.
3846
3847 2012-09-05  Juri Linkov  <juri@jurta.org>
3848
3849         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3850         than one group at a time (bug#11961).
3851
3852 2012-09-05  Julien Danjou  <julien@danjou.info>
3853
3854         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3855         this hide the real reason with a message giving absolutely no hint.
3856
3857 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3860         to the backend (bug#11804).
3861
3862         * message.el (message-insert-newsgroups): Don't insert newsgroup
3863         duplicates (bug#12275).
3864
3865 2012-09-05  John Wiegley  <johnw@newartisans.com>
3866
3867         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3868         sieve rules.
3869
3870 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3871
3872         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3873         function.
3874
3875         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3876
3877         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3878
3879 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3880
3881         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3882         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3883         This should make nnmaildir more usable with offlineimap.
3884
3885 2012-09-05  Julien Danjou  <julien@danjou.info>
3886
3887         * nnimap.el (nnimap-request-list): Revert change that made listing
3888         synchronous.
3889         (nnimap-get-responses): Restore.
3890
3891 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3892
3893         * dgnushack.el: XEmacs 21.5 compilation fix.
3894
3895         * gnus-notifications.el (gnus-notifications-notify): Use it.
3896
3897         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3898         warnings on XEmacs.
3899
3900 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3901
3902         Better seeds for (random).
3903         * gnus-sync.el (gnus-sync-lesync-setup):
3904         * message.el (message-canlock-generate, message-unique-id):
3905         Change (random t) to (random), now that the latter is more random.
3906
3907 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3908
3909         * nnimap.el (nnimap-change-group): Document result value
3910
3911         * auth-source.el (auth-sources): Fix macos keychain access.
3912
3913         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3914         allow the backend `request-head' function to determine the group
3915         name on its own.
3916         (gnus-request-expire-articles): Filter out negative article numbers
3917         during expiry (Bug#11980).
3918
3919         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3920         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3921
3922         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3923         you've found the article when you haven't.
3924
3925         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3926         that nnimap-change-group can return t.
3927
3928 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3929
3930         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3931
3932 2012-08-30  Julien Danjou  <julien@danjou.info>
3933
3934         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3935         `gnus-notifications-timeout'.
3936         (gnus-notifications-timeout): Add.
3937         (gnus-notifications-action): New function.
3938         (gnus-notifications-notify): Add :action using
3939         `gnus-notifications-action'.
3940         (gnus-notifications-id-to-msg): New variable.
3941         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3942         notifications id to messages.
3943
3944 2012-08-30  Kenichi Handa  <handa@gnu.org>
3945
3946         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3947         once.
3948
3949 2012-08-29  Julien Danjou  <julien@danjou.info>
3950
3951         * gnus-notifications.el: New file.
3952         (gnus-notifications-notify): New function.
3953         (gnus-notifications): Use `gnus-notifications-notify'.
3954
3955 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3958         transfer encoding first; bind gnus-newsgroup-charset to the charset
3959         that the article specifies (Bug#12209).
3960
3961 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3964         (gnus-group-customize-done): Encode values posting-style holds.
3965
3966         * gnus-msg.el (gnus-summary-resend-message)
3967         (gnus-configure-posting-styles): Decode values posting-style group
3968         parameter holds.
3969
3970 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3973         `name' and `address' in Resent-From header.
3974
3975 2012-08-14  Chong Yidong  <cyd@gnu.org>
3976
3977         * gnus-art.el (article-display-face): Handle failure in
3978         gnus-create-image (Bug#11802).
3979
3980 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3981
3982         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3983         Use defsetf.
3984
3985 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3986
3987         * auth-source.el (auth-source-plstore-search)
3988         (auth-source-secrets-search): Ignore :require and :type in search spec.
3989
3990 2012-08-06  Julien Danjou  <julien@danjou.info>
3991
3992         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3993         `nnimap-request-move-article'.
3994
3995         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3996         Remove autoload, already handled by gnus.el.
3997
3998         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3999
4000         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
4001         supported by nnimap actually.  Reverts previous change.
4002
4003         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
4004         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
4005         to-buffer argument that is already supported.
4006
4007 2012-08-05  Julien Danjou  <julien@danjou.info>
4008
4009         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
4010         Add autoload.
4011
4012 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus.el (gnus-valid-select-methods): Fix custom type.
4015
4016 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * auth-source.el (auth-sources, auth-source-backend-parse)
4019         (auth-source-macos-keychain-search)
4020         (auth-source-macos-keychain-search-items)
4021         (auth-source-macos-keychain-result-append)
4022         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
4023         auth-source.el through the /usr/bin/security utility.
4024         (auth-sources): Fix syntax error.
4025         (auth-source-macos-keychain-result-append): Fix variable name.
4026         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
4027
4028 2012-07-27  Julien Danjou  <julien@danjou.info>
4029
4030         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
4031         Emacs < 24.1
4032
4033 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * message.el (message-kill-address): Don't kill last newline.
4036         (message-skip-to-next-address): Don't move to the next header.
4037         (message-fill-field-address): Work properly.
4038
4039 2012-07-25  Julien Danjou  <julien@danjou.info>
4040
4041         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
4042
4043 2012-07-24  Julien Danjou  <julien@danjou.info>
4044
4045         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
4046
4047         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
4048         (nntp-async-timer-handler): Remove, unused.
4049
4050         * nnimap.el (nnimap-get-responses): Remove, unused.
4051
4052         * nnheader.el (mail-header-set-extra): Remove, unused.
4053
4054         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
4055         unused.
4056
4057         * mm-view.el (mm-view-sound-file): Remove, unused.
4058
4059         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
4060         (mm-url-encode-multipart-form-data): Remove, unused.
4061
4062         * message.el (message-remove-signature, message-make-host-name)
4063         (message-fill-address): Remove, unused.
4064
4065         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4066         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4067         unused.
4068
4069         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4070         (gnus-xmas-call-region): Remove, unused.
4071
4072         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4073
4074         * gnus-util.el (gnus-extract-address-component-name)
4075         (gnus-extract-address-component-email, gnus-sortable-date)
4076         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4077         (gnus-process-live-p): Remove, unused.
4078
4079         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4080
4081         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4082         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4083         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4084         function.
4085
4086         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4087
4088         * gnus-score.el (gnus-summary-score-crossposting)
4089         (gnus-score-regexp-bad-p): Remove, unused.
4090
4091         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4092
4093         * gnus-range.el (gnus-sublist-p): Remove, unused.
4094
4095         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4096         unused.
4097
4098         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4099
4100         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4101         (gnus-request-associate-buffer): Remove, unused.
4102
4103         * gnus-group.el (gnus-group-set-method-info)
4104         (gnus-group-set-params-info): Remove, unused.
4105
4106         * gnus-fun.el (gnus-shell-command-to-string)
4107         (gnus-shell-command-on-region): Remove, unused.
4108
4109         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4110
4111         * gnus-art.el (gnus-article-text-type-exists-p)
4112         (article-translate-characters, gnus-article-hide-text-of-type)
4113         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4114         Remove, unused.
4115
4116 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4117
4118         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4119
4120 2012-07-21  Julien Danjou  <julien@danjou.info>
4121
4122         * message.el (message-dont-reply-to-names): Replace deprecated
4123         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4124         (message-get-reply-headers): Ditto.
4125
4126 2012-07-18  Julien Danjou  <julien@danjou.info>
4127
4128         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4129         `sieve-upload-and-kill'.
4130
4131         * sieve.el (sieve-bury-buffer): Remove function.
4132         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4133         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4134
4135 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4136
4137         * shr.el (shr-expand-url): Handle URL starting with `//'.
4138
4139 2012-07-13  Chong Yidong  <cyd@gnu.org>
4140
4141         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4142         instead of calling toggle-read-only with a (bogus) argument.
4143
4144 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4145
4146         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4147         of initial input when reading the author to restrict the summary to.
4148
4149 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * mm-decode.el (mm-shr):
4152         Allow overriding charset by mm-charset-override-alist.
4153
4154 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-art.el (gnus-article-view-part):
4157         Toggle subparts of multipart/alternative part.
4158
4159 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4160
4161         * shr.el (shr-render-buffer): New command.
4162         (shr-visit-file): Use it.
4163
4164 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4167         Set no-byte-compile and no-update-autoloads.
4168
4169 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4172
4173 2012-06-25  Julien Danjou  <julien@danjou.info>
4174
4175         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4176         `nnimap-request-move-articles-find-limit' since we do not use it only
4177         for move operations.
4178         (nnimap-request-accept-article): Use
4179         `nnimap-request-articles-find-limit' to limit search by message-id.
4180
4181 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4182
4183         Support higher-resolution time stamps (Bug#9000).
4184
4185         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4186         VARLIST.  It's optional, for backward compatibility.
4187         (encode-time-value): New optional arg PICO.  New type 3.
4188         (time-to-seconds) [!float-time]: Support the new picoseconds
4189         component if it's used.
4190         (seconds-to-time, time-subtract, time-add):
4191         Support ps-resolution time stamps as well.
4192
4193 2012-06-19  Julien Danjou  <julien@danjou.info>
4194
4195         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4196
4197         * nnimap.el (nnimap-log-buffer): Check that
4198         `window-point-insertion-type' is boundp, since it's not available in
4199         XEmacs.
4200
4201 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4202
4203         * nnimap.el (nnimap-log-buffer): Add this, setting
4204         `window-point-insertion-type' in the buffer to t.
4205         (nnimap-log-command): Use nnimap-log-buffer.
4206
4207 2012-06-19  Julien Danjou  <julien@danjou.info>
4208
4209         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4210         argument to be able to limit the search.
4211         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4212         (nnimap-request-move-articles-find-limit): Add this to limit the search
4213         by Message-Id after a message move.
4214         (nnimap): Add defgroup.
4215
4216 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4217
4218         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4219
4220 2012-06-15  Julien Danjou  <julien@danjou.info>
4221
4222         * nnimap.el (nnimap-find-article-by-message-id): Use
4223         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4224         (nnimap-possibly-change-group): Add read-only argument.
4225         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4226         issuing EXAMINE manually.
4227         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4228         with read-only argument.
4229         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4230         cannot possibly change because we need to be sure that it's either
4231         read-write or read-only.
4232
4233 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4236         being bound to a lambda form.
4237
4238 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4239
4240         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4241         articles when fetch-old is non-nil (bug#11370).
4242
4243 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4244
4245         * gnus-picon.el (gnus-picon-properties): New defcustom.
4246         (gnus-picon-create-glyph): Use it.
4247
4248 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * gnus-group.el (gnus-group-get-new-news): Respect
4251         `gnus-group-use-permanent-levels', as documented (bug#11638).
4252
4253 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4254
4255         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4256         groups (bug#11641).
4257
4258 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4259
4260         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4261         is an integer to avoid later problems.
4262
4263 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4266         locales.
4267
4268         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4269         on a handle.
4270
4271         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4272         address as the default.
4273         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4274
4275         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4276         makes no sense to query the user about internal files.
4277
4278         * gnus-spec.el: Remove all the byte-compilation stuff, since
4279         benchmarking shows that it doesn't help when entering large summary
4280         buffers.
4281
4282         * gnus-xmas.el (gnus-xmas-define): Remove.
4283
4284         * gnus-util.el (gnus-byte-code): Remove.
4285
4286         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4287         grouplens stuff.
4288
4289 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4292         (bug#11514).
4293
4294 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4295
4296         * message.el (message-buffers): Return all buffers derived from Message
4297         to make `gnus-dired-attach' work with mu4e.
4298
4299 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4300
4301         * nntp.el: Stop the `letf' madness.
4302         (nntp--report-1): New var.
4303         (nntp-report): Merge nntp-report-1 into it.
4304         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4305         the nntp-report function.
4306
4307         * auth-source.el: Fix comment-style to follow the convention.
4308
4309 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4310
4311         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4312         (mm-dissect-singlepart): Don't guess the MIME type of
4313         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4314         set.
4315         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4316         toplevel MIME type is multipart/encrypted.
4317
4318 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4321         a string so that Gcc works (bug#11514).
4322
4323 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4324
4325         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4326         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4327
4328 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4329
4330         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4331         jumping to *Server* from a dedicated *Group* window.
4332         (gnus-configure-frame): CSE.
4333
4334         * gnus-registry.el: Minor style cleanup.
4335         (gnus-registry--set/remove-mark): New function, extracted from
4336         gnus-registry-install-shortcuts.
4337         (gnus-registry-install-shortcuts): Use it.
4338
4339 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * nnspool.el (news-path): Use eval-and-compile.
4342
4343 2012-05-24  Glenn Morris  <rgm@gnu.org>
4344
4345         * nnspool.el (news-directory, news-path, news-inews-program):
4346         Move here from paths.el.  Don't see a need for these to be autoloaded.
4347
4348         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4349         Merge in doc from paths.el version.  Don't see any need for this to be
4350         autoloaded, or for the warning about users not setting it.
4351
4352 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4353
4354         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4355         format.  In particular, add an optional argument and a docstring.
4356
4357         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4358
4359         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4360         current before calling `gnus-groups-to-gnus-format'.
4361         Note that this was already the case for `gnus-active-to-gnus-format'.
4362
4363 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4364
4365         Fix minor Y10k bug.
4366         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4367
4368 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4369
4370         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4371         message once it's actually open.
4372
4373 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4374
4375         * gnus.el: Ma Gnus v0.5 is released.
4376
4377 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4378
4379         * auth-source.el (auth-source--aput-1, auth-source--aput)
4380         (auth-source--aget): New functions and macros.
4381         Use them instead of aput/aget.
4382
4383 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4384
4385         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4386
4387 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4388
4389         * plstore.el (plstore-called-interactively-p): New compat macro copied
4390         from message.el.
4391         (plstore-mode): Use it.
4392
4393 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4394
4395         * plstore.el: Revive the editing feature.
4396         (plstore-mode): New mode to edit plstore file.
4397         (plstore-mode-toggle-display, plstore-mode-original)
4398         (plstore-mode-decoded): New command.
4399         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4400         (plstore--insert-buffer, plstore--make): New function.
4401         (plstore-open, plstore-save): Simplify by using them.
4402
4403 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4406
4407 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4408
4409         * tls.el (open-tls-stream): Remove unused binding.
4410
4411 2012-04-16  Glenn Morris  <rgm@gnu.org>
4412
4413         * nndraft.el (nndraft-request-list): Fix declaration.
4414
4415 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * mm-decode.el (mm-dissect-buffer): Doc fix.
4418
4419         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4420         don't have a current group.
4421
4422         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4423         buffer if it doesn't exist.
4424
4425         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4426         given, mark the group as ephemeral with the current window conf.
4427
4428         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4429         buffer exists, which it doesn't if we haven't started Gnus.
4430         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4431
4432 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4435         type is.
4436
4437         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4438         `unexists' entries.
4439         (gnus-clean-old-newsrc): Fix last checkin.
4440
4441         * nnimap.el (nnimap-update-info): None of the articles below the active
4442         low-water mark exist.
4443
4444         * dgnushack.el: Get rid of XEmacs compilation warning.
4445
4446         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4447         would have gotten if we posted to the group, and use that to compare
4448         against the message we want to cancel (bug#10808).
4449
4450         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4451         on XEmacs.
4452
4453 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4454
4455         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4456         `scroll-margin'.
4457
4458 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4459
4460         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4461         citation prefix within a block of cited text should be considered part
4462         of that block *only* if it is a blank line.
4463
4464 2012-04-09  Chong Yidong  <cyd@gnu.org>
4465
4466         * binhex.el, hashcash.el, uudecode.el:
4467         Remove * characters from the front of variable docstrings.
4468
4469 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4472         before kinsoku-bol characters nor within kinsoku-eol characters.
4473
4474 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4477         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4478         (gnus-sync-read): Use mapc instead of mapcar.
4479
4480         * mm-archive.el: Require mm-decode for some macros.
4481         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4482         the byte compiler.
4483         (mm-archive-decoders): New function that returns the value of
4484         the mm-archive-decoders variable.
4485
4486         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4487         instead.
4488         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4489
4490         * nnimap.el (gnus-refer-thread-use-nnir):
4491         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4492
4493 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4496
4497 2012-03-12  Peter Münster  <pmrb@free.fr>
4498
4499         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4500         (gnus-demon-cancel): Ditto.
4501         (gnus-demon-run-callback): When function cannot be called due to low
4502         idleness, call it when idleness reaches the expected value, instead of
4503         waiting another timer period.
4504         (gnus-demon-init): Add `time' to arguments of call-back.
4505
4506 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4509
4510         * gnus.el: Register gnus-registry functions.
4511
4512         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4513         indent.
4514
4515         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4516         enabled before warping.
4517
4518 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4519
4520         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4521         registry about each article retrieved.
4522
4523         * gnus-int.el (gnus-select-group-with-message-id): New function.
4524         (gnus-try-warping-via-registry): Ditto.
4525         (gnus-warp-to-article): Fall back on the registry.
4526
4527 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4528
4529         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4530         inboxes.
4531
4532 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4535
4536 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4539         gnus-gcc-self-resent-messages may be a group parameter.
4540         (gnus-summary-resend-message): Don't encode encoded words in header
4541         when Gcc'ing resent message.
4542
4543 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * shr.el (shr-insert): Treat non-breaking space just like normal
4546         space.  This seems to produce more pleasing results.
4547         (shr-insert): Only insert a blank line if we're starting from an image.
4548         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4549         (shr-ensure-paragraph): Consider lines with white space to be blank.
4550
4551 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4552
4553         * Makefile.in: Respect DESTDIR.
4554
4555 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4556
4557         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4558         and gnus-gcc-post-body-encode-hook.
4559
4560 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4563         messages that don't exist.
4564
4565         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4566
4567 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4570         Remove.
4571
4572         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4573
4574         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4575
4576 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4579         have a group name.
4580
4581         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4582         a multibyte buffer (bug#7410).
4583         (article-wash-html): Parse the original article buffer to get the
4584         unencoded data (bug#7410).
4585
4586         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4587         .newsrc.el files.
4588
4589 2012-04-05  Bastien Guerry  <bzg@altern.org>
4590
4591         * color.el (color-lighten-name): Fix typo.
4592
4593 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4596         "#" to avoid having them interpreted as comments.
4597
4598 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * shr.el (shr-insert): Update the text state properly to avoid
4601         inserting spurious paragraph starts.
4602
4603 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * shr.el (shr-table-widths): Divide the extra width more fairly over
4606         the TDs (bug#10973).
4607         (shr-render-td): Don't delete too much padding.
4608         (shr-natural-width): Compute the natural width more correctly.
4609         (shr-insert): Allow the natural width to be computed for tables again.
4610         (shr-tag-table-1): Rework how the natural widths are computed by
4611         rendering the table a third time.
4612         (shr-natural-width): Removed.
4613         (shr-buffer-width): New function.
4614         (shr-expand-newlines): Use it.
4615
4616         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4617         using a `gnus-use-full-window' setup (bug#11013).
4618
4619 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4622         24.1 release.
4623
4624 2012-03-10  David Edmondson  <dme@dme.org>
4625
4626         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4627         'Forwarded Message' header and the start of the message.
4628
4629 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4630
4631         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4632         isn't running (bug#10897).
4633
4634 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4637         This is inconsistent with all the other stream functions, which leave
4638         the setting up to the higher levels (if so wanted) (bug#10931).
4639
4640 2012-02-28  Glenn Morris  <rgm@gnu.org>
4641
4642         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4643         mm-decode.el: Standardize possessive apostrophe usage.
4644
4645 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4648
4649 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4650
4651         * parse-time.el (parse-time-string): Allow extractor to return nil.
4652
4653 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4656
4657 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4660
4661 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4662
4663         * mm-decode.el (mm-shr): Remove "soft hyphens".
4664
4665         * nnimap.el (nnimap-request-list): Return the group names encoded as
4666         utf8.  Otherwise non-European group names don't work.
4667         (nnimap-request-newgroups): Ditto.
4668
4669         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4670         the default in `read-string' (bug#10757).
4671
4672         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4673         topics (bug#10843).
4674
4675         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4676         buffer.  Suggested by Herbert Valerio Riedel.
4677         (nnimap-request-move-article): Delete the message from the correct IMAP
4678         server.
4679
4680 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4681
4682         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4683         Reported by Peter Münster.
4684
4685 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4686
4687         * shr.el (shr-image-fetched): Make sure we really kill the right
4688         buffer.
4689
4690 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4691
4692         * gnus-start.el (gnus-1): Avoid duplicate entries.
4693
4694 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4695
4696         * imap.el: Remove.
4697
4698         * nntp.el (nntp-coding-system-for-read): Remove.
4699         (nntp-coding-system-for-write): Ditto.
4700         (nntp-open-connection): Just use `binary' directly.
4701
4702         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4703         Gnus 0.3.
4704
4705 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4706
4707         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4708         application/octet-stream parts really is.
4709
4710         * gnus-sum.el (gnus-propagate-marks): Remove.
4711
4712 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4713
4714         * shr.el (shr-rescale-image): Undo previous change; see
4715         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4716
4717 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4718
4719         * gnus.el: Ma Gnus v0.3 is released.
4720
4721 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-sum.el (gnus-summary-local-variables): Make
4724         `gnus-newsgroup-unexist' into a local variable.
4725
4726 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4727
4728         * registry.el (registry-usage-test, registry-persistence-test): Move to
4729         tests/gnustest-registry.el.
4730         (registry-make-testable-db, registry-match-test)
4731         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4732
4733         * gnus-registry.el (gnus-registry-misc-test)
4734         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4735
4736         * tests/gnustest-registry.el: New file with the registry and
4737         gnus-registry ERT tests.
4738
4739 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-msg.el (gnus-summary-resend-message): Make
4742         gnus-summary-resend-message-insert-gcc be last item in
4743         message-header-setup-hook.
4744
4745 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4746
4747         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4748         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4749         Remove.
4750         (nnfolder-open-server): Don't use marks.
4751         (nnfolder-request-delete-group): Ditto.
4752         (nnfolder-request-rename-group): Ditto.
4753         (nnfolder-request-set-mark, nnfolder-request-marks)
4754         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4755         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4756
4757         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4758         (nnml-marks-modtime): Remove.
4759         (nnml-request-delete-group): Don't use marks.
4760         (nnml-request-rename-group): Ditto.
4761         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4762         (nnml-save-marks, nnml-open-marks): Remove.
4763
4764         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4765         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4766         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4767         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4768         (nntp-server-to-method-cache): Remove.
4769
4770         * shr.el (shr-rescale-image): Fix wrong merge.
4771
4772 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4773
4774         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4775         too-wide lines.
4776
4777 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4778
4779         * nnimap.el (nnimap-record-commands): New variable.
4780         (nnimap-log-command): Use it.
4781         (nnimap-make-process-buffer): Add a space to the process buffer.
4782         (nnimap-transform-headers): Don't bug out on header lines containing
4783         stuff that look like IMAP length encodings.
4784
4785         * shr.el (shr-rescale-image): Allow viewing large images.
4786
4787 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4788
4789         * nnml.el (nnml-request-compact-group): Delete the marks file after
4790         compaction (bug#10800).
4791
4792         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4793         group exit.
4794
4795         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4796         QRESYNC/FETCH output.
4797
4798 2012-02-11  Glenn Morris  <rgm@gnu.org>
4799
4800         * sieve-manage.el (sieve-manage-default-stream):
4801         * shr.el (shr):
4802         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4803         (nnir-retrieve-headers-override-function)
4804         (nnir-imap-default-search-key, nnir-notmuch-program)
4805         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4806         (nnir-method-default-engines):
4807         * message.el (message-cite-reply-position):
4808         * gssapi.el (gssapi-program):
4809         * gravatar.el (gravatar):
4810         * gnus-sum.el (gnus-refer-thread-use-nnir):
4811         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4812         (gnus-registry-max-pruned-entries):
4813         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4814         * gnus-int.el (gnus-after-set-mark-hook)
4815         (gnus-before-update-mark-hook):
4816         * gnus-async.el (gnus-async-post-fetch-function):
4817         * auth-source.el (auth-source-cache-expiry):
4818         Add missing :version tags to new defcustoms and defgroups.
4819
4820 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4823         `gnus-newsgroup-unexist'.
4824
4825         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4826         marks.
4827         (gnus-article-special-mark-lists): Put the `unexist' in the special
4828         marks list instead.
4829
4830         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4831         articles in the list of articles to be selected.
4832
4833         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4834         articles.
4835         (nnimap-update-info): Keep track of unexisting articles.
4836         (nnimap-update-qresync-info): Ditto.
4837
4838 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4839
4840         * message.el (message-default-send-mail-function): Made into own
4841         function for reuse by emacsbug.el.
4842
4843 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4844
4845         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4846         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4847
4848 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4849
4850         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4851         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4852
4853         * gnus-compat.el: Define `timer-set-function'.
4854
4855         * mm-decode.el (mm-display-external): Output the text from the command
4856         in the buffer after the command finished.  This makes text-based
4857         commands behave better.
4858
4859 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4862
4863 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4864
4865         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4866         23.1.
4867
4868 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4871
4872 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4873
4874         * message.el (smtpmail-smtp-user): Silence compiler warning.
4875
4876 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4877
4878         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4879         SMTP user name.
4880
4881 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-sum.el (gnus-summary-show-thread):
4884         next-single-char-property-change may return nil in XEmacs.
4885         (gnus-summary-article-map): Fix typo.
4886
4887 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4888
4889         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4890         running.
4891
4892         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4893
4894         * gnus.el (gnus-server-extend-method): Don't add an -address component
4895         if the method already has one (bug#9676).
4896
4897 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4900         of an initial-input for consistency (bug#10757).
4901
4902         * dgnushack.el: Fix XEmacs compilation warning.
4903
4904         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4905
4906         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4907
4908 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4909
4910         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4911         lines that are narrower than the window width.  Otherwise background
4912         "blocks" will look less readable.
4913
4914 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4915
4916         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4917         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4918         have newlines within the strings, and where the UID comes after the
4919         BODYSTRUCTURE element (bug#10537).
4920
4921         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4922         (bug#10732).
4923
4924         * shr.el (shr-insert-document): Add doc string.
4925         (shr-visit-file): Ditto.
4926         (shr-remove-trailing-whitespace): New function.
4927         (shr-insert-document): Use it to clean up trailing whitespace as the
4928         final step (bug#10714).
4929
4930 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4933         buffer if `gnus-kill-summary-on-exit' is nil.
4934
4935 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4938         when just reading a single group from "without" Gnus.
4939
4940 2012-02-06  Chong Yidong  <cyd@gnu.org>
4941
4942         * gnus-sum.el (gnus-summary-show-thread):
4943         next-single-char-property-change never returns nil (Bug#8657).
4944
4945 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4946
4947         * message.el (message-multi-smtp-send-mail): New function.
4948         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4949         header to implement multi-SMTP functionality.
4950
4951         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4952         (gnus-agentize): Don't set it.
4953         (gnus-agent-send-mail): Don't use it.
4954
4955         * gnus-sum.el (gnus-summary-widget-backward): New function and
4956         keystroke.
4957
4958         * gnus-compat.el: More the compat functions more compatible.
4959
4960         * shr.el (shr-put-image): Remove underlines from sliced images.
4961         (shr-zoom-image): Compute the region to be replaced more correctly.
4962
4963 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4966         (gnus-summary-resend-message-insert-gcc): New function.
4967         (gnus-summary-resend-message): Modify message-header-setup-hook and
4968         message-sent-hook to make it work for Gcc.
4969         (gnus-inews-do-gcc): Update the number of unread articles of groups
4970         that messages are Gcc'd to.
4971
4972         * message.el (message-resend): Run message-sent-hook to do Gcc.
4973
4974 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4975
4976         * lpath.el: Fix an XEmacs compilation warning.
4977
4978         * gnus-compat.el: Require `help-fns' to fix compilation error.
4979
4980         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4981         a higher level to silence compilation.
4982
4983         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4984         parameter to allow controlling the scaling.
4985
4986         * shr.el (shr-zoom-image): New command and keystroke.
4987         (shr-put-image): Take a `size' flag to say how to scale the image.
4988
4989         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4990         deletion unless already defined.
4991
4992         * gnus.el (gnus-compat): Require it.
4993
4994         * gnus-compat.el: New file.
4995
4996         * gnus-start.el (gnus-clean-old-newsrc): New function.
4997         (gnus-read-newsrc-file): Use it.
4998
4999         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
5000         Use recursive deletion.
5001         (mm-dissect-archive): Add support for zip files.
5002
5003         * gnus-util.el (gnus-recursive-directory-files): New function.
5004
5005         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
5006         (mm-archive-decoders): Add tgz support.
5007
5008         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
5009         Otherwise inserting text into the Gnus buffer can look odd.
5010
5011         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
5012
5013         * mm-archive.el (mm-archive-decoders): Add support for tar.
5014
5015         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
5016
5017         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
5018
5019 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5020
5021         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
5022
5023         * mm-archive.el: New file.
5024
5025         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
5026
5027         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
5028
5029         * message.el (message-goto-*): Make all the `message-goto-*' commands
5030         push the mark before moving point.  This makes it easier to go back to
5031         where you came from after editing whatever you jumped to.
5032
5033 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5034
5035         * gnus.el: Ma Gnus v0.1 is released.
5036
5037 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
5038
5039         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
5040         without reconnecting.
5041         (nnimap-possibly-change-group): Ditto.
5042         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
5043         connection has died before being called.
5044
5045 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
5046
5047         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
5048         an initial sync unless we're really doing one.
5049
5050         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
5051         address parameter if one already exists (bug#9676).
5052
5053         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
5054         not the prefix, as documented (bug#10689).
5055
5056 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5057
5058         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
5059         the "server".
5060
5061         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5062         the real error message with the useless "previously known to be down".
5063         Which isn't even correct.
5064
5065         * nntp.el (nntp-open-connection): Report the error message if the nntp
5066         server can't be reached.
5067
5068         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5069         groups we do a total scan for.
5070         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5071         doing that.
5072
5073 2012-01-31  Jim Meyering  <jim@meyering.net>
5074
5075         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5076         Correct a comment (insert "not") and hide nominally-doubled "to".
5077
5078 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5079
5080         * gnus.el (gnus-version): Change name to "Ma Gnus".
5081
5082 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5083
5084         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5085         section in the manual.
5086
5087 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5088
5089         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5090         words.
5091         (rfc2047-encode-string): Ditto.
5092         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5093         understand folded filename="..." parameters, for instance.
5094
5095         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5096         the message for greater debuggability.
5097
5098 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5099
5100         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5101         instead of setting it locally, since the latter doesn't seem to have
5102         any effect (most of the time).
5103
5104 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5105
5106         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5107         function call.
5108
5109 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5110
5111         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5112         seconds, and make the repeat clause with HH:MM specs work as
5113         documented.
5114
5115 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5116
5117         * proto-stream.el (proto-stream-capability-open): Fall back on
5118         :end-of-command if :end-of-capability doesn't exist.
5119
5120 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5123         bound globally in old Emacsen and XEmacsen.
5124
5125 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5128         so that previous errors don't prohibit getting new news.
5129
5130         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5131
5132         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5133
5134 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5135
5136         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5137         buffer, not of the string which is its name.
5138
5139 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5140
5141         * proto-stream.el (proto-stream-capability-open): Wait for
5142         :end-of-capability, not :end-of-command.
5143
5144         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5145         non-server-marks groups.
5146         (gnus-group-make-articles-read): Ditto.
5147
5148         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5149         methods (bug#9676).
5150
5151         * gnus.el (gnus-method-ephemeral-p): New function.
5152
5153 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5156         left-to-right.
5157
5158 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5159
5160         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5161         warning.
5162
5163 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5164
5165         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5166         macroexpand the nnir things, since they haven't been defined yet, and
5167         nnir requires gnus-sum.
5168
5169 2012-01-24  Julien Danjou  <julien@danjou.info>
5170
5171         * color.el (color-rgb-to-hsl): Fix value computing.
5172         (color-hue-to-rgb): New function.
5173         (color-hsl-to-rgb): New function.
5174         (color-clamp, color-saturate-hsl, color-saturate-name)
5175         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5176         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5177
5178 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5181
5182 2012-01-19  Julien Danjou  <julien@danjou.info>
5183
5184         * color.el (color-name-to-rgb): Use the white color to find the max
5185         color component value and return correctly computed values.
5186         (color-name-to-rgb): Add missing float conversion for max value.
5187
5188 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5191         logical server name in addition to the actual machine address.
5192
5193         * auth-source.el (auth-source-user-and-password): Add convenience
5194         wrapper to search by just host and optionally user.
5195
5196 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5199         after rendering.
5200
5201 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5202
5203         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5204         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5205         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5206
5207 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5210         (bug#9693).
5211         (gnus-summary-setup-buffer): Document return value (bug#9697).
5212
5213         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5214         since ido doesn't work on symbols (bug#9632).
5215
5216         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5217         when getting a single value as when getting all the values.  This means
5218         that atoms like `gcc-self' work cumulatively, like variable settings,
5219         instead of getting the value from the last matching clause.
5220         (gnus-group-find-parameter): Protect against the group buffer not
5221         existing (bug#9585).
5222
5223 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * gnus-start.el (gnus-activate-group): Document more parameters
5226         (bug#9694).
5227
5228         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5229         (bug#9692).
5230
5231         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5232         article was fetched, so that it can be expired later (bug#9958).
5233         (gnus-agent-summary-fetch-series): Add doc string.
5234         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5235         (bug#9517).
5236
5237         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5238         retrieval is happening.
5239
5240         * gnus.el (gnus-parameters): Doc fix.
5241
5242 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5243
5244         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5245         show the thread after expansion.
5246
5247 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * gnus-art.el (article-narrow-to-head): If the head is completely
5250         empty, narrow to the empty region (bug#9764).
5251
5252         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5253         read, and then mark them as unread only when the unread mark is used.
5254         This makes `C-- T k' actually work, even though it's confusing.
5255
5256         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5257         alive before we try to find its window.
5258
5259 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5260
5261         * mm-decode.el (mm-display-external): Use a longer timeout for the
5262         deletion to allow slow programs to display the file.
5263
5264 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5267         prompt to be less confusing.
5268
5269         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5270         argument to `message-reply'.  This broke `special-display-*' frame
5271         pop-uping (bug#10238).
5272
5273 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5276         systems, since these allegedly don't work there.
5277
5278 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5279
5280         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5281         live buffer.
5282
5283 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * nnir.el (nnir-retrieve-headers): Protect against the article not
5286         existing on the server (bug#10335).
5287
5288 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5289
5290         * gnus-agent.el (gnus-agent-load-local): Recompute
5291         gnus-agent-article-local on changing method.
5292
5293 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * gnus.el (gnus-parameters): Note precedence.
5296
5297 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5298
5299         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5300         in the group buffer.
5301
5302 2012-01-04  Julien Danjou  <julien@danjou.info>
5303
5304         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5305         change.
5306
5307 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5310         too.
5311
5312         * nntp.el (nntp-retrieve-group-data-early): Use it.
5313
5314 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * nntp.el (nntp-retrieval-in-progress): New variable.
5317         (nntp-make-process-buffer): Make it buffer-local.
5318
5319         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5320         2010.
5321         (gnus-demon-init): Use it to compute the time if time is on the form
5322         "04:23".
5323
5324         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5325
5326         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5327         status in the correct buffer.
5328
5329 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5330
5331         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5332         when opening topics (bug#10407).
5333
5334 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5335
5336         * gnus-cus.el (gnus-score-customize):
5337         * gnus-sum.el (gnus-sort-gathered-threads):
5338         * message.el (message-shorten-references):
5339         * nnmairix.el (nnmairix-request-group):
5340         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5341
5342 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5343
5344         * gnus-agent.el (gnus-agent-regenerate-group):
5345         * gnus-int.el (gnus-retrieve-group-data-early):
5346         * mm-util.el (mm-codepage-ibm-list):
5347         * nndiary.el (Commentary, nndiary-get-new-mail):
5348         * nnir.el (nnir):
5349         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5350
5351 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * mm-view.el (mm-display-inline-fontify): Add comment.
5354
5355 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5356
5357         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5358         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5359
5360 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5361
5362         * gnus-art.el (gnus-split-methods):
5363         * gnus-msg.el (gnus-configure-posting-styles):
5364         * gnus-spec.el (gnus-parse-simple-format):
5365         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5366         * message.el (message-do-actions): Spelling fix.
5367
5368 2011-12-15  Juri Linkov  <juri@jurta.org>
5369
5370         * mm-decode.el (mm-inline-media-tests): Add missing
5371         `mm-handle-media-subtype'.
5372
5373 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5374
5375         * gnus-group.el (gnus-group-tool-bar):
5376         * gnus-sum.el (gnus-summary-tool-bar):
5377         * message.el (message-tool-bar):
5378         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5379
5380 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5381
5382         * plstore.el (plstore--insert-buffer): Spelling fix.
5383
5384 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5385
5386         * message.el (message-valid-fqdn-regexp): Update with newly approved
5387         top-level domain names ".tel" and ".asia".
5388
5389 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5392         unconditionally.
5393
5394 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5397         pop-to-buffer-same-window for old Emacsen.
5398
5399 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5400
5401         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5402
5403 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5404
5405         * netrc.el (netrc-credentials): Spelling fix.
5406
5407 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5408
5409         * gnus-fun.el (gnus-fun-ppm-change-string):
5410         * gnus-msg.el (gnus-inews-do-gcc):
5411         * gnus-sum.el (gnus-summary-find-for-reselect):
5412         * gnus.el (gnus-summary-cancelled):
5413         * message.el (message-cancel-hook, message-send-news):
5414         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5415         * nnir.el (nnir-run-hyrex):
5416         * nntp.el (nntp-with-open-group-function):
5417         * pgg.el (pgg-pending-timers): Spelling fix.
5418
5419 2011-12-04  Chong Yidong  <cyd@gnu.org>
5420
5421         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5422         change (Bug#10200).
5423
5424 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * compface.el (uncompface):
5427         * gnus-art.el (gnus-article-x-face-command): Update the header format
5428         of icon data for the most recent icontopbm program.
5429
5430 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-msg.el (gnus-inews-do-gcc):
5433         * message.el (message-send-mail):
5434         * mml.el (mml-generate-mime): Share the value of the buffer-local
5435         `message-options' variable between a draft buffer and temprary working
5436         buffers.
5437
5438 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5439
5440         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5441
5442 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5445         for Cygwin.
5446
5447 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * gnus-group.el (gnus-group-prepare-flat):
5450         * mm-bodies.el (mm-encode-body):
5451         * mml.el (mml-preview):
5452         * nnml.el (nnml-request-compact-group):
5453         * pop3.el (pop3-stream-type): Spelling fix.
5454
5455 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5456
5457         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5458
5459 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5460
5461         * color.el (color-rgb-to-hsl):
5462         * gmm-utils.el (gmm-tool-bar-style):
5463         * gnus-group.el (gnus-group-prepare-flat):
5464         * gnus-topic.el (gnus-topic-prepare-topic):
5465         * mm-decode.el (mm-discouraged-alternatives):
5466         * rfc2047.el (rfc2047-encode-1):
5467         * starttls.el: Spelling fix.
5468
5469 2011-11-24  Glenn Morris  <rgm@gnu.org>
5470
5471         * binhex.el (binhex-begin-line): Give it basic doc-string.
5472
5473         * starttls.el, tls.el: Fix case of "GnuTLS".
5474
5475 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5476
5477         * gnus-group.el (gnus-group-highlight): Fix typo.
5478
5479 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5480
5481         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5482         value of `delete-file', that returns nil for a local file but returns t
5483         for a remote file using ssh.
5484
5485 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5486
5487         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5488
5489 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5492         avoid later breakage.
5493
5494 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5497         article buffers' name.
5498
5499 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5502         by Paul Eggert's spellfixes two days ago.
5503
5504 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5507         doesn't have it.
5508
5509         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5510         buffer-local instead of binding them to avoid warnings.  Also demote
5511         errors (bug#10063).
5512         (font-lock-mode-hook): Shut up byte compiler.
5513
5514 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5515
5516         * mm-util.el (mm-charset-after):
5517         * nnir.el (nnir-run-hyrex):
5518         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5519         (ntlm-get-password-hashes, ntlm-md4hash):
5520         * smime.el: Fix typo.
5521
5522 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5523
5524         * gnus-agent.el (gnus-agent-expire-group-1):
5525         * nndiary.el (nndiary-last-occurence):
5526         * nnimap.el (nnimap-request-set-mark):
5527         * nnmairix.el (nnmairix-only-use-registry):
5528         * gnus-group.el (gnus-group-prepare-flat):
5529         * gnus-sum.el (gnus-decode-encoded-word-methods):
5530         * message.el (message-wash-subject):
5531         * nntp.el (nntp-retrieve-headers-with-xover):
5532         * smime.el (smime-certificate-directory): Spelling fix.
5533
5534 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5535
5536         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5537
5538         * color.el:
5539         * gnus-agent.el (gnus-agent-possibly-alter-active):
5540         * gnus-dired.el (gnus-dired-print):
5541         * mail-parse.el:
5542         * nnmairix.el (nnmairix-request-group):
5543         * shr.el (shr-image-displayer):
5544         * sieve-manage.el:
5545         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5546
5547 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5548
5549         * gnus-sum.el (gnus-auto-select-subject):
5550         * spam-report.el (spam-report-resend): Spelling fix.
5551
5552 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5553
5554         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5555         * gnus-art.el (gnus-default-article-saver):
5556         * gnus-srvr.el (gnus-server-copy-server):
5557         * gnus.el (gnus-sloppily-equal-method-parameters):
5558         * html2text.el (html2text-format-tag-list):
5559         * message.el (message-narrow-to-head):
5560         * nndiary.el:
5561         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5562         * sieve.el: Spelling fix.
5563
5564 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5565
5566         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5567         * gnus-sum.el (gnus-summary-make-menu-bar):
5568         * gnus-uu.el (gnus-uu-decode-postscript)
5569         (gnus-uu-decode-postscript-and-save):
5570         * mailcap.el (mailcap-print-command):
5571         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5572         Fix typos.
5573
5574 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5575
5576         * gnus-art.el (gnus-article-part-wrapper):
5577         * html2text.el (html2text-fix-paragraphs):
5578         * mm-decode.el (mm-image-fit-p):
5579         * rfc2047.el (rfc2047-encode-message-header):
5580         * shr-color.el (shr-color-visible-distance-min)
5581         (shr-color-relative-to-absolute, set-minimum-interval)
5582         (shr-color-visible): Fix typos.
5583
5584 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5585
5586         * gmm-utils.el (gmm-tool-bar-item):
5587         * gnus-art.el (gnus-treat-body-boundary):
5588         * gnus-diary.el (gnus-user-format-function-d):
5589         * gnus-start.el (gnus-get-unread-articles):
5590         * pgg-gpg.el (pgg-gpg-update-agent):
5591         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5592
5593 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5594
5595         * gnus-topic.el (gnus-group-prepare-topics):
5596         * gnus-uu.el (gnus-extract-view):
5597         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5598
5599 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * spam.el: Move BBDB autoloads.
5602         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5603         BBDB 2 and 3.
5604         (spam-check-BBDB): Use it.
5605         (spam-enter-ham-BBDB): Use it.
5606
5607 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5608
5609         * smime.el (smime-draw-buffer): Spelling fix.
5610
5611 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5612
5613         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5614         for scanning exactly one level.
5615         * gnus-start.el (gnus-get-unread-articles): Ditto.
5616
5617 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5620         slightly clearer.
5621
5622 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-sync.el: More commentary about setup.
5625
5626 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * message.el (message-send-and-exit): Document `arg'.
5629
5630 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5631
5632         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5633
5634 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5637
5638         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5639         we don't use `bound-and-true-p'.
5640
5641 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-util.el (gnus-bound-and-true-p): Remove.
5644         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5645         * nnir.el: Use it.
5646         * nnmairix.el: Use it.
5647
5648 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * gnus-sync.el: Improve docs about CouchDB admins.
5651
5652         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5653         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5654         for reasons unknown.
5655         * nnir.el: Use it.
5656         * nnmairix.el: Use it.
5657
5658         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5659         * nnir.el: Ditto.
5660         * nnmairix.el: Ditto.
5661
5662         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5663
5664 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5667         not needed.  Provide xmlplistread list function to produce XML plist
5668         output for non-Gnus LeSync clients.
5669
5670 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5673
5674         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5675         and save against it.  Group subscriptions, read marks, other marks,
5676         subscription levels, topic names, and topic offsets (the group's
5677         position within the topic) are saved.  This is an experimental backend
5678         and may change significantly.  Load json.el from the gnus-fallback-lib
5679         if it's not available otherwise.
5680         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5681
5682 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5683
5684         * message.el (message-completion-function): Make sure
5685         message-tab-body-function is not attempted if one of
5686         message-completion-alist fails to find a completion (bug#9158).
5687
5688 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5689
5690         * mml.el (mml-quote-region): Quote <#secure> tag.
5691         (mml-generate-mime-1): Unquote <#secure> tag.
5692
5693 2011-10-20  Chong Yidong  <cyd@gnu.org>
5694
5695         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5696         calling a minor mode from Lisp with nil arg enables it, so we have to
5697         make the wording a bit ambiguous here).
5698
5699 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5702         * nnir.el (nnir-mode): Use it.
5703         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5704         Use it.
5705
5706         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5707         * nnmairix.el (gnus-registry-enabled): Ditto.
5708
5709 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5710
5711         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5712         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5713         only while we need to find out if it should be t or nil.
5714         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5715         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5716         the registry is installed.  Set it to nil when it's unloaded.
5717         (gnus-registry-install-p): Provide user guidance for the initial value
5718         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5719         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5720         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5721         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5722         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5723         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5724         `gnus-registry-install'.
5725
5726 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5727
5728         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5729         previous change.
5730         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5731         primary key is marked as disabled.
5732
5733 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5734
5735         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5736         primary key is marked as disabled.
5737
5738 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5739
5740         * html2text.el (html2text-clean-anchor): Check for quotes around
5741         `href' value.
5742
5743 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5746         searching.  Drop `bbdb-cache'.
5747
5748 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * message.el (message-signed-or-encrypted-p): Exclude header when
5751         checking if there is signed or encrypted body in text/plain message.
5752
5753 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5754
5755         * html2text.el (html2text-get-attr): Correctly handle attribute values
5756         containing "=".
5757
5758 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5759
5760         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5761         handle bindings.
5762
5763 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * gnus-win.el (gnus-configure-windows): Protect against reading
5766         ephemeral groups outside of Gnus.
5767
5768 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * shr.el (shr-tag-img): Don't get images displayed in tables.
5771
5772 2011-10-03  Glenn Morris  <rgm@gnu.org>
5773
5774         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5775         the "maintainer" version of debbugs.gnu.org reports.
5776
5777 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5780         make asynchronous adjacent image insertion work better.
5781
5782 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5783
5784         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5785         documentation.
5786
5787 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5790         `gnus-asynchronous' isn't shadowed.
5791
5792 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5795
5796         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5797         (nnimap-insert-partial-structure): The charset parameter isn't
5798         case-sensitive.
5799
5800         * nnheader.el (nnheader-message-maybe): New function.
5801
5802         * shr.el (shr-tag-table): Render totally broken tables better.
5803
5804         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5805         computing the boundary.
5806
5807 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * pop3.el (pop3-number-of-responses): Remove.
5810         (pop3-wait-for-messages): Rewrite to take linear time instead of
5811         exponential time.
5812
5813 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5816         re-fetch images.
5817
5818         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5819         re-fetch images when hitting `g' in Gnus.
5820
5821 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5824         (mml-compute-boundary): Don't check collision if it is non-nil.
5825         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5826         before checking collision.
5827
5828 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * message.el (message-indent-citation): Really make sure there's a
5831         newline at the end.
5832
5833         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5834         Fix suggested by John Wiegley.
5835
5836         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5837
5838         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5839
5840         * message.el (message-default-send-rename-function): Break out into its
5841         own function.
5842
5843         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5844         doesn't work under XEmacs.
5845
5846         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5847         of "imaps" to word around Windows problems.
5848         (nnimap-open-connection-1): Use it.
5849
5850         * message.el (message-indent-citation): Revert last change which made
5851         `F' not work.
5852
5853 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5854
5855         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5856         terminal as well.
5857
5858 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5861         because it displays images using overlays that aren't easy to copy to
5862         the article buffer.
5863
5864 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5865
5866         * message.el (message-indent-citation): Fix empty line removal at the
5867         end of the citation.
5868
5869 2011-09-20  Julien Danjou  <julien@danjou.info>
5870
5871         * auth-source.el (auth-source-netrc-create): Use default value for
5872         password if specified.  Evaluate default.
5873         (auth-source-plstore-create): Ditto.
5874         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5875         value evaluation.
5876         (auth-source-netrc-create): Typo fix.
5877         (auth-source-plstore-create): Ditto.
5878
5879         * password-cache.el (password-cache-remove): Remove entries even if the
5880         value is nil, so that password with a nil value (negative caching) is
5881         possible to invalidate.
5882
5883         * auth-source.el (auth-source-format-cache-entry): New function.
5884
5885 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5888
5889 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890
5891         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5892
5893 2011-09-19  Julien Danjou  <julien@danjou.info>
5894
5895         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5896         which work with things that are not ASCII.
5897
5898 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5901
5902 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5905         message level.
5906
5907 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5910
5911 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5914
5915 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5916
5917         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5918         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5919
5920 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5921
5922         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5923         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5924         articles.
5925
5926 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5927
5928         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5929         (message-mail-other-window, message-mail-other-frame)
5930         (message-news-other-window, message-news-other-frame):
5931         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5932         instead of setting buffer display varibles.
5933
5934 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5937
5938         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5939
5940 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5943         duplicates" to a higher level.
5944
5945         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5946         most egregious messages.
5947
5948 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5951
5952 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5953
5954         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5955         up the file (bug#9351).
5956
5957 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5960         it does with all other backends, but decode the names immediately after
5961         getting them.
5962
5963         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5964         decoding nnimap groups.
5965
5966         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5967         newsrc file.  It doesn't seem like an important optimization any more.
5968
5969 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5970
5971         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5972         overflows.
5973
5974 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5977         (gnus-interactive-exit): Extend to `quiet'.
5978
5979         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5980
5981         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5982         string.
5983
5984         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5985         renaming function arguments from `this'.
5986
5987         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5988
5989         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5990         has been renamed.
5991         (gnus-lrm-string-p): Include RLM and PDF, too.
5992
5993         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5994         (bug#9225).
5995
5996 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5997
5998         Add autoload cookies for functions used by sendmail.el.
5999         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
6000
6001         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
6002
6003 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-art.el (article-date-ut): Work properly even when there are
6006         things like Date header in the body; work for forwarded parts.
6007
6008 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
6009
6010         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
6011         original-article-buffer.
6012
6013 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
6014
6015         * nnir.el (nnir-compose-result): Fix matching of server type.
6016         (nnir-run-swish++): Ditto.
6017         (nnir-run-namazu): Ditto.
6018         (nnir-run-notmuch): Ditto.
6019
6020 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
6023         (bug#9405).
6024
6025         * gnus-score.el (gnus-summary-increase-score): Doc clarification
6026         (bug#9421).
6027
6028         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
6029         (bug#9425).
6030
6031         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
6032         thing (bug#9426).
6033
6034 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
6037         the error message.
6038
6039 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
6040
6041         * message.el (message-setup-1): Return t (Bug#9392).
6042
6043 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
6044
6045         * gnus-sum.el: When adding article headers to a summary buffer also
6046         update gnus-newsgroup-articles (bug#9386).
6047
6048 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * auth-source.el: Autoload help-mode.
6051
6052 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
6055         names.
6056
6057 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
6058
6059         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
6060         mm-replace-in-string for compatibility issues.
6061         * mml2015.el (mml2015-epg-verify): Ditto.
6062
6063 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6066
6067         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6068
6069 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6070
6071         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6072         continue on and do the clean-up phase (bug#9188).
6073
6074         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6075         just ignore groups that can't be opened instead of erroring out
6076         (bug#9225).
6077
6078         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6079         nil since some many people are fuddy-duddies.
6080
6081         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6082         images.
6083
6084         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6085         instead.
6086
6087         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6088
6089         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6090
6091         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6092         processing.
6093
6094         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6095         buffer to avoid warnings.
6096
6097 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6098
6099         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6100         specified to reduce precision.
6101
6102 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6105         bodystructures (bug#9314).
6106
6107 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6110         Make button keymap non-sticky after buttons.
6111
6112 2011-08-18  David Engster  <dengste@eml.cc>
6113
6114         * nnmairix.el (nnmairix-request-set-mark)
6115         (nnmairix-goto-original-article): Remove adding of article to registry,
6116         since `gnus-registry-add-group' isn't available anymore.
6117         (nnmairix-determine-original-group-from-registry):
6118         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6119         available anymore.
6120
6121 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6122
6123         * starttls.el (starttls-any-program-available): Define as obsolete
6124         function.
6125
6126 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127
6128         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6129         versions which Gnus use when appropriate.
6130
6131         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6132         a pretty destructive command.
6133
6134         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6135
6136 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * message.el (message-fix-before-sending): Make a different warning
6139         about NUL characters (bug#9270).
6140
6141         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6142         from custom (bug#9260).
6143
6144         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6145         things work in Emacs 22 and XEmacs, too.
6146
6147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6148         default From.
6149
6150         * gnus-spec.el (gnus-lrm-string-p): New macro.
6151         (gnus-lrm-string): New constant.
6152         (gnus-summary-line-format-spec): LRM-ify the from.
6153         (gnus-tilde-max-form): LRM-ify string chopping.
6154
6155         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6156
6157         * message.el (message-is-yours-p): Allow disabling canlock checking
6158         (bug#9295).
6159         (message-shoot-gnksa-feet): Add `canlock-verify'.
6160         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6161         message directory isn't writable (bug#9304).
6162
6163         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6164         non-world-readable.
6165
6166 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6169         articles.
6170
6171 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6172
6173         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6174         copy-list.
6175
6176 2011-08-12  Sam Steingold  <sds@gnu.org>
6177
6178         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6179         in the reverse order to avoid modifying the cache with `nreverse'.
6180         (gnus-all-score-files): Do not modify the value returned by
6181         `gnus-score-find-alist' because it lives in a cache variable.
6182         (gnus-current-home-score-file): No need to `nreverse' the return value
6183         of `gnus-score-find-alist', it is already in the correct order.
6184
6185 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6186
6187         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6188         type MESSAGE and subtype RFC822 is slightly different from those of
6189         type TEXT.
6190
6191 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6192
6193         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6194         This allows article-referral to work from an nnir group.
6195
6196 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6197
6198         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6199
6200 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6201
6202         * mml1991.el (mml1991-epg-find-usable-key)
6203         (mml1991-epg-find-usable-secret-key): New function.
6204         (mml1991-epg-sign): Check if signing key is usable.
6205         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6206
6207 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6208
6209         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6210         server-variables only.  This should fix a bug introduced with commit
6211         e1889675b7f4adf057833c5513c9374134c4e053.
6212         (nnir-run-query): 'nnir-search-engine should not be set from the global
6213         environment.
6214
6215 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6216
6217         * nnir.el (nnir-search-thread): Position point on referring article
6218         line.
6219         (nnir-warp-to-article): Clean up summary buffers.
6220
6221         * nnimap.el (nnimap-request-thread): Whitespace fix.
6222
6223 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6224
6225         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6226
6227 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * starttls.el (starttls-available-p): Rename from
6230         `starttls-any-program-available' and changed return convention.
6231
6232 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6233
6234         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6235         `unix-sync' unless it's defined.
6236
6237 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6238
6239         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6240         `aref' for XEmacs compatibiltiy.
6241
6242 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6245
6246 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6247
6248         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6249         closures, quote the form properly (bug#9194).
6250
6251 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6254         (gnus-summary-insert-new-articles): Protect against servers that are
6255         down.
6256
6257 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6258
6259         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6260         in mm handle if none is specified.
6261
6262 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6263
6264         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6265
6266 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6267
6268         * nnir.el (nnir-search-thread): New function to make an nnir group
6269         based on a thread query.
6270
6271         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6272         of nnir in thread referral.
6273         (gnus-summary-refer-thread): Use it.
6274
6275         * nnimap.el (nnimap-request-thread): Use it.
6276
6277 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * shr.el (shr-tag-comment): Ignore HTML comments.
6280
6281 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6282
6283         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6284         argument.
6285         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6286         Use `nnir-address' to handle server info rather than passing an arg.
6287
6288         * nnimap.el (nnimap-make-thread-query): New utility function to format
6289         an imap thread search query.
6290         (nnimap-request-thread): Use it.
6291
6292         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6293         right select-method if we are not going back to the group buffer.
6294
6295 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6298         enter invalid buffer configurations into the quit form (bug#9107).
6299         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6300         unplugged/plugged.
6301
6302         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6303         keep track of which ones are unread (bug#9061).
6304
6305         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6306         (bug#9055).
6307
6308         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6309         (bug#9041).
6310
6311         * gnus-html.el (mm-util): Require (bug#9073).
6312
6313         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6314         (gnus-summary-refer-thread): Use it to remove duplicates in the
6315         un-threaded view (bug#9053).
6316         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6317
6318 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6319
6320         * nnir.el (nnir-read-server-parm): Use default value from global
6321         variable.  Without this the default search engine parameters aren't
6322         used at all.
6323
6324 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * message.el (message-unique-id): Don't use the undocumented return
6327         value from (random t) (bug#9118).
6328
6329 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330
6331         * message.el (message-auto-save-directory): If the ~/Mail directory
6332         doesn't exist, use ~ as the auto-save directory (bug#4432).
6333
6334         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6335         hasn't already been started.
6336
6337 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6340
6341         * message.el (message-reply): Work around mysterious bug where
6342         `message-mode' seems to overwrite the locally bound `subject' variable.
6343
6344 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6345
6346         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6347         correct group.
6348
6349         * gnus-int.el (gnus-request-thread): Add group argument.
6350
6351         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6352
6353 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6356
6357         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6358         renamed to `debbugs-gnu-*'.
6359
6360 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6361
6362         * plstore.el: Revert the editing feature since it is not urgent.
6363         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6364         (plstore-mode-decoded): Remove.
6365
6366 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6369         isn't very interesting any more, and it leaks potentially secret data.
6370         (gnus-debug): Remove.
6371
6372         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6373         use of :custom-show.
6374
6375 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6376
6377         * plstore.el: Add documentation.
6378         (plstore-mode): New mode to edit plstore file.
6379         (plstore-mode-toggle-display, plstore-mode-original)
6380         (plstore-mode-decoded): New command.
6381         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6382         (plstore--insert-buffer, plstore--make): New function.
6383         (plstore-open, plstore-save): Simplify by using them.
6384
6385 2011-07-06  Glenn Morris  <rgm@gnu.org>
6386
6387         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6388
6389 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6392         no longer is much used.
6393         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6394         Articles".
6395
6396 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6397
6398         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6399         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6400         `notmuch' backend.
6401
6402 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * mm-decode.el (mm-text-html-renderer): Doc fix.
6405
6406         * gnus-msg.el (gnus-bug): Fix the MML tag.
6407
6408         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6409
6410 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6411
6412         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6413         secondary methods if started with `gnus-no-server'.
6414
6415 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6416
6417         * message.el (message-return-action): Fix typo in docstring.
6418
6419 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6422         bug reports at once.
6423
6424         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6425
6426 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * nndraft.el: Require gnus-group.
6429         (nndraft-request-list): Declare.
6430
6431         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6432         no unread article unless it matches gnus-permanently-visible-groups.
6433
6434         * nndraft.el (nndraft-update-unread-articles): New function.
6435         (nndraft-request-associate-buffer): Use it to update the number of
6436         unread articles for the nndraft groups in the group buffer when saving
6437         or killing a draft message.
6438
6439 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6442         systems to binary before writing and reading the mbox files.
6443
6444         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6445         instead of trying to list them all (bug#8978).
6446
6447 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6448
6449         * pop3.el (pop3-open-server): Use :end-of-capability.
6450
6451 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6454         the id is always a number.
6455
6456         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6457
6458         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6459         debbugs mode, if possible.
6460
6461 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6462
6463         * auth-source.el (auth-source-token-passphrase-callback-function):
6464         Reindent.
6465         (epg-context-operation): Remove unnecessary autoload.
6466
6467 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gnus.el (gnus-list-debbugs): New command.
6470
6471         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6472         mboxstat instead of the maintbox, since the stat seems to be fuller.
6473
6474         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6475         summary buffers.
6476
6477         * message.el (message-get-reply-headers): Delete all duplicates,
6478         instead of the first.
6479         (message-get-reply-headers): Ensure that we have progress while
6480         deleting duplicates.
6481
6482         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6483         gnus-posting-style value from the summary buffer to make it easier to
6484         make that a per-buffer conf.
6485
6486 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6487
6488         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6489         found by setting `shortcut' in 'query.
6490         (nnir-request-article): Use `shortcut' setting when requesting article
6491         by Message-ID.
6492
6493 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6496         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6497         Bring the pseudo-headers back too.
6498
6499 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * auth-source.el (auth-source-token-passphrase-callback-function):
6502         Simplify and remove EPA dependency.
6503
6504 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6505
6506         * nnir.el (nnir-request-article): Fix error message text.
6507
6508 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6509
6510         * auth-source.el (plstore-delete): Autoload.
6511         (auth-source-plstore-search): Support delete operation.
6512         * plstore.el (plstore-delete): New function.
6513
6514 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6517         mark actually existing articles as unread rather than the ones that
6518         active asserts.
6519
6520 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6521
6522         * nntp.el (nntp-record-command):
6523         * gnus-util.el (gnus-message-with-timestamp-1):
6524         Use format-time-string rather than decoding time stamps by hand.
6525         This is simpler and insulates the code from potential changes to
6526         current-time format.
6527
6528 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6531
6532 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6533
6534         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6535         (plstore-save): Support public key encryption.
6536         (plstore--init-from-buffer): New function.
6537         (plstore-open): Use it; fix error when opening a non-existent file.
6538         (plstore-revert): Use plstore--init-from-buffer.
6539
6540 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6541
6542         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6543
6544 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6547         for old Emacsen.
6548
6549 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6550
6551         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6552         is not fully working.
6553
6554 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * dgnushack.el: Autoload sha1 on XEmacs.
6557
6558         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6559         quit window configuration.
6560
6561         * auth-source.el (epg-context-set-passphrase-callback):
6562         Remove duplicate autoload.
6563
6564 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6565
6566         * nnir.el (nnir-request-article): Allow requesting articles by
6567         Message-ID with nnimap.
6568
6569         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6570         current server.
6571
6572 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6573
6574         * auth-source.el: Autoload EPA/EPG functions.
6575         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6576         changed when EPA/EPG is not available.
6577         (auth-source-backend): Rename "arg" member to "data".
6578         (auth-source-backend-parse, auth-source-plstore-search)
6579         (auth-source-plstore-create): Use it.
6580
6581 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6582
6583         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6584         `gnus-refer-article-methods'.
6585
6586 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         * auth-source.el: Require EPA and EPG.
6589         (auth-source-passphrase-alist): New variable.
6590         (auth-source-passphrase-callback-function)
6591         (auth-source-token-passphrase-callback-function): Callbacks for the
6592         netrc field encryption (GPG tokens).
6593         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6594         Symmetric encryption and decryption of the netrc GPG tokens.
6595         (auth-source-netrc-normalize): Use them, simplifying the closure.
6596
6597 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6600         is available.
6601
6602 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6605         non-nil, and `nnimap-split-methods' is nil, use the former.
6606
6607 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6608
6609         * plstore.el (plstore-revert): New function.
6610         (plstore-open): Use it; hide the buffer from user.
6611
6612 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6613
6614         * auth-source.el (auth-source-backend): New member "arg".
6615         (auth-source-backend-parse): Handle new backend 'plstore.
6616         * plstore.el: New file.
6617
6618 2011-06-30  Glenn Morris  <rgm@gnu.org>
6619
6620         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6621
6622 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6625         expiring articles to.
6626
6627         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6628         variations as ASCII (bug#5458).
6629
6630 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6633
6634 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * message.el (message-point-in-header-p): Tweak the function to default
6637         to saying that we're not in the headers if there is no separator at
6638         all.  This makes it possible to use the Message version of `M-q' in
6639         buffers with no headers (bug#7987).
6640         (message-point-in-header-p): Fix last checkin to work with an empty
6641         mail-header-separator, too.
6642
6643         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6644         again, save the choice via customize.
6645
6646 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6647
6648         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6649
6650         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6651         ended the connection, bail out before waiting infinitely on a new
6652         connection.
6653
6654 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6657         reports.
6658
6659         * gnus.el (gnus-bug-package): Use "gnus."
6660         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6661
6662 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * dgnushack.el: Make the timer warning go away on XEmacs.
6665
6666         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6667         animations going on at article exit time.
6668
6669         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6670         since removing it breaks people upgrading.
6671
6672         * shr.el (shr-put-image): Use the new interface for animating images.
6673         (shr-put-image): Animate for 60 seconds.
6674
6675         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6676         avoid compiler warnings.
6677
6678         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6679         error with `find-file-hooks' on Emacs 22.
6680         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6681         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6682         on all architectures.
6683
6684         * spam.el (spam-stat): Require in a normal fashion without binding
6685         `spam-stat-install-hooks' to avoid compilation warnings.
6686
6687         * spam-stat.el (spam-stat-install-hooks): Remove.
6688         (spam-stat-install-hooks): Don't run automatically.
6689
6690 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6691
6692         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6693         and keystroke.
6694
6695 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * auth-source.el (auth-source-netrc-cache): Move forward.
6698
6699 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700
6701         * proto-stream.el (proto-stream-open-starttls): Use
6702         `gnutls-available-p' to see whether we have built-in support.
6703
6704         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6705         we already know.
6706         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6707         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6708
6709 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6712         %S format, since that looks odd.
6713         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6714         file, especially when saving.
6715
6716 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6717
6718         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6719         article found.
6720
6721 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6724         `auth-source-save-secrets' with a more sensitive alist that can be
6725         configured per file.  Experimental, so defaults to 'never.
6726         (auth-source-netrc-create): Use it.  Still experimental code.
6727         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6728         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6729
6730 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * auth-source.el (auth-source-save-secrets): New variable to control if
6733         secret tokens should be saved encrypted.
6734         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6735         to `auth-source-netrc-normalize'.
6736         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6737         on the EPA variables being defined.
6738         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6739         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6740         the lexical-let closure.
6741         (auth-source-netrc-create): Create "gpg:" tokens according to
6742         `auth-source-save-secrets'.
6743
6744 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-group.el (gnus-group-update-group): Add new argument
6747         `info-unchanged' that stops updating dribble buffer.
6748
6749         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6750         deletes lines matching to it in dribble buffer.
6751
6752         * gnus-agent.el (gnus-agent-fetch-group-1):
6753         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6754         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6755         * gnus-start.el (gnus-group-change-level):
6756         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6757
6758         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6759         if newsgroup info is not changed.
6760
6761         * gnus-group.el (gnus-group-get-new-news-this-group):
6762         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6763         Don't update dribble buffer.
6764
6765 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6768         remove entries with groups we ignore.
6769
6770 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6773         the underline comes at the bottom.
6774
6775 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6778         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6779         (gnus-registry-article-marks-to-names): Rename from
6780         `gnus-registry-user-format-function-M2'.
6781
6782 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6785         ephemeral group.
6786
6787 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * shr.el (shr-browse-image): Copy the URL if called interactively.
6790
6791 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6794         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6795         done, then unselected articles may be marked as read.
6796
6797         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6798         since not doing this seems to lead to a race condition in pop3-logon.
6799
6800         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6801         so that the call chain it correct when we call "upwards".
6802
6803         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6804         in read-only groups.
6805
6806         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6807
6808         * message.el (message-cite-reply-position): Doc string fix.
6809
6810         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6811         avoid regexp overflow.
6812         (nnimap-transform-split-mail): Ditto.
6813
6814         * pop3.el (pop3-retr): Error out if the server closes the connection.
6815
6816 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6817
6818         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6819         mm-with-unibyte-current-buffer.  The buffer should not contain any
6820         multibyte chars anyway at this stage.
6821
6822 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6825         at the end of lines.
6826
6827 2011-05-29  Julien Danjou  <julien@danjou.info>
6828
6829         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6830
6831 2011-05-27  Glenn Morris  <rgm@gnu.org>
6832
6833         * gnus-group.el (gnus-bug-group-download-format-alist):
6834         Use the "maintainer" version of debian reports as well.
6835
6836 2011-05-26  Glenn Morris  <rgm@gnu.org>
6837
6838         * gnus-group.el (gnus-bug-group-download-format-alist):
6839         Use the "maintainer" version of debbugs.gnu.org reports.
6840
6841 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6844
6845 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6846
6847         * gnus-cus.el (gnus-agent-customize-category):
6848         * gnus-delay.el (gnus-delay-send-queue):
6849         * gnus.el (gnus-other-frame):
6850         Don't quote lambda expressions with `quote'.
6851
6852 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6855         the thread moves us backwards and so we loop forever.
6856
6857 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6860         whitespace in base64 data lines.
6861
6862 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * gnus-registry.el (gnus-registry-user-format-function-M):
6865         Use `mapconcat'.
6866         (gnus-registry-user-format-function-M2): Use to see the full text of
6867         the marks.  Make "," the mark text separator.
6868
6869         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6870         authentication with auth-source.
6871
6872 2011-05-17  Glenn Morris  <rgm@gnu.org>
6873
6874         * gnus-group.el (gnus-import-other-newsrc-file):
6875         Use insert-file-contents.
6876
6877 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6880         1000 iterations.
6881
6882 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * nntp.el (nntp-open-connection): Check if process-type is available.
6885
6886 2011-05-16  Julien Danjou  <julien@danjou.info>
6887
6888         * shr.el (shr-tag-del): Add support for del tag.
6889
6890 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-html.el (gnus-html-put-image): Register a displayer.
6893
6894         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6895
6896 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * registry.el (prune-factor): New initialization parameter defaulting
6899         to 0.1.
6900         (registry-prune-hard): Use it.
6901
6902         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6903         0.1 expicitly.
6904
6905 2011-05-13  Glenn Morris  <rgm@gnu.org>
6906
6907         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6908         is bound, since this function requires sendmail.
6909
6910 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * registry.el (registry-usage-test): Disable pruning test.
6913
6914 2011-05-11  David Engster  <dengste@eml.cc>
6915
6916         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6917         Bind set-network-process-option for XEmacs.
6918
6919 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * registry.el (registry-prune-hard-candidates)
6922         (registry-prune-soft-candidates): Helper methods for registry pruning.
6923         (registry-prune): Use them.  Make the sort function optional.
6924
6925 2011-05-10  Jim Meyering  <meyering@redhat.com>
6926
6927         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6928
6929 2011-05-10  Julien Danjou  <julien@danjou.info>
6930
6931         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6932         symbol and not a list.
6933
6934 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el (gnus-article-mode): Move binding of
6937         shr-put-image-function here from gnus-article-prepare-display.
6938
6939         * shr.el (shr-put-image-function): New variable.
6940         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6941         (shr-put-image): Return scaled image.
6942
6943         * gnus-art.el (gnus-shr-put-image): New function.
6944         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6945
6946         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6947         original ones, as deletable.
6948
6949 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6950
6951         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6952
6953 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * registry.el (registry-full): Add convenience method.  Fix logic.
6956         (registry-insert): Use it.  Fix logic here too.
6957
6958         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6959         `registry-prune' if `registry-full' returns t.
6960         (gnus-registry-handle-action)
6961         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6962         (gnus-registry-usage-test): Use it.
6963
6964 2011-05-07  Julien Danjou  <julien@danjou.info>
6965
6966         * shr.el (shr-link): Make shr-link inherit from link by default.
6967
6968 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6969
6970         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6971
6972 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6975         error out because the face is not a list.
6976
6977 2011-05-05  Glenn Morris  <rgm@gnu.org>
6978
6979         * proto-stream.el (gnutls-negotiate): Fix declarations.
6980
6981         * gnus-start.el (gnus-propagate-marks): Declare.
6982
6983 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * registry.el (registry-reindex): Fix percentage message.
6986
6987         * proto-stream.el (network-stream-open-starttls): Adjust to call
6988         `gnutls-negotiate' with :process and :hostname arguments.
6989
6990 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * shr.el: Add shr-link face for links.
6993         (shr-urlify): Use it.
6994
6995         * registry.el (registry-insert): Make error message more helpful.
6996
6997 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * gnus-html.el (gnus-html-schedule-image-fetching):
7000         Use url-queue-retrieve, if it exists.
7001
7002         * shr.el (shr-tag-img): Ditto.
7003
7004         * gnus.el: Autoload more gnus-agent functions.
7005
7006         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
7007         agent if we haven't already (bug#8502).
7008
7009         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
7010         into the Agent, too.
7011
7012         * gnus-agent.el (gnus-agent-store-article): New function.
7013
7014         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
7015         and moved from that file for reuse.
7016
7017         * pop3.el (pop3-open-server): Error messages are "-ERR".
7018
7019 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020
7021         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
7022         (open-tls-stream): Remove superfluous tls/starttls autoloads.
7023
7024 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7025
7026         * gnus.el: No Gnus v0.17 is released.
7027
7028 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7029
7030         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
7031         buffer has moved to a different frame.
7032
7033 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7034
7035         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
7036         to get the conversion from unibyte to multibyte buffers to work on
7037         Emacs 22.
7038
7039         * nntp.el (nntp-request-article): Slight clean-up.
7040
7041 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042
7043         * shr.el (shr-strike-through): New face.
7044         (shr-tag-s): Use it to provide <s> support.
7045         (shr-tag-s): Remove duplicate definition.
7046
7047 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
7050         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
7051
7052 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
7055         `gnutls-negotiate'.
7056         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7057
7058 2011-04-23  Glenn Morris  <rgm@gnu.org>
7059
7060         * gnus-sum.el (gnus-extra-headers): Bump :version.
7061
7062 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * shr.el (shr-tag-sup): New function.
7065         (shr-tag-sub): Ditto.
7066
7067 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7070         for the case where `gnus-registry-ignored-groups' is a list of lists,
7071         and don't call `gnus-parameter-registry-ignore' otherwise.
7072
7073 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * nnimap.el (nnimap-user): New backend variable.
7076         (nnimap-open-connection-1): Use it.
7077         (nnimap-credentials): Accept user parameter so it's explicit what user
7078         name is desired.
7079
7080         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7081         default.
7082
7083         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7084         not gnus-registry.el.
7085
7086         * gnus-registry.el: Mention in comments how to modify
7087         `gnus-extra-headers' for proper recipient tracking and that it may
7088         already have To and Cc recently, which it does as of this commit.
7089         (gnus-registry-ignored-groups): Remove defcustom.
7090         Explain why in comments.
7091         (gnus-registry-action): Fix data-header reference to use the extra
7092         headers.  Explain in package commentary how to add To and Cc headers to
7093         the gnus-extra-headers.
7094         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7095         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7096         parameter list or a string list in `gnus-registry-ignored-groups'.
7097         Fix logic error.
7098
7099 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * shr.el (shr-expand-url): Protect against null urls.
7102
7103 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * shr.el (shr-base): New binding.
7106         (shr-tag-base): Keep track of <base>.
7107         (shr-expand-url): New function used throughout.
7108
7109 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * gnus-registry.el
7112         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7113         (gnus-registry-ignored-groups): New variable.
7114         (gnus-registry-ignore-group-p): Use it.
7115         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7116         set the destination group to nil (same as delete) if it's ignored.
7117
7118 2011-04-20  David Engster  <dengste@eml.cc>
7119
7120         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7121
7122         * Makefile.in (test-nntp): New rule.
7123         (check): Add it.
7124         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7125
7126 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-registry.el (gnus-registry-action)
7129         (gnus-registry-fetch-header-fast):
7130         Don't use mail-header that looks an internal function of mailheader.el.
7131
7132 2011-04-19  Glenn Morris  <rgm@gnu.org>
7133
7134         * time-date.el (time-to-days): Remove unused local variables.
7135
7136 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-registry.el: Eliminate cl functions.
7139         (gnus-registry-sort-addresses): New function that replaces mapcan.
7140         (gnus-registry-action, gnus-registry-spool-action)
7141         (gnus-registry-split-fancy-with-parent)
7142         (gnus-registry-fetch-recipients-fast): Use it.
7143         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7144
7145         * registry.el (initialize-instance, registry-lookup)
7146         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7147         (registry-lookup-secondary-value, registry-search, registry-delete)
7148         (registry-insert, registry-reindex, registry-size, registry-prune):
7149         Use eval-and-compile.
7150
7151 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7152
7153         * registry.el (registry-reindex): New method to recreate the secondary
7154         registry indices.
7155
7156         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7157         tracked field changes.
7158         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7159         (gnus-registry-action, gnus-registry-spool-action)
7160         (gnus-registry-handle-action)
7161         (gnus-registry--split-fancy-with-parent-internal)
7162         (gnus-registry-split-fancy-with-parent)
7163         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7164         move, and delete actions, and for fancy splitting with parent.
7165         (gnus-registry-extract-addresses)
7166         (gnus-registry-fetch-recipients-fast)
7167         (gnus-registry-fetch-header-fast): Convenience functions.
7168         (gnus-registry-misc-test): ERT test of
7169         `gnus-registry-extract-addresses'.
7170
7171 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7172
7173         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7174         Track by subject first, then sender.
7175
7176 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7177
7178         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7179
7180         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7181         Lisp.
7182
7183         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7184         (gnus-draft-send): Use it to avoid popping
7185         up frames from gnus-group-send-queue.
7186
7187 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7188
7189         * gnus-registry.el: Updated gnus-registry docs.
7190
7191 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7194         Fix logic bug.
7195         (gnus-registry-post-process-groups): Fix logging of no results and
7196         quote sender and subject.
7197
7198 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199
7200         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7201         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7202         gnutls-cli are too slow to be done opportunistically.
7203
7204         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7205         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7206         we had no early-data returned.
7207         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7208         two async commands to the same server at the same time.
7209
7210 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7211
7212         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7213
7214 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7217         "warning" level.
7218
7219         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7220         (mm-url-insert-file-contents): Don't set the package names.
7221
7222 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * gnus-registry.el (gnus-registry-action): Remove properties and
7225         simplify subject in `gnus-registry-handle-action'.
7226         (gnus-registry-spool-action): Get subject and sender from message if
7227         they are not passed in.
7228         (gnus-registry-handle-action): Remove properties and simplify subject
7229         consistently.
7230
7231 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7232
7233         * registry.el: Require CL before using defmacro*.
7234
7235 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-art.el (article-treat-date): Assume that
7238         gnus-article-date-headers may be a group parameter.
7239
7240 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7241
7242         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7243
7244         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7245         interactively so the newsrc file can contain foreign groups too.
7246         Useful for debugging but not much for users.
7247
7248 2011-04-07  David Engster  <dengste@eml.cc>
7249
7250         * registry.el (registry-usage-test): Only do
7251         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7252         lexical binding.
7253
7254 2011-04-07  David Engster  <dengste@eml.cc>
7255
7256         * Makefile.in (check, test-registry): New rules for test-suite.
7257
7258 2011-04-06  David Engster  <dengste@eml.cc>
7259
7260         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7261         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7262
7263 2011-04-06  David Engster  <dengste@eml.cc>
7264
7265         * registry.el (initialize-instance): Change :after to :AFTER to be
7266         compatible with old EIEIO version in XEmacs.
7267
7268 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-registry.el (gnus-registry-post-process-groups)
7271         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7272         and provide better messaging.
7273
7274 2011-04-06  David Engster  <dengste@eml.cc>
7275
7276         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7277         errors.
7278
7279         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7280         dgnushack-compile with error-on-warn enabled, and to signal an error if
7281         clean compilation failed.
7282         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7283         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7284
7285 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7286
7287         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7288         unconditionally anyway, discarding errors.
7289         (gnus-registry-delete-entries): New convenience function.
7290         (gnus-registry-import-eld): Import from old .eld registry.
7291
7292         * registry.el: Don't use ERT if it's not available.  Load it
7293         unconditionally anyway, discarding errors.
7294
7295         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7296         version from the Claudio Bley GnuTLS patch (extra optional parameters
7297         and host name).
7298
7299 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7300
7301         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7302         fixup the parameters that can be customized by the user between
7303         save/read cycles.
7304         (gnus-registry-read): Use it.
7305         (gnus-registry-make-db): Use it.
7306         (gnus-registry-spool-action, gnus-registry-handle-action):
7307         Fix messaging.
7308         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7309         Map references to actual group names with sender and subject tracking.
7310         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7311         (gnus-registry-usage-test): Add subject lookup test.
7312
7313         * registry.el (registry-db, initialize-instance): Set up constructor
7314         instead of :initform arguments for the sake of older Emacsen.
7315         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7316         pre-lexbind merge bug.
7317         (registry-usage-test): Use it.
7318         (initialize-instance, registry-db): Move the non-function initforms
7319         back to the class definition.
7320
7321 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * registry.el: New library to manage gnus-registry-style data.
7324
7325         * gnus-registry.el: Use it (major rewrite).
7326
7327         * nnregistry.el: Use it.
7328
7329         * spam.el: Use it.
7330
7331 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7334         marks on non-selected articles.
7335
7336 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7337
7338         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7339         parameter to open-protocol-stream.
7340
7341 2011-04-01  Julien Danjou  <julien@danjou.info>
7342
7343         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7344         fundamental-mode.
7345
7346 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7349         servers.
7350
7351 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7354         made marks not propagate, again.
7355
7356 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7357
7358         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7359         Make this the default type.
7360         (proto-stream-open-plain): Rename from proto-stream-open-default.
7361         (open-protocol-stream, proto-stream-open-starttls)
7362         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7363         with `plain'.
7364
7365         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7366         value.
7367
7368         * nntp.el (nntp-open-connection-function): Document the fact that some
7369         values are not functions but are instead handled specially.
7370         Recognize nntp-open-plain-stream value.
7371         (nntp-open-connection): Recognize that value.
7372
7373 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7376         where it seems to be needed.
7377
7378 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7381         stuff.
7382
7383         * gnus-score.el (gnus-score-string): Fix calling convention of
7384         `gnus-simplify-buffer-fuzzy' after last patches.
7385
7386         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7387         server for articles we didn't get any headers for.  This is a sanity
7388         check.
7389
7390 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7391
7392         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7393         new CAPABILITY, use it.
7394
7395 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7398         downloading anything.
7399
7400         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7401
7402 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7403
7404         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7405         colors.
7406         (gnus-splash-svg-color-symbols): New function.
7407
7408 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7411         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7412         (gnus-simplify-subject-fuzzy): Use the local
7413         gnus-simplify-subject-fuzzy-regex instead of the global one.
7414         This makes using this variable in group parameters work.
7415
7416 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * gnus-registry.el (gnus-registry-unfollowed-groups):
7419         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7420         archive:sent-YYYY-MM-DD groups).
7421         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7422         tracking if there are more than `gnus-registry-max-track-groups'
7423         matches.
7424
7425 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7426
7427         * message.el (message--yank-original-internal): New function to do the
7428         insertion cleanly inside eval in `message-yank-original'.
7429         (message-yank-original): Use it.
7430
7431 2011-03-29  Julien Danjou  <julien@danjou.info>
7432
7433         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7434         local variables disabled rather than `normal-mode'.
7435
7436 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7437
7438         * imap.el (imap-shell-open, imap-process-connection-type):
7439         Use imap-process-connection-type for 'shell' streams as well as
7440         Kerberos, SSL, other subprocesses.
7441
7442 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7443
7444         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7445         with open-network-stream.
7446         (proto-stream-always-use-starttls): Option removed.
7447         (open-protocol-stream): Return a process object by default.  Provide a
7448         new parameter :return-list specifying a list-type return value, which
7449         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7450         :type `network' to `try-starttls', and `network-only' to `default'.
7451         Make `default' the default, for compatibility with open-network-stream.
7452         Handle the no-parameter case exactly as open-network-stream, with no
7453         additional stream processing.  Search plists using plist-get.
7454         Explicitly add :end-of-commend parameter if it is missing.
7455         (proto-stream-open-default): Rename from
7456         proto-stream-open-network-only.  Return 'default as the type.
7457         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7458         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7459         failed.  Always return a list with a (possibly dead) process as the
7460         first element, for compatibility with open-network-stream.
7461         (proto-stream-open-tls): Use plist-get.  Always return a list.
7462         (proto-stream-open-shell): Return `default' as connection type.
7463         (proto-stream-capability-open): Use plist-get.
7464         (proto-stream-eoc): Function deleted.
7465
7466         * nnimap.el (nnimap-stream, nnimap-open-connection)
7467         (nnimap-open-connection-1): Handle renaming of :type parameter for
7468         open-protocol-stream.
7469         (nnimap-open-connection-1): Pass a :return-list parameter
7470         open-protocol-stream to obtain a list return value.  Parse this list
7471         using plist-get.
7472
7473         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7474         for open-protocol-stream.  Accept open-protocol-stream return value
7475         that is a subprocess object instead of a list.  Handle the case of a
7476         dead returned process.
7477
7478 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7481
7482         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7483
7484 2011-03-21  Julien Danjou  <julien@danjou.info>
7485
7486         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7487         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7488         query.
7489         (mm-inline-text): Render normal text with fontification whenever
7490         possible.
7491
7492         * gnus-sum.el (gnus-summary-save-parts-1):
7493         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7494         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7495         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7496         Use `mm-handle-filename'.
7497
7498         * mm-util.el (mm-handle-filename): New function, return the filename of
7499         an handle.
7500
7501 2011-03-18  Julien Danjou  <julien@danjou.info>
7502
7503         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7504         (gnus-buffer-live-p): Check that buffer is not nil.
7505
7506 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7507
7508         * gnus.el: No Gnus v0.15 is released.
7509
7510 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7513         avoid warning on XEmacs.
7514
7515         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7516         on XEmacs.
7517
7518         * gnus-art.el: Require mouse, which the build bot seems to say is
7519         needed.
7520
7521         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7522
7523         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7524         XEmacs, since it doesn't have url-retrieve-synchronously.
7525
7526         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7527         since assoc-string doesn't exist in XEmacs.
7528
7529 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7530
7531         * gnus-group.el (gnus-group-list-ticked): New function.
7532         (gnus-group-make-menu-bar): Provide a menu entry for it.
7533         (gnus-group-list-map): Provide a binding for it.
7534
7535 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * shr.el (shr-visit-file): New command.
7538
7539         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7540
7541 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7542
7543         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7544         servers.
7545
7546 2011-03-16  Julien Danjou  <julien@danjou.info>
7547
7548         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7549         inline.
7550
7551         * gnus-art.el (article-hide-list-identifiers):
7552         Use gnus-group-get-list-identifiers.
7553
7554         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7555         (gnus-summary-remove-list-identifiers):
7556         Use gnus-group-get-list-identifiers to get regexp.
7557         (gnus-select-newsgroup, gnus-summary-insert-subject)
7558         (gnus-summary-insert-articles):
7559         Call gnus-summary-remove-list-identifiers unconditionally.
7560
7561 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7564         we're selecting a group with unread articles.
7565
7566         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7567
7568         * gssapi.el: New file separated out from imap.el to provide a general
7569         Kerberos 5 connection facility for Emacs.
7570
7571         * message.el (message-elide-ellipsis): Document the format spec
7572         ellipsis.
7573
7574 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7575
7576         * message.el (message-elide-region): Allow the ellipsis to say how many
7577         lines were removed.
7578
7579 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7582         window configurations containing buffers that are now dead.
7583
7584         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7585         parsing to avoid integer overflows.
7586         (nnimap-parse-flags): Simplify the last change.
7587         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7588         too large for 32-bit Emacsen.
7589
7590 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7591
7592         * auth-source.el (auth-source-netrc-create):
7593         * message.el (message-yank-original): Fix use of `case'.
7594
7595 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7596
7597         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7598         XEmacs, which was one character too wide.
7599
7600 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7601
7602         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7603         default number of articles to display.
7604         (gnus-articles-to-read): Use pretty names for prompt.
7605
7606 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * gnus-int.el (gnus-open-server): Ditto.
7609
7610         * gnus-start.el (gnus-activate-group): Give a backtrace if
7611         debug-on-quit is set and the user hits `C-g'.
7612         (gnus-read-active-file): Ditto.
7613
7614         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7615
7616 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * message.el (message-yank-original): Use cond instead of CL case.
7619
7620 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7621
7622         * auth-source.el (auth-source-netrc-create): Use usual format for the
7623         default in prompts.
7624
7625 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * lpath.el: Fbind read-char-choice for XEmacs.
7628
7629 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7630
7631         * auth-source.el (auth-source-netrc-create): Show the default in the
7632         prompt when prompting for token creation.
7633
7634 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * auth-source.el (auth-source-format-prompt): Always convert the value
7637         to a string to avoid evaluating non-string arguments.
7638         (auth-source-netrc-create): Offer default properly, not as initial
7639         content in `read-string'.
7640         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7641         of line to determine if we've been run before.  If so, don't run again,
7642         but print a trivial message to indicate the cache was hit instead.
7643
7644 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7647         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7648         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7649         Gnus.
7650
7651 2011-03-11  Julien Danjou  <julien@danjou.info>
7652
7653         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7654         modified file".
7655
7656 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * auth-source.el (auth-source-read-char-choice): New function to read a
7659         character choice using `dropdown-list', `read-char-choice', or
7660         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7661         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7662         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7663         (auth-source-netrc-saver): Use it.
7664         (auth-source-pick-first-password): New convenience function.
7665
7666 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7669         parameter in the credentials.
7670         (nnimap-open-connection-1): Use it after a successful login.
7671         (nnimap-credentials): Add IMAP-specific user and password prompt.
7672
7673         * auth-source.el (auth-source-search): Add :require parameter, taking a
7674         list.  Document it and the :save-function return token.  Pass :require
7675         down.  Change the CREATED message from a warning to a debug statement.
7676         (auth-source-search-backends): Pass :require down.
7677         (auth-source-netrc-search): Pass :require down.
7678         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7679         Change save prompt to indicate all modifications saved here are
7680         deletions.
7681         (auth-source-netrc-create): Take user login name as default in user
7682         prompt.  Move all the save functionality to a lexically bound function
7683         under the :save-function token in the returned list.  Set up clearer
7684         default prompts for user, host, port, and secret.
7685         (auth-source-netrc-saver): New function, intended to be wrapped for
7686         :save-function.
7687
7688 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7691         lines to be spaces instead.
7692
7693 2011-03-07  Julien Danjou  <julien@danjou.info>
7694
7695         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7696         (sieve-sasl-auth): Check that auth-source-search did return something,
7697         or just return an empty string.
7698
7699 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7700
7701         * gnus.el (gnus-interactive): Use read-directory-name.
7702
7703         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7704         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7705         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7706         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7707         Likewise.
7708
7709         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7710
7711 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7714         onto the list of killed groups, too.  This makes killed nnimap groups,
7715         for instance, more reliably not reappear.
7716
7717         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7718         the parent.
7719
7720         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7721
7722         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7723         really have server-side marks.
7724
7725         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7726         since most backends do not usefully have server-side marks.
7727         (gnus-update-read-articles): Propagate marks to all backends that
7728         really have server-side marks.
7729
7730 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7731
7732         * message.el (message-cite-reply-position, message-cite-style):
7733         New variables.
7734         (message-yank-original): Use the new citation styles.
7735
7736 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7737
7738         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7739         buffer-local issue); don't mark it buffer-local when running under
7740         XEmacs.
7741
7742 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7743
7744         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7745         numbers too big to be `read'.
7746
7747 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * password-cache.el (password-in-cache-p): Add autoload.
7750
7751         * message.el (message-options): Make buffer-local two ways to attempt
7752         to fix a XEmacs bug.
7753
7754 2011-03-02  Julien Danjou  <julien@danjou.info>
7755
7756         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7757
7758 2011-03-01  Julien Danjou  <julien@danjou.info>
7759
7760         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7761         group.
7762         (article-hide-list-identifiers): Use list-identifier group parameter.
7763
7764 2011-02-28  Julien Danjou  <julien@danjou.info>
7765
7766         * sieve.el (sieve-buffer-script-name): New local variable to store
7767         sieve script name.
7768         (sieve-edit-script): Store sieve script name.
7769         (sieve-upload): Use sieve script name when uploading.
7770         (sieve-upload): Use substitute-command-keys.
7771         (sieve-edit-script): Use substitute-command-keys.
7772         (sieve-refresh-scriptlist): Use substitute-command-keys.
7773         (sieve-manage-mode-map): Define keymap properly.
7774         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7775         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7776         Remove commented code about cvs.
7777         (sieve-manage-quit): New function.
7778         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7779
7780 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7783
7784 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7785
7786         * auth-source.el (auth-source-search): Cache empty result sets.
7787
7788         * password-cache.el (password-in-cache-p): Convenience function to
7789         check if a key is in the cache, even if the value is nil.
7790
7791         * auth-source.el (auth-source-save-behavior): New variable to replace
7792         `auth-source-never-create'.
7793         (auth-source-netrc-create): Use it.
7794         (auth-source-never-save): Remove.
7795
7796 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7797
7798         * nnimap.el (nnimap-stream): Doc fix.
7799         (nnimap-open-connection-1): Reverse the order of the ports to that the
7800         prompted-for port is first.
7801
7802         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7803         retrieval by the no-group selection.
7804
7805         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7806         numerical parameters.
7807
7808 2011-02-25  Julien Danjou  <julien@danjou.info>
7809
7810         * gnus-gravatar.el: Use gnus-with-article-buffer.
7811
7812         * gnus-art.el (gnus-with-article-buffer): Check that the
7813         gnus-article-buffer is alive.
7814
7815 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * auth-source.el (auth-source-creation-prompts): New variable to manage
7818         creation-time prompts.
7819         (auth-source-search): Document it.
7820         (auth-source-format-prompt): Add utility function.
7821         (auth-source-netrc-create): Don't default the user name to
7822         user-login-name.  Use `auth-source-creation-prompts' and some default
7823         prompts for user, host, port, and password (the default generic prompt
7824         remains ugly).
7825         (auth-source-never-save): Add customizable option to never save info.
7826         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7827         mode excursion.
7828
7829 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7832         argument that XEmacs doesn't support.
7833
7834         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7835         compiled for Emacsen having no `libxml-parse-html-region' support.
7836
7837         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7838
7839         * lpath.el: Bind buffer-save-without-query for XEmacs.
7840
7841 2011-02-23  Julien Danjou  <julien@danjou.info>
7842
7843         * gnus-art.el (article-make-date-line): Ignore errors if time is
7844         invalid and not convertible.
7845         (article-make-date-line): Only add lapsed time if time is not nil.
7846
7847 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7850         `read-char-choice' for backwards compatibility.
7851         (auth-source-netrc-element-or-first): New function to DTRT for
7852         parameter extraction.
7853         (auth-source-netrc-create): Use it and fix multiple parameter print
7854         bug.  Use the default passed from above (given-default) or the
7855         built-in (user-login-name for :user).
7856
7857 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7858
7859         * gnus-start.el (gnus-dribble-read-file):
7860         Set buffer-save-without-query, since we always want to save the dribble
7861         file, probably.
7862
7863         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7864         nnimap.
7865
7866         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7867         -summary- since it's a user-visible variable.
7868
7869         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7870         first time you use the new Gnus.
7871
7872 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7873
7874         * auth-source.el: Don't load netrc.el.
7875         (auth-sources): Search ~/.netrc as well by default.
7876         (auth-source-debug): Add 'trivia option for extra output.
7877         (auth-source-do-trivia): Use it.
7878         (auth-source-search): Simplify logic to use
7879         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7880         appropriate.  Don't keep a running count at this level.  Layer :create
7881         and :delete options appropriately on the first and second passes.
7882         Don't track the backend with the search results.
7883         (auth-source-search-backends): New function to search a list of
7884         backends for a processed spec.
7885         (auth-source-netrc-parse): Cache all netrc files, making
7886         auth-source-netrc-cache an alist keyed by the file name and using the
7887         file mtime as the caching criterion.  Keep the obfuscated data secret
7888         with a lexical bind.
7889         (auth-source-netrc-search): Don't calculate the length of the results
7890         unnecessarily.
7891         (auth-source-search-backends): Fix bug.
7892         (auth-source-netrc-create): Rework prompts.
7893
7894 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7895
7896         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7897         Lower case names of search constraints.
7898         (nnir-run-query): Cache and reuse search constraints for all imap
7899         servers.
7900
7901 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7904         after exit.
7905         (gnus-setup-message): Define missing variable from last checkin.
7906
7907         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7908         value, show the raw article.
7909
7910 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7911
7912         * gnus.el: No Gnus v0.13 is released.
7913
7914 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7915
7916         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7917         auth-source now accepts numbers.
7918
7919         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7920         spec, too.
7921         (auth-source-ensure-strings): New function.
7922
7923         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7924         (gnus-article-setup-buffer): Always restart the date timer so that user
7925         changes to the frequency is respected.
7926
7927         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7928         port numbers, so make sure it gets that if nnimap-server-port is
7929         explicit.
7930
7931 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7932
7933         * nnimap.el (nnimap-inbox): Doc fix.
7934
7935 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7936
7937         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7938         Autoload.  Add optional arg FRAME, and pass it to color-values.
7939         (color-complement): Caller changed.  Doc fix.
7940         (color-gradient): Rewrite for better clarity and efficiency.
7941
7942 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7943
7944         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7945         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7946         color-lab-to-srgb.
7947
7948 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7949
7950         * color.el: First part of merge from hexrgb.el.
7951         (color-rgb-to-hex): Rename from color-rgb->hex.
7952         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7953         saturation to zero if the value is too small.
7954         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7955         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7956         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7957         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7958         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7959         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7960         (color-cie-de2000): Doc fix.
7961
7962 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7963
7964         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7965         given method as in the group name if we're using an extended method.
7966         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7967         command, if we're using that, instead of waiting for the beginning.
7968
7969         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7970         we're sure to get unique server names, and we don't output two async
7971         commands in the same buffer.  This fixes an NNTP hang for some users.
7972
7973 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7974
7975         * gnus.el: No Gnus v0.11 is released.
7976
7977 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7978
7979         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7980         summary buffer before reading going to the next buffer.  This avoids
7981         putting the point in the group buffer if you `C-g' the command.
7982
7983         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7984         cache (for now) to make ~/.authinfo.gpg files usable.
7985
7986         * nnfolder.el (copyright-update): Define for the compiler.
7987
7988         * auth-source.el (auth-source-search): Fix unbound variable.
7989
7990 2011-02-19  Glenn Morris  <rgm@gnu.org>
7991
7992         * gnus.el (gnus-meta): Doc fix.
7993
7994 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7995
7996         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7997         in case it's not yet loaded.
7998
7999 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
8000
8001         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
8002         line we're waiting for.
8003
8004 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
8005
8006         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
8007         face with line-width greater than zero will cause RET in gnus summary
8008         buffer to scroll down article page-wise because auto vscroll happens,
8009         it should be temporally disabled when doing a scroll-up.
8010
8011 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
8012
8013         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
8014         outputs from the server.
8015
8016 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8017
8018         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
8019         later so that bbdb can hook in easier.
8020
8021 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
8022
8023         * auth-source.el (auth-source-search): Don't try to create credentials
8024         if the caller doesn't want that.
8025         (auth-source-search): If we don't find a match, don't bug out on
8026         non-bound variables.
8027         (auth-source-search): Only ask a single backend to create the
8028         credentials.
8029
8030         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
8031         logging.
8032         (nnimap-credentials): Protect against auth-source-search returning nil.
8033         (nnimap-request-list): Protect against not being able to open the
8034         server.
8035
8036 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
8037
8038         * auth-source.el (auth-source-search): Do a two-phase search, one with
8039         no :create to get the responses from all backends.
8040
8041         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
8042         when getting credentials.
8043
8044         * gnus-util.el (gnus-delete-duplicates): New function.
8045
8046 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * nnimap.el (nnimap-credentials): Instead of picking the first port as
8049         a creation default, pass the whole port list down.  It will be
8050         completed.
8051
8052         * auth-source.el (auth-source-search): Updated docs to talk about
8053         multiple creation choices.
8054         (auth-source-netrc-create): Accept a list as a value (from the search
8055         parameters) and do completion on that list.  Keep a separate netrc line
8056         with the password obscured for showing the user.
8057
8058         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
8059         first choice to `auth-source-search' so it will be used for entry
8060         creation instead of the server's Gnus-specific name.
8061         (nnimap-credentials): Rely on the auth-source library to select which
8062         port is actually wanted in the new netrc entry, so don't override
8063         `auth-source-creation-defaults'.
8064
8065         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8066         :protocol and accept a missing user, host, or port as a wildcard match.
8067         (auth-source-debug): Default to off.
8068
8069         (auth-source-netrc-search, auth-source-netrc-create)
8070         (auth-source-secrets-search, auth-source-secrets-create)
8071         (auth-source-user-or-password, auth-source-backend, auth-sources)
8072         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8073         instead of :protocol.
8074
8075         * nnimap.el (nnimap-credentials): Pass a port default to
8076         `auth-source-search' in case an entry needs to be created.
8077         (nnimap-open-connection-1): Use :port instead of :protocol.
8078
8079 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * auth-source.el: Bind load-path when loading EIEIO from
8082         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8083         21.4 doesn't support, to `require'.
8084         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8085         delete-dups that is not available in XEmacs 21.4.
8086
8087 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8088
8089         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8090         as EIEIO must also be loaded when auth-source.el is being
8091         byte-compiled.
8092
8093 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8094
8095         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8096
8097         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8098
8099         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8100
8101         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8102
8103         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8104
8105         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8106
8107         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8108
8109         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8110         necessary.
8111
8112 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8113
8114         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8115         nil means that nnimap doesn't get updated.
8116
8117 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8118
8119         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8120         result when the user doesn't want to write to the file.
8121         (auth-source-netrc-search): Expect a synthetic result and proceed
8122         accordingly.
8123         (auth-source-cache-expiry): New variable to override
8124         `password-cache-expiry'.
8125         (auth-source-remember): Use it.
8126
8127         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8128         parameter.  Create entry if necessary by using :create t.
8129         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8130
8131 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8132
8133         * auth-source.el (auth-source-debug): Enable by default and don't
8134         mention the obsolete `auth-source-hide-passwords'.
8135         (auth-source-do-warn): New function to debug unconditionally.
8136         (auth-source-do-debug): Use it.
8137         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8138         and for Secrets API entries when the secrets.el library is not
8139         available.
8140
8141 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8142
8143         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8144         (gnus-summary-exit): Kill the correct article buffer on exit from a
8145         `C-d' group.
8146
8147         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8148         gnus-propagate-marks.
8149
8150         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8151         before killing the buffers so that a non-full window conf gets handled
8152         correctly.
8153         (gnus-summary-exit): Ditto.
8154         (gnus-summary-read-group-1): Ditto.
8155
8156         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8157         async code again so that we can debug it properly.
8158
8159         * message.el (message-reply): Take an optional switch-buffer parameter
8160         so that Gnus window confs are respected better.
8161
8162 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8165         `plist-get' to accept non-list parameters (XEmacs issue).
8166         Fix docstring.
8167         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8168         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8169         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8170         Login collection is "Login" and not "login".
8171
8172 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8175         multiple headers.
8176
8177         * nnimap.el (nnimap-inhibit-logging): New variable.
8178         (nnimap-log-command): Don't log login commands.
8179
8180         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8181         to have more parameters.
8182
8183         * nnimap.el (nnimap-send-command): Mark the command time for each
8184         command, so that we don't get NOOPs stepping on our toes.
8185
8186         * gnus-art.el (article-date-ut): Get the date from the Date header on
8187         `t'.
8188
8189 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * auth-source.el (auth-source-search): Use copy-sequence instead of
8192         the cl.el copy-list.
8193
8194 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8195
8196         * imap.el: Bring it back (revert
8197         84d800cd31de3064f0ed39617d725709a2f8f42f).
8198
8199 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8200
8201         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8202         Improve prompt.
8203
8204 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8207         washing status from the default format.  It isn't very informative.
8208
8209 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8210
8211         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8212         Fix Gcc processing on imap.
8213
8214 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * imap.el: Remove file.  All the functionality is in nnimap.el.
8217
8218 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8219
8220         * message.el (message-bury): Don't pop up a new window when selected
8221         window is dedicated.
8222
8223 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8224
8225         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8226
8227 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * sieve-manage.el: Autoload `auth-source-search'.
8230         (sieve-sasl-auth): Use it.
8231
8232 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * nnimap.el: Autoload `auth-source-forget+'.
8235         (nnimap-open-connection-1): Use it if the connection fails.
8236
8237         * auth-source.el: Require `password-cache'.
8238         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8239         obsolete.
8240         (auth-source-magic): Marker for `password-cache' keys.
8241         (auth-source-do-cache): Update docstring.
8242         (auth-source-search): Use and check cache.
8243         (auth-source-forget-all-cached, auth-source-remember)
8244         (auth-source-recall, auth-source-forget, auth-source-forget+)
8245         (auth-source-specmatchp): Caching support functions.
8246         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8247         Remove and obsolete.
8248         (auth-source-user-or-password): Remove caching to further discourage
8249         using it.  Always hide passwords.
8250
8251         * password-cache.el (password-cache-remove): Accept secrets that are
8252         not strings.
8253
8254 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8255
8256         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8257         code for now, since it doesn't work for all users.
8258
8259 2011-02-09  Julien Danjou  <julien@danjou.info>
8260
8261         * message.el (message-options): Make message-options really buffer
8262         local.
8263
8264 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * mail-source.el: Autoload `auth-source-search'.
8267         (mail-source-keyword-map): Note order matters.
8268         (mail-source-set-1): Get all the mail-source source values and
8269         defaults and search auth-source on those if needed.  This can all
8270         probably be simplified.
8271
8272         * nnimap.el: Autoload `auth-source-search'.
8273         (nnimap-credentials): Use it.
8274         (nnimap-open-connection-1): Ask for the virtual server and physical
8275         address in one shot.
8276
8277         * nntp.el: Autoload `auth-source-search'.
8278         (nntp-send-authinfo): Use it.  Note TODO.
8279
8280 2011-02-08  Julien Danjou  <julien@danjou.info>
8281
8282         * shr.el (shr-tag-body): Add support for text attribute in body
8283         markups.
8284
8285         * message.el (message-options): Make message-options a local variable.
8286
8287 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8288
8289         * auth-source.el (auth-source-secrets-search)
8290         (auth-source-user-or-password): Use `append' instead of `nconc'.
8291         (auth-source-user-or-password): Build return list better and protect
8292         against nil :secret.
8293
8294 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8295
8296         * nnimap.el (nnimap-update-info): Refactor slightly.
8297         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8298         (nnimap-update-info): Clean up slightly.
8299         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8300         characters.
8301         (nnimap-process-quirk): Rename function to avoid collision.
8302         (nnimap-update-info): Fix macrology bug-out.
8303         (nnimap-update-info): Simplify split history test.
8304
8305 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8306
8307         * auth-source.el (top): Require 'eieio unconditionally.
8308         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8309         (auth-source-secrets-search): Limit search when `max' is greater than
8310         number of results.
8311
8312 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8313
8314         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8315         part not returning any data.
8316
8317         * proto-stream.el (open-protocol-stream): Document the return value.
8318
8319 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8320
8321         * auth-source.el (auth-source-secrets-search): Add examples.
8322
8323 2011-02-06  Julien Danjou  <julien@danjou.info>
8324
8325         * message.el (message-setup-1): Handle message-generate-headers-first
8326         set to t.
8327
8328 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8331         API with a string "secrets:collection-name" and with 'default.
8332         (auth-source-backend-parse): Parse "secrets:collection-name" and
8333         'default.  Recurse on parses instead of repeating code.  Use the
8334         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8335         message when ignoring a source.
8336         (auth-source-search): List ignored search keys at the top level.
8337         (auth-source-netrc-create): Use `case' instead of `cond'.
8338         (auth-source-secrets-search): Created with TODOs.
8339         (auth-source-secrets-create): Created with TODOs.
8340         (auth-source-retrieve, auth-source-create, auth-source-delete)
8341         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8342         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8343         (auth-source-user-or-password-sftp)
8344         (auth-source-user-or-password-smtp): Remove.
8345         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8346         around `auth-source-search'.  Not tested thoroughly.
8347
8348 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8349
8350         * auth-source.el: Bring in assoc and eioeio libraries.
8351         (secrets-enabled): New variable to track the status of the Secrets API.
8352         (auth-source-backend): New EIOEIO class to represent a backend.
8353         (auth-source-creation-defaults): New variable to set prompt defaults
8354         during token creation (see the `auth-source-search' docstring for
8355         details).
8356         (auth-sources): Simplify to allow a simple string as a netrc backend
8357         spec.
8358         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8359         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8360         (auth-source-search): Main auth-source API entry point.
8361         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8362         (auth-source-search-collection): Helper function for searching.
8363         (auth-source-netrc-parse, auth-source-netrc-normalize)
8364         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8365         Supports search, create, and delete.
8366         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8367         backend stubs.
8368         (auth-source-user-or-password): Call `auth-source-search' but it's not
8369         ready yet.
8370
8371 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8372
8373         * message.el (message-setup-1): Remove the read-only stuff, since it
8374         doesn't work under XEmacs, for some reason.
8375
8376         * gnus-sum.el (gnus-user-date): Rename back from
8377         gnus-summary-user-date since user code refers to it.
8378
8379         * shr.el (shr-render-td): Store the actual background color used.
8380
8381         * message.el (message-setup-1): Don't bind the constant
8382         -forbidden-properties.
8383         (message-setup-1): Revert previous change, since it needs to bind the
8384         props to insert them.
8385         (message-resend): Allow removing the read-only separator line.
8386
8387 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8388
8389         * nnimap.el (nnimap-request-accept-article): Give an error message if
8390         the APPEND wasn't successful.
8391
8392 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8393
8394         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8395         that have no groups.
8396
8397 2011-02-03  Julien Danjou  <julien@danjou.info>
8398
8399         * gnus-draft.el: Remove progn around gnus-draft-setup.
8400
8401 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-start.el (gnus-read-active-for-groups): This function is never
8404         called with a nil `infos', so clean that up.
8405         (gnus-get-unread-articles): Request active files from primary/secondary
8406         methods that have no groups (yet).
8407
8408 2011-02-03  Julien Danjou  <julien@danjou.info>
8409
8410         * message.el (message-setup-1): Always generate References first.
8411         (message-mail): Return the return value of message-setup, not always t.
8412         (message-setup-1): Insert mail-header-separator with read-only and
8413         intangible properties set.
8414
8415         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8416         user-date in docstring.
8417
8418         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8419
8420         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8421         docstring.
8422
8423         * gnus.el (gnus-user-date-format-alist): Change default value.
8424         Use defcustom, with type and group.  Move from gnus-util.el.
8425         Rename to gnus-summary-user-date-format-alist.
8426
8427 2011-02-03  Glenn Morris  <rgm@gnu.org>
8428
8429         * nnimap.el (gnus-fetch-headers): Declare.
8430
8431         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8432
8433 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8434
8435         * message.el (message-forward-make-body-digest-plain)
8436         (message-followup, message-reply): Clean up things noted by Stefan.
8437
8438         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8439         gnus-article-update-date-headers is nil.
8440         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8441         it didn't really work with defcustom.
8442         (article-update-date-lapsed): Make sure the window start doesn't move,
8443         either.
8444
8445 2011-02-01  Julien Danjou  <julien@danjou.info>
8446
8447         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8448         format.
8449
8450         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8451         standard in Emacs nowadays.
8452
8453         * color.el (color-gradient): Add a color-gradient function.
8454
8455 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8456
8457         * message.el (message-expand-name): Don't trust the return value of
8458         bbdb-complete-name.
8459         (message-check-news-header-syntax): Remove unused var `start'.
8460         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8461         (message-inhibit-body-encoding): Move to before first use.
8462         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8463         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8464         (Organization, Message-ID, Date, mh-previous-window-config):
8465         Defvar the vars using dynamic scoping.
8466
8467 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8468
8469         * shr.el (shr-render-td): Only do colors at the final rendering.
8470         Should be slightly faster.
8471         (shr-insert-table): Fix up TD background colors when doing the
8472         vertical padding.
8473
8474         * gnus-art.el (article-date-ut): Protect against articles with no Date
8475         header.
8476         (article-update-date-lapsed): Don't use current-column to find the
8477         horizontal position.  It's fragile in the presence of \003 characters.
8478
8479         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8480
8481 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8482
8483         * gnus-art.el (article-transform-date): Rewrite to still work when
8484         there are several rfc2822 parts.
8485         (article-transform-date): Fix infinite recursion.
8486         (article-date-ut): Replace infinitely many Date headers with a single
8487         one when called interactively.
8488
8489         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8490         secure manner.
8491
8492         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8493         move around by not using save-window-excursion.  It seems to work...
8494
8495 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-art.el (article-make-date-line): Work for user-defined format.
8498
8499 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8500
8501         * nntp.el (nntp-retrieve-group-data-early)
8502         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8503         fetching functions.
8504
8505         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8506         thoroughly for all backends that have no known groups.  This should
8507         allow new nnml methods to retrieve mail.
8508
8509         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8510         that Gnus doesn't know exists again.
8511
8512         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8513         (gnus-treat-date-ut): Ditto.
8514         (gnus-article-update-date-header): Rename.
8515         (gnus-treat-date-local): Remove.
8516         (gnus-treat-date-english): Remove.
8517         (gnus-treat-date-lapsed): Remove.
8518         (gnus-treat-date-combined-lapsed): Remove.
8519         (gnus-treat-date-original): Remove.
8520         (gnus-treat-date-iso8601): Remove.
8521         (gnus-treat-date-user-defined): Remove.
8522         (gnus-article-date-headers): New variable to control all the date
8523         header options.
8524         (article-date-ut): Rewrite to allow using the new way to format date
8525         headers(s).
8526
8527 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8528
8529         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8530         method.
8531         (nnmail-article-group): A better test for fanciness.
8532
8533         * nnimap.el (nnimap-request-head): Protect against not finding the
8534         article by Message-ID.
8535
8536 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8537
8538         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8539         keep point at the "same place".
8540
8541 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8544         data if the group is inactive.
8545
8546 2011-01-28  Julien Danjou  <julien@danjou.info>
8547
8548         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8549         (gnus-all-windows-visible-p): Remove old compatibility code.
8550         (gnus-window-top-edge): Add docstring.
8551
8552         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8553
8554 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8555
8556         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8557         older request-update-info.
8558
8559         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8560
8561 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8562
8563         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8564         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8565
8566 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8567
8568         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8569         groups.  This makes the nndraft:queue group pop up if it's not already
8570         there.
8571
8572         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8573         messages" logic, which was reversed.
8574
8575         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8576         the "same place" even if point is on the line being replaced.
8577         (article-update-date-lapsed): Allow updating both the combined lapsed
8578         and the lapsed headers.
8579         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8580         (article-make-date-line): Limit the number of segments dynamically to
8581         avoid too-long lines.
8582
8583 2011-01-27  Julien Danjou  <julien@danjou.info>
8584
8585         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8586         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8587
8588 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8591         Use plist-get instead of the cl function getf.
8592
8593 2011-01-27  Glenn Morris  <rgm@gnu.org>
8594
8595         * gnus-util.el (float-time): Get rid of compiler warning, again.
8596
8597 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8598
8599         * shr.el (shr-put-color): Special-case background colors: Do put them
8600         at the blank parts at the front of the lines.
8601
8602         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8603         exit hook to nix out all data on readedness on group exit.
8604
8605         * gnus-util.el (float-time): If float-time is bound, always use it on
8606         all Emacsen.  It's unclear why the subrp check was there.
8607         (time-date): Require to make some autoload issues on XEmacs go away.
8608
8609         * shr.el (shr-put-color): Don't do the box padding in tables, since
8610         they're already padded.
8611
8612 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8613
8614         * gnus-art.el (gnus-article-next-page): When the last line of the
8615         article is displayed, scroll down once more instead of going to the
8616         next article at once.
8617         (article-lapsed-string): Refactor out and allow specifying how many
8618         segments you want.
8619         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8620         (gnus-article-update-lapsed-header): New variable.
8621
8622         * shr.el: Revert change that made headings use different-sized faces.
8623         The Emacs display engine isn't advanced enough that, for instance,
8624         tables can comfortably use differently-sized faces.
8625
8626 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8627
8628         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8629         used.
8630         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8631         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8632         we're using an encrypted connection.
8633
8634         * proto-stream.el: Alter the interface functions to also return the
8635         actual stream type used: network or tls.
8636
8637 2011-01-25  Julien Danjou  <julien@danjou.info>
8638
8639         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8640         (mm-display-javascript-inline): New function.
8641
8642         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8643         viewing function.
8644
8645 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * shr.el (shr-expand-newlines): Fix variable name.
8648
8649 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8650
8651         * shr.el (shr-expand-newlines): Make nested boxes work.
8652
8653 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8654
8655         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8656         backgrounds.
8657         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8658         in a more sensible manner.
8659
8660 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8661
8662         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8663         if EPG is loaded.
8664
8665 2011-01-24  Julien Danjou  <julien@danjou.info>
8666
8667         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8668         tags.
8669
8670 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8671
8672         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8673         commands.
8674
8675         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8676         in the article buffer.
8677         (gnus-gravatar-insert): Use blank space from the current buffer to
8678         avoid breaking text properties.  This makes X-Sent updating work again.
8679
8680         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8681
8682 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8683
8684         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8685         fix the bug in url-http.el instead.
8686
8687         * shr.el (shr-image-fetched): Ditto.
8688
8689         * shr.el (shr-image-fetched): Avoid having point move in the article
8690         buffer.
8691
8692         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8693         buffer after being called.  It's apparently being killed by url.el, and
8694         killing it made point move to end-of-buffer in a random buffer.
8695
8696         * shr.el (shr-image-fetched): Ditto.
8697
8698 2011-01-23  Julien Danjou  <julien@danjou.info>
8699
8700         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8701
8702         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8703         text/x-org.
8704
8705 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8706
8707         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8708         (i.e., nnimap) returning nil as the article number.
8709
8710 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8711
8712         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8713         "DelSp" parameter in RFC3676.
8714
8715 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8716
8717         * message.el (message-check-recipients): Display the encoded version of
8718         the bogus address if they differ.
8719
8720         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8721         after sending.
8722
8723         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8724
8725         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8726
8727         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8728         group buffer after sending the queue.
8729
8730         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8731
8732 2011-01-22  Julien Danjou  <julien@danjou.info>
8733
8734         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8735
8736 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8737
8738         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8739         nested related parts.
8740
8741         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8742         unexpired articles.  This fixes the regression that led expiry marks to
8743         disappear from nnfolder groups.
8744
8745 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8746
8747         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8748         Don't confuse the "ret" of "retrograde" with RET.
8749
8750 2011-01-21  Julien Danjou  <julien@danjou.info>
8751
8752         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8753         than mm-insert-inline.
8754
8755 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8758         Widen article buffer.
8759
8760 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8761
8762         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8763         the temp buffer.
8764         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8765
8766 2011-01-20  Julien Danjou  <julien@danjou.info>
8767
8768         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8769
8770         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8771         than mm-insert-inline to insert inline part: this respect
8772         mm-inline-media-tests displayers.
8773
8774         * mm-view.el (mm-display-shell-script-inline): New function.
8775
8776         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8777
8778         * mm-uu.el (mm-uu-type-alist): Add org block.
8779         (mm-uu-org-src-code-block-extract): New function.
8780
8781         * mm-view.el (mm-display-org-inline): New function.
8782
8783         * mm-decode.el (mm-automatic-display): Add text/org.
8784
8785         * mailcap.el (mailcap-mime-extensions): Add .org.
8786
8787 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8790         gnus-article-add-buttons.
8791
8792 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8793
8794         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8795         From header with a date and "nobody" as the sender.
8796
8797 2011-01-19  Julien Danjou  <julien@danjou.info>
8798
8799         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8800         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8801         if you have the same regexp several times.
8802         (gnus-button-push): Fix matching when regexp is symbol.
8803
8804 2011-01-15  Glenn Morris  <rgm@gnu.org>
8805
8806         * message.el (message-mail): A compose-mail function should
8807         accept headers as strings.
8808
8809 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8810
8811         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8812         Add :vert-only tags.
8813         (message-mail): New arg RETURN-ACTION.
8814         (message-return-action): New var.
8815         (message-bury): Use it.
8816         (message-mode): Make it buffer-local.
8817         (message-send-and-exit): Always call message-bury.
8818
8819         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8820         message-mail.
8821
8822 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * nnimap.el (nnimap-convert-partial-article): Protect against
8825         zero-length body parts.
8826
8827         * mm-decode.el (mm-preferred-alternative-precedence):
8828         Discourage showing empty parts.
8829
8830         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8831         and stuff if the backend didn't return the article number.  This fixes
8832         an Exchange-related nnimap bug.
8833
8834         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8835         group window, because it does the wrong thing when a separate frame
8836         displays the group buffer.
8837
8838         * proto-stream.el (open-protocol-stream): Protect against the low-level
8839         transport functions returning nil.
8840
8841 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8842
8843         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8844         (mml2015-epg-find-usable-secret-key): New function.
8845         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8846         mml2015-epg-find-usable-key (Bug#7797).
8847         (mml2015-epg-encrypt): Ditto.
8848
8849 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * dgnushack.el (rot13-string): Fix the way to get the argument.
8852
8853 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8856
8857 2011-01-03  Glenn Morris  <rgm@gnu.org>
8858
8859         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8860
8861         * sieve.el (sieve-open-server): Give a more explicit error if
8862         sieve-manage-open returns nil.  (Bug#7720)
8863
8864 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8865
8866         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8867
8868 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8871         This avoids sending passwords in plain text over non-encrypted
8872         channels.
8873
8874         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8875
8876         * nnimap.el (nnimap-login): Refactored out into own function, and
8877         implement CRAM-MD5.
8878         (nnimap-wait-for-line): Refactored out.
8879
8880         * mm-view.el (mml-smime): Require.
8881
8882 2010-12-20  David Engster  <deng@eml.cc>
8883
8884         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8885         use EPG to decrypt S/MIME messages instead of openssl.
8886
8887 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8890
8891         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8892         status is the group clearly is unreachable.
8893
8894         * auth-source.el (auth-source-create): Add the optional second
8895         parameter to `local-variable-p' to be compatible with XEmacs.
8896
8897 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8898
8899         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8900         work when using a compressed nnml folder.
8901
8902 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8905         backends after sanitising on entry, because this never makes sense:
8906         If the articles have gone missing, then the data no longer exists on
8907         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8908         overwrite anything anyway.
8909
8910         * shr.el (shr-insert-document): Bind shr-width dynamically to
8911         window-width if it's nil.
8912
8913 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8914
8915         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8916         with the meaning of using the full emacs window width for rendering.
8917
8918 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8919
8920         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8921         case when sender is not given.
8922
8923 2010-12-23  Julien Danjou  <julien@danjou.info>
8924
8925         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8926         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8927         the addresses, otherwise we might misplaced the gravatar.
8928
8929 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8930
8931         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8932         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8933         obsolete in Emacs.
8934
8935 2010-12-20  Julien Danjou  <julien@danjou.info>
8936
8937         * gnus-util.el (gnus-rescale-image): Revert last change.
8938
8939 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8940
8941         * binhex.el: Improve commentary (Bug#7482).
8942
8943 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944
8945         * gnus-group.el (gnus-group-delete-articles): New command.
8946
8947 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8948
8949         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8950
8951 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8954         here, since it's up to the backends to do CRLF removal if their
8955         protocol has it.
8956
8957         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8958
8959 2010-12-17  Julien Danjou  <julien@danjou.info>
8960
8961         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8962         they are from file.  Can also scale up.
8963
8964 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8965
8966         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8967         Restore gnus-use-agent.
8968         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8969
8970         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8971
8972 2010-12-17  Julien Danjou  <julien@danjou.info>
8973
8974         * gravatar.el (gravatar-retrieve-synchronously): New function.
8975         (gravatar-get-data): Make more robust.
8976
8977 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8980
8981 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8984         to really consider the last line.
8985
8986 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8987
8988         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8989         list of recipient keys, or use symmetric encryption if not a list.
8990         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8991         EPA override, replacing the call to `netrc-store-data'.
8992
8993 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8994
8995         * gnus-srvr.el: Avoid passing nil regexp argument to
8996         delete-matching-lines.
8997
8998 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
9001         fetching stops when Gnus exits.
9002
9003         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
9004         function.
9005         (nnfolder-request-expire-articles): Save all the buffers after doing
9006         expiry.
9007
9008         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
9009         the last article", since that led to serious performance regressions
9010         when expiring nnml groups.
9011
9012 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
9013
9014         * nnir.el: Improve customizations.
9015
9016 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9017
9018         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
9019
9020         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
9021         group has been killed.
9022         (gnus-group-yank-group): Ditto.
9023
9024         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
9025
9026         * nnimap.el (nnimap-request-update-group-status): New function.
9027
9028         * gnus-int.el (gnus-request-update-group-status): New interface
9029         function.
9030
9031         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
9032         copying read-ness to the backends.
9033
9034         * nnimap.el (nnimap-quirk): New function.
9035         (nnimap-retrieve-group-data-early): Use it.
9036         (nnimap-quirks): New alist.
9037
9038 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * shr.el (shr-insert): Set shr-start after deleting trailing space;
9041         don't delete it within indentation.
9042
9043 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
9046         previous line.
9047
9048 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
9051         QRESYNC command by deleting a superfluous space which broke Cyrus
9052         servers.  This change will break other servers that are buggy the other
9053         way around.
9054
9055 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9056
9057         * spam.el: Reindent and fix long lines.
9058         (spam-copy-or-move-routine): Exclude invalid move destinations.
9059
9060 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
9061
9062         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9063         installed the registry.
9064
9065 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9068
9069 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9070
9071         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9072         groupname doesn't contain "gmane".
9073
9074 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9077         and netrc-bound-and-true-p bindings.
9078         (netrc-parse): Cache the netrc contents.
9079
9080         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9081         (gnus-1): Don't create the nndrafts group twice.
9082         (gnus-setup-news): There's no need to read the active file here, since
9083         that's done again later on a per-backend basis.
9084         (gnus-start-draft-setup): Make sure that the new group is started out
9085         empty.
9086
9087         * gnus-agent.el (gnus-agentize): Don't create the queue group
9088         automatically on startup.  It'll be created later, if needed.
9089
9090         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9091         of automatically subscribed groups.
9092         (gnus-auto-subscribed-categories): New variable.
9093         (gnus-matches-options-n): Use it.
9094         (gnus-default-subscribed-newsgroups): Remove unused variable.
9095         (gnus-start-draft-setup): Message a bit less.
9096
9097 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9098
9099         * nnir.el (nnir-run-imap): Return article list in order of increasing
9100         UID.
9101
9102 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-sum.el (gnus-summary-enter-digest-group):
9105         Mention gnus-auto-select-on-ephemeral-exit.
9106
9107         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9108         convention of the network-only option.
9109
9110 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * proto-stream.el (proto-stream-open-network-only): New function to
9113         have a way to specify non-STARTTLS upgrade connections.
9114
9115 2010-12-10  Julien Danjou  <julien@danjou.info>
9116
9117         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9118         email address is nil.
9119
9120         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9121
9122 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9123
9124         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9125         deletion.
9126         (nnir-run-imap): Only need to parse list once.
9127
9128 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9129
9130         * shr.el (shr-tag-script): Ignore <script>.
9131         (shr-tag-label): Add <label> support.
9132
9133 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9136
9137         * shr.el (shr-image-displayer): Work for images lined side by side.
9138
9139 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9140
9141         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9142         parameter, since XEmacs doesn't accept t as a parameter.
9143
9144 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9145
9146         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9147         ids.
9148         (nnir-run-gmane): Simplify groupspec formatting.
9149         (nnir-request-expire-articles): New function.
9150
9151 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9154         overflow, possibly.
9155
9156         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9157         (shr-render-td): Handle td style="" better.
9158         (shr-tag-table): Use the color from the style sheet.
9159         (shr-render-td): Make sure we copy over all the overlays, too.
9160
9161 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9162
9163         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9164         (nnir-request-article): Improve article retrieval.
9165
9166 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * mm-util.el (mm-extra-numeric-entities): New variable.
9169
9170         * mm-url.el (mm-url-decode-entities):
9171         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9172
9173         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9174
9175 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9176
9177         * message.el: Use completion-at-point.
9178         (message-completion-function): New fun, extracted from message-tab.
9179         (message-mode): Use it for completion-at-point-functions.
9180         (message-tab): Use it and completion-at-point.
9181
9182 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9185         character if a non-breakable character follows.
9186
9187 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9190         any stream.
9191
9192         * shr.el (shr-tag-font): Colorize the region.
9193         (shr-tag-body): Ditto.
9194         (shr-tag-font): Actually let the styles be inherited instead of
9195         overwriting them.
9196         (shr-tag-font): Get the background color right.
9197         (shr-tag-style): Ignore all <style> tags for the moment.
9198
9199         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9200         a Message-ID to avoid having nnimap depend on gnus-sum.
9201
9202         * shr.el (shr-descend): Only colorize something if we have a node that
9203         sets colors.
9204
9205 2010-12-06  Julien Danjou  <julien@danjou.info>
9206
9207         * shr.el (shr-render-td): Render td content with shr-descend, so style
9208         will be applied to <td> too.
9209         (shr-colorize-region): Colorize region even if we only have a background.
9210         (shr-tag-body): Fix color and background color inheritance.
9211         Do not recolorize after shr-generic.
9212         (shr-tag-font): Let shr-generic colorize via inheritance.
9213
9214 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9217
9218 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9219
9220         * nnir.el (nnir-request-move-article): Remove obsolete code.
9221
9222 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9225
9226 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-sum.el (gnus-summary-respool-article): The completion function
9229         expects a list instead of an alist.
9230
9231         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9232         string as the parameter.
9233
9234         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9235
9236         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9237         styles.
9238         (shr-colorize-region): New function.
9239         (shr-insert-background-overlay): Remove.
9240         (shr-render-td): Background setting should be taken care of on a higher
9241         level.
9242         (shr-tag-body): Use post-hoc colorizations.
9243         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9244         (shr-put-color-1): Don't overwrite old colors.
9245         (shr-colorize-region): When the background color isn't explicit, use
9246         a fixed background.
9247
9248         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9249         nnmail variables.
9250
9251 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9252
9253         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9254         unless necessary.
9255
9256 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9257
9258         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9259         server.
9260
9261 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9264         so that TAB works.
9265
9266         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9267         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9268
9269         * shr.el (shr-urlify): Show the URL before the title to avoid
9270         misleading URLs.
9271
9272 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9273
9274         * shr.el (shr-urlify): Display the title in <a> tags.
9275
9276 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9277
9278         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9279
9280 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9281
9282         * nnir.el: Rearrange code to allow macros to be autoloaded by
9283         gnus-sum.el.
9284         (nnir-retrieve-headers-override-function): Make this variable
9285         customizable.
9286         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9287
9288         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9289         from nnir.el.
9290
9291 2010-12-03  Julien Danjou  <julien@danjou.info>
9292
9293         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9294
9295 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9298         allow optional argument `environment'.
9299
9300 2010-12-03  Glenn Morris  <rgm@gnu.org>
9301
9302         * mm-extern.el (message-goto-body): Update declaration.
9303
9304 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-util.el (gnus-macroexpand-all): New function.
9307
9308         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9309         instead of macroexpand-all that is unavailable in XEmacs.
9310
9311 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9312
9313         * nnir.el (nnir-summary-line-format): New variable.
9314         (nnir-mode): Use it.
9315         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9316         (nnir-article-ids): Reimplement as defsubst.
9317         (nnir-retrieve-headers): Don't mangle the subject header.
9318         (nnir-run-imap): Use 100 as RSV score.
9319         (nnir-run-find-grep): Fix for full server searching.
9320         (nnir-run-gmane): Better restriction to gmane groups.
9321
9322         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9323         summary buffers.
9324
9325 2010-12-02  Julien Danjou  <julien@danjou.info>
9326
9327         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9328
9329         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9330
9331         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9332         support.
9333
9334 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9335
9336         * nnir.el: Update to handle the registry better.
9337         (autoload): Silence byte-compiler.
9338         (nnir-open-server): Add a hook for nnir groups.
9339         (nnir-request-move-article): Don't mangle the header.  Better to use
9340         formatting variables (which will be added in the future).
9341         (nnir-registry-action): Update the registry using the original article
9342         group name.
9343         (nnir-mode): Install nnir-specific hooks for updating the registry.
9344
9345         * gnus-sum.el
9346         (gnus-article-original-subject, gnus-newsgroup-original-name):
9347         Remove obsolete variables.
9348         (gnus-summary-move-article): Remove use of obsolete variables.
9349         (gnus-summary-local-variables): Make move and delete hooks local to
9350         summary buffers.
9351
9352 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * rtree.el: New file.
9355
9356 2010-12-01  Julien Danjou  <julien@danjou.info>
9357
9358         * message.el (message-user-organization): Do not use
9359         gnus-local-organization.
9360
9361         * gnus.el: Remove gnus-local-organization.
9362
9363         * gnus-msg.el: Remove nastygram thing.
9364
9365 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9366
9367         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9368         funcall.
9369
9370 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9373         names.
9374
9375         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9376         characters.
9377
9378         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9379         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9380         Suggested by Štěpán Němec <stepnem@gmail.com>.
9381         (gnus-gravatar-transform-address): Use mail-extract-address-components
9382         that supports non-ASCII names rather than mail-header-parse-addresses.
9383
9384 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * proto-stream.el (open-protocol-stream): All starttls connections are
9387         handled by the network handler.
9388
9389 2010-11-30  Julien Danjou  <julien@danjou.info>
9390
9391         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9392         (nnimap-open-connection-1): Fix PREAUTH.
9393
9394         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9395
9396 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9399         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9400         (shr-insert): Use them.
9401         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9402
9403 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9404
9405         * nnir.el (nnir-request-move-article): Bail out if original group
9406         doesn't support article moves.
9407         (nnir-get-active): Improve active list retrieval.
9408
9409 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410
9411         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9412
9413 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9414
9415         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9416         seem to accept strings-with-numbers as port numbers.
9417
9418 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9419
9420         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9421         change the registry.
9422
9423 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9426         delete-dups that is not available in XEmacs 21.4.
9427
9428         * mm-util.el (mm-delete-duplicates): Add comment.
9429
9430 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9431
9432         * nnir.el (nnir-ignored-newsgroups): New variable.
9433         (nnir-get-active): Use it.
9434
9435 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * proto-stream.el (proto-stream-open-network): Add some comments.
9438
9439         * nntp.el (nntp-open-connection): Provide a :success condition.
9440
9441         * nnimap.el (nnimap-open-connection-1): Ditto.
9442
9443         * proto-stream.el (proto-stream-open-network): See what the response to
9444         the STARTTLS command is.
9445
9446         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9447         backwards compatibility).
9448         (nnimap-open-connection-1): Really respect nnimap-server-port.
9449
9450         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9451         TLS upgrades we don't really care about the identity of the peer.
9452         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9453         that what we've checked for.
9454         (proto-stream-always-use-starttls): Only default to t if
9455         open-gnutls-stream exists.
9456         (proto-stream-open-network): If STARTTLS failed, then just open a
9457         normal connection.
9458         (proto-stream-open-network): Wait until the greeting before doing
9459         STARTTLS.
9460
9461         * nntp.el (nntp-open-connection): Report what the connection error is.
9462
9463         * proto-stream.el (open-protocol-stream): Rename from
9464         open-proto-stream.
9465
9466 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnimap.el (nnimap-stream): Change default to `undecided'.
9469         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9470         first, and then network.
9471         (nnimap-open-connection-1): Respect nnimap-server-port.
9472         (nnimap-open-connection): Be more backwards-compatible.
9473
9474         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9475         (proto-stream-open-starttls): De-duplicate the starttls code.
9476         (proto-stream-open-starttls): Folded back into the main function.
9477         (proto-stream-open-network): Fix typo in the gnutls path.
9478         (proto-stream-command): Refactor out.
9479
9480         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9481
9482         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9483         starttls.el STARTTLS.
9484
9485         * color.el (color-lab->srgb): Fix function call name.
9486
9487         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9488         if we're using tls.el.
9489         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9490         built in, then don't try to establish a STARTTLS connection.
9491
9492         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9493         servers.
9494
9495         * proto-stream.el (open-proto-stream): Use network, not stream.
9496         (open-proto-stream): Add a way to specify what the end of a command is.
9497
9498         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9499         connections types.
9500         (nntp-open-network-stream): Remove.
9501         (nntp-open-ssl-stream): Remove.
9502         (nntp-open-tls-stream): Remove.
9503         (nntp-ssl-program): Remove.
9504
9505         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9506
9507 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9508
9509         * nnir.el: Fix typos.
9510         (nnir-retrieve-headers-override-function): Rename variable to reflect
9511         new semantics.
9512         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9513         macros.
9514         (nnir-request-article, nnir-request-move-article): Use them.
9515         (nnir-categorize): New function.
9516         (nnir-run-query): Use it.
9517         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9518         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9519         sorted.
9520         (nnir-group-full-name): Use gnus-group-full-name instead.
9521         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9522         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9523
9524 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9527
9528         * proto-stream.el: New library to provide protocol-specific
9529         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9530         protocols.
9531         (open-proto-stream): Complete the documentation.
9532         (proto-stream-open-network): Fix some typos.
9533
9534         * nnimap.el (nnimap-open-connection): Use it.
9535
9536 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9537
9538         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9539         negotiation.
9540
9541 2010-11-26  Julien Danjou  <julien@danjou.info>
9542
9543         * color.el: Rename various rgb functions to srgb.
9544
9545 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9548         names.
9549
9550 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * shr.el (shr-insert): Revert last change.
9553         (shr-find-fill-point): Never leave point being at bol;
9554         relax the kinsoku limitation when rendering tables.
9555
9556 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9559         results from -accept-article.
9560
9561         * shr-color.el: Require cl when compiling.
9562
9563         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9564         checkin.
9565
9566         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9567
9568         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9569
9570         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9571         'add and 'delete to set backend marks.
9572
9573         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9574
9575         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9576
9577         * nntp.el (nntp-request-set-mark): Use it.
9578
9579         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9580
9581         * nnml.el (nnml-request-set-mark): Ditto.
9582
9583         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9584         introduces regressions in article selection.
9585         (nnimap-find-uid-response): New function.
9586         (nnimap-request-accept-article): Use the UID returned, if any.
9587         (nnimap-request-move-article): Use the UID returned, if any.
9588         (nnimap-get-groups): Reimplement to work with folded lines.
9589         (nnimap-find-uid-response): The UID is the last element in the list.
9590         (nnimap-request-set-mark): Extend syntax with 'set.
9591
9592         * nnml.el (nnml-request-set-mark): Ditto.
9593
9594         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9595
9596         * nntp.el (nntp-request-set-mark): Ditto.
9597
9598 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * message.el (message-called-interactively-p): A temporary macro.
9601         (message-goto-body): Use it temporarily.
9602
9603 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9606         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9607         (nnimap-last-response-string): Fix last unfolding fix.
9608
9609 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * shr.el (shr-insert): Fix the way to fold lines.
9612
9613 2010-11-25  Julien Danjou  <julien@danjou.info>
9614
9615         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9616
9617         * color.el: Rename from color-lab.el
9618         (color-rgb->hex): Add.
9619         (color-complement): Add.
9620         (color-complement-hex): Add.
9621
9622         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9623
9624 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * shr-color.el (shr-color-visible): Don't bug out if the color names
9627         don't exist.
9628
9629 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9632         assuming that article displaying or another mml-preview may be
9633         interrupted for an error or for the like.
9634
9635         * shr.el (shr-get-background): Fix argument name.
9636
9637 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9640
9641         * gnus-sum.el (gnus-summary-include-articles): New function.
9642
9643         * message.el (message-goto-body): called-interactively-p needs a
9644         parameter, so use `any'.
9645
9646         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9647         clear marks before moving, since they're synced from the Gnus side
9648         first.
9649
9650         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9651         (gnus-summary-move-article): Copy over all marks before moving, so that
9652         IMAP doesn't think a new article has arrived.
9653
9654 2010-11-24  Julien Danjou  <julien@danjou.info>
9655
9656         * shr.el (shr-insert-background-overlay): Fix typo.
9657         (shr-render-td): Copy the background before rendering.
9658
9659         * shr-color.el (shr-color-visible): Fix docstring.
9660
9661         * shr.el (shr-tag-table): Add bgcolor support.
9662         (shr-render-td): Add bgcolor support.
9663         (shr-get-background): Add.
9664         (shr-insert-foreground-overlay): Use shr-get-background.
9665
9666         * message.el (message-goto-body): Use called-interactively-p.
9667         (message-in-body-p): message-goto-body returns point.
9668
9669 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9672         Fixes something or other in Emacs 23, and is backwards compatible.
9673
9674         * message.el (message-goto-body): Remove the <#secure special-casing,
9675         which is too special.
9676
9677         * shr.el (shr-parse-style): Drop !important from styles.
9678
9679 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9680
9681         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9682         this function to return incorrect results when calling it with an
9683         explicit article argument different from
9684         (gnus-summary-article-number).
9685
9686 2010-11-24  Julien Danjou  <julien@danjou.info>
9687
9688         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9689         (shr-tag-body): Add background support.
9690         (shr-descend): Add background support.
9691         (shr-tag-title): Add.
9692
9693         * shr-color.el (shr-color-visible): Really return original background
9694         if fixed.
9695
9696 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * shr.el (shr-color-check): Protect against non-existent color names.
9699
9700 2010-11-24  Julien Danjou  <julien@danjou.info>
9701
9702         * color-lab.el: Require 'cl when compiling.
9703
9704         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9705
9706         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9707         matched part.
9708
9709         * color-lab.el: Fix all expt calls to use float type.
9710
9711 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9714         expression to shr-color-check as is.
9715
9716         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9717
9718         * color-lab.el: Add coding cookie.
9719         (float-pi): Use eval-and-compile.
9720
9721         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9722         compiled for Emacsen having no `libxml-parse-html-region' support.
9723
9724 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * shr.el (shr-insert-color-overlay): Split stuff like
9727         "#444444 !important" to find the real color.
9728         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9729         parse <font color="red"> entries.
9730
9731 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9732
9733         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9734         point when parsing headers.
9735
9736         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9737         is positioned properly when parsing headers.
9738
9739 2010-11-23  Julien Danjou  <julien@danjou.info>
9740
9741         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9742
9743         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9744
9745         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9746
9747         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9748         Use shr-color-hue-to-rgb.
9749         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9750
9751 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * shr.el (shr-color->hexadecimal): Autoload.
9754         (shr-descend): Add color to all tags.
9755
9756 2010-11-22  Julien Danjou  <julien@danjou.info>
9757
9758         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9759         shr-color->hexadecimal.
9760
9761         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9762         RGB() or HSL() color representation.
9763
9764         * shr.el (shr-tag-font): Add.
9765         (shr-tag-color-check): New function to get better colors.
9766         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9767         tag-span.
9768
9769         * shr-color.el: New file.
9770
9771         * color-lab.el: New file.
9772
9773         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9774
9775 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9776
9777         * nnir.el: Fix typo in comments.
9778         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9779         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9780
9781 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9784
9785         * nnimap.el (nnimap-get-capabilities): Refactor out.
9786         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9787
9788 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9789
9790         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9791         appearing when `mm-uu-hide-markers' is nil.
9792
9793 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * nnimap.el (nnimap-unselect-group): Make into its own function.
9796         (nnimap-request-rename-group): Unselect group before renaming.
9797         This had gotten lost somewhere.
9798         (nnimap-request-accept-article): Keep track of examined groups, and
9799         unselect the group before APPENDing to read-only groups.
9800         (nnimap-request-move-article): Clear flags before moving so that they
9801         can be re-set later.
9802
9803 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9806         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9807
9808 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-art.el (gnus-mime-display-single):
9811         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9812         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9813         parameter.
9814
9815 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9818         (shr-table-vertical-line): New variable.
9819         (shr-insert-table): Use it.
9820
9821 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-html.el (gnus-html-wash-images): Don't display images if
9824         gnus-inhibit-images is non-nil; register displayer for cid images.
9825         (gnus-html-display-image): Work for cid image.
9826         (gnus-html-insert-image): Allow arguments.
9827         (gnus-html-put-image): Inhibit read-only.
9828         (gnus-html-prefetch-images): Don't prefetch images if
9829         gnus-inhibit-images is non-nil.
9830
9831 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * shr.el (shr-put-image): Break lines when inserting big pictures.
9834
9835 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9836
9837         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9838         sender, thanks Katsumi Yamaoka.
9839
9840 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9841
9842         * nnir.el (nnir-run-imap): Reverse the article list for each group
9843         rather than the whole list.
9844
9845 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * shr.el (shr-image-displayer): Protect function against non-existent
9848         image source.
9849
9850         * gnus-art.el (gnus-inhibit-images): New user option.
9851         (gnus-mime-display-single): Don't display image if it is non-nil.
9852
9853         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9854         gnus-inhibit-images.
9855
9856         * shr.el (shr-image-displayer): New function.
9857         (shr-tag-img): Use it.
9858
9859 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9860
9861         * mml2015.el (mml2015-epg-sign): Use From header.
9862
9863 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9866
9867         * gnus-util.el (gnus-find-text-property-region): Return markers.
9868
9869         * shr.el (shr-tag-img): Put a displayer in the text property.
9870
9871         * gnus-util.el (gnus-find-text-property-region): New utility function.
9872
9873         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9874         (gnus-html-show-images): Remove.
9875
9876         * gnus-art.el (gnus-article-show-images): New, more general function.
9877
9878         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9879         image url text properties.
9880
9881         * shr.el: Ditto.
9882
9883         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9884         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9885
9886 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9889         work for two or more articles.
9890
9891 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9894         divide an image that's in an html article to two or more when washing
9895         non-ASCII characters in alt text of it.
9896
9897 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9900         smime-decrypt-region using function argument.
9901         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9902
9903         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9904
9905         * smime.el (smime-decrypt-region): Catch it.
9906
9907 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9908
9909         * smime.el (smime-mode-map): Move initialization into declaration.
9910         (gnus-run-mode-hooks): Don't autoload.
9911         (smime-mode): Use define-derived-mode.
9912
9913 2010-11-11  Glenn Morris  <rgm@gnu.org>
9914
9915         * smime.el (from): Restrict declaration to XEmacs.
9916
9917         * nnir.el (gnus-group-topic-name): Autoload.
9918
9919 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * shr.el (shr-insert): Don't break long line if it is because of
9922         kinsoku-bol characters in the line end.
9923
9924 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9925
9926         * nnir.el (nnir-request-move-article): Fix to provide original group
9927         and subject.
9928         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9929         been retrieved.
9930
9931         * gnus-sum.el (gnus-summary-move-article): Use original group and
9932         subject for virtual articles such as those in an nnir summary buffer.
9933
9934 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9937         least 21.5).
9938
9939         * smime.el (from): Declare it again for XEmacs.
9940
9941 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * message.el (message-resend): Don't disable encoding unless it's
9944         already encoded.
9945
9946         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9947         low-numbered articles.
9948
9949 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * rfc2047.el (rfc2047-syntax-table): Simplify.
9952
9953         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9954
9955         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9956         set-char-table-range for XEmacs.
9957
9958 2010-11-10  Glenn Morris  <rgm@gnu.org>
9959
9960         * time-date.el (time-to-seconds): Always an alias on Emacs,
9961         never a real function.
9962         (with-no-warnings): Remove compat stub, now unused.
9963         (time-less-p): Doc fix.
9964         (time-to-number-of-days): Simplify.
9965
9966         * smime.el (from): Remove unused declaration.
9967
9968         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9969         (gnus-float-time): On Emacs, always an alias.
9970
9971         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9972         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9973
9974 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * dgnushack.el: Don't use ignore-errors in the top level form since it
9977         is unavailable in XEmacs even if cl is loaded.
9978
9979         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9980
9981 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * shr.el (browse-url-mailto): Autoload.
9984
9985         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9986
9987         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9988         regexp doesn't need quoting.
9989
9990 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9991
9992         * message.el (message-subject-trailing-was-ask-regexp)
9993         (message-subject-trailing-was-regexp): Match was: in addition to was.
9994
9995 2010-11-09  Glenn Morris  <rgm@gnu.org>
9996
9997         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9998         (nnbabyl-check-mbox): Use point-at-bol.
9999
10000 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
10003
10004         * message.el (message-mailto): New function.
10005         (message-mailto): Should accept other parameters.
10006         (message-mailto): Remove since it duplicates browse-url-mailto
10007         functionality.
10008
10009 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
10012         methods.
10013         (gnus-read-active-file): Ditto.
10014
10015         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
10016         ": " from the prompt.
10017         (gnus-group-make-group): Ditto.
10018
10019 2010-11-07  Glenn Morris  <rgm@gnu.org>
10020
10021         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
10022         (gnus-bookmark-kill-line): Use point-at-eol.
10023
10024 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
10027         asterisks in From header.
10028
10029 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
10032         string to avoid making the From headers syntactically invalid.
10033
10034         * message.el (message-send-mail): Don't insert courtesy messages if the
10035         message already has List-Post and List-ID messages.
10036
10037 2010-11-06  Glenn Morris  <rgm@gnu.org>
10038
10039         * gnus-art.el (gnus-treat-article): Give dynamic local variables
10040         `condition', `type', `length' a prefix.
10041         (gnus-treat-predicate): Update for above name changes.
10042
10043 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
10044
10045         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
10046         binding.  Handled by `gnus-summary-refer-thread' instead.
10047         (nnir-warp-to-article): New backend function.
10048
10049         * nnimap.el (nnimap-request-thread): Force dependency updating.
10050
10051         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
10052         (gnus-summary-refer-thread): Rework to improve thread-referral.
10053
10054         * gnus-int.el (gnus-warp-to-article): New function.
10055
10056         * gnus-sum.el (gnus-summary-article-map): Bind it.
10057
10058 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
10059
10060         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
10061         gnus-summary-refer-thread.
10062
10063         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10064         headers.
10065         (gnus-summary-limit-include-thread): Prevent articles in thread from
10066         being cut in gnus-cut-threads.
10067         (gnus-summary-refer-thread): Limit retrieved headers to those in
10068         thread.
10069
10070 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10071
10072         * message.el (message-send-mail): Use the value of
10073         message-courtesy-message from the message buffer.
10074
10075         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10076
10077         * shr.el (shr-browse-url): Implement mailto: URLs.
10078
10079         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10080         "raw".
10081
10082         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10083         if it's already selected.
10084
10085         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10086
10087 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10090         to measure the length and truncate alt text.
10091
10092 2010-11-03  Glenn Morris  <rgm@gnu.org>
10093
10094         * nndiary.el (nndiary-generate-nov-databases-1)
10095         (nndiary-generate-active-info): Rename dynamic variable `files' to
10096         something less generic.
10097
10098 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10099
10100         * nnir.el (nnir-request-move-article): Call the underlying backend to
10101         move articles from nnir.
10102
10103 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10104
10105         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10106
10107 2010-11-02  Julien Danjou  <julien@danjou.info>
10108
10109         * nnir.el: Remove wais support.
10110
10111 2010-11-02  Glenn Morris  <rgm@gnu.org>
10112
10113         * gnus-html.el: Reorder requirements to quieten compiler.
10114
10115 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10118         properly for XEmacs as well.
10119         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10120         (gnus-article-natural-long-line-p): Use window-width rather than
10121         frame-width.
10122
10123 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10124
10125         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10126         (nnir-read-parms): Don't modify query.
10127         (nnir-run-query): Add ability to search topic on current line.
10128         (nnir-get-active): Clean up.
10129
10130 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10133         degenerate articles.
10134
10135         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10136         (gnus-print-buffer): Just print the buffer as is, without any copying
10137         to a buffer and then re-highlighting.
10138
10139         * nnimap.el (nnimap-request-group): Store the new updated info.
10140         (nnimap-request-group): Select the group when we don't know whether it
10141         exists or not.
10142
10143         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10144         groups.
10145
10146         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10147         groups.
10148
10149         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10150         groups.
10151
10152         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10153         long-lines case by only filling the long lines.
10154
10155         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10156         (bug#7311).
10157
10158 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * shr.el: No need to declare `declare-function' since shr.el is for
10161         only Emacsen that provide `libxml-parse-html-region'.
10162
10163         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10164         effective only in a file it is referred to.
10165
10166 2010-11-01  Glenn Morris  <rgm@gnu.org>
10167
10168         * mm-util.el (gnus-completing-read): Autoload.
10169         (mm-read-coding-system): Simplify Emacs definition.
10170
10171         * nnmail.el (gnus-activate-group):
10172         * nnimap.el (gnutls-negotiate):
10173         * nntp.el (netrc-parse): Fix declarations.
10174
10175 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10178         string-match-p in Emacs >=23.
10179
10180         * gnus-msg.el (gnus-configure-posting-styles):
10181         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10182
10183 2010-11-01  Glenn Morris  <rgm@gnu.org>
10184
10185         * nnir.el (declare-function): Add compat stub.
10186         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10187         (nnir-run-gmane): Require 'mm-url.
10188
10189         * mm-util.el (mm-string-to-multibyte): Simplify.
10190
10191         * shr.el (declare-function): Add compat stub.
10192         (url-cache-create-filename): Declare.
10193         (mm-disable-multibyte, widget-convert-button): Autoload.
10194
10195         * smime.el (ldap-search): Declare.
10196         (smime-cert-by-ldap-1): Require ldap on Emacs.
10197
10198         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10199         (nnimap-keepalive): Use gnus-float-time.
10200
10201         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10202         (mail-source-delete-crash-box): Use gnus-float-time.
10203
10204         * gnus-dired.el (gnus-completing-read): Autoload.
10205
10206         * mm-view.el (gnus-rescale-image): Autoload.
10207
10208         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10209
10210         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10211
10212         * sieve-manage.el: Require 'cl when compiling.
10213
10214         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10215         (gnus-iswitchb-completing-read): Require iswitchb.
10216         (gnus-select-frame-set-input-focus): Silence compiler.
10217
10218 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * message.el (message-subject-trailing-was-query): Change default to t,
10221         since I think that's what most people want.
10222
10223         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10224         appending for easier debugging.
10225         (nnimap-wait-for-connection): Take a regexp.
10226         (nnimap-request-accept-article): Wait for the continuation line before
10227         sending anything unless we're streaming.
10228
10229         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10230         leave the header washing to take place.
10231
10232 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10233
10234         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10235         regular expression match and replace in posting styles.
10236
10237 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10238
10239         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10240         an entire server.
10241         (nnir-get-active): New function.
10242         (nnir-run-imap): Use it.
10243         (nnir-run-gmane): Who knew, gmane search returns an article score!
10244
10245         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10246         server on the current line with nnir.
10247
10248 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10251         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10252         left edge.
10253         (gnus-article-foldable-buffer): Skip past the prefix when determining
10254         raggedness.
10255
10256         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10257         the raw article, and change `C-u g' to show the article without doing
10258         treatments.
10259
10260         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10261         on to `gnus-treat-article'.
10262         (gnus-inhibit-article-treatments): New variable.
10263
10264         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10265
10266         * gnus-art.el (gnus-treatment-function-alist): Have
10267         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10268         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10269         sections.
10270
10271         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10272         parameter.
10273         (gnus-article-fill-cited-long-lines): New function.
10274         (gnus-article-fill-cited-article): Allow filling only long sections.
10275
10276         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10277         and non-punctuation (like after the apostrophe in "'We").
10278
10279         * gnus-sum.el (gnus-summary-select-article): Make sure
10280         gnus-original-article-buffer is alive.
10281
10282         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10283         reflect the order they're in in the digest.
10284
10285         * gnus.el (gnus-group-startup-message): Move point to the start of the
10286         buffer.
10287
10288         * nnimap.el (nnimap-capability): New function.
10289         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10290         is set.
10291
10292 2010-10-31  David Engster  <dengste@eml.cc>
10293
10294         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10295         conform with changes to gnus-completing-read.
10296
10297 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10300
10301 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10302
10303         * nnir.el: Move defvar, defcustom around to keep file organized
10304         and keep byte-compiler quiet.
10305         (nnir-read-parms): Accept search-engine as arg.
10306         (nnir-run-query): Pass search-engine as arg.
10307         (nnir-search-engine): Remove.
10308
10309 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * shr.el (shr-generic): The text nodes should be text, not :text.
10312
10313         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10314         later in the file.
10315
10316 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10317
10318         * nnir.el: General clean up.  Allow searching with multiple engines.
10319         Allow separate extra-parameters for each engine.
10320         Batch queries when possible.
10321         (nnir-imap-default-search-key, nnir-method-default-engines):
10322         Add customize interface.
10323         (nnir-run-gmane): New engine.
10324         (nnir-engines): Use it.  Qualify all prompts with engine name.
10325         (nnir-search-engine): Remove global variable.
10326         (nnir-run-hyrex): Restore for now.
10327         (nnir-extra-parms, nnir-search-history): New variables.
10328         (gnus-group-make-nnir-group): Use them.
10329         (nnir-group-server): Remove in favor of gnus-group-server.
10330         (nnir-request-group): Avoid searching twice.
10331         (nnir-sort-groups-by-server): New function.
10332
10333 2010-10-30  Julien Danjou  <julien@danjou.info>
10334
10335         * gnus-group.el: Remove gnus-group-fetch-control.
10336
10337         * gnus-start.el (gnus-find-new-newsgroups):
10338         Remove gnus-check-first-time-used.
10339
10340         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10341
10342 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10343
10344         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10345         set on groups that don't have \* permanentflags.
10346
10347 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10350         control the background color.
10351         (shr-tag-img): Ignore very small web bug type images.
10352         (shr-put-image): Add help-echo alt texts to the images.
10353         (shr-tag-video): Show the video poster image.
10354
10355 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * shr.el (shr-table-depth): New variable.
10358         (shr-tag-table-1): Only insert the images after the top-level table.
10359
10360         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10361
10362         * gnus-util.el (gnus-list-memq-of-list): New function.
10363
10364         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10365         selected.
10366         (nnimap-unsplittable-articles): New slot.
10367         (nnimap-new-articles): Use it.
10368
10369 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10370
10371         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10372         move to the previous line on `M-g'.
10373
10374 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10377         *-request-group, which seems unnecessary.
10378
10379         * nnimap.el (nnimap-quote-specials): Function copied over from
10380         imap.el.
10381         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10382         they support that.  Suggested by Tom Regner.
10383
10384 2010-10-29  Julien Danjou  <julien@danjou.info>
10385
10386         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10387         defalias.
10388         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10389
10390         * gnus.el: Remove `gnus-nntp-service' variable.
10391         (gnus-secondary-servers): Make obsolete.
10392         (gnus-nntp-server): Make obsolete.
10393
10394         * gnus-start.el (gnus-1): Remove x-splash calls.
10395
10396         * gnus-ems.el (gnus-x-splash): Remove.
10397
10398         * gnus.el (gnus-group-startup-message): Simplify/update code.
10399
10400         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10401         definition.
10402
10403         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10404         capability before doing anything.
10405         (gnus-group-insert-group-line): Remove useless
10406         gnus-group-remove-excess-properties.
10407
10408 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10411
10412 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10415         config after reselecting.
10416
10417 2010-10-28  Julien Danjou  <julien@danjou.info>
10418
10419         * shr.el (shr-put-image): Use point even if only inserting text.
10420         (shr-put-image): Save excursion when inserting alt text on non-graphic
10421         display, so the behavior is the same when we are on a graphic display.
10422
10423         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10424
10425 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10428         (gnus-mime-copy-part): Check coding system, not charset.
10429         (gnus-mime-view-part-externally): Never remove part.
10430         (gnus-mime-view-part-internally): Don't remove part here.
10431         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10432         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10433         multipart/alternative.
10434
10435         * mm-decode.el (mm-display-part): Take optional arg `force'.
10436
10437 2010-10-26  Julien Danjou  <julien@danjou.info>
10438
10439         * gnus-group.el (gnus-group-default-list-level): Add this function to
10440         compute the default list level.
10441         (gnus-group-default-list-level): Add possibility to use a function.
10442
10443 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10446
10447         * gnus-group.el (gnus-group-completing-read)
10448         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10449         gnus-replace-in-string.
10450
10451 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * shr.el (shr-tag-div): Add.
10454
10455         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10456
10457 2010-10-25  Julien Danjou  <julien@danjou.info>
10458
10459         * gnus-util.el: Remove `gnus-with-local-quit'.
10460
10461         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10462
10463 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10466         the original article buffer.
10467
10468 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * nnimap.el (nnimap-request-head): New function.
10471         (nnimap-request-move-article): Try to be slightly faster by not
10472         requesting the entire message when moving.
10473         (nnimap-transform-headers): Don't bug out on bodiless articles.
10474         (nnimap-send-command): Have no outstanding messages if the IMAP server
10475         doesn't support streaming.
10476         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10477
10478 2010-10-24  Julien Danjou  <julien@danjou.info>
10479
10480         * message.el (message-default-headers): Fix type.
10481
10482 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10485         prefetching images.
10486
10487         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10488         backend for unknown groups.  This is mainly useful for nnimap groups.
10489
10490         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10491         group isn't covered by the agent.
10492
10493 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10494
10495         * nnir.el (nnir-method-default-engines): New variable.
10496         (nnir-run-query): Use it.
10497         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10498         (gnus-summary-nnir-goto-thread): Change group if needed.
10499
10500         * gnus-group.el (gnus-group-group-map): Add key binding for
10501         gnus-group-make-nnir-group.
10502
10503 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504
10505         * shr.el (shr-tag-object): Add.
10506
10507         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10508         original article buffer live.
10509         (gnus-summary-select-article-buffer):
10510         Mention gnus-widen-article-buffer.
10511
10512 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * shr.el (shr-tag-strong): Add.
10515
10516 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517
10518         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10519         group names.  They mess up the group buffer badly.
10520
10521         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10522
10523         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10524         instead of the summary one.
10525
10526 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * mml.el (mml-preview): Work properly when editing article.
10529
10530         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10531         gnus-have-read-active-file if it's already been in.
10532
10533 2010-10-22  Tom Tromey  <tromey@redhat.com>
10534
10535         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10536         gnus-group-completing-read.
10537
10538 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * message.el (message-mode-map): Don't bind M-; to comment region, to
10541         allow the global comment-dwim to work.
10542
10543 2010-10-21  Julien Danjou  <julien@danjou.info>
10544
10545         * message.el (message-setup-1): Allow message-default-headers to be a
10546         function.
10547
10548 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * shr.el (shr-tag-table): Simplify.
10551
10552 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10555         to avoid trying to snarf invalid stuff.
10556
10557         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10558
10559         * gnus.el (gnus-message-archive-group): Quote value.
10560         (gnus-message-archive-group): Mark as changed.
10561
10562         * shr.el (shr-add-font): Don't put the font properties on the newline
10563         or the indentation.
10564
10565         * message.el (message-fix-before-sending): Change options when sending
10566         non-printable characters.
10567
10568         * gnus.el (gnus-message-archive-method): Change the default to
10569         monthly outgoing groups.
10570
10571         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10572         that have gotten new numbers.
10573
10574         * nnimap.el (nnimap-request-replace-article): New function.
10575
10576 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10579         (nnrss-request-article): Don't use special html washing code.
10580
10581 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * shr.el (shr-tag-table): Remove useless nconc.
10584
10585 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-art.el (article-wash-html): Simplify and remove the charset
10588         stuff.  Use the normal html rendering code instead of the special html
10589         washing code.
10590
10591         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10592         `gnus-w3m' symbols.
10593         (mm-text-html-washer-alist): Remove.
10594
10595         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10596         (mm-inline-media-tests): Remove use.
10597         (mm-text-html-renderer): Change default to the `shr' symbol.
10598
10599         * mm-view.el (mm-inline-text-html): Remove use.
10600
10601         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10602         `gnus-blocked-images' to be a function.
10603         (gnus-article-wash-function): Remove.
10604
10605 2010-10-20  Julien Danjou  <julien@danjou.info>
10606
10607         * spam.el (spam-list-of-processors): Mark as obsolete.
10608
10609         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10610         (nnimap-insert-partial-structure): Fix boundary detection.
10611
10612 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10613
10614         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10615         run file-truename on remote files.  This can be expensive and even
10616         prevent one from editing drafts if some unrelated buffer has a stale
10617         connection.
10618
10619 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10622         kinsoku-eol regardless of shr-kinsoku-shorten.
10623         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10624         (shr-tag-table): Support caption, thead, and tfoot.
10625
10626 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10629         lines.
10630         (shr-save-contents): New command and keystroke.
10631
10632         * nndoc.el (nndoc-type-alist): Add git support.
10633         (nndoc-git-type-p): New function.
10634         (nndoc-transform-git-article): Ditto.
10635         (nndoc-transform-git-headers): Ditto.
10636         (nndoc-transform-git-headers): Generate Subject headers.
10637
10638         * shr.el (shr-parse-style): New function.
10639         (shr-tag-span): Ditto.
10640
10641         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10642         to `G G' to avoid collisions.
10643
10644 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * shr.el: Load kinsoku if necessary.
10647         (shr-kinsoku-shorten): New internal variable.
10648         (shr-find-fill-point): Make kinsoku shorten text line if
10649         shr-kinsoku-shorten is bound to non-nil.
10650         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10651         shr-indentation too when testing if table is wider than frame width.
10652         (shr-insert-table): Use `string-width' instead of `length' to measure
10653         text width.
10654         (shr-insert-table-ruler): Make sure indentation is done at bol.
10655
10656 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10657
10658         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10659         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10660         undecoded network data.
10661
10662 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10665         name in the mode line spec so that the mode line menu works
10666         (bug#2431).
10667
10668         * message.el (message-get-reply-headers): If we're fed `to-address',
10669         then always use that.
10670
10671         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10672         aren't so wide as to need to switch off the edit menu.
10673
10674         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10675         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10676
10677         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10678         `M-g'.
10679         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10680         the permanent marks.
10681
10682 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10683
10684         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10685         Splitting according to references/in-reply-to obeys the ignore-groups
10686         variable, while splitting by sender and subject do not.
10687
10688 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10691         alist, so that we can look for non-Unicode chars.
10692         (article-translate-strings): Allow both character and string maps.
10693
10694 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * shr.el (shr-insert): Don't insert space behind a wide character
10697         categorized as kinsoku-bol, or between characters both categorized as
10698         nospace.
10699
10700 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10701
10702         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10703         headers to gnus-newsgroup-headers.
10704
10705 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10706
10707         * shr.el (shr-tag-img): Don't align images -- since we're not
10708         rescaling, this often leads to ugly displays.
10709
10710 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10711
10712         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10713         duplicates.
10714
10715 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10716
10717         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10718         call.
10719
10720 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus.el: Autoload gnus-html-show-images.
10723
10724         * nnimap.el: Use nnheader-message throughout.
10725
10726         * shr.el (shr-tag-img): Ignore images with no data.
10727
10728 2010-10-15  Julien Danjou  <julien@danjou.info>
10729
10730         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10731         a possibility to disable format=flow encoding when using hard newlines.
10732
10733 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * shr.el (shr-insert): Remove space inserted before or after a
10736         breakable character or at the beginning or the end of a line.
10737         (shr-find-fill-point): Do kinsoku; find the second best point or give
10738         it up if there's no breakable point.
10739
10740 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * nnimap.el (nnimap-open-connection): Message when opening connection
10743         for debugging purposes.
10744
10745         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10746         on every setup buffer call to allow this to change from article to
10747         article.
10748
10749         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10750         buffers where we have a wide table.
10751
10752 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10753
10754         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10755         uses *-request-thread.
10756
10757 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10760         incantation, which is no longer valid.
10761
10762 2010-10-14  Julien Danjou  <julien@danjou.info>
10763
10764         * shr.el: Fix defcustom type (char -> character).
10765
10766 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767
10768         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10769         programs.
10770
10771 2010-10-14  Julien Danjou  <julien@danjou.info>
10772
10773         * shr.el (shr-tag-a): Use url-link as widget type.
10774
10775         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10776         `gnus-group-get-icon'.
10777
10778 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10781         This should make server editing work better.
10782
10783         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10784
10785         * tls.el (tls-program): Remove spurious %s from openssl.
10786
10787         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10788         (nnimap-parse-flags): Fix regexp.
10789
10790         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10791         probably work for CJVK text, too.
10792
10793         * nnimap.el (nnimap-extend-tls-programs): Remove.
10794         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10795
10796         * tls.el (tls-starttls-switches): Remove starttls hack.
10797         (open-tls-stream): Ditto.
10798         (tls-find-starttls-argument): Ditto.
10799
10800 2010-10-13  Julien Danjou  <julien@danjou.info>
10801
10802         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10803         responses.
10804
10805 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10808
10809         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10810         anything in Emacs.
10811
10812         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10813
10814 2010-10-13  Julien Danjou  <julien@danjou.info>
10815
10816         * shr.el (shr-width): Make shr-width a defcustom with default to
10817         fill-column.
10818         (shr-tag-img): Use shr-width rather than fill-column.
10819
10820 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * dgnushack.el (byte-optimize-apply):
10823         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10824
10825         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10826         position when (X-)Faces exist.
10827         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10828         avatars when called interactively.
10829
10830 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10833         gnus-article-x-face-too-ugly is bound.
10834
10835 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10838
10839         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10840         mailbox that doesn't exist.
10841
10842 2010-10-12  Julien Danjou  <julien@danjou.info>
10843
10844         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10845         (shr-get-image-data): Encode URL properly when fetching from cache.
10846         (shr-tag-img): Use aligned-to spaces to align correctly images.
10847
10848         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10849         before inserting the Gravatar.
10850
10851         * shr.el (shr-tag-img): Add align attribute support for <img>.
10852
10853 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854
10855         * gnus-gravatar.el (gnus-art): Require.
10856
10857         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10858         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10859         Remove long obsoleted functions.
10860
10861 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10864
10865         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10866
10867         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10868         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10869         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10870         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10871         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10872         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10873         * sieve-manage.el, smime.el, spam.el:
10874         Fix comment for declare-function.
10875
10876 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877
10878         * nnimap.el (nnimap-request-rename-group): Select group read-only
10879         before renaming it.
10880
10881         * shr.el (shr-insert): Fix up the white space only regexp.
10882
10883         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10884         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10885
10886         * shr.el (shr-current-column): New function.
10887         (shr-find-fill-point): New function.
10888
10889 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10890
10891         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10892         numbers.
10893
10894 2010-10-11  Julien Danjou  <julien@danjou.info>
10895
10896         * shr.el (shr-hr-line): Add.
10897         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10898         display hr lines.
10899         (shr-max-columns): Do not change state to nil if we just inserting
10900         spaces.
10901
10902 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10905         select the last group.
10906
10907 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10908
10909         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10910
10911 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10912
10913         * dig.el (dig-mode-map): Declare and define in one step.
10914
10915 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10918         for Gnus.
10919         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10920         (nnimap-update-qresync-info): Mark \Seen articles as read.
10921
10922         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10923         non-variable, too.
10924
10925         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10926         available.
10927         (nnimap-update-info): Rely more on the current active than the param
10928         active to avoid marking articles as read too much.
10929
10930         * auth-source.el (auth-source-create): Use (user-login-name) for the
10931         user name default.
10932
10933         * nnimap.el (nnimap-update-info): If the server doesn't return any
10934         useful info, just use the previous info.
10935         (nnimap-update-info): Prefer old info over start-article.
10936         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10937
10938 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10939
10940         * nnir.el (autoload): Clean up autoloads.
10941         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10942         Use key rather than value.
10943         (nnir-imap-search-other): New variable.
10944         (nnir-read-parm): Use it.
10945         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10946         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10947
10948 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10949
10950         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10951         the process, too.
10952
10953 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * spam.el (gnus-summary-mode-map): Bind to "$".
10956         Suggested by Russ Allbery.
10957
10958         * shr.el: Rework the way things are indented by <li> slightly.
10959
10960         * gnus.el (gnus-group-set-parameter): Fix typo.
10961
10962         * nnimap.el: Start implementing QRESYNC support.
10963
10964 2010-10-09  Julien Danjou  <julien@danjou.info>
10965
10966         * nnir.el (nnir-engines): Fix too many arguments.
10967
10968 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10969
10970         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10971         group is the "last", so that the backends like nnfolder actually save
10972         their folders.
10973
10974         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10975         try to use that for the tls stream.
10976         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10977         UIDVALIDITY and find out which groups are read-only and not.
10978         (nnimap-get-flags): Use the same marks parsing code as the rest of
10979         nnimap.
10980
10981 2010-10-09  Julien Danjou  <julien@danjou.info>
10982
10983         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10984
10985         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10986         retrieving gravatars.
10987
10988         * shr.el (shr-table-corner): Add.
10989         (shr-table-line): Add.
10990         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10991
10992 2010-10-08  Julien Danjou  <julien@danjou.info>
10993
10994         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10995
10996 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10997
10998         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10999
11000         * gnus-sum.el (gnus-mark-article-as-unread)
11001         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
11002         (gnus-summary-set-bookmark): Use it.
11003
11004         * gnus-msg.el (gnus-setup-message): Use it.
11005
11006         * gnus-demon.el (gnus-demon-remove-handler): Use it.
11007
11008         * gnus.el (gnus-group-remove-parameter): Use it.
11009
11010         * gnus-group.el (gnus-group-make-web-group): Use it.
11011
11012         * gnus-demon.el (gnus-demon-remove-handler): Use it.
11013
11014         * nnregistry.el: Update docs to mention manual.
11015
11016         * gnus-registry.el: Update docs to mention nnregistry.el.
11017         (gnus-registry-initialize): Don't install nnregistry refer method
11018         automatically.
11019         (gnus-registry-install-nnregistry): Remove it.
11020
11021 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * shr.el (shr-insert): Don't insert double spaces.
11024
11025 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-gravatar.el (gnus-treat-from-gravatar)
11028         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
11029         called interactively.
11030
11031         * gnus-art.el (gnus-mime-view-part-externally)
11032         (gnus-mime-view-part-internally): Make predicate function passed to
11033         gnus-mime-view-part-as-type assume argument is a mime type, not a list
11034         of a mime type.
11035
11036         * shr.el (shr-table-widths): Don't use cl function `reduce'.
11037
11038 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * shr.el (require): Require cl when compiling.
11041         (shr-tag-hr): New function.
11042
11043         * nnimap.el (nnimap-update-info): Remove double setting of high.
11044         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
11045         This makes nnimap work properly on Courier again.
11046
11047         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
11048         the variable for backwards compatibility.
11049
11050         * mm-decode.el (mm-save-part): If given a non-directory result, expand
11051         the file name before using to avoid setting mm-default-directory to
11052         nil.
11053
11054         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
11055         bidning gnus-agent variables.
11056
11057         * shr.el (shr-render-td): Use a cache for the table rendering function
11058         to avoid getting an exponential rendering behavior in nested tables.
11059         (shr-insert): Rework the line-breaking algorithm.
11060         (shr-insert): Don't leave trailing spaces.
11061         (shr-insert-table): Also insert empty TDs.
11062         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11063
11064 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11065
11066         * gnus-sum.el (gnus-number): Rename from `number'.
11067         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11068         (gnus-summary-limit-children): Update uses correspondingly.
11069
11070 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11073         (gnus-gravatar-transform-address): Don't show avatars of people of
11074         which mail addresses match gnus-gravatar-too-ugly.
11075
11076 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * shr.el (shr-table-widths): Expand TD elements to fill available
11079         space.
11080
11081 2010-10-07  Julien Danjou  <julien@danjou.info>
11082
11083         * nnimap.el (nnimap-request-rename-group): Add this method.
11084
11085 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11088         name from XEmacs' function-arglist.
11089
11090         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11091         gravatar under XEmacs.
11092
11093 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11094
11095         * auth-source.el: Update docs with TODO items.
11096
11097         * gnus-sync.el: Update docs to explain state and plans.
11098
11099         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11100         Hooks for mark updates.
11101         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11102
11103         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11104         hooks with arguments, which is needed for mark update hooks.
11105
11106 2010-10-06  Julien Danjou  <julien@danjou.info>
11107
11108         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11109         was matched.
11110
11111         * sieve-manage.el: Update example in `Commentary'.
11112
11113         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11114
11115         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11116         not 2000.
11117         (sieve-manage-authenticate): Re-add function.
11118
11119 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * shr.el (shr-insert): Get 'space transition right.
11122         (shr-render-td): Only delete space at the end of the TD.
11123
11124         * nnimap.el (nnimap-open-connection): Prepare to support
11125         open-gnutls-stream.
11126
11127         * shr.el: Rearrange function order to be more logical.
11128
11129 2010-10-06  Julien Danjou  <julien@danjou.info>
11130
11131         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11132         (nnrss-discover-feed): Remove 404 URL in docstring.
11133
11134         * nnir.el: Fix Swish-E URL.
11135         Fix Namazu URL.
11136
11137         * message.el (message-change-subject): Remove 404 URL in a comment.
11138
11139 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11142         called interactively.
11143
11144         * gnus-util.el (gnus-remove-if): Allow hash table.
11145         (gnus-remove-if-not): New function.
11146
11147         * gnus-art.el (gnus-mime-view-part-as-type):
11148         * gnus-score.el (gnus-summary-score-effect):
11149         * gnus-sum.el (gnus-read-move-group-name):
11150         Replace remove-if-not with gnus-remove-if-not.
11151
11152         * gnus-group.el (gnus-group-completing-read):
11153         Regard collection as a hash table if it is not a list.
11154
11155 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11158
11159         * shr.el: Document the table-rendering algorithm.
11160
11161 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11164         for Emacsen having no `libxml-parse-html-region' support.
11165
11166 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11169         invalid URLs.
11170
11171         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11172         line-broken.
11173         (shr-tag-img): Ignore image fetching errors.
11174         (shr-overlays-in-region): Compute overlay positions correctly.
11175
11176         * mm-decode.el (mm-shr): Require shr.
11177
11178         * gnus-art.el (gnus-blocked-images): Move variable here.
11179
11180         * shr.el (shr-insert-table): Bind free variable.
11181
11182         * mm-decode.el (mm-shr): Bind shr-content-function.
11183
11184         * shr.el (shr-content-function): New variable.
11185
11186         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11187         added for symmetry.
11188
11189         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11190
11191         * gnus-group.el (gnus-group-make-group): Doc fix.
11192
11193         * nnimap.el (nnimap-request-newgroups): Return success.
11194
11195         * shr.el (shr-find-elements): New function.
11196         (shr-tag-table): Put all the images after the table.
11197         (shr-tag-table): Really inhibit images inside the table.
11198         (shr-collect-overlays): Copy over overlays from the TD elements to the
11199         main document.
11200
11201         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11202         gnus-blocked-images.
11203
11204 2010-10-05  Julien Danjou  <julien@danjou.info>
11205
11206         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11207
11208         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11209         (gnus-html-maximum-image-size): Add this function.
11210         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11211
11212         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11213         server-value of the capability is nil.
11214
11215 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * shr.el (shr-tag-em): Add <EM> tag.
11218
11219 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11220
11221         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11222         customizable.
11223
11224         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11225         handing broken links to browse-url.
11226
11227 2010-10-05  Julien Danjou  <julien@danjou.info>
11228
11229         * gnus-util.el (gnus-emacs-completing-read)
11230         (gnus-iswitchb-completing-read): Use autoload rather than require.
11231
11232 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11235         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11236         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11237         iswitchb-temp-buflist for XEmacs.
11238
11239         * gnus-util.el (gnus-completing-read-function): Exclude
11240         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11241         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11242         XEmacs.
11243
11244         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11245         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11246
11247         * gnus-html.el: Don't require help-fns under XEmacs.
11248         (gnus-html-schedule-image-fetching): Work for XEmacs.
11249
11250         * mm-decode.el (mm-shr): Decode contents by charset.
11251
11252 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11255         unknown.
11256
11257         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11258         (shr-get-image-data): Ensure against the cache file missing.
11259
11260         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11261         for data.
11262
11263         * spam-report.el (spam-report-url-ping-plain): Don't query about
11264         killing the process.
11265
11266         * shr.el (shr-render-td): Protect against too-wide text.
11267
11268 2010-10-04  Julien Danjou  <julien@danjou.info>
11269
11270         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11271         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11272
11273         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11274         retrieved.
11275
11276 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * shr.el (browse-url): Require.
11279         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11280         lines.
11281         (shr-show-alt-text, shr-browse-image): New commands.
11282         (shr-browse-url, shr-copy-url): New commands.
11283
11284         * gnus-sum.el (gnus-widen-article-window): New variable.
11285         (gnus-summary-select-article-buffer): Use it.
11286
11287         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11288         without @ signs.
11289
11290 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11291
11292         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11293
11294 2010-10-04  Julien Danjou  <julien@danjou.info>
11295
11296         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11297         for XEmacs.
11298
11299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11302
11303         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11304         (nnimap-close-server): Implement.
11305
11306         * dgnushack.el (iswitchb): Require to shut up the compiler.
11307
11308         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11309         (shr-insert): Tweak line breaking.
11310         (shr-insert): Handle <pre> better.
11311         (shr-tag-li): Get <li> indentation right.
11312         (shr-tag-li): Get <li> indentation even righter.
11313         (shr-tag-blockquote): Ensure paragraph start.
11314         (shr-make-table): Tweak table generation.
11315         (shr-make-table): Fix typo.
11316
11317         * shr.el: Implement table rendering.
11318
11319 2010-10-04  Julien Danjou  <julien@danjou.info>
11320
11321         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11322
11323 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * shr.el (shr-insert): Use string anchors instead of line anchors.
11326
11327 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * shr.el: Add headings.
11330         (shr-ensure-paragraph): Actually work.
11331         (shr-tag-li): Make <ul> prettier.
11332         (shr-insert): Get white space at the beginning/end of elements right.
11333         (shr-tag-p): Collapse subsequent <p>s.
11334         (shr-ensure-paragraph): Don't insert double line feeds after blank
11335         lines.
11336         (shr-insert): \t is also space.
11337         (shr-tag-s): Fix "s" tag name function.
11338         (shr-tag-s): Fix face prop name.
11339
11340 2010-10-03  Julien Danjou  <julien@danjou.info>
11341
11342         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11343
11344         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11345         gnus-window-inside-pixel-edges.
11346
11347         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11348         gnus-ems.
11349
11350         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11351
11352         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11353         function.
11354
11355         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11356         resize choice.
11357
11358 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11361         beginning of the buffer.
11362
11363         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11364         article buffer again.
11365
11366         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11367
11368         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11369         when it's at the start of the buffer.
11370
11371         * shr.el (shr-tag-blockquote): Convert name.
11372         (shr-rescale-image): Use the right image-size variant.
11373
11374         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11375         buffer isn't shown, then select the current article first instead of
11376         bugging out.
11377         (gnus-summary-select-article-buffer): Show both the article and summary
11378         buffers again.
11379
11380         * shr.el (shr-fontize-cont): Protect against regions with no text.
11381         Rename tag functions to shr-tag-* for enhanced security.
11382         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11383
11384 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11385
11386         * shr.el (shr-insert):
11387         * pop3.el (pop3-movemail):
11388         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11389         loaded.
11390
11391 2010-10-03  Glenn Morris  <rgm@gnu.org>
11392
11393         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11394
11395         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11396
11397         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11398
11399         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11400
11401         * gnus-util.el (gnus-make-local-hook): Simplify.
11402
11403 2010-10-02  Julien Danjou  <julien@danjou.info>
11404
11405         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11406         (gnus-ido-completing-read): New function.
11407         (gnus-emacs-completing-read): New function.
11408         (gnus-completing-read): Use gnus-completing-read-function.
11409         Add gnus-completing-read-function.
11410
11411 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * shr.el (shr-insert-document): Autoload.
11414         (shr-img): Be silent.
11415         (shr-insert): Add a newline after every picture before text.
11416         (shr-add-font): Use overlays for combining faces.
11417         (shr-insert): Pass upwards the text start point.
11418
11419         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11420         possible.
11421         (mm-shr): New function.
11422
11423 2010-10-02  Julien Danjou  <julien@danjou.info>
11424
11425         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11426         should go backward.
11427
11428 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11429
11430         * shr.el (shr): Fix typo in provide call.
11431
11432 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433
11434         * shr.el: New file.
11435
11436         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11437
11438         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11439         completing read.
11440
11441 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11444         we're being queried about.  Suggested by Dan Jacobson.
11445
11446         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11447         Suggested by Jason Eisner.
11448
11449         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11450         table, too.  Suggested by Stefan Wiens.
11451         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11452         the table unnecessary.  Suggested by Stefan Wiens.
11453
11454         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11455         longer needed, and probably doesn't work either, as pointed out by
11456         Stefan Wiens.
11457         (gnus-summary-exit): Remove call to the clearing function.
11458         (gnus-summary-exit-no-update): Ditto.
11459
11460         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11461         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11462         Reported by Stefan Monnier.
11463         (gnus-summary-save-in-rmail): Ditto.
11464
11465         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11466         article buffer, instead of both the article buffer and the summary
11467         buffer.  Sort of suggested by Dan Jacobson.
11468
11469         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11470
11471         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11472         Suggested by Dan Jacobson.
11473
11474         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11475         documentation clearer.
11476
11477         * message.el (message-shorten-references): Comment on the number "21".
11478         Suggested by Stefan Monnier.
11479
11480         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11481         Suggested by Dan Jacobson.
11482
11483         * gnus.el (gnus-large-newsgroup):
11484         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11485
11486         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11487         externalize attachments.  Bug reported by Steve Wen.
11488
11489         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11490         really message anything to the user.
11491
11492         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11493         directly.
11494
11495         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11496         messages in empty groups.
11497
11498 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11501         non-UIDNEXT group.
11502
11503 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11506         not the value from the collection.
11507
11508         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11509         values.  This sometimes happens on some groups that have no info.
11510         (nnimap-request-newgroups): New function.
11511
11512 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11515         check into `gnus-registry-initialize'.
11516         (gnus-registry-initialize): Ditto.
11517         Fix and extend header docs.
11518
11519 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11520
11521         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11522         regexp backtrace overflows.
11523
11524         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11525         for starttls that tls.el implements; i.e. openssl.
11526
11527         * tls.el (tls-starttls-switches): Give up on using starttls with
11528         gnutls-cli.
11529         (tls-program): Add --insecure to be consistent with the defaults from
11530         openssl s_client.  Now all three commands are insecure.
11531
11532 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * lpath.el: Bind completion-styles-alist for XEmacs.
11535
11536         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11537         (gravatar-create-image): New function that's an alias to
11538         gnus-xmas-create-image, gnus-create-image, or create-image.
11539         (gravatar-data->image): Use it.
11540
11541 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11542
11543         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11544         install the nnregistry refer method.
11545         (gnus-registry-install-hooks): Use it.
11546         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11547         unfollowed groups.
11548
11549 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11550
11551         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11552         expanding threads.
11553
11554 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555
11556         * nnir.el: Use the server names without suffixes (bug#7009).
11557
11558         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11559         unencrypted to STARTTLS, if possible.
11560
11561 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11562
11563         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11564         headers before superseding.
11565
11566 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11567
11568         * nnrss.el (nnrss-use-local): Add documentation.
11569
11570         * nnimap.el (nnimap-extend-tls-programs): New function.
11571         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11572         (nnimap-wait-for-connection): Accept the greeting from the stupid
11573         output from openssl s_client -starttls, too.
11574
11575         * tls.el (tls-starttls-switches): New variable.
11576         (tls-find-starttls-argument): Use it.
11577         (open-tls-stream): Ditto.
11578
11579         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11580         (netrc-machine): Ditto.
11581
11582         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11583         article number.
11584         (nnimap-split-fancy): New variable.
11585         (nnimap-split-incoming-mail): Use it.
11586
11587         * nntp.el (nntp-server-list-active-group): Document.
11588
11589         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11590         SELECT to get the message-id.
11591
11592         * mail-source.el (mail-sources): Remove webmail support.
11593         (defvar): Ditto.
11594         (mail-source-fetcher-alist): Ditto.
11595         (mail-source-fetch-webmail): Remove.
11596
11597         * webmail.el: Remove -- doesn't seem relevant any more.
11598
11599         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11600
11601         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11602         the \r.
11603
11604 2010-09-30  Julien Danjou  <julien@danjou.info>
11605
11606         * gnus-agent.el (gnus-agent-add-group): Fix call to
11607         gnus-completing-read.
11608
11609 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610
11611         * nndoc.el (nndoc-retrieve-groups): New function.
11612
11613         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11614         `default', use nnmail-split-methods.
11615         (nnimap-request-article): Downcase the NILs so that they are nil.
11616
11617         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11618         symbol.
11619
11620         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11621         code, since if the user has requested network, that's what they ought
11622         to get.
11623         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11624         (nnimap-split-rule): Mark as obsolete.
11625
11626         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11627         New variable.
11628
11629         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11630         correct slot, too.
11631
11632 2010-09-29  Julien Danjou  <julien@danjou.info>
11633
11634         * gnus.el (gnus-local-domain): Declare variable obsolete.
11635
11636         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11637         Fix history computing.
11638         (gnus-ido-completing-read): Require ido.
11639
11640 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11643         build Gnus.
11644
11645         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11646         when interpreting the structures.
11647         (nnimap-request-accept-article): Add \r\n to the lines to make this
11648         work with Cyrus.
11649
11650         * nndraft.el (nndraft-request-expire-articles): Use the group name
11651         instead if "nndraft".  Fix found by Nils Ackermann.
11652
11653 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11654
11655         * nnregistry.el: Add.
11656
11657 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11658
11659         * nnmail.el (group, group-art-list, group-art):
11660         Remove unneeded directives.
11661
11662 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11665         (mm-mime-charset):
11666         * rfc2047.el (rfc2047-syntax-table):
11667         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11668
11669         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11670         rather than `insert-file-contents' and `eval-region'.
11671
11672         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11673         construction.
11674
11675         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11676
11677         * time-date.el: No need to require cl for Emacs 21.
11678
11679 2010-09-29  Julien Danjou  <julien@danjou.info>
11680
11681         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11682         replacement of `gnus-gravatar-relief' to mimic
11683         `gnus-faces-properties-alist'.
11684         Add :version property.
11685
11686 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mail-source.el (mail-source-report-new-mail):
11689         * message.el (message-default-mail-headers):
11690         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11691
11692         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11693
11694 2010-09-28  Julien Danjou  <julien@danjou.info>
11695
11696         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11697         mail-address contains the same string as real-name.
11698
11699         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11700         non-blank in header, otherwise it'll get stripped.
11701
11702         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11703         real-name, and then for mail address rather than doing : or , search.
11704
11705 2010-09-27  Julien Danjou  <julien@danjou.info>
11706
11707         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11708         right completing-read function.
11709         (gnus-use-ido): New variable
11710         (gnus-completing-read-with-default): Remove.
11711         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11712         (gnus-agent-add-group):
11713         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11714         * mm-view.el (mm-view-pkcs7-decrypt):
11715         * mm-util.el (mm-codepage-setup):
11716         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11717         * mml-smime.el (mml-smime-openssl-sign-query):
11718         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11719         (mml-insert-multipart):
11720         * gnus-msg.el (gnus-summary-yank-message):
11721         * gnus-int.el (gnus-start-news-server):
11722         * mm-decode.el (mm-interactively-view-part):
11723         * gnus-dired.el (gnus-dired-attach):
11724         * gnus.el (gnus-read-method):
11725         * gnus-bookmark.el (gnus-bookmark-jump):
11726         * gnus-art.el (gnus-mime-view-part-as-type)
11727         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11728         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11729         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11730         * nnmairix.el (nnmairix-create-server-and-default-group)
11731         (nnmairix-update-groups, nnmairix-get-server)
11732         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11733         (nnmairix-get-group-from-file-path):
11734         * nnrss.el (nnrss-find-rss-via-syndic8):
11735         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11736         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11737         (gnus-group-browse-foreign-server):
11738         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11739         (gnus-summary-execute-command, gnus-summary-respool-article)
11740         (gnus-read-move-group-name):
11741         * gnus-score.el (gnus-summary-increase-score)
11742         (gnus-summary-score-effect):
11743         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11744
11745 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11748         x-focus-frame.
11749
11750         * nnimap.el (auth-source-forget-user-or-password)
11751         (auth-source-user-or-password): Autoload.
11752
11753         * message.el (message-from-style, message-interactive)
11754         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11755         (message-yank-prefix, message-indentation-spaces, message-signature)
11756         (message-signature-file): Add comment.
11757
11758 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11759
11760         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11761         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11762         new articles.
11763
11764         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11765         parts.
11766         (nnimap-request-article): Work with the t setting, too.
11767
11768         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11769         that you don't get flashes of other buffers.
11770         (gnus-summary-show-complete-article): Intern before setting.
11771
11772 2010-09-27  David Engster  <dengste@eml.cc>
11773
11774         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11775         well as HEADERS.
11776         (nnmairix-retrieve-headers): Provide new argument for the above.
11777
11778 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * gnus-sum.el (gnus-summary-move-article): Don't alter
11781         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11782         group.
11783
11784         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11785
11786         * message.el (message-cite-prefix-regexp): Revert my last edit.
11787
11788         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11789         variable instead of the Gnus variable.
11790
11791         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11792
11793         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11794
11795         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11796         since some servers don't like it.
11797         (nnimap-open-connection): Forget credentials if the server says the
11798         password was wrong.
11799         (nnimap-parse-line): Protect against invalid data.
11800
11801         * gnus-sum.el (gnus-summary-move-article): Add comment.
11802         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11803         nothing alters it while scanning for new messages.
11804
11805         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11806         which may or may not help.
11807         (nnimap-open-connection): If we're doing a stream connection, and then
11808         discover we're on a STARTTLS-capable server, then open a STARTTLS
11809         connection instead.
11810
11811 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11812
11813         * nnimap.el (utf7): Require.
11814
11815         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11816         prefix.
11817
11818 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11819
11820         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11821
11822 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * nnimap.el (nnimap-request-accept-article): Message the error on
11825         error.
11826
11827 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11830
11831 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * nndoc.el (nndoc-request-list): Return success always.
11834
11835         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11836         `fetch-old' -- we only want to fetch the articles we've requested.
11837         The rest are in the agent, probably.
11838         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11839         disappeared server" to something low.  It's not important.
11840
11841         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11842         arrived before the FETCH data.
11843
11844         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11845         target here, because we don't know the Gnus name of the group.
11846
11847         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11848         for the correct group.
11849
11850         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11851
11852         * gnus.el (gnus): Give a final warning after startup.
11853
11854         * gnus-util.el (gnus-action-message-log): New variable.
11855         (gnus-message): Use it.
11856         (gnus-final-warning): New function.
11857
11858         * nnimap.el (nnimap-open-connection): Record the greeting.
11859         (nnimap): Add greeting.
11860
11861 2010-09-26  Julien Danjou  <julien@danjou.info>
11862
11863         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11864         arguments.
11865         (gnus-html-wash-images): Fix spec computing to include start/end.
11866
11867         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11868
11869 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870
11871         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11872         deletion.
11873         (nnimap-retrieve-headers): Don't select the group, because that's
11874         already done by nnimap-possibly-change-group.
11875
11876         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11877         (gnus-picon-transform-address): Use it.
11878
11879         * mail-source.el (mail-source-value): Revert previous patch.
11880
11881         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11882         on failure.
11883         (nnimap-open-connection): Look up both virtual and physical server name
11884         credentials.
11885
11886         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11887
11888 2009-02-07  Dave Love  <fx@gnu.org>
11889
11890         * tls.el (open-tls-stream): Don't query killing process.
11891
11892 2009-02-08  Dave Love  <fx@gnu.org>
11893
11894         * gnus-win.el (gnus-window-to-buffer-helper)
11895         (gnus-all-windows-visible-p): Function needn't be a symbol.
11896
11897         * mail-source.el (mail-source-value): Function needn't be a symbol.
11898
11899 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11900
11901         * message.el (message-cite-prefix-regexp): Remove } from the cite
11902         prefix.
11903
11904         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11905         highlight again, so that the highlight is correct.
11906
11907         * gnus-picon.el (gnus-picon): Remove again.
11908         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11909
11910         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11911         doing the header highlightling, so that the background color of the
11912         picon is correct.
11913
11914         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11915         (gnus-picon): Ditto.
11916         (gnus-picon): Reinstate.  The background color for picons is white.
11917         (gnus-picon-insert-glyph): Make the background white.
11918
11919         * nnml.el (nnml-open-nov): Don't return dead buffers.
11920
11921         * auth-source.el (auth-source-create): Query the user for whether to
11922         store the credentials.
11923
11924         * netrc.el (netrc-store-data): New function.
11925
11926         * auth-source.el (auth-source-user-or-password): Use the existing auth
11927         sources, if any, for creation.
11928
11929         * gnus.el (gnus-group-fast-parameter): Return the last matching
11930         parameter instead of the first matching parameter.
11931
11932 2010-09-26  Julien Danjou  <julien@danjou.info>
11933
11934         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11935
11936 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937
11938         * mml2015.el (mml2015-use): Remove gpg support.
11939
11940         * mml1991.el (mml1991-function-alist): Remove gpg function.
11941         (mml1991-gpg-sign): Remove.
11942
11943 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11944
11945         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11946         (gnus-browse-unsubscribe-current-group): Document it.
11947         (gnus-browse-unsubscribe-group): Use it.
11948
11949 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11952         address to the To list for easier response.
11953
11954         * gnus.el (gnus-play-startup-jingle): Remove.
11955         (gnus-splash): Don't play jingle.
11956         (gnus): Silence gnus-load message.
11957
11958         * gnus-art.el (gnus-treat-play-sounds): Remove.
11959
11960         * gnus.el (gnus-play-jingle): Remove audio support.
11961
11962         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11963
11964         * earcon.el: Remove -- no users.
11965
11966         * gnus-audio.el: Remove -- no users of this package.
11967
11968         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11969
11970         * gnus-start.el (gnus-setup-news): Remove nocem support.
11971
11972         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11973
11974         * gnus.el (gnus-use-nocem): Remove.
11975
11976         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11977         Remove.
11978
11979         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11980         uses NoCeM any more.
11981
11982         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11983         (gnus-button-ctan-handler): Ditto.
11984         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11985         (gnus-button-ctan-directory-regexp): Ditto.
11986         (gnus-button-handle-ctan): Ditto.
11987         (gnus-button-tex-level): Ditto.
11988         (gnus-button-alist): Remove CTAN stuff.
11989
11990 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11991
11992         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11993         nnimap-streaming test.
11994
11995         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11996         servers twice.
11997
11998         * nnimap.el (nnimap-open-connection): Add more error reporting when
11999         nnimap fails early.
12000
12001         * nnheader.el (nnheader-get-report-string): New function.
12002         (nnheader-get-report): Use it.
12003
12004         * gnus-int.el (gnus-check-server): Say what the error was when opening
12005         failed.
12006
12007         * nnimap.el (nnimap-wait-for-response): Search further when we're not
12008         using streaming.
12009
12010 2010-09-25  Julien Danjou  <julien@danjou.info>
12011
12012         * gnus-html.el (gnus-html-rescale-image): Use our defalias
12013         gnus-window-inside-pixel-edges.
12014
12015 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
12018
12019         * mm-decode.el (mm-save-part): Allow saving to other directories the
12020         normal Emacs way.
12021
12022         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
12023         Suggested by Jay Berkenbilt.
12024
12025         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
12026         there isn't a single byte.
12027
12028         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
12029         just do it.  It doesn't really seem to matter what the user responds
12030         here, I think, so it's just a confusing question.
12031
12032         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
12033         non-streaming case.
12034
12035         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
12036         (gnus-article-encrypt-body): Use it.
12037
12038         * gnus-sum.el (gnus-summary-show-complete-article): New command and
12039         keystroke.
12040
12041         * nnimap.el (nnimap-find-wanted-parts-1):
12042         Use gnus-fetch-partial-articles.
12043
12044         * gnus-art.el (gnus-fetch-partial-articles): New variable.
12045
12046         * nnimap.el (nnimap-insert-partial-structure): New function.
12047         (nnimap-get-partial-article): New function.
12048         (nnimap-request-article): Use it.
12049         (nnimap-wait-for-response): Return whether the wait was successful.
12050         (nnimap-finish-retrieve-group-infos): Don't do anything if the
12051         retrieval wasn't successful.
12052         (nnimap-retrieve-group-data-early): Allow throttling servers.
12053         (nnimap-streaming): New variable.
12054         (nnimap-fetch-partial-articles): Remove.
12055
12056         * mm-decode.el (mm-with-part): Protect against killed buffers.
12057
12058         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
12059         for prettier summary display.
12060
12061 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12062
12063         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12064
12065 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066
12067         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12068         apparently third-party libraries depend on it.
12069
12070         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12071         before starting negotiation.
12072
12073         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12074         privacy reasons.
12075         (gnus-treat-mail-gravatar): Ditto.
12076
12077         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12078         buffer when inserting images.  Inserting text into the headers, for
12079         instance, can make them invalid.
12080
12081 2010-09-25  Julien Danjou  <julien@danjou.info>
12082
12083         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12084         variables.
12085
12086         * nnheader.el: Remove useless variables news-reply-yank-from and
12087         news-reply-yank-message-id.
12088
12089         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12090         variables.
12091
12092         * mml1991.el: Remove useless mml1991-verbose.
12093
12094         * gnus.el: Remove useless variable gnus-use-generic-from.
12095         Remove obsolete variable gnus-topic-indentation.
12096
12097         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12098
12099         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12100
12101         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12102
12103         * gnus-group.el: Remove useless gnus-group-icon-cache.
12104         Remove useless gnus-ephemeral-group-server.
12105
12106         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12107
12108         * mml2015.el: Remove useless mml2015-verbose.
12109
12110         * mml-smime.el: Remove useless mml-smime-verbose.
12111
12112         * gnus.el: Remove useless gnus-local-domain.
12113
12114         * gnus-gravatar.el (gnus-gravatar-transform-address):
12115         Use gnus-gravatar-size.
12116
12117         * gnus-art.el: Remove useless gnus-treat-translate.
12118
12119 2010-09-24  Julien Danjou  <julien@danjou.info>
12120
12121         * gnus-sum.el: Add support for Gravatars.
12122
12123         * gnus-art.el: Add support for Gravatars.
12124
12125         * gnus-gravatar.el: Add this file.
12126
12127         * gravatar.el: Add this file.
12128
12129 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12130
12131         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12132
12133         * gnus-group.el (gnus-group-fetch-faq): Remove.
12134
12135         * gnus.el (gnus-group-faq-directory): Remove.
12136
12137         * gnus-group.el (gnus-group-fetch-charter): Remove.
12138
12139         * gnus.el (gnus-group-charter-alist): Remove.
12140
12141         * gnus-group.el (gnus-group-archive-directory): Remove.
12142         (gnus-group-recent-archive-directory): Ditto.
12143         (gnus-group-make-archive-group): Remove.
12144
12145         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12146
12147         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12148         use the same article number for all the cached articles.
12149
12150         * nnimap.el (nnimap-command): Register the last command time so
12151         that we can use it for idling NOOPs.
12152         (nnimap-open-connection): Start the keeplive timer.
12153         (nnimap-make-process-buffer): Store all the process buffers.
12154         (nnimap-keepalive): New function.
12155
12156         * starttls.el (starttls-open-stream): Add autoload cookie.
12157
12158 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12159
12160         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12161         handling.
12162
12163 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12166         its data structures.
12167
12168         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12169         instead of the cl.el copy-list.
12170         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12171         equalp.
12172
12173 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12176         and tool-bar-local-item-from-menu.
12177
12178         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12179         mode-line-highlight face for Emacs.
12180
12181         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12182         loading gnus-sum.elc; fix comment for canlock-verify.
12183         (gnus-article-jump-to-part): Use read-number.
12184         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12185         Remove Emacs pre-21 compatible code for help-echo.
12186         (gnus-article-next-page-1): No need to adjust the number of lines.
12187         (gnus-article-describe-bindings): Always use help-buffer.
12188
12189         * gnus-audio.el (gnus-audio-inline-sound):
12190         * gnus-cus.el (gnus-custom-mode):
12191         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12192
12193         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12194
12195         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12196         compatible code.
12197
12198 2010-09-24  Glenn Morris  <rgm@gnu.org>
12199
12200         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12201         visiting the fcc file in rmail-mode.
12202
12203         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12204
12205 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * nnir.el: Silence the byte compiler.
12208
12209         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12210         alias to browse-url-url-encode-chars if any.
12211         (gnus-html-encode-url): Use it.
12212
12213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12214
12215         * gnus-start.el (gnus-use-backend-marks): New variable.
12216         (gnus-get-unread-articles-in-group): Use it.
12217
12218         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12219         makeover.
12220
12221 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12222
12223         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12224
12225 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12226
12227         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12228         Remove.
12229         (gnus-setup-news-hook):
12230         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12231
12232         * gnus-int.el (gnus-request-update-info): Protect against backends not
12233         having the function.
12234
12235         * nnimap.el (nnimap-stream): Mention starttls.
12236         (nnimap-open-connection): Add starttls support.
12237
12238 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12239
12240         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12241
12242 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12245         BODYSTRUCTUREs.
12246         (nnimap-transform-headers): Unfold quoted {42} headers.
12247
12248         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12249         the info.
12250         (gnus-get-unread-articles): Only call updatep on backends that support
12251         it.
12252
12253         * nnweb.el (nnweb-request-update-info): NOOP.
12254
12255         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12256
12257         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12258         since it only deals with marks.
12259
12260         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12261         gnus-request-marks, and make a new gnus-request-update-info.
12262
12263         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12264         the active instead of the high number, which is usually too low.
12265
12266 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12267
12268         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12269         * encrypt.el: Remove.
12270
12271 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12272
12273         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12274         server in symbolic form.
12275
12276         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12277
12278 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12281         (nnimap-update-info): Fix up code slightly.
12282
12283         * gnus-int.el (gnus-open-server): Add tracing for performance
12284         debugging.
12285
12286         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12287         (gnus-group-insert-group-line): Pass the real group name so that it
12288         gets the right data.
12289
12290         * gnus-start.el (gnus-get-unread-articles): Don't have
12291         `gnus-get-unread-articles-in-group' update info, since that can be
12292         really slow and doesn't seem to be needed?
12293
12294 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12295
12296         * time-date.el (date-to-time): Try using parse-time-string first before
12297         using the slower timezone-make-date-arpa-standard.
12298
12299 2010-09-22  Julien Danjou  <julien@danjou.info>
12300
12301         * gnus-group.el (gnus-group-insert-group-line):
12302         Call gnus-group-highlight-line.
12303         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12304         default hook list.
12305         (gnus-group-update-eval-form): Add new function.
12306         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12307         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12308
12309 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12312         immediate, then expire all articles.
12313         (nnimap-update-info): Fix off-by-one errors.
12314         (nnimap-flags-to-marks): Would return no marks lists for group with no
12315         flags.  Instead return the other data.
12316
12317 2010-09-22  Julien Danjou  <julien@danjou.info>
12318
12319         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12320         Only return an icon.
12321         (gnus-group-insert-group-line): Compute icon to return.
12322
12323         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12324         (gnus-html-image-fetched): Only cache if
12325         gnus-html-image-automatic-caching is set.
12326         (gnus-html-image-fetched): Check for errors.
12327
12328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12329
12330         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12331         once per method on `g'.  This ensures that backends like nnfolder don't
12332         open all their folders.
12333
12334         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12335         (nnimap-request-list): Nix out group in the correct buffer.
12336         (nnimap-parse-flags): Implement by using `read' instead of
12337         hand-parsing.
12338         (nnimap-flags-to-marks): Pass on permanent-flags.
12339         (nnimap-make-process-buffer): Record the server name.
12340         (nnimap-parse-flags): Fix typo.
12341         (nnimap-request-scan): Run split on the server in general, not just a
12342         single group.
12343
12344         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12345         parameter, and propagate this downwards.
12346
12347         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12348         since EXAMINE changes it on the server.
12349
12350         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12351         this command might take a while.
12352
12353 2010-09-22  Julien Danjou  <julien@danjou.info>
12354
12355         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12356         harmful if you have 2 images side-by-side, they can't be properly
12357         update on text deletion.  Using text-property is safer here.
12358         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12359         data.
12360
12361 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12362
12363         * nnimap.el (nnimap-expunge-inbox): Remove.
12364         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12365         (nnimap-expunge): Flip default to t.
12366
12367         * gnus.el (gnus-method-to-server): Don't push things to the cache
12368         unless it's unique.
12369         (gnus-server-to-method): Ditto.
12370
12371 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12372
12373         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12374
12375 2010-09-22  Julien Danjou  <julien@danjou.info>
12376
12377         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12378         get the start of data.
12379         (gnus-html-encode-url): Add this function to encode special chars in
12380         URL.
12381         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12382         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12383
12384         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12385         default.
12386         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12387
12388         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12389         images alt-text.
12390         (gnus-html-put-image): Put alt-text as help-echo.
12391
12392 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12395         * mm-util.el (mm-decompress-buffer):
12396         * nnir.el (nnir-run-find-grep):
12397         * pop3.el (pop3-list): Use 3rd arg of split-string.
12398
12399         * time-date.el (format-seconds): Comment fix.
12400
12401         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12402         and byte-optimize-form-code-walker.
12403         (dgnushack-make-auto-load): Don't advise make-autoload.
12404
12405         * lpath.el: Remove Emacs 21 stuff.
12406
12407 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12408
12409         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12410         outside the active range.  Suggested by Dan Christensen.
12411
12412         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12413         slightly later to avoid double-getting it.
12414
12415         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12416         previous patch.
12417
12418         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12419
12420 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12421
12422         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12423
12424 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * gnus-int.el (gnus-open-server): Give a better error message in the
12427         "go offline" case.
12428
12429         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12430         marks for nnimap, which is seldom the right thing to do.
12431
12432         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12433         (gnus-same-method-different-name): New function.
12434
12435         * nnimap.el (parse-time): Require.
12436
12437         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12438         method in the presence of many similar methods.
12439
12440         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12441
12442         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12443         nnml-inhibit-expiry.
12444
12445         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12446         find out whether methods are equal.
12447
12448         * nnimap.el (nnimap-find-expired-articles): New function.
12449         (nnimap-process-expiry-targets): New function.
12450         (nnimap-request-move-article): Request the article before looking at
12451         what the Message-ID is.  Fix found by Andrew Cohen.
12452         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12453
12454         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12455         for oldness in addition to being a predicate.
12456
12457         * nnimap.el (nnimap-request-group): When we have zero articles, return
12458         the right data to Gnus.
12459         (nnimap-request-expire-articles): Only delete articles immediately if
12460         the target is 'delete.
12461
12462         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12463         method, this would bug out.
12464
12465         * gnus-group.el (gnus-group-expunge-group): Rename from
12466         gnus-group-nnimap-expunge, and implemented as a normal interface
12467         function.
12468
12469         * gnus-int.el (gnus-request-expunge-group): New function.
12470
12471         * nnimap.el (nnimap-request-create-group): Implement.
12472         (nnimap-request-expunge-group): New function.
12473
12474 2010-09-21  Julien Danjou  <julien@danjou.info>
12475
12476         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12477         (gnus-html-cache-expired): Add new function.
12478         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12479         wethever we should display image for fetch it.
12480         Compute alt-text earlier to pass it to the fetching function too.
12481         (gnus-html-schedule-image-fetching): Change function argument to only
12482         get one image at a time, not a list.
12483         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12484         cache.
12485         (gnus-html-get-image-data): New function to retrieve image data from
12486         cache.
12487         (gnus-html-put-image): Change buffer argument to use image data rather
12488         than file, and place image above region rather than inserting a new
12489         one.  Do not take alt-text as argument, since it's useless now: we place
12490         the image above alt-text.
12491         (gnus-html-prune-cache): Remove.
12492         (gnus-html-show-images): Start to fetch image when we find one, do not
12493         push into a temporary list.
12494         (gnus-html-prefetch-images): Only fetch image if they have expired.
12495         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12496         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12497
12498 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12501
12502 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12505         spec inser "*" if the group isn't active instead of 0.
12506
12507         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12508         opening the server.
12509         (nnimap-request-delete-group): Implement group deletion.
12510         (nnimap-transform-headers): Return the size of the entire message in
12511         the Bytes header, not just the size of the first part.
12512         (nnimap-request-move-article): When moving an article from nnimap,
12513         request the article first so the accepting form has an article to
12514         accept.  Reported by Dan Christensen.
12515         (nnimap-command): Make sure that the error message doesn't error out.
12516
12517 2010-09-20  David Edmondson  <dme@dme.org>
12518
12519         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12520         we haven't requested anything.
12521
12522 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12523
12524         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12525         "".  Fix found by Andrew Cohen.
12526
12527         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12528         instead of -encode-string.
12529
12530 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12533
12534         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12535         by mm-subst-char-in-string.
12536
12537 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12538
12539         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12540         waiting for the connection string.
12541
12542         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12543         arriving.
12544
12545         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12546         bogus characters.  This allows selecting certain Gmail groups.
12547
12548         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12549         (nnimap-fetch-partial-articles): New variable.
12550         (nnimap-open-connection): When looking for credentials, also use the
12551         nnimap-server-port.
12552         (nnimap-request-article): Return the group/article number, so that Gnus
12553         `^' works as expected.
12554         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12555
12556         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12557         comments.
12558         (gnus-methods-sloppily-equal): New function.
12559         (gnus): When using the development version of Gnus, load the gnus-load
12560         file.
12561
12562         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12563         `gnus-open-server' on each method before trying to scan them etc.
12564         This ensures that all the backend parameters are set correctly.
12565
12566         * nnimap.el (nnimap-authenticator): New variable.
12567         (nnimap-open-connection): Allow anonymous login.
12568         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12569         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12570
12571         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12572         patch, found by Knut Anders Hatlen.
12573
12574 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12575
12576         * gnus-agent.el (gnus-agent-batch-confirmation)
12577         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12578         to gnus-message.
12579         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12580         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12581         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12582         * gnus-int.el (gnus-open-server): Likewise.
12583         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12584         (gnus-score-check-syntax): Likewise.
12585         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12586         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12587         Likewise.
12588         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12589
12590 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12593         calling conventions so that prefetch doesn't bug out.
12594
12595 2010-09-19  Julien Danjou  <julien@danjou.info>
12596
12597         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12598         rather than `subst-char-in-region' in order to be able to replace ASCII
12599         char by UTF-8 ones.
12600
12601         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12602         than curl.
12603         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12604         the right URL and ALT text on images.
12605         (gnus-html-wash-tags): Fix tag case.
12606         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12607         (gnus-article-html): Add -o display_ins_del=2 option.
12608         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12609
12610 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12613         the extra mail headers, which sometimes seem to happen for unknown
12614         reasons.
12615
12616         * mail-parse.el (mail-header-encode-parameter): Define as
12617         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12618         (or most, perhaps?) mail readers don't understand the latter, but do
12619         understand the former.
12620
12621         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12622         to nil, so that no methods are automatically agentized.  I think this
12623         is probably what most users want.
12624
12625         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12626         from url-retrieve, for instance about invalid URLs.
12627
12628         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12629         groups that have no articles.
12630         (nnimap-request-article): Check that we really got an article when we
12631         requested one.
12632
12633         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12634         doesn't exist.
12635
12636         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12637         nntp buffer so the agent can save it.
12638         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12639         that CRLF doesn't get translated to \n.
12640         (nnimap-open-connection): Don't make 'shell commands only send \n.
12641
12642 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12643
12644         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12645         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12646         Update var name.
12647         (nnml-generate-nov-file): Use dolist.
12648         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12649         Use with-current-buffer.
12650
12651 2010-09-18  Julien Danjou  <julien@danjou.info>
12652
12653         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12654         parallel.
12655
12656 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12657
12658         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12659         the range update right.
12660         (nnimap-request-group): Don't make `M-g' bug out on group with no
12661         marks.
12662         (nnoo): Require, so that other packages can require nnimap.
12663         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12664         command we're looking for.  This helps when the server sends more
12665         responses after we've gotten everything we expected.
12666         (nnimap): Add a `newlinep' field to keep track of end-of-line
12667         conventions.
12668         Don't send CRLF to things that don't want it.
12669         (nnimap-request-accept-article): Ditto.
12670
12671 2010-09-18  Julien Danjou  <julien@danjou.info>
12672
12673         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12674         than curl to retrieve images.
12675
12676 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12679         the marks.
12680         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12681         (nnimap-wait-for-connection): New function.
12682         (nnimap-open-connection): If we have PREAUTH, don't query for login
12683         credentials.
12684         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12685         when doing a partial update.
12686
12687 2010-09-18  Julien Danjou  <julien@danjou.info>
12688
12689         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12690         tags.
12691
12692 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12693
12694         * nnimap.el (nnimap-credentials): New function.
12695         (nnimap-open-connection): Use the new function to look for credentials
12696         also on the numeric equivalents of "imap" and "imaps".
12697
12698         * gnus-start.el (gnus-activate-group): Send the info to
12699         gnus-request-group.
12700
12701         * nnimap.el (nnimap-request-group): Have the "check" version of the
12702         function parse flags and update the info, so that a `M-g' get a total
12703         resync of all flags from the group.
12704
12705         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12706         to allow backends to alter the info on group selection.  Also alter all
12707         the backend -request-group functions to take the parameter.
12708
12709         * nnimap.el (nnimap-store-info): New function.
12710         (nnimap-update-info): Store the info for later usage.
12711         (nnimap-request-group): Use the stored info for the dont-check case, so
12712         that we don't retrieve all marks when we enter a group.
12713
12714         * nnimap.el: Use deffoo instead of defun for interface functions.
12715
12716         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12717         update the group info.  This makes the nndraft groups, for instance, go
12718         back to their old behavior.
12719
12720         * gnus-sum.el (gnus-select-newsgroup): Indent.
12721
12722         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12723         in.
12724         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12725         nothing.
12726
12727         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12728         from methods that are denied.
12729
12730         * gnus-int.el (gnus-method-denied-p): New function.
12731
12732         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12733         store the password instead of netrc.
12734         (nnimap-open-connection): Don't error out when we can't make a
12735         connections.
12736
12737         * auth-source.el (auth-source-create): In the password prompt, say what
12738         we're querying for.  Also prompt for user name if that hasn't been
12739         given.
12740
12741         * nnimap.el (nnimap-with-process-buffer): Remove.
12742
12743 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12746         method when we're reading from the agent.
12747
12748         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12749
12750         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12751         that's probably most useful for users.
12752
12753         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12754         "failed" all the time.
12755
12756         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12757         ...)) with (with-current-buffer ... ).
12758
12759         * nntp.el (nntp-open-server): Return whether the open was successful or
12760         not.
12761
12762         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12763         select an unread unseen article first.
12764
12765         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12766         /etc/services, supply some sensible port defaults.
12767
12768         * dgnushack.el: Define netrc-credentials.
12769
12770 2010-09-17  Julien Danjou  <julien@danjou.info>
12771
12772         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12773
12774 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12775
12776         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12777         doesn't have any parameters.
12778
12779 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12782         only upcased checks.
12783
12784         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12785
12786         * nnimap.el (nnimap-open-shell-stream): New function.
12787         (nnimap-open-connection): Use it.
12788         (nnimap-transform-headers): Get the number of lines in each message.
12789         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12790         number of lines.
12791         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12792         problem.
12793
12794         * utf7.el (utf7-encode): Autoload.
12795
12796         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12797         to allow the mail splitting to not return a default group.  This is
12798         useful for nnimap, which will leave unmatched mail in the inbox.
12799
12800         * nnimap.el: Rewritten.
12801
12802         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12803         nnimap usage.
12804
12805         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12806         if the move is internal, so that nnimap can do fast internal moves.
12807
12808         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12809         data.
12810         (gnus-read-active-for-groups): Support finishing the early retrieval of
12811         data.
12812
12813         * gnus-range.el (gnus-range-nconcat): New function.
12814
12815         * gnus-int.el (gnus-finish-retrieve-group-infos)
12816         (gnus-retrieve-group-data-early): New functions.
12817
12818 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12819
12820         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12821         (nnrss-retrieve-groups):
12822         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12823         (pop3-quit): Use with-current-buffer.
12824
12825 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12828         instead of nnheader-accept-process-output.
12829
12830         * dgnushack.el (dgnushack-compile): Add comment.
12831
12832         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12833
12834         * gnus-html.el (gnus-html-schedule-image-fetching)
12835         (gnus-html-prefetch-images): Replace process-kill-without-query by
12836         gnus-set-process-query-on-exit-flag.
12837
12838 2010-09-16  Romain Francoise  <romain@orebokech.com>
12839
12840         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12841
12842 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12843
12844         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12845         parameter to unintern is mandatory-ish in Emacs 24.
12846
12847         * gnus-html.el (gnus-html-schedule-image-fetching)
12848         (gnus-html-prefetch-images): Check for curl before using it.
12849
12850         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12851         depend on curl, which isn't essential.
12852
12853         * imap.el: Revert back to version
12854         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12855         seem problematic.
12856
12857 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12858
12859         * gnus-registry.el (gnus-registry-install-shortcuts):
12860         Explicitly pass `obarray' to `unintern' to avoid a warning.
12861
12862 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12863
12864         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12865         change.
12866
12867         * nnrss.el (nnrss-request-list): Remove this function and related
12868         functions, including the moreover stuff.
12869
12870 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12871
12872         * nnrss.el (nnrss-retrieve-groups): New function.
12873
12874 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12875
12876         * .dir-locals.el: Add no-byte-compile cookie.
12877
12878 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * time-date.el (format-seconds): Comment fix.
12881
12882         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12883         for back end that doesn't support request-scan.
12884
12885 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12886
12887         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12888         then do request scans from the backends.
12889
12890         * netrc.el (netrc-credentials): New conveniency function.
12891
12892         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12893         avoid running a hook per line, since this takes a lot of time,
12894         profiling shows.
12895         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12896         directly if gnus-visual-p is true.
12897
12898 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12901         groups; replace mapcar with dolist which is a bit faster; pass groups
12902         info to gnus-read-active-file-1.
12903         (gnus-read-active-file-1): Scan only specified groups if the new
12904         optional arg `infos' is given.
12905
12906 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12907
12908         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12909
12910         * pop3.el (pop3-movemail): Remove.
12911         (pop3-streaming-movemail): Rename to pop3-movemail.
12912
12913         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12914         don't restrict end-tag searches to the end of the line.
12915
12916 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12919         articles of every unchecked group to t, which means unknown since the
12920         server has never been opened.
12921
12922 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * gnus-html.el (gnus-html-show-alt-text): New command.
12925         (gnus-html-browse-image): Ditto.
12926         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12927         to browse the image directly.
12928         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12929         better.
12930
12931         * gnus-async.el (gnus-async-article-callback):
12932         Call `gnus-html-prefetch-images' unconditionally.
12933
12934         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12935         before feeding URLs to curl.
12936
12937 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12940         internal images as deletable by `W D D'.
12941
12942         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12943         (gnus-async-article-callback): Fix typo.
12944
12945 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12946
12947         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12948         current line to work around bugs in the output from w3m.
12949
12950         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12951         for groups that want that.
12952
12953         * nntp.el (nntp-wait-for-string): Supply a timeout for
12954         accept-process-output to ensure progress.
12955
12956         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12957         level to get unread articles from, then use that for foreign groups,
12958         too.
12959
12960         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12961         confuses the rest of the function.
12962
12963         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12964         for the methods that support -retrieve-groups, too.
12965
12966         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12967
12968 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12971         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12972
12973         * pop3.el: Require cl when compiling.
12974         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12975
12976 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12977
12978         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12979         that aren't going to be activated.
12980         (gnus-get-unread-articles): Fix up the last commit.
12981
12982         * gnus-html.el (gnus-article-html): Allow calling without specifying
12983         the handle.  In that case, dissect the buffer first.
12984
12985         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12986
12987         * nnimap.el (nnimap-open-connection): Revert the change that would look
12988         into authinfo for imaps instead of imap.
12989
12990         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12991         say that you don't want to call gnus-request-group with don-check, but
12992         do check the reponse.  This is for virtual groups only.
12993         (gnus-get-unread-articles): Count the archive groups as secondary, so
12994         that they're activated the same way as before.
12995
12996         * imap.el (imap-message-map): Removed optional buffer parameter, since
12997         no callers use it.
12998         (imap-message-get): Ditto.
12999         (imap-message-put): Ditto.
13000         (imap-mailbox-map): Ditto.
13001         (imap-mailbox-put): Ditto.
13002         (imap-mailbox-get): Ditto.
13003         (imap-mailbox-get): Revert last change for this function.
13004
13005         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
13006         case-insensitively.
13007         (nnimap-debug): Remove.
13008
13009         * net/imap.el (imap-fetch-safe): Remove function, and alter all
13010         callers to use `imap-fetch' instead.  According to the comments, this
13011         should be safe, since all other IMAP clients use the 1:* syntax.
13012         (imap-enable-exchange-bug-workaround): Remove.
13013         (imap-debug): Remove -- doesn't seem very useful.
13014
13015         * mail-source.el (mail-source-fetch): Don't message if we're fetching
13016         mail from a file, and the file doesn't exist.
13017
13018         * imap.el (imap-log): New convenience function used throughout instead
13019         of repeating the same code all over the place.
13020
13021         * pop3.el (pop3-streaming-movemail): Return t for success.
13022
13023         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
13024         .authinfo if we're using ssl connection.
13025
13026         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
13027         already have if we're in a main Gnus `g' run.
13028
13029         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
13030
13031 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
13034
13035         * nnmh.el (nnmh-request-list-1): Bind `file'.
13036
13037         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
13038         alias to set-process-query-on-exit-flag or process-kill-without-query.
13039         (pop3-open-server): Use it.
13040
13041 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13042
13043         * mail-source.el (mail-source-delete-crash-box): Always move the crash
13044         box to the Incoming file.  Fixes mistake in previous checkin.
13045
13046         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
13047         request loop (for debugging purposes) removed.
13048
13049         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
13050         culprit is more visible.
13051         (nnml-save-incremental-nov, nnml-open-incremental-nov)
13052         (nnml-add-incremental-nov): New functions to do "incremental" nov
13053         updates, where we just append to the end of the existing nov files
13054         without reading/writing them in full.
13055
13056         * mail-source.el (mail-source-delete-crash-box): Really only check the
13057         incoming files once in a while.
13058
13059         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
13060
13061         * mail-source.el (mail-source-delete-crash-box): Only check the
13062         incoming files for deletion once per day to save a lot of file
13063         accesses.
13064
13065         * pop3.el (pop3-logon): Fix up unbound variable typo.
13066
13067         * mail-source.el (pop3-streaming-movemail): Autoload.
13068
13069         * pop3.el (pop3-streaming-movemail):
13070         Respect pop3-leave-mail-on-server.
13071
13072         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13073         retrieval.
13074
13075         * pop3.el (pop3-process-filter): Remove unused function.
13076         (pop3-streaming-movemail, pop3-send-streaming-command)
13077         (pop3-wait-for-messages, pop3-write-to-file)
13078         (pop3-number-of-responses): New functions for streaming pop3
13079         retrieval.
13080
13081         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13082         come from no known methods.
13083         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13084         list.
13085
13086         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13087         message sizes.
13088         (pop3-movemail): Use erase-buffer instead of looping and deleting
13089         regions, which seems rather odd.
13090
13091         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13092         file once per `g' run.
13093
13094         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13095         directories.  This makes the draft queue directory work.
13096
13097         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13098         data from the backends, so that we only request the list of groups from
13099         each method once.  This should speed things up considerably.
13100
13101         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13102         detect that it's not implemented.
13103
13104         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13105         we actually do recurse down into the tree, but don't stat all leaf
13106         nodes.
13107
13108         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13109         then say so instead of bugging out.
13110
13111         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13112         files exist before trying to read them.
13113
13114         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13115         around <pre_int>.
13116
13117         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13118
13119         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13120
13121 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13122
13123         * mm-util.el (mm-image-load-path): Just return the image directories,
13124         not all directories in the path in addition to the image directories.
13125         (mm-image-load-path): Maintain a cache of the image directories so that
13126         the `g' command in Gnus doesn't have to stat dozens of directories each
13127         time.
13128
13129         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13130         (gnus-html-wash-tags): Add a new `i' command to insert images.
13131         (gnus-html-insert-image): New command and keystroke.
13132         (gnus-html-redisplay-with-images): New command and keystroke.
13133         (gnus-html-show-images): Rename command.
13134         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13135         spacers.
13136         (gnus-html-wash-tags): Decode entities at the end, so that entities
13137         inside the tags don't mess up the rest of the "parsing".
13138
13139         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13140         so that nnimap methods aren't agentized by default.  There's apparently
13141         many problems related to agent/imap behavior.
13142
13143         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13144
13145         * gnus-html.el: Doc fix.
13146
13147 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13150         specifier-spec-list for Emacs 21.
13151
13152         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13153         glyph-width and glyph-height instead of display-graphic-p and
13154         image-size; make avoidance of displaying small images work for XEmacs.
13155
13156         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13157         for XEmacs.
13158
13159         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13160         of symbol that holds plist data.
13161         (gnus-process-plist): Remove plist of process after getting it.
13162
13163 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13164
13165         * message.el (message-generate-hashcash): Change default to
13166         'opportunistic if hashcash is installed.
13167
13168         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13169         (gnus-html-put-image): Only call image-size once, since it's somewhat
13170         time-consuming on remote X servers.
13171
13172 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13175         type on data, not a file name.
13176
13177         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13178         window-pixel-edges for Emacs 21.
13179
13180         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13181         decoded contents.
13182         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13183
13184 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13185
13186         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13187         group line format, since it isn't very interesting.
13188
13189         * gnus-agent.el (gnus-agent-short-article),
13190         (gnus-agent-long-article): Increase values for these two variables,
13191         since most people are likely to have more network connection and
13192         storage than before.
13193
13194         * gnus.el (gnus-refer-article-method): Change default to 'current.
13195         When referring an article, the common behavior is to refer it from the
13196         current select method, not the native select method.  The chances of
13197         the native select method having the message in question is rather slim
13198         these days.
13199
13200         * gnus-sum.el (gnus-auto-select-subject): Change default to
13201         `unseen-or-unread'.  I think it's likely that most people want to
13202         select an unseen article over a previously seen, but unread one.
13203
13204         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13205         means that in the article buffer none of the minor mode elements will
13206         be shown, usually, and this is not desirable in most cases.
13207
13208         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13209         that commands like `d' (and the like) go to the next line in the
13210         buffer, instead of the next unread article.  I think this is the
13211         behavior that is most natural for most users.
13212         (gnus-single-article-buffer): Change default to nil, so that people can
13213         have as many article buffers open as they have summary buffer.  I think
13214         this is the most natural way for the groups to behave.
13215
13216         * message.el (message-generate-new-buffers): Change default to
13217         `unsent', so that all new message buffers start their names with the
13218         string "*unsent", and it's easier to find the buffers if you move from
13219         them.
13220
13221 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13222
13223         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13224         small.  They're probably tracking images.
13225         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13226         (gnus-html-rescale-image): Yet another try at getting the image sizing
13227         right.
13228
13229         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13230         nntp-marks-file-name is nil.
13231
13232 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13233
13234         * gnus-html.el (gnus-html-wash-tags)
13235         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13236         Better logging.
13237
13238 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13239
13240         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13241
13242         * gnus-html.el (gnus-html-wash-tags): Check the value of
13243         gnus-blocked-images in the summary buffer.
13244
13245 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13246
13247         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13248
13249 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13250
13251         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13252         like "a", it seems like.
13253         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13254         since it needs to be picked from the correct buffer.
13255
13256         * nnwfm.el: Remove.
13257
13258         * nnlistserv.el: Remove.
13259
13260 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13261
13262         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13263         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13264
13265 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266
13267         * nnkiboze.el: Remove.
13268
13269         * nndb.el: Remove.
13270
13271         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13272         alt text.
13273         (gnus-html-rescale-image): Try to get the rescaling logic right for
13274         images that are just wide and not tall.
13275
13276         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13277         overshadow variable bindings.
13278
13279 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * gnus-html.el (gnus-html-wash-tags)
13282         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13283         Add extra logging.
13284
13285 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13288         (gnus-max-image-proportion): New variable.
13289         (gnus-html-rescale-image): New function.
13290         (gnus-html-put-image): Rescale images.
13291
13292 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13293
13294         Fix up some byte-compiler warnings.
13295         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13296         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13297         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13298         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13299         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13300         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13301         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13302
13303 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-html.el (gnus-article-html): Decode contents by charset.
13306
13307 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13310         (gnus-html-frame-width, gnus-blocked-images):
13311         * message.el (message-prune-recipient-rules): Add custom version.
13312         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13313
13314         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13315         functions.
13316
13317         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13318         gnus-process-get.
13319
13320 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13321
13322         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13323         instead of lsub directly.
13324
13325 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13326
13327         * nnwarchive.el: Remove.
13328
13329         * gnus-soup.el: Remove.
13330
13331         * nnsoup.el: Remove.
13332
13333         * nnultimate.el: Remove.
13334
13335         * gnus-html.el (gnus-blocked-images): New variable.
13336
13337         * message.el (message-prune-recipients): New function.
13338         (message-prune-recipient-rules): New variable.
13339
13340         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13341         guess whether a long line is natural text or not.
13342
13343         * gnus-html.el (gnus-html-schedule-image-fetching):
13344         Use gnus-process-plist and friends for compatibility.
13345
13346 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13347
13348         * gnus-html.el: Require packages that define macros used in this file.
13349         (gnus-article-mouse-face): Declare to silence byte-compiler.
13350         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13351         process-get.
13352         (gnus-html-put-image): Use plist-get to avoid getf.
13353         (gnus-html-prefetch-images): Use with-current-buffer.
13354
13355 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gnus-ems.el: Provide compatibility functions for
13358         gnus-set-process-plist.
13359
13360         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13361         header-line-format for XEmacs 21.4.
13362
13363         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13364         * gnus.el (gnus-valid-select-methods):
13365         * message.el (message-send-mail-partially-limit):
13366         * mm-decode.el (mm-text-html-renderer):
13367         * mml.el (mml-insert-mime-headers-always):
13368         * smiley.el (smiley-regexp-alist): Bump custom version.
13369
13370 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13371
13372         * gnus-html.el: Require mm-url.
13373         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13374         with the url to `url'.
13375         (gnus-html-wash-tags): Support cid: URLs/images.
13376
13377 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13378
13379         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13380         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13381         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13382
13383         * gnus-move.el: Remove file, since it doesn't really work.
13384
13385         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13386         UTF-8.  This seems to fix problems with some German web feeds.
13387
13388         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13389         at the top so that the proper colors are applied.
13390
13391         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13392         don't have dots in their names.
13393
13394         * gnus-art.el (gnus-article-view-part): Doc fix.
13395
13396         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13397         XEmacs-compatible.
13398         (gnus-html-put-image): Don't do images on non-graphic displays.
13399
13400         * nnslashdot.el: Remove this unused backend.
13401
13402         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13403         actions.
13404         (gnus-undo-register-1): Revert last change.
13405
13406         * gnus-group.el (gnus-group-completing-read): Protect against not
13407         having completion-styles bound.
13408
13409         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13410         make broken recipients happier.
13411
13412         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13413
13414         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13415         point parameter.
13416
13417         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13418
13419         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13420         completion-styles for group selection.
13421
13422 2009-02-04  Andreas Schwab  <schwab@suse.de>
13423
13424         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13425         headers and regexp-quote the match if necessary.
13426
13427 2009-03-24  Miles Bader  <miles@gnu.org>
13428
13429         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13430         the blinking smiley.
13431
13432 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13433
13434         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13435         blink smiley.
13436
13437 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13440         where the dribbel file lives exists.
13441
13442         * message.el (message-send-mail-partially-limit): Change the default to
13443         nil, since most people don't want this.
13444
13445         * mm-url.el (mm-url-decode-entities): Also decode entities like
13446         &#x3212.
13447
13448 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13449
13450         * gnus-sum.el (gnus-summary-idna-message):
13451         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13452         Hyperlink urls in docstrings with URL `...'.
13453
13454 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13455
13456         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13457         functions.
13458
13459 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13460
13461         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13462         say what the mouseover text should be.
13463
13464         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13465         version of the mm-w3m-safe-url-regexp variable to only download images
13466         in the groups where we want that to happen.
13467
13468         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13469
13470         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13471         easier debugging.
13472         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13473         big pictures in the article buffer.
13474
13475         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13476         gnus-article-html.
13477         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13478         w3m.
13479
13480         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13481
13482 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13483
13484         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13485         which doesn't exist.
13486
13487         * message.el (message-inhibit-ecomplete): New variable to allow some
13488         function to inhibit ecomplete address storage.
13489         (message-resend): Disable ecomplete message storage when resending
13490         messages.
13491
13492         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13493
13494 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13497         Save excursion while copying, moving, and deleting articles in order to
13498         prevent the cursor from jumping to unforeseen place.
13499
13500 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * lpath.el: No need to bind bookmark-current-buffer,
13503         bookmark-yank-point and bookmark-make-record-function.
13504
13505 2010-08-17  Glenn Morris  <rgm@gnu.org>
13506
13507         * gnus-sync.el: Require gnus components whose functions are used.
13508
13509         * gnus-art.el (bookmark-make-record-function):
13510         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13511         Declare for compiler.
13512
13513         * mm-url.el (mml-compute-boundary): Autoload.
13514
13515 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13518
13519 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         Typo fix "hoo4a" -> "hook".
13522
13523         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13524
13525 2010-08-14  Glenn Morris  <rgm@gnu.org>
13526
13527         * gnus-sync.el (gnus-sync): Fix defgroup version.
13528
13529 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13530
13531         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13532
13533         * gnus-sync.el: Fix docs.
13534         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13535         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13536
13537 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13538
13539         Optimizations for gnus-sync.el.
13540
13541         * gnus-sync.el: Add docs about gnus-sync-backend
13542         possibilities.
13543         (gnus-sync-save): Remove unnecessary message.
13544         (gnus-sync-read): Optimize and show what groups were skipped.
13545
13546 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13547
13548         Minor bug fixes for gnus-sync.el.
13549
13550         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13551         Don't read the sync on get-new-news.
13552
13553         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13554         quiet.
13555
13556         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13557         (fix typo).
13558
13559 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13560
13561         Make saving and restoring of hidden threads work with overlays.
13562         Patch applied by Ted Zlatanov.
13563
13564         * gnus-sum.el (gnus-hidden-threads-configuration)
13565         (gnus-restore-hidden-threads-configuration): Update to deal with text
13566         properties, rather than searching for a magic character.
13567
13568 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13569
13570         New gnus-sync.el library for synchronization of marks.
13571
13572         * gnus-sync.el: New library for synchronization of marks.
13573
13574         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13575         renamed from `gnus-registry-grep-in-list'.
13576
13577         * gnus-registry.el (gnus-registry-follow-group-p):
13578         Use `gnus-grep-in-list'.
13579
13580         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13581
13582 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13585         determining charset of text fails.
13586
13587 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * nnmail.el (nnmail-get-new-mail-1): Revert.
13590
13591         * nnml.el (nnml-active-number): Make sure names of newly created groups
13592         in nnml-group-alist are encoded.
13593
13594 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13597         containing non-ASCII characters in active file for nnml back end.
13598
13599 2010-07-24  David Engster  <dengste@eml.cc>
13600
13601         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13602         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13603
13604 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13605
13606         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13607         tag (Bug#6654).
13608
13609 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13612         the article buffer, not the summary buffer.
13613
13614 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13617         Emacs 23 as well.
13618
13619 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13622         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13623
13624 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13625
13626         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13627         Patch applied by Karl Fogel.
13628
13629         * gnus-sum.el (gnus-summary-bookmark-make-record):
13630         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13631
13632 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13633
13634         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13635         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13636         C-w still not working correctly from Article buffers; Thierry's
13637         patch to fix that will be applied after this.
13638
13639         * gnus-art.el (bookmark-make-record-function): New local variable.
13640
13641         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13642         article buffer.
13643         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13644
13645 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13646
13647         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13648         on changes in bookmark.el.
13649
13650 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13653         `no-log' instead of message not to log prompt string.
13654
13655 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13656
13657         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13658         the *other* type of HTML form submission.
13659
13660 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13661
13662         * auth-source.el (auth-source-pick): If choice does not contain a
13663         questioned keyword, set the check to t.
13664
13665 2010-06-12  Romain Francoise  <romain@orebokech.com>
13666
13667         * gnus-util.el (gnus-date-get-time): Move up before first use.
13668
13669 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13672         (gnus-article-edit-part): Bind it to make last part that is substituted
13673         or deleted visible.
13674         (gnus-mime-display-single): Buttonize part of which id equals to
13675         gnus-mime-buttonized-part-id.
13676
13677 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13678
13679         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13680         (gnus-dd-mmm): Use gnus-date-get-time.
13681         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13682         simplify logic.
13683         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13684         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13685
13686 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13687
13688         * auth-source.el (top): Autoload `secrets-list-collections',
13689         `secrets-create-item', `secrets-delete-item'.
13690         (auth-sources): Fix tag string.
13691         (auth-get-source, auth-source-retrieve, auth-source-create)
13692         (auth-source-delete): New defuns.
13693         (auth-source-pick): Rewrite in order to avoid 2 passes.
13694         (auth-source-forget-user-or-password): New parameter USERNAME.
13695         (auth-source-user-or-password): New parameters CREATE-MISSING and
13696         DELETE-EXISTING.  Retrieve password interactively, if needed.
13697
13698 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13699
13700         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13701         deleting unused directories when gnus-expert-user is t.
13702
13703 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13706         for each temp file when gnus-article-browse-delete-temp is ask.
13707
13708 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13709
13710         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13711         Replace Lisp calls to delete-backward-char by calls to delete-char.
13712
13713 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13714
13715         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13716
13717 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13718
13719         * password-cache.el (password-cache-remove): Fix docstring.
13720
13721 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13724         article unless decoding article to be saved.
13725
13726 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13729         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13730         generated within the mm-with-unibyte-current-buffer macro.
13731
13732 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13735         to nil when we're in a mml-preview buffer and no group is selected.
13736
13737 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13738
13739         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13740         when catching the `C-g'.  Reported by "Leo".
13741
13742 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * message.el (message-forward-make-body-plain)
13745         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13746         multibyte-string-p.
13747
13748         * lpath.el: Revert.
13749
13750 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * message.el (message-forward-make-body-mml): Assume original message
13753         is multibyte string; error on unibyte.
13754         (message-forward-make-body-plain): Ditto; don't add excessive newline
13755         in body end.
13756
13757         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13758
13759 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13760
13761         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13762         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13763
13764 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mm-extern.el (mm-extern-url): Don't use
13767         mm-with-unibyte-current-buffer.
13768         (mm-extern-cache-contents): Use with-current-buffer instead of
13769         save-excursion + set-buffer.
13770
13771 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * mm-util.el (mm-emacs-mule): Remove.
13774
13775 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13776
13777         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13778         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13779         change.
13780
13781 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13784         bind the default value of enable-multibyte-characters to nil.
13785
13786 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * message.el (message-forward-make-body-plain)
13789         (message-forward-make-body-mml):
13790         Don't use mm-with-unibyte-current-buffer.
13791
13792 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13793
13794         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13795
13796 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13797
13798         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13799         (Bug#5592).
13800
13801 2010-05-07  Julien Danjou  <julien@danjou.info>
13802
13803         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13804         it to mm-pipe-part.
13805
13806         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13807         it is given.
13808
13809 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * binhex.el (binhex-decode-region-internal):
13812         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13813         (dns-query):
13814         * nnweb.el (nnweb-gmane-search):
13815         * pgg-parse.el (pgg-parse-armor):
13816         * pgg.el (pgg-verify-region):
13817         * sha1.el (sha1-string-external):
13818         * uudecode.el (uudecode-decode-region-internal):
13819         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13820         XEmacs.
13821
13822         * gnus-art.el (gnus-article-browse-html-parts):
13823         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13824         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13825         make-temp-file.
13826
13827         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13828         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13829         compiling.
13830
13831         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13832         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13833         XEmacs when compiling.
13834
13835         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13836         gnus-pick-mode-off-hook for XEmacs when compiling.
13837         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13838         gnus-binary-mode-off-hook for XEmacs when compiling.
13839
13840         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13841         Return nil if char-charset is not available.
13842
13843         * imap.el (imap-disable-multibyte)
13844         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13845         macros.
13846
13847         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13848         instead of encode-coding-string.
13849
13850         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13851         'xemacs) instead of mm-emacs-mule to switch function definitions.
13852         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13853
13854         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13855         bind temporary-file-directory for XEmacs;
13856         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13857         timer-set-function for XEmacs 21.4 and SXEmacs;
13858         bind timer-list for XEmacs 21.4 and SXEmacs;
13859         fbind char-charset and find-charset-region for non-Mule XEmacs;
13860         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13861         encode-coding-region and encode-coding-string for XEmacs having no
13862         file-coding feature.
13863
13864 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13865
13866         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13867
13868 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13871         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13872
13873 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13874
13875         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13876         alias `jka-compr-delete-temp-file' no longer exists.
13877
13878 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13879
13880         Use define-minor-mode in Gnus where applicable.
13881         * mml.el (mml-mode): Use define-minor-mode.
13882         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13883         (gnus-undo-mode): Use define-minor-mode.
13884         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13885         (gnus-dead-summary-mode): Use define-minor-mode.
13886         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13887         Initialize in declaration.
13888         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13889         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13890         (gnus-mailing-list-mode): Use define-minor-mode.
13891         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13892         (gnus-draft-mode): Use define-minor-mode.
13893         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13894         (gnus-dired-mode): Use define-minor-mode.
13895
13896 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13897
13898         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13899         handles on recursive mml-to-mime translation and check them for
13900         boundary delimiter collisions.  Reported by Greg Troxel.
13901
13902 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13905
13906 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13907
13908         * mm-util.el (mm-find-buffer-file-coding-system):
13909         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13910
13911 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13912
13913         * message.el (message-generate-headers): Record insertion of optional
13914         headers as well.  Otherwise the check to prevent repeated insertion of
13915         optional headers is a no-op.
13916
13917 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13918
13919         * smime.el: Don't mention CVS.
13920
13921         * nnrss.el (nnrss-fetch): Don't mention CVS.
13922
13923         * nnir.el: Don't mention CVS.
13924
13925 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13926
13927         * gnus-sum.el (gnus-summary-bookmark-make-record):
13928         Add `location' field.
13929
13930 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * lpath.el: Fbind bookmark-default-handler,
13933         bookmark-get-bookmark-record, bookmark-make-record-default,
13934         bookmark-prop-get for Emacs <23 and XEmacs.
13935
13936 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13937
13938         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13939         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13940         Use with-current-buffer to silence the byte-compiler.
13941         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13942         bother to require `gnus'.
13943         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13944
13945 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13946
13947         * gnus-sum.el (gnus-summary-bookmark-make-record)
13948         (gnus-summary-bookmark-jump): New functions.
13949         (gnus-summary-mode): Setup bookmark support.
13950
13951 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13952
13953         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13954         if set.
13955
13956 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13959         gnus-article-browse-html-save-cid-image; make it work recursively for
13960         forwarded messages as well.
13961         (gnus-article-browse-html-parts): Work when prefix arg is given.
13962         (gnus-article-browse-html-article): Doc fix.
13963
13964 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13965
13966         * message.el (message-default-mail-headers)
13967         (message-default-headers): Carry the value mail-default-headers over
13968         into message-default-mail-headers, rather than message-default-headers.
13969
13970 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13971
13972         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13973         charset.
13974
13975         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13976         charset into the <meta> tag when the article is encoded to utf-8.
13977
13978 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * gnus-art.el (gnus-article-browse-delete-temp-files):
13981         Delete directories as well.
13982         (gnus-article-browse-html-parts): Work for images that do not specify
13983         file names; delete temp directory when quitting; insert header at the
13984         right place; use file: scheme for image files.
13985
13986 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13987
13988         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13989         (gnus-article-browse-html-parts): Use it to make temporary cid image
13990         files in addition to html file so that browser may display them.
13991
13992 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13995
13996 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13999
14000 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14001
14002         * auth-source.el (auth-sources): Change default to be simpler.
14003         Explain about Secret Service API sources.  Improve Customize options.
14004         (auth-source-pick): Change to accept any number of search parameters.
14005         Implement fallbacks iteratively, not recursively.  Add scoring on the
14006         second pass and sort by score.  Call Secret Service API when needed.
14007         (auth-source-user-or-password): Use it.  Call Secret Service API
14008         directly when needed to get the user name and the password.
14009
14010 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
14011
14012         * message.el (message-interactive): Doc fix.
14013         (message-qmail-inject-args): Reflow.
14014         (message-kill-to-signature): Fix typo in docstring.
14015
14016         * smiley.el (smiley-buffer): Fix typo in docstring.
14017
14018 2010-03-24  Glenn Morris  <rgm@gnu.org>
14019
14020         * mail-source.el (gnus-message): Declare.
14021         (mail-source-delete-old-incoming): Require gnus-util.
14022
14023 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
14026
14027         * message.el (ecomplete-setup): Autoload it for Emacs <23.
14028
14029         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
14030         password-cache's default if it is not bound.
14031         (mml-secure-passphrase-cache-expiry): Default to 16 that is
14032         password-cache-expiry's default if it is not bound.
14033
14034         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
14035         available in Emacs 21.
14036
14037         * lpath.el: Suppress compiler warnings for:
14038         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
14039         XEmacs;
14040         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
14041         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
14042         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
14043
14044 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
14045
14046         * auth-source.el (auth-sources): Fix up definition so extra parameters
14047         are always inline.
14048
14049 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
14050
14051         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
14052         wasn't updated after mismatch.  Clear cached mailbox info correctly
14053         when uidvalidity changes.
14054         (nnimap-group-prefixed-name): New function to avoid some code
14055         duplication.
14056         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
14057         (nnimap-request-group): Use it.
14058         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
14059         (nnimap-update-unseen): Significantly improved speed of Gnus startup
14060         with many imap folders.  This is done by caching the group status from
14061         the imap server persistently in a group parameter `imap-status'.  (This
14062         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14063         but not persistently, so every Gnus startup was still very slow.)
14064
14065 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14066
14067         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14068         delete the extra newline.  Otherwise editing of :string and :number
14069         types don't work.
14070
14071 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14074         secrets.el dependency.
14075         (auth-sources): Add optional user name.  Add secrets.el configuration
14076         choice (unused right now).
14077
14078 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14079
14080         * gnus-sum.el (gnus-summary-make-menu-bar):
14081         Let `gnus-registry-install-shortcuts' fill in the functions.
14082
14083         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14084         warnings.
14085         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14086         (gnus-registry-install-shortcuts): Populate and use it in a
14087         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14088
14089 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14090
14091         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14092         In-place substitutions for the group name encoding/decoding.
14093         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14094         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14095         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14096         (nnimap-update-unseen, nnimap-request-list)
14097         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14098         (nnimap-request-set-mark, nnimap-split-to-groups)
14099         (nnimap-split-articles, nnimap-request-newgroups)
14100         (nnimap-request-create-group, nnimap-request-accept-article)
14101         (nnimap-request-delete-group, nnimap-request-rename-group)
14102         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14103         `encoded-mbx' for consistency.
14104         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14105         variable `imap-current-mailbox'.
14106
14107         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14108         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14109
14110 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14111
14112         * pop3.el (pop3-display-message-size-flag): Display message size byte
14113         counts during POP3 download.
14114         (pop3-movemail): Use it.
14115         (pop3-list): Implement listing of available messages.
14116
14117 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14118
14119         * nnir.el (nnir-get-article-nov-override-function): New function to
14120         override the normal NOV retrieval.
14121         (nnir-retrieve-headers): Use it.
14122
14123 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14124
14125         * auth-source.el (netrc-machine-user-or-password): Autoload.
14126
14127 2010-03-19  Glenn Morris  <rgm@gnu.org>
14128
14129         Stop message.el from loading about 40 libraries it doesn't always need.
14130         The general approach is to autoload rather than require, and to
14131         require in the specific functions rather than the file.  (Bug#5642)
14132
14133         * gmm-utils.el: Don't require wid-edit.
14134         (widget-create-child-value, widget-convert, widget-default-get):
14135         Autoload.
14136
14137         * gnus-util.el: Don't require time-date, netrc.
14138         (message-fetch-field, gnus-group-name-decode): Declare rather than
14139         autoloading.
14140         (gnus-fetch-field): Require message.
14141         (gnus-decode-newsgroups): Require gnus-group.
14142
14143         * ietf-drums.el: Don't require time-date.
14144
14145         * message.el: Don't require hashcash, canlock, ecomplete.
14146         Do require mail-utils.  Require nnheader only when compiling.
14147         (smtpmail-default-smtp-server): Remove declaration.
14148         (message-send-mail-function): Check smtpmail-default-smtp-server
14149         is bound rather than requiring smtpmail.
14150         (message-auto-save-directory, message-insert-signature):
14151         Use expand-file-name rather than nnheader-concat.
14152         (nnheader-insert-file-contents): Autoload.
14153         (hashcash-wait-async): Declare.
14154         (message-send-mail): Only call gnus-setup-posting-charset if
14155         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14156         (message-send-mail-with-sendmail): Require sendmail.
14157         (canlock-password, canlock-password-for-verify): Declare.
14158         (message-canlock-password): Require canlock.
14159         (nnheader-get-report): Autoload.
14160         (gnus-setup-posting-charset): Declare.
14161         (message-send-news): Require gnus-msg.
14162         (message-make-references, message-make-in-reply-to): Use mail-header-id
14163         rather than the alias mail-header-message-id.
14164         (ecomplete-add-item, ecomplete-save): Declare.
14165         (message-put-addresses-in-ecomplete): Require ecomplete.
14166         (ecomplete-display-matches): Autoload.
14167
14168         * mm-decode.el: Don't require mailcap, gnus-util.
14169         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14170         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14171         Autoload.
14172         (mailcap-mime-extensions): Declare.
14173
14174         * mm-encode.el: Don't require mailcap.
14175         (mailcap-extension-to-mime): Autoload.
14176
14177         * mml-sec.el: Don't require password-cache.
14178
14179         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14180         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14181         (mml-minibuffer-read-type): Require mailcap.
14182         (mml-preview): Require gnus-msg.
14183
14184         * mml1991.el: Require password-cache.
14185         (password-cache-expiry): Remove declaration.
14186
14187         * mml2015.el: Require password-cache.
14188         (password-cache-expiry): Remove declaration.
14189
14190         * nneething.el (mailcap): Require mailcap.
14191
14192         * nnheader.el (declare-function): Add compatibility stub.
14193         (message-remove-header): Declare rather than autoload.
14194         (nnheader-replace-header): Require message.
14195
14196         * nnimap.el (declare-function): Add compatibility stub.
14197         (netrc-parse, netrc-machine-user-or-password): Declare.
14198         (nnimap-open-connection): Require netrc.
14199
14200         * nntp.el (declare-function): Add compatibility stub.
14201         (netrc-parse, netrc-machine, netrc-get): Declare.
14202         (nntp-send-authinfo): Require netrc.
14203
14204         * rfc2047.el: Don't require qp.
14205         (quoted-printable-encode-region, quoted-printable-decode-string):
14206         Autoload.
14207
14208         * sieve-mode.el: Don't require easymenu.
14209         (easy-menu-add-item): Autoload it.
14210
14211         * spam-stat.el (time-to-number-of-days): Autoload it.
14212
14213 2010-03-19  Glenn Morris  <rgm@gnu.org>
14214
14215         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14216
14217 2010-03-18  Glenn Morris  <rgm@gnu.org>
14218
14219         * hashcash.el (declare-function): Remove duplicate definition.
14220
14221 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14222
14223         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14224         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14225         value if any backslash escapes).
14226
14227 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14230         if it is available.  (bug#5647)
14231
14232         * lpath.el: Suppress compiler warning for coding-system-from-name for
14233         Emacs 21 and XEmacs.
14234
14235 2010-03-14  Juri Linkov  <juri@jurta.org>
14236
14237         * hmac-def.el:
14238         * hmac-md5.el:
14239         * netrc.el: Fix keywords.
14240
14241 2010-02-26  Glenn Morris  <rgm@gnu.org>
14242
14243         * message.el (message-send-mail-function): Change the default, so that
14244         it inherits from a customized send-mail-function.  (Bug#5643)
14245
14246 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14247
14248         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14249         shell-command-to-string signals an error (bug#5299).
14250
14251 2010-02-24  Glenn Morris  <rgm@gnu.org>
14252
14253         * message.el (message-smtpmail-send-it)
14254         (message-send-mail-with-mailclient): Doc fixes.
14255
14256 2010-02-16  Glenn Morris  <rgm@gnu.org>
14257
14258         * message.el (message-default-mail-headers): Change the default value
14259         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14260
14261 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14264         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14265
14266 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14267
14268         * time-date.el (date-to-time): Doc fix (Bug#5408).
14269
14270 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14271
14272         * message.el (message-mail): Just pass yank-action on to message-setup.
14273         (message-setup): Handle (FUN . ARGS) form of yank-action.
14274         (message-with-reply-buffer, message-widen-reply)
14275         (message-yank-original): Handle non-buffer values of
14276         message-reply-buffer (Bug#4080).
14277         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14278
14279 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14280
14281         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14282         Fix typo in docstring.
14283
14284 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14285
14286         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14287         response.
14288
14289 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14292
14293         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14294
14295         * message.el (message-check-news-header-syntax): Protect against a
14296         string that `rfc822-addresses' returns when parsing fails.
14297
14298 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14301         (gnus-previous-char-property-change): New functions.
14302
14303         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14304
14305 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14306
14307         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14308         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14309
14310 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14311
14312         * message.el (message-exchange-point-and-mark): Rework last change to
14313         avoid using optional arg of exchange-point-and-mark, for backward
14314         compatibility.
14315
14316 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14317
14318         * message.el (message-exchange-point-and-mark):
14319         Call exchange-point-and-mark with an argument rather than setting
14320         mark-active by hand (Bug#5175).
14321
14322 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * nntp.el (nntp-service-to-port): Work for service expressed with
14325         numeric string; replace [:digit:] with [0-9] for XEmacs.
14326
14327 2009-12-17  Glenn Morris  <rgm@gnu.org>
14328
14329         * gnus-group.el (gnus-bug-group-download-format-alist):
14330         Change emacs entry to debbugs.gnu.org.  Bump :version.
14331
14332 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14335
14336 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * message.el (message-info): Explain why we use `Info-goto-node'.
14339
14340 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14343
14344 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14345
14346         * message.el (message-completion-in-region): New compatibility function.
14347         (message-expand-group): Use it.
14348
14349 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14352         with no unread article should be listed if the 2nd arg `predicate' is
14353         given.
14354
14355 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14358
14359 2009-11-29  Juri Linkov  <juri@jurta.org>
14360
14361         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14362         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14363         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14364
14365 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14366
14367         * sha1.el (sha1-string-external): default-directory "/" in case
14368         otherwise non-existent.  process-connection-type pipe for touch of
14369         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14370
14371 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14372
14373         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14374         it's comms related and sgml-mode.el has "comm" on that basis too.
14375
14376 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14379         containing tspecial characters if they have been already quoted.
14380
14381 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14382
14383         * dns-mode.el (auto-mode-alist): Purecopy string.
14384
14385 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14386
14387         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14388
14389 2009-10-24  Glenn Morris  <rgm@gnu.org>
14390
14391         * gnus-art.el (help-xref-stack-item): Define for compiler.
14392
14393 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14394
14395         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14396
14397 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14400
14401 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14404         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14405
14406 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14409         (gnus-overlays-in): New alias to overlays-in.
14410
14411         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14412         gnus-overlay-get, and gnus-delete-overlay.
14413         (gnus-summary-show-thread): Make it work as well for systems in which
14414         next-single-char-property-change is not available.
14415         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14416
14417         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14418         (gnus-overlay-get): New alias to extent-property.
14419         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14420
14421         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14422         SXEmacs.
14423
14424         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14425         SXEmacs.
14426
14427 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14430
14431 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14432
14433         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14434         and XEmacs that don't have `remove-overlays'.
14435
14436 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14437
14438         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14439         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14440         selective display.  Use overlays instead.
14441
14442 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14443
14444         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14445
14446 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14447
14448         * spam-stat.el (spam-stat-load): Fix typo in message.
14449
14450 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14451
14452         * dig.el (dig-invoke): Fix typo in docstring.
14453         (query-dig): Reflow docstring.
14454
14455 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14456
14457         * gnus-art.el (gnus-article-encrypt-body):
14458         * message.el (message-check-recipients):
14459         * mm-util.el (mm-codepage-setup):
14460         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14461         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14462
14463 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14464
14465         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14466         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14467         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14468         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14469         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14470
14471 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14472
14473         * dig.el: Add "Keywords: comm", as per net-utils.el.
14474
14475 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14476
14477         * dig.el (dig-mode): Use define-derived-mode.
14478
14479 2009-09-19  Glenn Morris  <rgm@gnu.org>
14480
14481         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14482
14483 2009-09-18  Glenn Morris  <rgm@gnu.org>
14484
14485         * gnus-diary.el (gnus-diary-check-message):
14486         * message.el (message-insert-formatted-citation-line):
14487         * nnbabyl.el (top-level):
14488         * nndiary.el (nndiary-schedule):
14489         Fix typos in condition-case handlers.
14490
14491 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14494         configuration that provides the sole article window in a frame;
14495         position point correctly after deleting a part.
14496
14497 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14498
14499         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14500         (spam-resolve-registrations-routine): Use it to unregister articles
14501         that change status.
14502
14503 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14506         with XEmacs.
14507         (parse-time-string-chars): Use it.
14508
14509 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14510
14511         * imap.el (imap-interactive-login): Better messages.
14512         (imap-open): Fix bug with renamed buffer on reconnect.
14513         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14514         for easier debugging and cleaner code.  On successful (guessed based on
14515         server capabilities) secondary authentication, set imap-state
14516         correctly.
14517         (imap-last-authenticator): Define imap-last-authenticator as a variable
14518         to avoid warnings.
14519
14520 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * nnrss.el (nnrss-request-article): Remove binding of
14523         default-enable-multibyte-characters that has gotten needless by
14524         the 2007-07-13 change in rfc2047-encode-message-header.
14525
14526         * mml.el (mml-insert-multipart): Error on the message header.
14527         (mml-insert-part): Error on the message header; position point at
14528         the end of a MIME tag.
14529
14530 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * time-date.el (autoload): Expand define-obsolete-function-alias into
14533         defalias and make-obsolete for old Emacsen that Gnus supports.
14534         (with-no-warnings): Define it for old Emacsen.
14535         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14536         is available.
14537         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14538         float-time is available; suppress compile warning for time-to-seconds.
14539
14540         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14541         (gnus-float-time): Alias to float-time if it exists.
14542
14543         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14544         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14545         float-time is available; suppress compile warning for time-to-seconds.
14546
14547         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14548         XEmacs.
14549
14550 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * imap.el (imap-message-map): Docstring fix.
14553
14554 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14557         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14558         Add the optional argument `encoding' that overrides the default.
14559
14560         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14561         mm-encode-buffer.
14562
14563 2009-09-04  Glenn Morris  <rgm@gnu.org>
14564
14565         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14566         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14567         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14568         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14569         * mm-util.el (mm-with-unibyte-current-buffer)
14570         (mm-find-buffer-file-coding-system):
14571         * yenc.el (yenc-decode-region): Use default-value rather than
14572         default-enable-multibyte-characters.
14573
14574 2009-09-03  Glenn Morris  <rgm@gnu.org>
14575
14576         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14577         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14578         than default-enable-multibyte-characters.
14579
14580 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14581
14582         * gnus-art.el (gnus-article-read-summary-keys):
14583         Fix gnus-buffer-configuration's value temporarily used.
14584
14585 2009-09-02  Glenn Morris  <rgm@gnu.org>
14586
14587         * gnus-util.el (gnus-float-time): New function.
14588         * gnus-delay.el (gnus-delay-article):
14589         * gnus-sum.el (gnus-thread-latest-date):
14590         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14591         * nnspool.el (nnspool-request-newgroups):
14592         Use gnus-float-time rather than time-to-seconds.
14593         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14594
14595         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14596         (gnus-header-subject-face, gnus-header-newsgroups-face)
14597         (gnus-header-name-face, gnus-header-content-face):
14598         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14599         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14600         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14601         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14602         (gnus-cite-face-11):
14603         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14604         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14605         (gnus-server-closed-face, gnus-server-denied-face)
14606         (gnus-server-offline-face):
14607         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14608         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14609         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14610         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14611         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14612         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14613         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14614         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14615         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14616         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14617         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14618         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14619         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14620         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14621         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14622         (gnus-summary-high-undownloaded-face)
14623         (gnus-summary-low-undownloaded-face)
14624         (gnus-summary-normal-undownloaded-face)
14625         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14626         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14627         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14628         (gnus-splash-face):
14629         * message.el (message-header-to-face, message-header-cc-face)
14630         (message-header-subject-face, message-header-newsgroups-face)
14631         (message-header-other-face, message-header-name-face)
14632         (message-header-xheader-face, message-separator-face)
14633         (message-cited-text-face, message-mml-face):
14634         * sieve-mode.el (sieve-control-commands-face)
14635         (sieve-action-commands-face, sieve-test-commands-face)
14636         (sieve-tagged-arguments-face):
14637         * spam.el (spam-face):
14638         Mark face aliases with "-face" in the name as obsolete.
14639
14640 2009-09-01  Glenn Morris  <rgm@gnu.org>
14641
14642         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14643         than goto-line.
14644
14645 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14648         Don't move point if the command is invoked inside the message header.
14649
14650 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14651
14652         * imap.el (imap-send-command): Simplify.
14653         (imap-wait-for-tag): point-max -> buffer-size.
14654
14655 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14656
14657         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14658         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14659         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14660         * nnir.el (nnir-swish-e-index-file):
14661         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14662         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14663         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14664         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14665         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14666         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14667
14668 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14671         Don't save excursion.
14672
14673 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14674
14675         * nnheader.el (nnheader-find-file-noselect):
14676         * mm-util.el (mm-insert-file-contents):
14677         Use (default-value 'major-mode) instead of default-major-mode.
14678
14679 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14680
14681         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14682
14683 2009-08-26  Glenn Morris  <rgm@gnu.org>
14684
14685         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14686         than placing in files.el.
14687
14688 2009-08-25  Glenn Morris  <rgm@gnu.org>
14689
14690         * nnir.el (top-level): Don't require cl at run-time.
14691         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14692         Replace cl-function substitute with gnus-replace-in-string.
14693         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14694         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14695         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14696         simplified expansions.
14697
14698 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14699
14700         * dig.el (dig): Add autoload cookie.
14701
14702 2009-08-22  Glenn Morris  <rgm@gnu.org>
14703
14704         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14705         goto-line.
14706
14707 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14708
14709         * parse-time.el (parse-time-string-chars): Save match data.
14710
14711 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14712
14713         * parse-time.el (parse-time-string-chars): Compute using character
14714         classes, to handle non-ascii characters (Bug#3190).
14715
14716 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14719
14720         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14721         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14722         (gnus-mm-display-part, gnus-mime-display-single)
14723         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14724         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14725
14726         * gnus-sum.el
14727         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14728         (gnus-summary-move-article): Add expirable mark to articles copied or
14729         moved to group that has auto-expire turned on if the option is non-nil.
14730
14731 2009-07-24  Glenn Morris  <rgm@gnu.org>
14732
14733         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14734         Fix typo.  (Bug#3903)
14735
14736 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14739         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14740         that should not be used for draft articles.
14741         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14742         that has no concern in minor mode keys.
14743         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14744         Abolish.
14745
14746 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14749         article without making inquiry to a user for unknown encoding.
14750
14751         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14752         (nnmaildir--scan): Assume i-node and device number that file-attributes
14753         returns might be cons-cell.
14754
14755         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14756
14757         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14758
14759 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14760
14761         * auth-source.el: Remove docs now in auth.texi.  Don't use
14762         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14763         `auth-source-hide-passwords' and use them.
14764
14765 2009-07-15  Glenn Morris  <rgm@gnu.org>
14766
14767         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14768
14769 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14772         excessive whitespace from the default values of title and description.
14773
14774 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14777         mail-fetch-field to fetch Content-Description header in order to
14778         exclude newlines.
14779
14780 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14781
14782         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14783         format used by GnuPG 2.0.11.
14784
14785 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14788         to deleted part.
14789
14790 2009-05-30  David Engster  <dengste@eml.cc>
14791
14792         * nnmairix.el: Remove old documentation in the commentary block.
14793         (nnmairix-request-group): Do not update active file for nnml back ends.
14794         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14795         end so that overview files are ignored.
14796         (nnmairix-update-groups): Make updating the groups more robust by using
14797         marks.
14798         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14799         with dollar characters in message-id.
14800
14801 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14804         2008-12-25 in dns.el.
14805
14806 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14807
14808         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14809         could happen if the text is only composed of spaces and/or tabs.
14810
14811 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14812
14813         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14814         when sending a queued message to avoid extra mml tags.
14815
14816 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14819
14820 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14823         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14824         rmail-toggle-header for XEmacs;
14825         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14826
14827 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * gnus-dired.el: Remove autoload for gnus-setup-message.
14830         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14831         displaying Gnus logo; always use compose-mail.
14832
14833 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14836
14837 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14840         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14841         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14842         available.
14843         (gnus-nocem-epg-verify): New function.
14844
14845 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14848
14849 2009-02-15  Glenn Morris  <rgm@gnu.org>
14850
14851         * gnus-util.el (rmail-insert-rmail-file-header)
14852         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14853         autoloads.
14854         (rmail-default-rmail-file): Remove unnecessary declaration.
14855         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14856
14857 2009-02-14  Glenn Morris  <rgm@gnu.org>
14858
14859         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14860         variable (only used in gnus-util, which declares it anyway).
14861         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14862         which was only needed by gnus-art (changed to not use it any more).
14863         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14864         only used in gnus-util, which autoloads it itself.
14865         (rmail-update-summary): Fix autoload.
14866
14867         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14868         rather than rmail-output-to-rmail-file.
14869
14870 2009-02-07  Glenn Morris  <rgm@gnu.org>
14871
14872         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14873         autoload of function that no longer exists.
14874         (rmail-toggle-header): Declare.
14875         (message-forward-rmail-make-body): Handle mbox Rmail.
14876
14877 2009-01-31  Glenn Morris  <rgm@gnu.org>
14878
14879         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14880         2009-01-09 change.
14881
14882 2009-01-31  Dave Love  <fx@gnu.org>
14883
14884         * imap.el (imap-fetch-safe): Bind debug-on-error.
14885         (imap-debug): Add imap-fetch-safe.
14886
14887 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14888
14889         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14890         (auth-source-forget-all-cached): New convenience function.
14891         (auth-source-user-or-password): Accept list of modes or a single mode.
14892
14893         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14894         auth-source modes.
14895
14896         * netrc.el (netrc-machine-user-or-password): Use list of
14897         auth-source modes.
14898
14899         * nnimap.el (nnimap-open-connection): Use list of
14900         auth-source modes.
14901
14902         * nntp.el (nntp-send-authinfo): Use list of
14903         auth-source modes.
14904
14905 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14908         now.
14909
14910 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14913         coding system in XEmacs; add a workaround for XEmacs.
14914
14915         * lpath.el: Fbind coding-system-aliasee.
14916
14917 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14920         of current-language-environment.
14921
14922 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14925         available at runtime.
14926
14927 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14930
14931 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14932
14933         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14934         the greatest positive fixnum value doesn't work under an XEmacs with
14935         bignum support; use the most-positive-fixnum constant instead,
14936         available since Emacs 21.1 with cl and XEmacs 21.1.
14937
14938 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14941         XEmacs gets not to work.
14942
14943 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * mm-util.el (mm-coding-system-priorities): Allow the value like
14946         "Japanese (UTF-8)" of current-language-environment.
14947
14948 2009-01-09  Glenn Morris  <rgm@gnu.org>
14949
14950         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14951         with last-command-event.
14952
14953 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14956         in the doc string.
14957
14958         * message.el (message-fix-before-sending): Amend comment.
14959
14960 2009-01-08  Dave Love  <fx@gnu.org>
14961
14962         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14963
14964 2009-01-07  David Engster  <dengste@eml.cc>
14965
14966         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14967         simplified server definitions by converting it via
14968         gnus-server-to-method.
14969
14970 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14973         parameter's operands.
14974
14975 2009-01-06  David Engster  <dengste@eml.cc>
14976
14977         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14978         primary select method (for gnus-group-mark-article-as-read).
14979
14980 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14981
14982         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14983         `(gnus)Face', not `(gnus)X-Face'.
14984
14985 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * mm-util.el (mm-ucs-to-char): New function.
14988
14989         * mm-url.el (mm-url-decode-entities): Use it.
14990
14991         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14992         unicode-to-char.
14993
14994 2009-01-05  Dave Love  <fx@gnu.org>
14995
14996         * time-date.el: Require cl for `declare'.
14997
14998 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
15001         Dave Love.
15002
15003 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * message.el (message-fix-before-sending): Add `eight-bit' to
15006         illegible-text check.
15007
15008 2009-01-03  Michael Olson  <mwolson@gnu.org>
15009
15010         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
15011         `headers' is nil.  This can occur if the IMAP server does not have
15012         permissions to read messages from a folder, but can write new messages
15013         to the folder.
15014         (nnimap-request-article-part): Do not insert `data' if it is nil.
15015
15016         * imap.el (imap-parse-fetch): Courier can insert spurious blank
15017         characters which will confuse `read', so skip past them.
15018
15019 2009-01-01  Dave Love  <fx@gnu.org>
15020
15021         * imap.el (imap-string-to-integer): Fix typo.
15022         (imap-fetch-safe): New function.
15023         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
15024
15025         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
15026
15027         * imap.el (imap-process-connection-type, imap-debug, imap-open):
15028         (imap-parse-greeting): Fix doc strings.
15029         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
15030         (imap-parse-flag-list): Make messages unique.
15031         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
15032
15033         * nnimap.el: Fix author email.
15034         (nnimap-split-rule): Add FIXME comment.
15035         (nnimap-debug): Fix doc string.
15036
15037 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * dns.el (dns-set-servers): Check "Address".  Fix typo.
15040
15041 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
15044         nslookup if resolv.conf isn't available.
15045         (dns-query): Rename from query-dns.
15046         (dns-query-cached): Rename from query-dns-cached.
15047
15048 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
15051         overlay-arrow-position and overlay-arrow-string buffer-local; no need
15052         to check if those variables exist (first appeared in Emacs 18.50).
15053
15054 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * mm-util.el (mm-line-number-at-pos): New function.
15057
15058         * spam-report.el (spam-report-process-queue): Use it.
15059
15060 2008-12-24  David Engster  <dengste@eml.cc>
15061
15062         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15063         parameters that haven't existed as variables as buffer-local variables.
15064
15065 2008-12-23  Dave Love  <fx@gnu.org>
15066
15067         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15068         cadar.
15069
15070         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15071         imap-starttls-p.
15072         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15073
15074 2008-12-22  Dave Love  <fx@gnu.org>
15075
15076         * imap.el: Fix author email.  Doc fixes.
15077         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15078         reply.
15079
15080 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * spam-report.el (spam-report-gmane-max-requests): New constant.
15083         (spam-report-gmane-wait): New variable.
15084         (spam-report-gmane-ham, spam-report-gmane-spam)
15085         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15086         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15087         the server.
15088
15089         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15090         Add explanations.
15091
15092         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15093         nnheader-accept-process-output and nnheader-read-timeout if available.
15094         (pop3-movemail): Use it.
15095
15096         * message.el (message-check-news-body-syntax): Fix signature check if
15097         there's an attachment.
15098
15099 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * mm-util.el: Add comments to the mm- emulating functions.
15102
15103 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15106         Reported by Stephen Berman <stephen.berman@gmx.net>.
15107
15108 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * mm-util.el (mm-substring-no-properties): New function.
15111         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15112         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15113         (mm-string-to-multibyte): Doc fix.
15114
15115         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15116
15117 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * mml.el (mml-attach-file): Strip text properties from file name.
15120         (Bug#1574)
15121
15122 2008-12-16  Glenn Morris  <rgm@gnu.org>
15123
15124         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15125
15126 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15129         knows since the charset specified might be a bogus alias that
15130         mm-charset-synonym-alist provides.
15131
15132 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15135         "ISO_8859-1".
15136
15137         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15138
15139 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * mm-util.el (mm-charset-eval-alist):
15142         Define it before mm-charset-to-coding-system.
15143         (mm-charset-to-coding-system): Add optional argument `silent';
15144         define it before mm-charset-override-alist.
15145         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15146         default value if it can be used in Emacs currently running;
15147         silence mm-charset-to-coding-system.
15148
15149 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15152         `allow-override' which says whether to use `mm-charset-override-alist'.
15153         (rfc2047-decode-encoded-words): Use it.
15154
15155         * mm-util.el (mm-charset-override-alist): Fix custom type;
15156         add `(gb2312 . gbk)' to choices.
15157
15158 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15161         fast.
15162
15163         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15164
15165         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15166
15167 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15168
15169         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15170         on links.
15171
15172         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15173
15174 2008-12-03  Lute Kamstra  <lute@gnu.org>
15175
15176         * sha1.el: Remove leading * from docstrings of defcustoms,
15177         deffaces, defconsts and defuns.
15178
15179 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15182         users' addresses that don't have domain parts.
15183         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15184         rather than message-narrow-to-head since there will be the message
15185         header separator.
15186
15187 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15188
15189         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15190         since the result is inserted in a unibyte buffer anyway.
15191         (nnimap-demule-use-string-to-multibyte): Remove.
15192         (nnimap-demule): Alias it to mm-string-to-multibyte.
15193
15194 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15195
15196         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15197         variable for debugging bug#464 and bug#1174.
15198         (nnimap-demule): Use it.
15199
15200 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15203         score calculation correctly.
15204
15205 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15206
15207         * message.el (message-send-mail): Just set the buffer to unibyte
15208         rather than use mm-with-unibyte-current-buffer which does a lot more.
15209         (message-send-mail-partially): Don't bother with
15210         mm-with-unibyte-current-buffer since it's already been made unibyte by
15211         message-send-mail.
15212
15213 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15216
15217 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15218
15219         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15220
15221 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15224         require itself and to remove `with-no-warnings'.
15225
15226 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * starttls.el (starttls-any-program-available): Get the name of the
15229         available TLS layer program.
15230         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15231         well as the host name in the "opening" message.
15232
15233         * auth-source.el (auth-source-cache, auth-source-do-cache)
15234         (auth-source-user-or-password): Cache passwords and logins by default,
15235         allow override with `auth-source-do-cache'.
15236         (auth-source-forget-user-or-password): Allow users to remove cache
15237         entries if needed.
15238
15239 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15240
15241         * md4.el (md4-buffer): Fix typo in docstring.
15242         (md4, md4-64): Doc fixes.
15243         (md4-pack-int32): Reflow docstring.
15244
15245 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15246
15247         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15248         condition-case to only the forward-sexp call.
15249
15250 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15253         quotes contained.  Make it more robust regardless by an extra
15254         condition-case wrapper.
15255
15256 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15259
15260 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * nnml.el (nnml-request-expire-articles): Check if the function set to
15263         `nnmail-expiry-target' returns the symbol `delete'.
15264
15265         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15266
15267         * nnmail.el (nnmail-expiry-target): Fix custom type.
15268
15269 2008-10-02  Glenn Morris  <rgm@gnu.org>
15270
15271         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15272         Silence compiler warning.
15273
15274 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15275
15276         * tls.el (open-tls-stream): Show the actual command being
15277         executed, instead of the format string.
15278
15279 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * lpath.el: Fbind codepage-setup for Emacs 23.
15282
15283 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15284
15285         * mml.el (mml-menu): Don't assume mml2015 is bound.
15286
15287 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15290         exists.
15291
15292 2008-09-27  Glenn Morris  <rgm@gnu.org>
15293
15294         * gnus-util.el (mail-header-remove-comments): Autoload it.
15295
15296 2008-09-27  Andreas Schwab  <schwab@suse.de>
15297
15298         * gnus-util.el (gnus-split-references): Strip comments.
15299         (gnus-parent-id): Likewise.
15300
15301 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * message.el (message-confirm-send): Fix version.
15304
15305 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * message.el (message-idna-to-ascii-rhs-1): Use
15308         mail-extract-address-components rather than mail-header-parse-addresses
15309         that is an alias by default to ietf-drums-parse-addresses that does not
15310         support non-ASCII names in headers' contents.
15311
15312 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15313
15314         * message.el (message-confirm-send): Fix variable documentation to
15315         avoid the "y/n" wording.
15316
15317 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15318
15319         * message.el (message-set-auto-save-file-name): Save to a different
15320         filename so multiple messages (especially drafts) can be recovered.
15321
15322 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * message.el (message-confirm-send): Add appropriate version.
15325
15326 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15327
15328         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15329         defvar.
15330
15331 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15332
15333         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15334         (mm-pkcs7-enveloped-magic): Ditto.
15335
15336 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15337
15338         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15339         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15340
15341 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15342
15343         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15344         default, it's better.
15345
15346 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15349         summary line gnus-number property and ignore them (with a warning
15350         message).
15351
15352 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15355         macro caddr in the interactive form since it won't be expanded.
15356
15357 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15360         `charset'; fix name of function called recursively.
15361         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15362
15363 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15366         (gnus-mime-set-charset-parameters): New function.
15367         (gnus-mime-view-part-as-charset): Use it to correctly display part
15368         specifying wrong charset.
15369
15370 2008-09-08  David Engster  <dengste@eml.cc>
15371
15372         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15373         in completing-read for back end server.
15374
15375 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15376
15377         * message.el (message-confirm-send): New variable to confirm sending a
15378         message.
15379         (message-send): Use it.
15380
15381 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15382
15383         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15384
15385 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15388
15389 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15390
15391         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15392         prevent tracking too many groups.
15393         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15394         Use it.
15395
15396 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15397
15398         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15399         moving point to the bottom of the window in order to avoid recentering.
15400
15401 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15404
15405         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15406         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15407         (gnus-article-beginning-of-window): Fix calculation.
15408
15409 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-msg.el (gnus-summary-supersede-article)
15412         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15413         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15414         message header.
15415
15416 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15417
15418         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15419         pending output coming after the status change.
15420
15421 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15422
15423         * message.el:
15424         * gnus-start.el:
15425         * gnus-registry.el: Remove VMS support.
15426
15427 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15430         macro.
15431         (rfc2104-hash): Use it.
15432
15433 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15436         (gnus-summary-sort-by-most-recent-date): New commands.
15437         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15438         and menu entries.
15439
15440 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15443         don't redisplay article for raw contents; remove plural articles stuff.
15444
15445         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15446         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15447         on gnus-summary-save-article; display results properly.
15448
15449 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * lpath.el: No need to fbind ns-focus-frame.
15452
15453 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15456
15457 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-art.el (gnus-summary-save-in-pipe):
15460         Consider gnus-save-all-headers.
15461
15462 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15463
15464         * gnus-util.el (ns-focus-frame): Remove declaration.
15465         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15466         like x.
15467
15468 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15469
15470         * rfc2104.el (rfc2104-zero): Delete defconst.
15471         (rfc2104-hex-alist): Likewise.
15472         (rfc2104-hex-to-int): Delete func.
15473         (rfc2104-hexstring-to-bitstring): Likewise.
15474         (rfc2104-nybbles): New defconst.
15475         (rfc2104-hash): Rewrite for speed.
15476
15477 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * tls.el (open-tls-stream): Make it work with the 2nd argument
15480         BUFFER that is a string but does not exist as a buffer object, as
15481         mentioned in the doc-string.
15482
15483 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15486         SXEmacs.
15487
15488 2008-07-16  Glenn Morris  <rgm@gnu.org>
15489
15490         * gnus-util.el (ns-focus-frame): Declare for compiler.
15491
15492 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15495         set as a group parameter.
15496         (gnus-summary-save-in-pipe): Work when it is called independently.
15497         (gnus-summary-pipe-to-muttprint): Don't modify
15498         gnus-summary-pipe-output-default-command.
15499
15500 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15501
15502         * message.el (message-send-mail-with-sendmail):
15503         Display the error message.
15504
15505 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * gnus-art.el (gnus-default-article-saver):
15508         Add gnus-summary-save-in-pipe to choices.
15509         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15510         gnus-summary-pipe-output-default-command as the default command.
15511         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15512         instead of gnus-last-shell-command.
15513
15514         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15515         New user option.
15516         (gnus-summary-muttprint-program): Mention the value will be changed.
15517         (gnus-summary-save-article): Force showing of all headers.
15518         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15519
15520 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15521
15522         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15523
15524 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15525
15526         * nnimap.el (nnimap-id):
15527         * sieve-manage.el (sieve-manage-open): Doc fixes.
15528
15529 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15530
15531         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15532         if available.
15533
15534 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15535
15536         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15537
15538         * nnkiboze.el (nnkiboze-generate-group):
15539         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15540
15541         * nnmairix.el: Require CL.
15542
15543 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * dgnushack.el: Autoload get-display-table and put-display-table for
15546         XEmacs 21.5.
15547
15548         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15549         21.4 and SXEmacs.
15550
15551 2008-06-15  David Engster  <dengste@eml.cc>
15552
15553         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15554
15555 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15556
15557         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15558         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15559         runtime choice under XEmacs.
15560
15561         * gnus-sum.el (gnus-summary-set-display-table):
15562         Use `gnus-put-display-table', `gnus-get-display-table',
15563         `gnus-set-display-table' for the display table, instead of `aset'.
15564
15565         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15566         Use `gnus-put-display-table', `gnus-get-display-table',
15567         `gnus-set-display-table' for the display table.
15568
15569 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * nnmairix.el: Add autoloads.
15572
15573 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * nnmairix.el (nnmairix-delete-recreate-group)
15576         (nnmairix-update-and-clear-marks): Fix error messages.
15577
15578 2008-06-14  David Engster  <dengste@eml.cc>
15579
15580         * nnmairix.el: Upgrade to version 0.6.
15581         (nnmairix-group-toggle-propmarks-this-group)
15582         (nnmairix-group-toggle-readmarks-this-group)
15583         (nnmairix-group-delete-recreate-this-group)
15584         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15585         (nnmairix-remove-tick-mark-original-article): New commands.
15586         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15587         (nnmairix-propagate-marks-to-nnmairix-groups)
15588         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15589         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15590         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15591         functions needed for marks propagation and manipulation of read marks.
15592         (nnmairix-update-groups): New function.
15593         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15594         (nnmairix-determine-original-group-from-registry)
15595         (nnmairix-determine-original-group-from-path)
15596         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15597         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15598         New helper functions.
15599         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15600         keystrokes for new commands.
15601         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15602         (nnmairix-request-group): Check allow-fast group parameter.
15603         (nnmairix-request-create-group): Set allow-fast group parameter if
15604         nnmairix-allowfast-default is set.
15605         (nnmairix-close-group): Propagate marks upon closing if needed.
15606         (nnmairix-group-toggle-threads-this-group): Use new.
15607         nnmairix-group-toggle-parameter helper function.
15608         (nnmairix-search): Better check for empty search result.
15609         (nnmairix-goto-original-article): Use new helper functions for
15610         determining original article.
15611         (nnmairix-show-original-article): Make sure message-id is in brackets.
15612         (nnmairix-call-mairix-binary): Change variable name.
15613         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15614         helper function.
15615         (nnmairix-widget-toggle-activate): Fix doc string.
15616
15617 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * nnir.el: Require edmacro when compiling with XEmacs.
15620         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15621         available in Emacs 21.
15622
15623 2008-06-11  Glenn Morris  <rgm@gnu.org>
15624
15625         * gnus-util.el (x-focus-frame):
15626         * gnus.el (image-size):
15627         * mm-decode.el (image-size): Declare.
15628
15629         * gnus-picon.el (declare-function): Add compat definition.
15630         (image-size): Declare.
15631
15632         * gnus-group.el (tool-bar-map):
15633         * gnus-sum.el (tool-bar-map): Define for compiler.
15634
15635         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15636
15637         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15638
15639         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15640         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15641         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15642         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15643         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15644         * sieve-manage.el, spam-report.el, spam.el:
15645         Remove unnecessary eval-and-compile of autoloads.
15646
15647 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15648
15649         * auth-source.el: Precise Tramp doc.
15650
15651 2008-06-07  Glenn Morris  <rgm@gnu.org>
15652
15653         * nnmairix.el: Remove unnecessary eval-when-compile.
15654
15655 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * lpath.el: Fbind propertize for XEmacs 21.4.
15658
15659 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * nnir.el: Move here from ../contrib.
15662
15663 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15664
15665         * gnus-util.el (gnus-read-shell-command): New function.
15666         * mm-decode.el (mm-pipe-part):
15667         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15668
15669 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15672
15673 2008-06-03  Glenn Morris  <rgm@gnu.org>
15674
15675         * pop3.el (nnheader-accept-process-output): Autoload it.
15676
15677 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15680         are not 2-digit hexadecimal characters that follow `%'s.
15681
15682 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * message.el (message-bogus-recipient-p): Fix type in doc string.
15685         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15686         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15687         Improve custom options.
15688         (message-bogus-recipient-p): Adjust accordingly.
15689
15690 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15691
15692         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15693         long-form month and day names.
15694
15695 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * dgnushack.el: Autoload debug, eudc-expand-inline and
15698         pgg-snarf-keys-region for XEmacs.
15699
15700         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15701
15702         * nnmairix.el: Require edmacro when compiling with XEmacs.
15703
15704 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15707         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15708
15709 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15710
15711         * auth-source.el: Add more docs.
15712
15713         * netrc.el (netrc-machine): Always match if the port is not given.
15714
15715 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15718         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15719         retrieval faster in some cases, but might make CPU usage larger.
15720         If this has any bad side effects, we might revert this change.
15721
15722         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15723         seems to make mail retrieval much, much faster.
15724         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15725         unconditionally.
15726
15727         * gnus-draft.el (gnus-group-send-queue):
15728         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15729
15730 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15733
15734         * message.el (message-bogus-address-regexp): Fix and improve custom
15735         type.
15736         (message-setup-hook): Add message-check-recipients as custom option.
15737
15738 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * message.el (message-cite-function): Remove bogus autoload which crept
15741         in during merge from v5-10.
15742
15743 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15744
15745         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15746
15747         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15748
15749         * auth-source.el: Preliminary Tramp docs.
15750         (auth-sources): Change the default auth-sources to use
15751         EPA .gpg files.
15752
15753 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15754
15755         * nntp.el: Autoload `auth-source-user-or-password'.
15756         (nntp-send-authinfo): Use it.
15757
15758         * nnimap.el: Autoload `auth-source-user-or-password'.
15759         (nnimap-open-connection): Use it.
15760
15761         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15762         for the gnus-message function.
15763         (auth-source-user-or-password): Use it.
15764
15765 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15766
15767         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15768         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15769         (rfc2104-hash): Use it.
15770
15771 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15772
15773         * gnus-art.el (gnus-article-toggle-truncate-lines):
15774         Don't use `iff' in docstring.
15775
15776 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15777
15778         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15779
15780         * gnus-util.el (gnus-extract-address-component-name)
15781         (gnus-extract-address-component-email): Convenience functions around
15782         `gnus-extract-address-components'.
15783
15784         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15785         Use `gnus-extract-address-component-email' to fix bug of comparing full
15786         sender name to `user-mail-address'.
15787
15788 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15789
15790         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15791         catch/throw to optimize.
15792         (gnus-registry-find-keywords): Just use member to find a keyword.
15793
15794 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15795
15796         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15797         is current before calling gnus-server-prepare.
15798         (gnus-server-setup-buffer, gnus-server-update-server)
15799         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15800
15801 2008-05-04  Juri Linkov  <juri@jurta.org>
15802
15803         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15804         (mailcap-file-default-commands): Use mailcap-replace-in-string
15805         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15806         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15807
15808 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15809
15810         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15811
15812 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15813
15814         * gnus.el: Bump version to 0.11.
15815
15816 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15817
15818         * gnus.el: No Gnus v0.10 is released.
15819
15820 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15821
15822         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15823         hooks.
15824         (gnus-update-read-articles): Speed up non-marks-using users.
15825         (gnus-use-marks): Define gnus-use-marks.
15826         (gnus-propagate-marks): Rename variable to something more sensible.
15827
15828 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15829
15830         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15831         (gmm-image-load-path-for-library): Fix typos in docstrings.
15832         (gmm-message): Reflow docstring.
15833
15834 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15835
15836         * mail-source.el (mail-source-set-1, mail-source-bind):
15837         Move auth-source code out of the macro to clean it up and fix bugs.
15838
15839 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15840
15841         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15842         by sender if it's equal to user-mail-address, it's likely to be
15843         useless.
15844
15845         * mail-source.el (mail-source-bind): Don't use user or password if they
15846         are not bound.  Unintern them if they are nil.  Don't use server unless
15847         it's bound, and default it to empty string otherwise.
15848
15849 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15850
15851         * mail-source.el: Load auth-source.el.
15852         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15853         get user name or password, if auth-sources is set up.
15854
15855         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15856         strategy of splitting with parent.
15857         (gnus-registry-split-fancy-with-parent)
15858         (gnus-registry-post-process-groups): Use it and fix prior
15859         bug (returning a list as the split result).
15860
15861         * auth-source.el (auth-sources): Remove server parameter.
15862         (auth-source-pick, auth-source-user-or-password)
15863         (auth-source-user-or-password-imap)
15864         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15865         (auth-source-user-or-password-sftp)
15866         (auth-source-user-or-password-smtp): Remove server parameter.
15867
15868 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15869
15870         * smime.el (smime-sign-region, smime-encrypt-region)
15871         (smime-decrypt-region):
15872         Remove redundant calls to `generate-new-buffer-name'.
15873
15874 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15875
15876         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15877         Don't use QP for message/rfc822.
15878         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15879
15880 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15881
15882         * sieve-manage.el (sieve-string-bytes): Remove.
15883         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15884         correct byte-length only if the process's coding-system is the same as
15885         the one used internally by Emacs to represent strings.
15886
15887 2008-04-22  Juri Linkov  <juri@jurta.org>
15888
15889         * mailcap.el (mailcap-file-default-commands): New function.
15890
15891 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * message.el (message-signature-separator, message-cite-function):
15894         Change custom version.
15895
15896 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15897
15898         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15899         commands.
15900         (tls-checktrust): Ditto.
15901
15902 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * mm-decode.el (mm-display-external): Make temp file read-only.
15905
15906 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15907
15908         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15909         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15910         `C-c C-f d'.
15911
15912 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15913
15914         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15915
15916 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * gnus.el: Bump version to 0.9.
15919
15920 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * gnus.el: No Gnus v0.8 is released.
15923
15924 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15925
15926         * mail-source.el (mail-source-value):
15927         Prefer fboundp to functionp so it works with macros as well.
15928
15929 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15930
15931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15932         Fix last change in case the element is not even a symbol.
15933
15934 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15935
15936         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15937         Prefer fboundp to functionp so it works with macros as well.
15938
15939 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15940
15941         * auth-source.el: Add docs.
15942         (auth-sources): Modify format to support server.
15943         (auth-source-pick, auth-source-user-or-password)
15944         (auth-source-user-or-password-imap)
15945         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15946         (auth-source-user-or-password-sftp)
15947         (auth-source-user-or-password-smtp): Add server parameter.
15948
15949 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * gnus-registry.el: Initialize the registry when gnus-registry-install
15952         is t.
15953
15954 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * compface.el (uncompface): Make buffer unibyte.
15957
15958 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15959
15960         * mail-source.el (mail-source-value):
15961         Prefer fboundp to functionp so it works with macros as well.
15962
15963 2008-04-05  Glenn Morris  <rgm@gnu.org>
15964
15965         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15966
15967 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15968
15969         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15970         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15971
15972         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15973         multibyteness after rather than before erasing it.
15974
15975         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15976         mm-with-multibyte.
15977         (gnus-request-article-this-buffer): Make sure the proper decoding is
15978         used if gnus-original-article-buffer happens to be unibyte.
15979
15980         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15981         default-enable-multibyte-characters.
15982
15983         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15984         default-enable-multibyte-characters.
15985
15986         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15987
15988         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15989
15990 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15991
15992         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15993         Fix last change in case the element is not even a symbol.
15994
15995 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15996
15997         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15998         (imap-message-copyuid-1): Use it.
15999         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
16000         J. Williams in
16001         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
16002
16003         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
16004         imap-enable-exchange-bug-workaround.
16005         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
16006
16007 2008-04-01  Simon Josefsson  <simon@josefsson.org>
16008
16009         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
16010         a 100 byte status-checks into a 2-3MB transfer for each group.
16011         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
16012         to enable bug workaround or not.
16013         (nnimap-find-minmax-uid): Only enable workaround conditionally.
16014
16015 2008-03-31  Glenn Morris  <rgm@gnu.org>
16016
16017         * message.el (mml2015-use): Declare for compiler.
16018         (message-info): Require mml2015 when appropriate.
16019
16020 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * Makefile.in (EMACS_COMP): Quote directory name that might contain
16023         whitespace.
16024
16025 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16026
16027         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
16028         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
16029         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
16030         (nntp-service-to-port): New function.
16031         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
16032         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
16033         (nntp-open-netcat-stream): New function.
16034         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
16035
16036 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
16037
16038         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
16039
16040 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16041
16042         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
16043
16044 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16045
16046         * dns.el (dns-write): Use set-buffer-multibyte.
16047
16048 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
16049
16050         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
16051
16052 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * message.el (message-signature-separator): Change default.
16055         Improve custom type.
16056         (message-cite-function): Change default to
16057         message-cite-original-without-signature.
16058
16059         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
16060         toggle.
16061
16062         * message.el (message-check-news-body-syntax): Fix signature check.
16063         (message-setup-1): Mark buffer as unmodified _after_ running
16064         message-setup-hook and handling message-alternative-emails.
16065         (message-shorten-references): Be more strict when building list of
16066         valid references to comply with GNKSA.
16067
16068         * gnus-group.el (gnus-read-ephemeral-bug-group)
16069         (gnus-read-ephemeral-debian-bug-group)
16070         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16071
16072         * message.el (message-info): Don't use booleanp which isn't supported
16073         in Emacs 21 and XEmacs.
16074
16075 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16078         gnus-group-gmane-group-download-format.
16079         (gnus-group-read-ephemeral-gmane-group): Rename from
16080         gnus-group-read-ephemeral-gmane-group.
16081         (gnus-read-ephemeral-gmane-group-url): Rename from
16082         gnus-group-read-ephemeral-gmane-group-url.
16083         (gnus-bug-group-download-format-alist): New variable.
16084         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16085         (gnus-read-ephemeral-emacs-bug-group): New commands.
16086
16087 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16090         (gnus-visible-headers): Improve custom type.
16091
16092 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * mml.el (mml-menu): Add workarounds for XEmacs.
16095
16096         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16097         X-Boundary header.
16098
16099         * message.el (message-simplify-recipients): Fix previous commit.
16100
16101 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16102
16103         * mm-util.el (mm-set-buffer-multibyte): New function.
16104         * mm-decode.el (mm-copy-to-buffer): Use it.
16105
16106         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16107         Prefer fboundp to functionp so it works with macros as well.
16108
16109 2008-03-19  Glenn Morris  <rgm@gnu.org>
16110
16111         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16112         Accidentally removed in the sync process with Emacs.
16113
16114 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * message.el (message-alter-recipients-discard-bogus-full-name):
16117         New function.
16118         (message-alter-recipients-function): New variable.
16119         (message-get-reply-headers): Use it.
16120         (message-replace-header): New helper function.
16121         (message-recipients-without-full-name): New variable.
16122         (message-simplify-recipients): New command.
16123
16124         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16125
16126         * message.el (message-info): Handle EasyPG manual.
16127
16128         * mml.el (mml-menu): Add entry for EasyPG.
16129
16130 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16131
16132         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16133         parameter.
16134
16135         * message.el (message-disassociate-draft): Specify drafts group name
16136         fully.
16137
16138 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16139
16140         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16141         Eliminate unnecessary duplicates from the match list.
16142
16143 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16146
16147         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16148
16149         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16150         args of `how-many' of which the XEmacs version doesn't take; declare
16151         Info-index-next as function.
16152
16153 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * gnus-score.el (gnus-score-headers): Fix handling of
16156         gnus-inhibit-slow-scoring.
16157
16158         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16159         string.
16160         (gnus-button-url-regexp): Improve handling of parenthesis.
16161         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16162         (gnus-button-handle-info-keystrokes): Handle index entries.
16163
16164 2008-03-15  Glenn Morris  <rgm@gnu.org>
16165
16166         * parse-time.el (parse-time-string): Simplify.
16167
16168 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16171         Incoming* files.
16172
16173 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * auth-source.el (auth-sources): Rename from auth-source-choices.
16176         (auth-source-pick): Use it.
16177
16178 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16179
16180         * binhex.el (binhex-decode-region-internal):
16181         * uudecode.el (uudecode-decode-region-internal):
16182         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16183         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16184         setting default-enable-multibyte-characters.
16185
16186 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16187
16188         * auth-source.el (auth-source-protocols)
16189         (auth-source-protocols-customize, auth-source-choices): Add and
16190         modified variable customizations and defaults.
16191         (auth-source-pick, auth-source-user-or-password)
16192         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16193         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16194         (auth-source-user-or-password-sftp)
16195         (auth-source-user-or-password-smtp): Use new variables and provide an
16196         interface to netrc.el.
16197
16198 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16201         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16202         Make sure the nntp port to specify is a string.
16203
16204 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16205
16206         * nntp.el: Use with-current-buffer.
16207         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16208         dubious mm-with-unibyte-current-buffer.
16209         (nntp-with-open-group-function): New function extracted from
16210         nntp-with-open-group macro.
16211         (nntp-with-open-group): Use the function, so it's easier to debug.
16212         Add indentation and debugging info.
16213         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16214         Recommend the use of the netcat alternatives.
16215
16216         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16217         Avoid mm-string-as-multibyte as well.
16218
16219         * nnweb.el (nnweb-insert-html):
16220         Remove use of nnheader-string-as-multibyte.
16221
16222         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16223         (nnheader-string-as-multibyte): Remove.
16224
16225         * mm-view.el: Use inhibit-read-only.
16226         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16227         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16228         or unibyte-string.
16229
16230         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16231         (mm-uu-yenc-extract): Use with-current-buffer.
16232
16233         * gnus-soup.el (gnus-soup-send-packet): Don't use
16234         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16235
16236         * nnmh.el: Use with-current-buffer.
16237         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16238         mm-string-as-multibyte on the output of mm-encode-coding-string.
16239
16240         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16241         (nnimap-request-move-article): Use with-current-buffer.
16242
16243         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16244         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16245         conversion uses string-make-unibyte rather than string-as-unibyte.
16246
16247         * gnus-msg.el: Use with-current-buffer.
16248
16249         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16250
16251 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16252
16253         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16254         string for caching if it is 'PIN.
16255
16256 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * lpath.el: Consider the case without Emacs/W3.
16259
16260 2008-03-08  Glenn Morris  <rgm@gnu.org>
16261
16262         * time-date.el (date-to-time, time-subtract, time-add)
16263         (safe-date-to-time): Doc fixes.
16264
16265 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * mail-source.el (mail-source-delete-old-incoming-confirm):
16268         Change default to nil.
16269         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16270
16271 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * lpath.el: Rearrange.
16274
16275         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16276         (gnus-article-goto-prev-page): Work for articles having ^L's.
16277
16278         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16279
16280         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16281
16282 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16283
16284         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16285         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16286         (gnus-bookmark-jump): Adjust some variable names.
16287
16288 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16289
16290         * auth-source.el: New package.
16291         (auth-source-choices): Add customization entry point variable.
16292
16293         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16294         bug.
16295
16296 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16297
16298         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16299         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16300         (gnus-registry-install-shortcuts): Rename from
16301         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16302         the `gnus-registry-mark-map' keymap dynamically from
16303         `gnus-registry-marks'.  The generated functions update the summary line
16304         when a registry mark is added or deleted, and will call
16305         `gnus-registry-install-p' (see the comments in the code).
16306         (gnus-registry-user-format-function-M): Use concat intelligently.
16307
16308         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16309         the registry mark functions.
16310
16311 2008-03-05  Glenn Morris  <rgm@gnu.org>
16312
16313         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16314         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16315         gnus-art.
16316         (top-level): No need to load own source when compiling.
16317
16318 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16321         Suggested by <chris.anderton@zetnet.co.uk>.
16322
16323 2008-03-04  Glenn Morris  <rgm@gnu.org>
16324
16325         * gnus-sum.el (top-level): No need to require gnus when compiling,
16326         since unconditionally required near start of file.
16327         (gnus-summary-display-while-building): Move definition before use.
16328
16329 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16330
16331         * gnus-registry.el (gnus-registry-user-format-function-M):
16332         Add formatting function.
16333
16334 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16335
16336         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16337         with plists.
16338         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16339         Use new format.
16340
16341 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16344         `where-is-internal' that returns a range of key sequences.
16345
16346 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16347
16348         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16349
16350         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16351         (gnus-summary-jump-to-group): Consider windows on other displayed
16352         frames as well.  Similar changes might be needed elsewhere, but that's
16353         the one I've bumped into during my use.
16354
16355         * nndoc.el (nndoc-oe-dbx-type-p):
16356         * gnus-msg.el (gnus-debug):
16357         * gnus-group.el (gnus-update-group-mark-positions):
16358         Use mm-string-to-multibyte.
16359
16360 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16363         doesn't handle NotDashEscaped.
16364
16365         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16366         (mml-dnd-attach-options): Fix typo in custom choice.
16367
16368         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16369         Change nndoc-article-type to mbox.
16370         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16371
16372         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16373         to nil, instead of html2text.
16374
16375         * imap.el (imap-debug): Add `imap-ping-server'.
16376
16377         * gnus-bookmark.el: Add FIXMEs.
16378
16379         * message.el (message-form-letter-separator)
16380         (message-send-form-letter-delay): New variables.
16381         (message-send-form-letter): Use them.  New command to send form
16382         letters.  Requested by Uwe Siart.
16383         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16384
16385 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * Update copyright years.
16388
16389 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         Sync from EMACS_22_BASE.
16392
16393         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16394
16395 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16396
16397         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16398         empty author.
16399
16400 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16401
16402         * gnus-registry.el (gnus-registry-marks): Add variable for
16403         customization of marks and their appearance.
16404         (gnus-registry-read-mark): Use it.
16405         (gnus-registry-do-marks): Add utility function to loop through
16406         `gnus-registry-marks'.
16407         (gnus-registry-install-shortcuts-and-menus): Add function to install
16408         shortcuts and menus.
16409         (gnus-registry-initialize): Use it.
16410         (gnus-registry-default-mark): Clarify documentation.
16411
16412 2008-02-29  Glenn Morris  <rgm@gnu.org>
16413
16414         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16415         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16416         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16417         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16418         Change defcustom :version from 23.0 to 23.1.
16419
16420 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16421
16422         * gnus-registry.el (gnus-registry-follow-group-p)
16423         (gnus-registry-post-process-groups): Add functions to aid registry
16424         splitting and improve logging.  Clarify behavior in function
16425         documentation.
16426         (gnus-registry-split-fancy-with-parent): Use them.
16427
16428 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16429
16430         * gnus-art.el: Use with-current-buffer.
16431
16432 2008-02-27  David Engster  <dengste@eml.cc>
16433
16434         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16435         Express real group name in the response.
16436
16437 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16440         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16441         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16442         autoload gnus-registry-fetch-group when compiling.
16443         (nnmairix-request-group-with-article-number-correction):
16444         Remove unreferenced argument passed to nnmairix-call-backend.
16445
16446 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16449         (mm-uu-extract): Improve face for low color ttys.
16450         Reported by Sascha Wilde.
16451
16452 2008-02-27  Glenn Morris  <rgm@gnu.org>
16453
16454         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16455         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16456         variables to defconsts.  Convert comments to doc-strings.
16457         (nnmairix-last-server, nnmairix-current-server): Convert from free
16458         variables to defvars.  Convert comments to doc-strings.
16459         (gnus-registry-fetch-group): Autoload.
16460         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16461         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16462         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16463         caddr.
16464         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16465         nnmairix-request-group-with-article-number-correction call.
16466         (nnmairix-fast, nnmairix-group): New, less general names, for free
16467         variables passed from nnmairix-request-group to
16468         nnmairix-request-group-with-article-number-correction.  Declare.
16469         (nnmairix-request-group-with-article-number-correction):
16470         Use nnmairix-fast, nnmairix-group rather than fast, group.
16471
16472 2008-02-26  David Engster  <dengste@eml.cc>
16473
16474         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16475         version 0.5.
16476
16477 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16480         instead of making an extra function call.  Don't add the current group
16481         to articles only when they have the group.  Use
16482         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16483         Reported by David <de_bb@arcor.de>.
16484
16485 2008-02-24  Miles Bader  <miles@gnu.org>
16486
16487         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16488         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16489         (mm-find-mime-charset-region):
16490         * mm-bodies.el (mm-encode-body):
16491         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16492
16493 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16496         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16497
16498 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * mail-source.el (mail-source-delete-incoming): Change default.
16501         Supplement doc string.
16502
16503         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16504
16505 2008-02-14  Glenn Morris  <rgm@gnu.org>
16506
16507         * time-date.el (format-seconds): New function.
16508
16509 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * nnmail.el (nnmail-message-id-cache-file): Derive from
16512         `gnus-home-directory'.
16513
16514 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16517         Document negative prefix.
16518
16519         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16520
16521 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522
16523         * message.el (message-unsent-separator): Add the Exim bounce
16524         separator.
16525
16526 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16527
16528         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16529         list.
16530         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16531         recipient/signer list.
16532
16533 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * Makefile.in (datarootdir): Define.
16536         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16537         name that might contain whitespace.
16538
16539 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16542         fbound (Emacs 23 unicode), signal an error.
16543
16544 2008-02-08  Glenn Morris  <rgm@gnu.org>
16545
16546         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16547
16548 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16549
16550         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16551         ports to the calls to `netrc-machine-user-or-password' in addition to
16552         "imap" and "imaps".
16553
16554 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16555
16556         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16557
16558         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16559
16560 2008-02-01  Kenichi Handa  <handa@m17n.org>
16561
16562         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16563         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16564         (rfc2104-hash): Convert the result of concat to unibyte string.
16565
16566 2008-02-01  Dave Love  <fx@gnu.org>
16567
16568         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16569         coding-system-for-read.
16570         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16571
16572 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16575         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16576         <hanche@math.ntnu.no>.
16577
16578 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16581
16582         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16583
16584 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16585
16586         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16587         * message.el (message-beginning-of-line): Use featurep instead of bound
16588         tests in order to resolve conditionals at compile time.
16589
16590 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16591
16592         * mail-source.el (mail-sources): Add `group' choice.
16593
16594         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16595         parameter `in-group' to control into which group the articles go.
16596         Add treatment of `group' mail-source.
16597
16598 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16601
16602         * mm-decode.el (mm-dissect-buffer): Decode description.
16603
16604         * mml.el (mml-to-mime): Encode message header first.
16605
16606 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16609         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16610
16611         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16612         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16613
16614 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16615
16616         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16617
16618 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16621         prefix keys.
16622         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16623         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16624         gnus-xmas.el.
16625
16626         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16627         (gnus-xmas-article-describe-bindings): New function.
16628         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16629         gnus-xmas-article-describe-bindings.
16630
16631         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16632
16633 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16634
16635         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16636         Add new variables for article mark management.
16637         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16638         list of extra data entries which, when present, will indicate that the
16639         article ID should not be trimmed from the registry.
16640         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16641         functions.
16642         (gnus-registry-read-mark): New function to read a mark name from the
16643         user.
16644         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16645         (gnus-registry-set-article-mark-internal): New functions to add and
16646         remove marks.
16647         (gnus-registry-get-article-marks): New function to show the marks for
16648         an article, or retrieve them for further use.
16649
16650 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16653         keys when no argument is given.
16654
16655 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * imap.el (imap-ping-server): New variable.
16658         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16659         (imap-ping-server): Minor doc string fixes.
16660
16661 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16662
16663         * imap.el (imap-ping-server): New function.
16664         (imap-opened): Call imap-ping-server.
16665
16666 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * gnus-sum.el (gnus-article-sort-by-random)
16669         (gnus-thread-sort-by-random): Fix doc strings.
16670         Reported by jidanni@jidanni.org.
16671
16672 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-art.el (gnus-article-describe-bindings): New function.
16675         (gnus-article-read-summary-keys): Use it.
16676         (gnus-article-mode-map): Bind `C-h b' to it.
16677
16678 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16681         XEmacs.
16682         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16683         Protect against non-character events.
16684
16685         * lpath.el: Fbind map-keymap for Emacs 21.
16686
16687 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16690         New command.
16691         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16692         instead of END.  Change name of the temp file.
16693         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16694         customizable.
16695
16696 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16699         bind `S W' to gnus-article-wide-reply-with-original; set default
16700         binding to gnus-article-read-summary-send-keys.
16701         (gnus-article-read-summary-keys): Fix the order of keys; display
16702         continuation keys correctly in the echo area; describe bindings
16703         correctly when keys end with `C-h'.
16704         (gnus-article-read-summary-send-keys): New function.
16705         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16706         Work for gnus-article-read-summary-send-keys; display continuation keys
16707         correctly in the echo area.
16708         (gnus-article-reply-with-original): Ignore prefix argument.
16709         (gnus-article-wide-reply-with-original): New function.
16710
16711         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16712         Emacs 21.
16713
16714 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16717         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16718
16719 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16722         (gnus-group-read-ephemeral-gmane-group): New command.
16723
16724 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16725
16726         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16727
16728 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * message.el (message-send-mail-function): Increase custom version.
16731
16732         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16733         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16734
16735 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16738         for the cases where imap-authenticate is called with a nil buffer
16739         parameter.
16740
16741 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16744         html parts correctly; support forwarded messages.
16745         (gnus-article-browse-html-article): Remove work buffers.
16746
16747         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16748         compiling.
16749         (netrc-bound-and-true-p): New macro.
16750         (netrc-parse): Use it instead of bound-and-true-p that is not available
16751         in XEmacs 21.4.
16752
16753 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * gnus-registry.el (gnus-registry-mark-article)
16756         (gnus-registry-article-marks): Add functionality to mark articles
16757         through the Gnus registry.
16758
16759         * encrypt.el: Clarify documentation for the new pgg method.
16760         (encrypt-file-alist): Add PGG option.
16761         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16762         functionality.  Abstract password key and messaging to external
16763         functions.
16764         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16765         (encrypt-message-method-and-cipher): Add new convenience external
16766         functions.
16767         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16768         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16769
16770         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16771         (netrc-parse): Use encrypt-file-alist to determine if
16772         encrypt-find-model or encrypt-insert-file-contents should be used.
16773
16774         * encrypt.el: Clarify documentation.  Load password-cache or
16775         password, whichever one is found first, instead of autoloading.
16776
16777 2007-12-19  Glenn Morris  <rgm@gnu.org>
16778
16779         * mml.el (message-options-set, message-narrow-to-head)
16780         (message-in-body-p, message-mail-p, message-encode-message-body):
16781         Autoload.
16782         (message-remove-header, message-narrow-to-headers-or-head)
16783         (message-subscribed-p, message-make-mail-followup-to)
16784         (message-position-on-field, message-news-p)
16785         (message-options-set-recipient, message-generate-headers)
16786         (message-sort-headers): Declare as functions.
16787
16788 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16791         convention in doc string.
16792
16793 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16796         title to html parts.
16797         (gnus-article-browse-html-article): Pass message header to it.
16798
16799         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16800
16801 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16804         or password compatible with XEmacs.
16805
16806 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16809         format document.
16810         (gnus-mime-delete-part): Don't write description line if empty.
16811         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16812
16813 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16814
16815         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16816         (gnus-summary-mark-read-and-unread-as-read)
16817         (gnus-summary-mark-current-read-and-unread-as-read)
16818         (gnus-summary-mark-unread-as-ticked): Doc fix.
16819         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16820
16821 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16822
16823         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16824         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16825
16826 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16829         yes-or-no-p.
16830
16831 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * mm-decode.el (mm-add-meta-html-tag): New function.
16834         (mm-save-part-to-file, mm-pipe-part): Use it.
16835
16836         * gnus-art.el (gnus-article-browse-delete-temp-files):
16837         Use gnus-y-or-n-p instead of y-or-n-p.
16838         (gnus-article-browse-html-parts): Work with message/external-body; use
16839         mm-add-meta-html-tag.
16840
16841 2007-12-11  Glenn Morris  <rgm@gnu.org>
16842
16843         * gnus-cache.el: Require gnus-sum not just when compiling.
16844
16845         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16846
16847         * gnus-int.el (gnus-server-opened, gnus-status-message):
16848         Move definitions before use.
16849
16850         * mm-decode.el: Require gnus-util.
16851         (mm-remove-part): Only call delete-annotation on XEmacs.
16852
16853         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16854
16855         * nnmail.el: Require gnus-int.
16856
16857         * spam.el: Move `require's before `eval-when-compile's.
16858
16859         * gnus-ems.el (gnus-alive-p):
16860         * gnus-fun.el (message-goto-eoh):
16861         * gnus-util.el (gnus-group-name-decode):
16862         * mail-source.el (gnus-compress-sequence):
16863         * message.el (Info-goto-node, format-spec):
16864         * mm-bodies.el (message-options-get):
16865         * mm-decode.el (mm-view-pkcs7):
16866         * mm-util.el (gmm-write-region):
16867         * mml-smime.el (mml-compute-boundary)
16868         (gnus-completing-read-with-default):
16869         * mml.el (widget-button-press, gnus-make-hashtable):
16870         * mml1991.el (mm-decode-content-transfer-encoding)
16871         (mm-encode-content-transfer-encoding)
16872         (message-options-get, message-options-set):
16873         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16874         * nnfolder.el (gnus-request-group):
16875         * nnheader.el (ietf-drums-unfold-fws):
16876         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16877         * smime.el (gnus-run-mode-hooks):
16878         * spam-stat.el (gnus-message): Autoload.
16879
16880         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16881         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16882         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16883         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16884         Add declare-function compatibility definition.
16885
16886         * gnus-cache.el (nnvirtual-find-group-art):
16887         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16888         (gnus-add-image, gnus-add-wash-type):
16889         * gnus-group.el (nnkiboze-score-file):
16890         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16891         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16892         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16893         (message-tokenize-header, gnus-get-buffer-create)
16894         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16895         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16896         * gnus.el (gnus-group-decoded-name):
16897         * mail-source.el (imap-capability):
16898         * mm-bodies.el (message-options-set):
16899         * mm-decode.el (gnus-configure-windows):
16900         * mm-extern.el (message-goto-body):
16901         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16902         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16903         (epg-sub-key-validity, message-options-set):
16904         * mml.el (widget-event-point, gnus-configure-windows):
16905         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16906         * mml2015.el (epg-check-configuration, epg-configuration)
16907         (message-options-set):
16908         * nndb.el (nndb-request-article):
16909         * nnfolder.el (gnus-request-create-group):
16910         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16911         * nnmaildir.el (gnus-group-mark-article-read):
16912         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16913         * rfc1843.el (message-fetch-field):
16914         * spam.el (gnus-extract-address-components):
16915         Declare as functions.
16916
16917 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16920
16921         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16922
16923         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16924         bind show-trailing-whitespace for XEmacs.
16925
16926 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16927
16928         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16929         new no-op macro for backward compatibility.
16930
16931         * imap.el (imap-string-to-integer): New function.
16932
16933 2007-12-09  Glenn Morris  <rgm@gnu.org>
16934
16935         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16936
16937         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16938         * message.el, mm-view.el, sieve-manage.el, smime.el:
16939         Add declare-function compatibility definition.
16940
16941         * gnus-art.el (w3-region, w3m-region, Info-menu):
16942         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16943         * gnus-sum.el (gnus-get-predicate):
16944         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16945         * message.el (mail-abbrev-in-expansion-header-p):
16946         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16947         (w3m-detect-meta-charset, w3m-region):
16948         * sieve-manage.el (password-read, password-cache-add)
16949         (password-cache-remove):
16950         * smime.el (password-read-and-add): Declare as functions.
16951
16952 2007-12-08  David Kastrup  <dak@gnu.org>
16953
16954         * gnus-sum.el (gnus-summary-simplify-subject-query):
16955         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16956         `message'.
16957
16958 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16961         it to bind idna-program, installation-directory, defined-colors, and
16962         face-attribute for XEmacs of the version that compiles defcustom forms.
16963
16964 2007-12-07  Glenn Morris  <rgm@gnu.org>
16965
16966         * gnus-art.el (article-make-date-line): Revert previous change.
16967
16968 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16971
16972 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16973
16974         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16975         Call gnus-add-to-range ranges only once with a prepared article-list.
16976
16977 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16978
16979         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16980         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16981         group names with backslashes.
16982         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16983
16984 2007-12-06  Deepak Goel  <deego3@gmail.com>
16985
16986         * gnus-art.el (article-make-date-line):
16987         * gnus-start.el (gnus-load):
16988         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16989
16990 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-art.el (gnus-use-idna):
16993         * gnus-start.el (gnus-site-init-file):
16994         * message.el (message-use-idna):
16995         * mm-uu.el (mm-uu-hide-markers):
16996         * smiley.el (smiley-style): Revert changes that suppress warnings.
16997
16998 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
17001         specify charset to html source.
17002         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
17003
17004 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
17007         idna-program in order to suppress byte compile warning issued by XEmacs
17008         that came to byte compile the default value section of defcustom forms
17009         recently.
17010
17011         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
17012         value of installation-directory.
17013
17014         * message.el (message-use-idna): Don't directly refer to the value of
17015         idna-program.
17016
17017         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
17018
17019         * smiley.el (smiley-style): Don't directly call face-attribute.
17020
17021 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
17022
17023         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
17024
17025         * gnus-dired.el: Reduce Gnus dependencies.
17026         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
17027         Don't require.  Use autoloads instead.
17028         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
17029         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
17030         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
17031         (gnus-dired-mode): Adjust doc string.
17032         (gnus-dired-mail-mode): New variable.
17033         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
17034         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
17035         (gnus-dired-mail-buffers): New function.  Return mail or message
17036         composition buffers.
17037         (gnus-dired-attach): Use it.
17038         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
17039         NO-DECODE.
17040         (gnus-dired-print): Use `gnus-print-buffer' depending on
17041         `gnus-dired-mail-mode'.
17042
17043 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * rfc2047.el (rfc2047-encoded-word-regexp)
17046         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
17047         explaining what regexp patterns are for.
17048
17049 2007-12-04  Glenn Morris  <rgm@gnu.org>
17050
17051         * password.el: Move to password-cache.el.
17052
17053         * mml1991.el (password-read, password-cache-add, password-cache-remove):
17054         * mml2015.el (password-read, password-cache-add, password-cache-remove):
17055         * mml-smime.el (password-read, password-cache-add)
17056         (password-cache-remove):
17057         No need to autoload, since mml-sec requires password.
17058
17059         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
17060         * message.el (gnus-extract-address-components):
17061         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17062
17063         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17064         password.
17065
17066 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * mailcap.el: Reduce dependencies.
17069         (mail-header-parse-content-type): Autoload.
17070         (mailcap-delete-duplicates): New alias.
17071         (mailcap-mime-info): Add optional argument NO-DECODE.
17072         (mailcap-mime-types): Use mailcap-delete-duplicates.
17073
17074         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17075
17076 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17077
17078         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17079         (imap-parse-status): Upcase status-att for servers that sends them
17080         lower-case (e.g., MS Exchange 2007).
17081
17082 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17083
17084         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17085         function.
17086
17087         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17088         (gnus-uu-yenc-article): New function.
17089
17090         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17091
17092         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17093
17094 2007-12-02  Glenn Morris  <rgm@gnu.org>
17095
17096         * binhex.el (binhex): New custom group.
17097         (binhex-decoder-program, binhex-decoder-switches)
17098         (binhex-use-external): Move to the binhex custom group.
17099
17100         * uudecode.el (uudecode): New custom group.
17101         (uudecode-decoder-program, uudecode-decoder-switches)
17102         (uudecode-use-external): Move to the uudecode custom group.
17103
17104         * netrc.el (top-level): Don't load `encrypt' features.
17105         (netrc-parse): Don't use encrypt.
17106         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17107
17108         * encrypt.el: Remove file.
17109
17110 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17113         matches on patches.
17114
17115         * gnus-art.el (gnus-article-browse-html-article):
17116         Mention `mm-text-html-renderer' in the doc string.
17117
17118         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17119         string.  Add comments.
17120
17121         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17122         if rhs is ASCII.
17123
17124 2007-12-01  Glenn Morris  <rgm@gnu.org>
17125
17126         * mail-source.el (top-level): Require format-spec before
17127         eval-when-compile.
17128
17129 2007-11-30  Glenn Morris  <rgm@gnu.org>
17130
17131         * encrypt.el: Require password, rather than autoloading password-read.
17132
17133 2007-11-29  Glenn Morris  <rgm@gnu.org>
17134
17135         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17136         (sasl-make-client, sasl-next-step, sasl-step-data)
17137         (sasl-step-set-data): Declare as functions.
17138
17139 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17140
17141         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17142
17143 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17144
17145         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17146         certs should be verified and what is to be done in the event of a
17147         verification failure.
17148
17149         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17150         caller can indicate whether the cache should be disregarded for this
17151         call.  This way the result of the call is reproducible at all times and
17152         can be considered a canonical server name for the supplied method.
17153         (gnus-agent-method-p): Canonicalize server names by pushing their
17154         method through `gnus-method-to-server' using the no-cache argument.
17155
17156         * gnus-srvr.el (gnus-server-insert-server-line):
17157         Call `gnus-method-to-server' with `no-cache' argument.
17158
17159         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17160         gnus-agent-possibly-synchronize-flags as this should be called when the
17161         server is actually being opened.
17162         (gnus-agent-possibly-synchronize-flags)
17163         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17164         flags file of an agentized server to the latter function.
17165
17166         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17167         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17168         after a connection has been established successfully.
17169
17170 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-art.el (article-display-face): Force to display face if called
17173         interactively; check if gnus-article-x-face-too-ugly matches author.
17174         (article-display-x-face): Display face even if From header is missing
17175         as article-display-face does.
17176
17177 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17178
17179         * hashcash.el (message-narrow-to-headers-or-head)
17180         (message-fetch-field, message-goto-eoh)
17181         (message-narrow-to-headers): Declare as functions.
17182
17183 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * mail-source.el (mail-sources): Default to fetch from file for
17186         compatibility with default of nnmail-spool-file.
17187
17188 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17191         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17192         to look for encoded word that should be encoded again.
17193         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17194         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17195         encoding pattern.
17196         (rfc2047-decode-region): Switch strict regexp and loose one according
17197         to rfc2047-allow-irregular-q-encoded-words.
17198
17199 2007-11-25  Romain Francoise  <romain@orebokech.com>
17200
17201         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17202
17203 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17204
17205         * tls.el (tls-program): Provide more custom choices from
17206         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17207         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17208
17209 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17210
17211         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17212         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17213
17214         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17215         `nnmail-spool-file'.
17216
17217         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17218         `nnmail-spool-file'.
17219
17220         * gnus-move.el (gnus-change-server): Ditto.
17221
17222         * gnus-kill.el (gnus-batch-score): Ditto.
17223
17224         * gnus-cache.el (gnus-jog-cache): Ditto.
17225
17226         * gnus-msg.el (gnus-summary-reply):
17227         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17228
17229 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17232         version.  Minor improvement to doc strings.
17233         (tls-program): Add comment.
17234
17235 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17236
17237         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17238         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17239         mismatch between the hostname provided in the certificate and the name
17240         of the host connnecting to.
17241         (open-tls-stream): Use them.  Check certificates against trusted root
17242         certificates.
17243
17244 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * gnus-cache.el (gnus-cache-generate-nov-databases):
17247         Use nnml-generate-nov-databases-directory instead of
17248         nnml-generate-nov-databases-1.
17249
17250 2007-11-24  Glenn Morris  <rgm@gnu.org>
17251
17252         * message.el (message-tool-bar-retro): Update for rename
17253         mail_send.xpm->mail-send.xpm.
17254
17255 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17258         `smime-ldap-search' for Emacs 22 and up.
17259
17260 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17261
17262         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17263
17264         * message.el (message-send-mail-function): Fix error convention.
17265         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17266         (message-widen-reply, message-send-mail, message-talkative-question)
17267         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17268         (message-clone-locals, message-send-news): Use with-current-buffer.
17269         (message-insert-or-toggle-importance): Remove unused var `valid'.
17270         (message-make-references): Remove unused var `new-references'.
17271         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17272
17273 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17274
17275         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17276         (spam-split-symbolic-return-positive): Reflow docstring.
17277         (spam-backends, spam-summary-exit-behavior)
17278         (spam-mark-ham-unread-before-move-from-spam-group)
17279         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17280         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17281         (spam-clear-cache, spam-backend-check, spam-install-backend)
17282         (spam-install-statistical-backend, spam-list-of-processors)
17283         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17284         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17285         (spam-check-crm114, spam-initialize, spam-unload-hook):
17286         Fix typos in docstrings.
17287
17288 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17291         been checked if they have never been read and those group levels are
17292         higher than the one that a user specified.
17293
17294 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17297         foreign groups unless a group level is specified by a user.
17298         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17299
17300 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * message.el (message-send-mail-function): Require sendmail.
17303
17304 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * message.el (message-send-mail-function): Check for smtpmail too.
17307
17308         * utf7.el (utf7-encode, utf7-decode): Use coding system
17309         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17310
17311         * message.el (message-send-mail-function): New function.
17312         (message-send-mail-function): Set default using
17313         message-send-mail-function.  Adjust doc string.
17314         (message-send-mail-with-mailclient): New function.
17315
17316 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17317
17318         * smime.el (from):
17319         * rfc2047.el (message-posting-charset):
17320         * qp.el (mm-use-ultra-safe-encoding):
17321         * pop3.el (parse-time-months):
17322         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17323         * nnml.el (files):
17324         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17325         (jka-compr-compression-info-list, ange-ftp-path-format)
17326         (efs-path-regexp):
17327         * nndiary.el (files):
17328         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17329         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17330         (epg-digest-algorithm-alist, inhibit-redisplay)
17331         (password-cache-expiry):
17332         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17333         (pgg-output-buffer, password-cache-expiry):
17334         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17335         (efs-path-regexp):
17336         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17337         (inhibit-redisplay):
17338         * mm-uu.el (file-name, start-point, end-point, entry)
17339         (gnus-newsgroup-name, gnus-newsgroup-charset):
17340         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17341         (latin-unity-ucs-list):
17342         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17343         (mm-uu-binhex-decode-function):
17344         * message.el (gnus-message-group-art, gnus-list-identifiers)
17345         (rmail-enable-mime-composing, gnus-local-organization)
17346         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17347         (gnus-read-active-file, facemenu-add-face-function)
17348         (facemenu-remove-face-function, gnus-article-decoded-p)
17349         (tool-bar-mode):
17350         * mail-source.el (display-time-mail-function):
17351         * gnus-util.el (nnmail-pathname-coding-system)
17352         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17353         (gnus-original-article-buffer, gnus-user-agent)
17354         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17355         (xemacs-codename, sxemacs-codename, emacs-program-version):
17356         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17357         * gnus-start.el (gnus-agent-covered-methods)
17358         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17359         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17360         (gnus-newsgroup-headers, gnus-group-list-mode)
17361         (gnus-group-mark-positions, gnus-newsgroup-data)
17362         (gnus-newsgroup-unreads, nnoo-state-alist)
17363         (gnus-current-select-method, mail-sources)
17364         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17365         (nnmail-spool-file, gnus-cache-active-hashtb):
17366         * gnus-mh.el (mh-lib-progs):
17367         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17368         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17369         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17370         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17371         (gnus-group-buffer):
17372         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17373         (font-lock-set-defaults):
17374         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17375         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17376         (gnus-summary-post-menu, total-parts, type, condition, length):
17377         * gnus-agent.el (gnus-agent-read-agentview):
17378         * flow-fill.el (show-trailing-whitespace):
17379         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17380         eval-and-compile wrappers for byte compiler pacifiers.
17381
17382         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17383         (mm-display-inline-fontify): Check for featurep 'xemacs not
17384         extent-list.
17385
17386         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17387         itimer-list.
17388         (mm-create-image-xemacs): Only do something for XEmacs.
17389         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17390
17391         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17392
17393         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17394         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17395
17396 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17397
17398         * nnimap.el (nnimap-split-download-body):
17399         * gnus-demon.el (gnus-demon):
17400         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17401
17402 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17405         New macros.
17406         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17407         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17408         copy data from unibyte buffer to multibyte current buffer.
17409         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17410         to copy data from unibyte current buffer to multibyte buffer.
17411         (nntp-make-process-buffer): Make process buffer unibyte.
17412
17413         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17414
17415 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17416
17417         * pop3.el (pop3-open-server): Accept and process data more robustly at
17418         connection start to avoid spurious "POP SSL connection failed" errors.
17419
17420 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17423         read group names.
17424
17425 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17428
17429 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17432         (nnmail-save-active): Use a unibyte buffer when saving active file,
17433         which may contain non-ASCII group names.
17434
17435         * nnml.el (nnml-request-group): Decode group names in messages.
17436
17437 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17438
17439         * message.el (message-citation-line-function)
17440         (message-insert-formatted-citation-line): Fix spelling of
17441         `message-insert-formated-citation-line'.
17442
17443 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17444
17445         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17446
17447 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17450         nnmail-pathname-coding-system.
17451
17452         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17453         that a user enters; decode group names in messages.
17454
17455         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17456
17457 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17458
17459         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17460
17461         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17462
17463         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17464         risky local variable.
17465
17466         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17467
17468 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17469
17470         * encrypt.el: Improve documentation to fix function name typo.
17471         Reported by Daiki Ueno <ueno@unixuser.org>.
17472
17473 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17476         even if the point is not in the last page of an article.
17477         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17478         back to the previous page.
17479
17480 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17481
17482         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17483
17484 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17487
17488 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17489
17490         * message.el (message-check-news-body-syntax):
17491         Avoid mm-string-as-multibyte.
17492         (message-hide-headers): Don't assume (point-min)==1.
17493
17494 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17495
17496         * message.el (message-remove-blank-cited-lines): Fix if remove is
17497         given.
17498         (message-bogus-address-regexp): New variable.
17499         (message-bogus-recipient-p): New function.
17500         (message-check-recipients): New command.
17501         (message-syntax-checks): Add `bogus-recipient'.
17502         (message-fix-before-sending): Add `bogus-recipient'.
17503
17504         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17505         (gnus-treat-body-boundary): Don't test window-system.
17506
17507 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17508
17509         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17510
17511 2007-10-28  Miles Bader  <miles@gnu.org>
17512
17513         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17514         at compile-time too.
17515
17516 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17517
17518         * gnus-msg.el (gnus-message-setup-hook):
17519         Add `message-remove-blank-cited-lines' to options.
17520
17521 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17522
17523         * message.el (message-remove-blank-cited-lines): New function.
17524         Suggested by Karl Plästerer.
17525
17526 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17529         mapc.
17530
17531         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17532         (top-level): Use mapc to set functions to be traced for debugging.
17533
17534         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17535         called for effect with while loop.
17536
17537         * message.el (message-talkative-question): Replace mapcar called for
17538         effect with mapc.
17539
17540         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17541         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17542         called for effect with dolist.
17543
17544         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17545
17546         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17547         gnus-extra-headers and nnmail-extra-headers.
17548
17549         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17550         called for effect with dolist.
17551         (top-level): Use mapc to set functions to be traced for debugging.
17552
17553         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17554         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17555         dolist.
17556
17557         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17558         Replace mapcar called for effect with mapc.
17559         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17560         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17561         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17562         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17563
17564         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17565         remove-if that's a cl function.
17566
17567         * webmail.el (webmail-debug): Replace mapcar called for effect with
17568         dolist.
17569
17570         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17571         with mapc.
17572
17573 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17576         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17577         with while loop.
17578
17579         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17580         functions from article-* functions.
17581         (gnus-multi-decode-header): Replace mapcar called for effect with
17582         dolist.
17583
17584         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17585         (gnus-bookmark-show-details): Replace mapcar called for effect with
17586         while loop.
17587
17588         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17589         called for effect with while loop.
17590
17591         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17592         with dolist.
17593
17594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17595         Replace mapcar called for effect with dolist.
17596
17597         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17598
17599         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17600         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17601         Replace mapcar called for effect with dolist.
17602         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17603         mapc.
17604
17605         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17606         Replace mapcar called for effect with dolist.
17607         (gnus-topic-list): Replace mapcar called for effect with mapc.
17608
17609         * gnus.el: Use mapc instead of mapcar to add autoloads.
17610
17611 2007-10-23  Richard Stallman  <rms@gnu.org>
17612
17613         * gnus-group.el (gnus-group-highlight): Mark as risky.
17614
17615 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus.el (gnus-server-to-method): Return method found first in
17618         gnus-newsrc-alist.
17619
17620         * gnus-art.el (gnus-article-highlight-signature)
17621         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17622         button overlay without the front stickiness.
17623
17624 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17625
17626         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17627         overview buffer needed a catch to receive its throw.
17628         (gnus-agent-flush-cache): Declare as interactive to make this function
17629         easier to use.
17630
17631 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17634         `next-line'.
17635
17636 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17639         exclude address matching message-dont-reply-to-names.
17640
17641 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * gnus-util.el (gnus-string<): New function.
17644
17645         * gnus-sum.el (gnus-article-sort-by-author)
17646         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17647
17648 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17651         the frame-focus tag is set in gnus-buffer-configuration.
17652
17653 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17656         the front stickiness.
17657
17658 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17661         url pattern; remove duplicate one.
17662         (gnus-article-extend-url-button): New function.
17663         (gnus-article-add-buttons): Use it.
17664         (gnus-button-push): Use concatenated url that it makes.
17665
17666 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17667
17668         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17669
17670 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17671
17672         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17673         Don't hardcode point-min==1.
17674
17675 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17678         Fix comment about "iso8859-1".
17679
17680 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17681
17682         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17683         ones returned from the verify-function.
17684
17685         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17686         Call mml2015-extract-cleartext-signature if extraction failed.
17687
17688 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17689
17690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17691         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17692         failed.
17693
17694 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17695
17696         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17697
17698 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17701         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17702         recommends to use EasyPG instead of PGG.
17703
17704         * pgg.el: Revert to revision 6.23.2.16.
17705
17706         * pgg-def.el: Revert to revision 6.6.2.14.
17707
17708         * pgg-gpg.el: Revert to revision 6.23.2.34.
17709
17710 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17713         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17714         thread for both the null and zero (kill/expire thread) universal prefix
17715         cases.
17716         (gnus-summary-expire-thread): Add new function to expire a thread,
17717         using gnus-summary-kill-thread.
17718         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17719         shortcuts for gnus-summary-expire-thread.
17720         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17721         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17722
17723 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17724
17725         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17726         extras value, so an extras entry can be deleted.
17727         (gnus-registry-delete-extra-entry): Use it.
17728         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17729         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17730         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17731         storage through the gnus-registry, and provide an appropriate API for
17732         it.
17733
17734 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17737         Suggested by Leo <sdl.web@gmail.com>.
17738
17739         * gnus.el: Do.
17740
17741 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17744         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17745
17746         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17747
17748         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17749         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17750
17751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17754         newline.
17755         (nnmbox-request-accept-article): Don't change article in source buffer;
17756         narrow to header to use message-fetch-field rather than
17757         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17758         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17759         as delimiters; make sure article ends with newline.
17760         (nnmbox-delete-mail): Correct last position of article to be deleted;
17761         ignore X-Gnus-Newsgroup header in article body.
17762         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17763         positions; make sure article ends with newline.
17764
17765         * message.el (message-display-abbrev): Don't infloop when a user
17766         inserts SPC in the beginning of header.
17767
17768         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17769         coding-system-for-read and coding-system-for-write for XEmacs having no
17770         file-coding feature.
17771
17772         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17773
17774 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17777         list of groups not followed by default.  Fix type to be regexp.
17778         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17779
17780 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17781
17782         * hmac-def.el (define-hmac-function): Switch from old-style to
17783         new-style backquotes.
17784
17785         * md4.el (md4-make-step): Likewise.
17786
17787 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17790         raw-text coding system when saving .newsrc file, which may contain
17791         non-ASCII group names.
17792
17793 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * gnus-cus.el (gnus-score-extra): New widget.
17796         (gnus-score-extra-convert): New function.
17797         (gnus-score-customize): Use it for Extra.
17798
17799 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17800
17801         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17802         (mml2015-mailcrypt-clear-verify): Use it.
17803         (mml2015-gpg-clear-verify): Use it.
17804         (mml2015-pgg-clear-verify): Use it.
17805         (mml2015-epg-clear-verify): Replace the current part with the output
17806         from GnuPG; don't extract the plaintext by itself.
17807
17808         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17809         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17810         mml2015-clear-verify-function; don't touch the armor headers or
17811         dash-escaped text here.
17812
17813 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17816         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17817         parts, or application/octet-stream as a last resort.
17818         (gnus-mime-view-part-as-type): Don't toggle display.
17819         (gnus-mime-view-part-as-charset): Don't turn off display before
17820         querying charset.
17821
17822         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17823         stuff to undisplayer function in Emacs.
17824         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17825
17826         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17827         text/calendar parts.
17828
17829 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17832         decoding text/calendar parts.
17833
17834         * message.el (message-forward-make-body-mime): Always mark body as
17835         having no illegible text; remove signed-or-encrypted argument.
17836         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17837
17838         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17839         (mml-generate-mime-1): Don't encode body if it is specified to be in
17840         raw form; don't make buffer be unibyte when inserting multibyte string.
17841
17842 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17843
17844         * sha1.el: Fix up comment style.
17845         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17846         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17847
17848         * hex-util.el: Fix up comment style.
17849         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17850
17851         * gnus-salt.el: Use with-current-buffer.
17852         (gnus-pick-setup-message): Fix long-standing typo.
17853
17854 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * imap.el (imap-logout-timeout): New variable.
17857         (imap-logout, imap-logout-wait): New functions.
17858         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17859
17860         * nnimap.el (nnimap-logout-timeout): New server variable.
17861         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17862         nnimap-logout-timeout.
17863
17864         * gnus-art.el (gnus-article-summary-command-nosave)
17865         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17866
17867 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * gnus.el (gnus-maximum-newsgroup): New variable.
17870
17871         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17872         according to gnus-maximum-newsgroup.
17873
17874         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17875         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17876         Limit the range of articles according to gnus-maximum-newsgroup.
17877
17878 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17879
17880         * gnus-art.el (gnus-sticky-article): Fix problems described in
17881         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17882         Don't perform gnus-configure-windows here; reuse existing sticky
17883         article buffer.
17884
17885         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17886         it doesn't exist in gnus-article-mode.
17887
17888 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17891         (gnus-agent-decoded-group-name): New function.
17892         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17893         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17894
17895 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17896
17897         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17898         Add binding for gnus-sticky-article.
17899         (gnus-summary-exit): Don't kill sticky article buffers.
17900
17901         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17902         article buffer.
17903         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17904         (gnus-kill-sticky-article-buffers): New commands.
17905
17906 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * nntp.el (nntp-xref-number-is-evil): New server variable.
17909         (nntp-find-group-and-number): If it is non-nil, don't trust article
17910         numbers in the Xref header.
17911
17912 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * gnus-agent.el (gnus-agent-read-group): New function.
17915         (gnus-agent-flush-group, gnus-agent-expire-group)
17916         (gnus-agent-regenerate-group): Use it.
17917         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17918         nnmail-pathname-coding-system.
17919
17920 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17923
17924         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17925         that are unread as unread, and also as selected so that information of
17926         marks having been changed by a user may be updated when exiting group.
17927
17928 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17931
17932 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17935         calculated ignoring signature parts to gnus-treat-article.
17936
17937 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17940         a point here in order to keep the window start.
17941         (gnus-insert-mime-security-button): Make a button overlay without the
17942         front stickiness.
17943         (gnus-mime-display-security): Goto the end of a button.
17944
17945         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17946
17947 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17950         group-name-at-point.
17951         (gnus-group-completing-read): New function that offers decoded
17952         non-ASCII group names for completion.
17953         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17954         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17955         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17956         (gnus-group-fetch-control): Use it.
17957         (gnus-fetch-group): Use group-name-at-point for the initial value
17958         rather than the default value; use gnus-alive-p.
17959
17960         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17961         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17962         (gnus-summary-post-news): Use gnus-group-completing-read.
17963
17964         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17965         (gnus-read-move-group-name): Decode group name for completion.
17966
17967 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17968
17969         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17970         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17971         Yamaoka slightly modified the code).
17972
17973 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17976         (nnmail-split-incoming): Bind it.
17977
17978         * nnml.el (nnml-group-name-charset): New function.
17979         (nnml-decoded-group-name): Use it; don't decode group name if
17980         nnmail-group-names-not-encoded-p is non-nil.
17981         (nnml-encoded-group-name): New function.
17982         (nnml-group-pathname): Inline nnml-decoded-group-name.
17983         (nnml-request-expire-articles): Decode group name in message.
17984         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17985         nnmail-pathname-coding-system.
17986         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17987         not decoded ones according to nnmail-group-names-not-encoded-p.
17988         (nnml-generate-active-info): Use nnml-encoded-group-name.
17989
17990 2007-08-08  Glenn Morris  <rgm@gnu.org>
17991
17992         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17993         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17994         doc-strings and comments.
17995
17996 2007-07-25  Glenn Morris  <rgm@gnu.org>
17997
17998         * Relicense all FSF files to GPLv3 or later.
17999
18000 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * gnus-sum.el (gnus-summary-move-article):
18003         Make gnus-summary-respool-article work.
18004
18005 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
18006
18007         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
18008         string.
18009
18010 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
18011
18012         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
18013         that should be ignored when comparing distant RSS articles with local
18014         ones.
18015         (nnrss-make-hash-index): New function.  Create a hash index according
18016         to the ignored fields.
18017         (nnrss-check-group): Use it.
18018
18019 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
18022
18023         * gnus-art.el (article-decode-group-name): Decode Xref header too.
18024
18025         * gnus-group.el (gnus-group-make-group): Encode group name here unless
18026         the new optional argument ENCODED is non-nil.
18027         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
18028         coding system for encoding group name.
18029         (gnus-group-make-rss-group): Pass un-encoded group name to
18030         gnus-group-make-group.
18031         (gnus-group-set-info): Tell gnus-group-make-group that group name is
18032         encoded.
18033
18034         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
18035         Encode group name to which articles are moved or copied.
18036         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
18037         coding system for encoding Newsgroup, Followup-To and Xref headers.
18038
18039         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
18040         marks; use nnheader-file-coding-system to write a file.
18041         (nnagent-retrieve-headers): Bind file-name-coding-system to
18042         nnmail-pathname-coding-system.
18043
18044         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
18045
18046         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
18047         (nnml-request-article, nnml-request-create-group)
18048         (nnml-request-rename-group, nnml-find-id)
18049         (nnml-possibly-change-directory, nnml-possibly-create-directory)
18050         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
18051         (nnml-save-marks): Use nnml-group-pathname instead of
18052         nnmail-group-pathname.
18053
18054         (nnml-request-create-group, nnml-request-expire-articles)
18055         (nnml-request-move-article, nnml-request-delete-group)
18056         (nnml-deletable-article-p, nnml-possibly-create-directory)
18057         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
18058         (nnml-open-marks): Bind file-name-coding-system to
18059         nnmail-pathname-coding-system.
18060
18061         (nnml-request-article): Pass server argument to nnml-find-group-number.
18062         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18063         Pass server argument to nnml-possibly-create-directory.
18064         (nnml-request-accept-article): Pass server argument to
18065         nnml-active-number and nnml-save-mail.
18066         (nnml-find-group-number): Pass server argument to nnml-find-id.
18067         (nnml-request-update-info): Pass server argument to
18068         nnml-marks-changed-p.
18069
18070         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18071         (nnml-save-mail, nnml-active-number): Add server argument.
18072
18073         (nnml-request-delete-group): Warn if group is missing.
18074         (nnml-get-nov-buffer): Decode group name.
18075         (nnml-generate-active-info): Encode group name.
18076         (nnml-open-marks): Decode group name in messages.
18077
18078 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18081         if it is not specified.
18082         (gnus-article-pipe-part, gnus-article-save-part)
18083         (gnus-article-interactively-view-part, gnus-article-copy-part)
18084         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18085         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18086         (gnus-article-replace-part, gnus-article-delete-part)
18087         (gnus-article-view-part-as-type): Pass raw prefix argument to
18088         gnus-article-part-wrapper.
18089
18090 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-agent.el (gnus-agent-save-active):
18093         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18094
18095         * gnus-cache.el (gnus-cache-save-buffers)
18096         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18097         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18098         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18099         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18100         (gnus-cache-generate-active, gnus-cache-rename-group)
18101         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18102         (gnus-cache-update-overview-total-fetched-for):
18103         Bind file-name-coding-system to nnmail-pathname-coding-system.
18104         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18105         New variables.
18106         (gnus-cache-decoded-group-name): New function.
18107         (gnus-cache-file-name): Use it.
18108         (gnus-cache-generate-active): Use non-decoded group name for active.
18109
18110         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18111         right place.
18112         (gnus-write-active-file): Don't break non-ASCII group names.
18113
18114         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18115         nnmail-pathname-coding-system.
18116
18117         * lpath.el: Bind default-file-name-coding-system,
18118         file-name-coding-system and language-info-alist for XEmacs.
18119
18120         * gnus-uu.el (gnus-uu-decode-save): Typo.
18121
18122 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18125
18126 2007-07-14  David Kastrup  <dak@gnu.org>
18127
18128         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18129         finishing actions if we did not edit the article.
18130
18131 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18134         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18135         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18136         (gnus-agent-flush-group, gnus-agent-flush-cache)
18137         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18138         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18139         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18140         (gnus-agent-regenerate-group)
18141         (gnus-agent-update-files-total-fetched-for)
18142         (gnus-agent-update-view-total-fetched-for):
18143         Bind file-name-coding-system to nnmail-pathname-coding-system.
18144         (gnus-agent-group-pathname): Don't encode file names by
18145         nnmail-pathname-coding-system.
18146         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18147         coding-system-for-write instead of buffer-file-coding-system to
18148         gnus-agent-file-coding-system.
18149
18150         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18151         Decode group name.
18152
18153         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18154
18155         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18156         (gnus-read-newsrc-el-file): Make group names unibyte.
18157
18158         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18159         nnmail-pathname-coding-system.
18160
18161         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18162         (nnrss-request-delete-group): Bind file-name-coding-system to
18163         nnmail-pathname-coding-system.
18164         (nnrss-read-server-data, nnrss-read-group-data):
18165         Bind file-name-coding-system correctly.
18166         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18167
18168         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18169         (nntp-server-to-method-cache): New variable.
18170         (nntp-group-pathname): New function that decodes non-ASCII group names.
18171         (nntp-possibly-create-directory, nntp-marks-changed-p)
18172         (nntp-save-marks, nntp-open-marks): Use it.
18173         (nntp-possibly-create-directory, nntp-open-marks):
18174         Bind file-name-coding-system to nnmail-pathname-coding-system.
18175         (nntp-open-marks): Decode group names when bootstrapping marks.
18176
18177         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18178         Newsgroups and Followup-To headers.
18179
18180 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18183         (gnus-server-closed-face, gnus-server-denied-face)
18184         (gnus-server-offline-face): Remove variable.
18185         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18186
18187         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18188         of modifying message-stack directly for XEmacs.
18189
18190         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18191         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18192         if the coding-system argument is nil for XEmacs.
18193
18194         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18195         mm-charset-override-alist.
18196
18197         * rfc2047.el: Don't require base64; require rfc2045 for the function
18198         rfc2045-encode-string.
18199         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18200         to quote the parameter value.
18201
18202 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18205         form in gnus-group-name-charset-method-alist.
18206
18207         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18208         overrides the default layout edit-form.
18209
18210         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18211
18212         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18213
18214 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18217         as unfetched articles.
18218
18219 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18222
18223 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18226         original back end that keeps marks in the local system.
18227
18228 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18231         arg of pop-to-buffer for XEmacs.
18232         (gnus-article-read-summary-keys): Ditto; don't restore window
18233         configuration if summary command ends up with neither article buffer
18234         nor summary buffer; describe bindings if summary keys end with C-h.
18235
18236 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * message.el (message-fix-before-sending): Skip raw message part to be
18239         forwarded while checking illegible text.
18240         (message-forward-make-body-mime, message-forward-make-body):
18241         Mark signed or encrypted raw message as having no illegible text.
18242
18243 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18246         (gnus-message-with-timestamp-1): New macro.
18247         (gnus-message-with-timestamp): New function.
18248         (gnus-message): Use them.
18249
18250         * nnheader.el (nnheader-message): Use them.
18251
18252 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18253
18254         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18255         .newsrc.eld file.
18256
18257 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * gnus-agent.el (gnus-agent-fetch-headers)
18260         (gnus-agent-retrieve-headers):
18261         Bind gnus-decode-encoded-address-function to identity.
18262
18263         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18264         available also when the server returns simply a dot.
18265
18266         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18267
18268 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18271
18272 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-ems.el (gnus-x-splash): Make it work.
18275
18276         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18277         from being used.
18278
18279         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18280
18281 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18284         4th and the 5th arguments.
18285
18286         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18287         the front stickiness.
18288         (gnus-article-summary-command-nosave): Correct the order of the
18289         arguments passed to pop-to-buffer.
18290         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18291         summary command ends up with the article buffer.
18292
18293         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18294         the same faces.
18295
18296 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18297
18298         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18299
18300 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18301
18302         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18303         * gnus-sum.el (gnus-summary-highlight):
18304         * pgg.el (pgg-sign-region, pgg-sign):
18305         * mail-source.el (mail-source-delete-old-incoming-confirm):
18306         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18307
18308 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-art.el (gnus-mime-view-part-externally)
18311         (gnus-mime-view-part-internally): Fix predicate function passed to
18312         completing-read.
18313
18314         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18315
18316         * gnus.el (gnus-update-message-archive-method): Add :version.
18317
18318 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * gnus.el (gnus-update-message-archive-method): New variable.
18321
18322         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18323         according to gnus-message-archive-method if
18324         gnus-update-message-archive-method is non-nil.
18325
18326 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18329         Suggested by Loic Dachary <loic@dachary.org>.
18330         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18331
18332 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * message.el (message-pop-to-buffer): Add switch-function argument.
18335         (message-mail): Pass switch-function argument to it.
18336
18337 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18340         Improve doc string.
18341
18342 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18345         (gnus-header-content):
18346         * gnus-cite.el (gnus-cite-10):
18347         * gnus-srvr.el (gnus-server-closed):
18348         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18349         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18350         (gnus-group-mail-3-empty, gnus-group-mail-low)
18351         (gnus-group-mail-low-empty, gnus-splash):
18352         * message.el (message-header-to, message-header-cc)
18353         (message-header-subject, message-header-other, message-header-name)
18354         (message-header-xheader, message-separator, message-cited-text)
18355         (message-mml): Lighten colors of faces used for dark background.
18356
18357 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18358
18359         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18360         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18361
18362 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18363
18364         * message.el (message-narrow-to-headers-or-head):
18365         Ignore mail-header-separator in the body.
18366
18367 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18370         same as window size.
18371
18372 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18373
18374         * message.el (message-font-lock-keywords): Use message-header-xheader
18375         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18376         ahead of the anything pattern, to get it recognized.
18377
18378 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18381         spam.el loads uses it in the compiled defadvice form.
18382
18383 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18384
18385         * gnus-sum.el (gnus-articles-to-read)
18386         (gnus-summary-insert-old-articles): Don't truncate group name for
18387         `read-string'.
18388
18389         * gnus-util.el (gnus-limit-string): Delete this function.
18390
18391         * gnus-sum.el (gnus-simplify-subject-fully):
18392         Use `truncate-string-to-width' instead.
18393
18394 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18395
18396         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18397         Tell if, on summary exit, the next group has to be selected.
18398         (gnus-summary-exit): Use it.
18399
18400 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18401
18402         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18403         non-break space.
18404
18405 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18408         Check if group is not a directory.
18409         (nnfolder-request-expire-articles): Don't delete articles if the target
18410         group is not available.
18411
18412         * nnml.el (nnml-request-create-group): Properly check if group is not a
18413         file.
18414         (nnml-request-expire-articles): Don't delete articles if the target
18415         group is not available.
18416
18417         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18418         Don't quote characters that are within parentheses.
18419
18420 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18423         (gnus-handle-ephemeral-exit): Select article according to it.
18424
18425 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18426
18427         * message.el (message-insert-formated-citation-line): Remove newline.
18428         (message-citation-line-format): Add final \n here so that the user can
18429         avoid a blank line.
18430
18431 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18432
18433         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18434         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18435         Update lanl/arXiv support.
18436
18437 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18438
18439         * gnus.el: Bump version number.
18440
18441 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18442
18443         * gnus.el (gnus-version-number): Bump version.
18444
18445 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18446
18447         * gnus.el: No Gnus v0.6 is released.
18448
18449 2007-04-27  Didier Verna  <didier@xemacs.org>
18450
18451         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18452         * gmm-utils.el (gmm-regexp-concat): ... here.
18453         * message.el: Don't require 'gnus-util.
18454         (message-dont-reply-to-names): Handle name change above.
18455         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18456
18457 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18460         since the initial value varies according to the system.
18461
18462 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18463
18464         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18465
18466 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18467
18468         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18469
18470 2007-04-24  Didier Verna  <didier@xemacs.org>
18471
18472         Improve the type of gnus-ignored-from-addresses.
18473         * gnus-util.el (gnus-orify-regexp): New function.
18474         * message.el (gnus-util): Require it.
18475         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18476         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18477         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18478
18479 2007-04-24  Didier Verna  <didier@xemacs.org>
18480
18481         * gnus-sum.el:
18482         * gnus-utils.el: Fix some trailing whitespaces.
18483
18484 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18487         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18488         article's Message-ID; refer parent article in summary buffer.
18489
18490         * message.el (message-bounce): Call mime-to-mml.
18491
18492         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18493         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18494         optimize and/or forms properly.
18495
18496 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18499         URL.
18500
18501 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18504
18505 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18508         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18509         displayed of multipart/alternative part if it is invoked from summary
18510         buffer.
18511
18512         * mm-view.el (mm-inline-text-html-render-with-w3m)
18513         (mm-inline-text-html-render-with-w3m-standalone)
18514         (mm-inline-render-with-function): Use mail-parse-charset by default.
18515
18516 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18517
18518         * parse-time.el (parse-time-string-chars): Check if CHAR
18519         is less than the length of parse-time-syntax.
18520
18521 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18524         from gnus-newsgroup-processable.
18525
18526 2007-04-16  Didier Verna  <didier@xemacs.org>
18527
18528         * gnus-msg.el (gnus-configure-posting-styles):
18529         Handle message-signature-directory properly with :file syntax.
18530         Reported by "Leo".
18531
18532 2007-04-11  Didier Verna  <didier@xemacs.org>
18533
18534         New user option: message-signature-directory.
18535         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18536         * message.el (message-insert-signature): Ditto.
18537         * message.el (message-signature-file): Doc update.
18538         * message.el (message-signature-directory): New.
18539
18540 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus-msg.el (gnus-inews-yank-articles):
18543         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18544
18545 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * message.el (message-yank-original): Make sure cited text ends with
18548         newline; don't exchange point and mark.
18549
18550 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18551
18552         * tls.el (open-tls-stream): Properly handle case where there
18553         is no associated buffer.
18554
18555 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18556
18557         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18558         message-yank-original, make sure (< mark TEXT point).
18559
18560 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18561
18562         * message.el (message-fill-column): New variable.
18563         (message-mode): Use it.  Add comment on a possible new hook.
18564
18565         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18566         (nnmail-get-new-mail): Reformat.
18567
18568         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18569
18570         * gmm-utils.el: Fix Commentary.
18571         (gmm-tool-bar-from-list): Fix typo in doc string.
18572
18573 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18574
18575         * message.el (message-yank-original): Don't switch point and mark
18576         unnecessarily to put point and mark as documented.
18577
18578 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18579
18580         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18581         from the message heads.
18582
18583 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18584
18585         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18586         article buffer does not have a window.  This may not be the best
18587         solution but is certainly better than setting the start of the null,
18588         that is the current, window.
18589
18590 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18591
18592         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18593         (gnus-draft-setup): Run it.
18594
18595         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18596         gnus-score-fast-scoring.  Allow regexp.
18597         (gnus-score-headers): Use it.
18598
18599         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18600         XEmacs.
18601
18602         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18603         string.
18604         (gnus-button-alist): Also catch `<f1> k ...'.
18605         (gnus-treat-display-x-face): Fix doc string.
18606
18607 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18608
18609         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18610         evaluation of gnus-extended-version to ensure correct generation of the
18611         User-Agent header when message-generate-headers-first is used.
18612
18613 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18614
18615         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18616         hashcash-path is nil.  Don't call callback with incorrect number of
18617         parameters if val is 0.
18618
18619 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18620
18621         * message.el (message-required-news-headers):
18622         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18623
18624 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18625
18626         * tls.el (open-tls-stream): In handshake-waiting loop,
18627         don't wait more if there is output available to process.
18628
18629 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18630
18631         * tls.el (tls-program): Doc fix.
18632
18633 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * message.el (message-generate-new-buffers): Change the meaning of the
18636         nil value; add `standard' to the choices; treat t as `unique'; improve
18637         doc string.
18638         (gnus-select-frame-set-input-focus): Autoload.
18639         (message-buffer-name): Search for the existing message buffer if
18640         message-generate-new-buffers is nil or `standard'; treat the value t of
18641         message-generate-new-buffers as `unique'.
18642         (message-pop-to-buffer): Raise the frame already displaying the message
18643         buffer; clear the echo area after querying.
18644         (message-setup): Pass the `continue' argument to compose-mail.
18645         (message-mail): Prefer `switch-function' if it is given; search for the
18646         existing message buffer if the `continue' argument is non-nil; pass
18647         continue and switch-function arguments to compose-mail by way of
18648         message-setup.
18649         (message-mail-other-window): Adjust argument of message-setup.
18650         (message-mail-other-frame): Ditto.
18651
18652 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18655         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18656         to turn font-lock on when turning gnus-message-citation-mode on.
18657
18658 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18659
18660         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18661         (mml-smime-function-alist): New variable; add epg as the backend.
18662         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18663         mml-smime- functions instead.
18664         * mm-view.el: Require smime.
18665
18666 2007-03-05  Didier Verna  <didier@xemacs.org>
18667
18668         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18669         instead of just inheritance for posting styles.
18670         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18671
18672 2007-02-24  Chris Moore  <dooglus@gmail.com>
18673
18674         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18675         * pgg-pgp.el (pgg-pgp-encrypt-region):
18676         * pgg-gpg.el (pgg-gpg-encrypt-region):
18677         Check pgg-encrypt-for-me if no other recipients.
18678
18679 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18680
18681         * tls.el (tls-certtool-program): Fix custom type.
18682
18683 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18686         and point-at-eol instead of line-(beginning|end)-position.
18687
18688         * assistant.el (assistant-parse-buffer): Ditto.
18689
18690         * netrc.el (netrc-parse-services): Ditto.
18691
18692 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18693
18694         * mml2015.el (mml2015-epg-find-usable-key): New function.
18695         (mml2015-epg-sign): Use it.
18696         (mml2015-epg-encrypt): Use it.
18697
18698 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * message.el (message-make-in-reply-to): Quote name containing
18701         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18702         if there are special characters.  Reported by NAKAJI Hiroyuki
18703         <nakaji@jp.freebsd.org>.
18704
18705 2007-02-27  Didier Verna  <didier@xemacs.org>
18706
18707         Include the group parameters as well as the topic ones in the
18708         inheritance filter process.
18709         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18710         argument GROUP-PARAMS-LIST.
18711         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18712
18713 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * nntp.el (nntp-never-echoes-commands)
18716         (nntp-open-connection-functions-never-echo-commands): New variables.
18717         (nntp-send-command): Use them.
18718
18719 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18720
18721         * mml2015.el (mml2015-epg-verify): Simplify.
18722
18723 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * mml.el (mml-content-disposition-alist): New user option.
18726         (mml-content-disposition): New function.
18727         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18728         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18729
18730 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18731
18732         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18733         verification.
18734
18735 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18736
18737         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18738         articles posted in the last 24 hours.
18739
18740 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18741
18742         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18743
18744 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18745
18746         * nntp.el (nntp-send-command): Don't wait for echoes when
18747         nntp-open-ssl-stream is used.
18748
18749 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18752         (gnus-message-add-citation-keywords)
18753         (gnus-message-remove-citation-keywords): Remove.
18754         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18755         directly, make the variables in font-lock-defaults buffer-local, add
18756         gnus-message-citation-keywords to them and then update the value of
18757         font-lock-keywords.
18758
18759 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * message.el (message-cite-original-1): Don't call
18762         gnus-article-highlight-citation.
18763
18764         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18765         citations; fix line count.
18766
18767 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18770         (gnus-message-add-citation-keywords)
18771         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18772         versions of font-lock-add-keywords and font-lock-remove-keywords to
18773         work with XEmacs correctly.
18774
18775 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18776
18777         * gnus-cite.el (gnus-cite-face-list): Set the values of
18778         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18779         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18780         (gnus-message-cite-prefix-regexp): New variable.
18781         (gnus-message-search-citation-line): Use it; protect against long
18782         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18783         the 0th match data for Emacs.
18784         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18785         (gnus-message-add-citation-keywords): Append keywords rather than
18786         prepending; emulate font-lock-add-keywords if it is not available.
18787         (gnus-message-remove-citation-keywords):
18788         Emulate font-lock-remove-keywords if it is not available.
18789
18790         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18791
18792         * message.el (message-cite-prefix-regexp): Set the value of
18793         gnus-message-cite-prefix-regexp.
18794
18795 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18796
18797         * nnweb.el (nnweb-google-parse-1): Update parser.
18798
18799 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18800
18801         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18802
18803 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18804
18805         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18806         regexp.
18807
18808 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18811         string-to-multibyte.
18812         (uudecode-decode-region-internal): Use it.
18813
18814         * lpath.el: Fbind string-as-multibyte for XEmacs.
18815
18816 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18819         Fix custom choice.
18820
18821         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18822
18823 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18824
18825         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18826
18827         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18828         `write-region' to respect `mm-inhibit-file-name-handlers'.
18829
18830 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18831
18832         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18833         Use gnus-home-directory instead of "~/" or "$HOME".
18834
18835 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18836
18837         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18838         to mention filename.
18839         Add comments at beginning regarding usage.
18840         (encrypt-write-file-contents): Change interactive so a string is
18841         acceptable.  If the file has no associated model, show an error instead
18842         of a nonsense prompt.
18843
18844 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18845
18846         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18847         Thanks to Yoshihiko Yamada for kind notification of this typo.
18848
18849 2007-01-12  Kenichi Handa  <handa@m17n.org>
18850
18851         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18852         multibyte buffer.
18853
18854 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * gnus-score.el (gnus-score-fast-scoring): New variable.
18857         (gnus-score-headers): Use it.
18858
18859         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18860
18861         * message.el (message-cite-original-1):
18862         Call gnus-article-highlight-citation if requested.
18863         (message-make-from): Allow name and address as optional arguments.
18864
18865         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18866
18867         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18868         bugs to doc string.
18869         (gnus-button-alist): Add mid\\|message-id.
18870         (gnus-button-fetch-group): Extend for use in
18871         `browse-url-browser-function'.
18872         (gnus-button-url-regexp): Try to catch paired parentheses like in
18873         Wikipedia URLs.
18874
18875         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18876         Suggested by Simon Krahnke <overlord@gmx.li>.
18877
18878 2007-01-13  Romain Francoise  <romain@orebokech.com>
18879
18880         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18881         Update copyright.
18882
18883 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18884
18885         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18886
18887 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18888
18889         * gnus-registry.el (gnus-registry-unfollowed-groups)
18890         (gnus-registry-split-fancy-with-parent): Fix documentation.
18891
18892 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18893
18894         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18895         from nnweb groups.
18896
18897 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18898
18899         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18900         Xref urls.  Erase buffer before requesting head.
18901
18902         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18903
18904 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18907         customizable.
18908
18909 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18910
18911         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18912         no signing key is found.
18913         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18914         no encrypting and/or signing key is found.
18915
18916 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18919
18920 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18921
18922         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18923         headers read from disk with the ones newly found in the current search.
18924         This should no longer cause problems, because the article numbers in
18925         Gmane's `nov.php' output are ignored since the previous change.
18926
18927 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18928
18929         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18930
18931 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18934         replace-regexp-in-string; bind url-version; fbind display-images-p and
18935         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18936         find-face and set-itimer-function for Emacs; bind itimer-list for
18937         Emacs.
18938
18939         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18940
18941 2007-01-01  Romain Francoise  <romain@orebokech.com>
18942
18943         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18944
18945 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18946
18947         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18948         `define-minor-mode' macro definition expanded properly.
18949         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18950         exclude it there.
18951
18952         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18953         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18954         `fboundp' test.
18955         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18956         This is OK to autoload in (S)XEmacs now.
18957
18958 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18961         keystroke.
18962         (gnus-summary-limit-to-singletons): Fix typo.
18963
18964         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18965         else fails.
18966
18967 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18968
18969         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18970         docstring.
18971
18972         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18973         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18974         (gnus-summary-insert-dormant-articles): Fix typo in message.
18975
18976 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18979         nil for XEmacs.
18980         (gnus-message-citation-mode): Don't autoload in XEmacs.
18981
18982         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18983
18984 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18985
18986         * nnimap.el (nnimap-expunge-search-string):
18987         Mention nnimap-search-uids-not-since-is-evil in docstring.
18988
18989 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * spam.el: Revert to make-obsolete-variable because
18992         define-obsolete-variable-alias is not supported in Emacs 21.
18993
18994         * spam.el (spam-ifile-path, spam-ifile-database-path)
18995         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18996         make-obsolete-variable.
18997         (spam-bsfilter-path, spam-bsfilter-program)
18998         (spam-spamassassin-path, spam-spamassassin-program)
18999         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
19000         Don't use "path" inappropriately.
19001         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
19002         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
19003         variable names.
19004
19005 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
19006
19007         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
19008         summary buffer.
19009
19010         * password.el (password-cache-remove): Use clear-string to burn
19011         password, if available.
19012
19013 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19014
19015         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
19016
19017         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
19018
19019         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
19020         (gnus-message-highlight-citation): Move defcustom here from
19021         gnus-cite.el.
19022         (gnus-message-citation-mode): Autoload.
19023
19024         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
19025         checks to make it compile with XEmacs.
19026         (gnus-message-citation-mode): New minor mode.
19027         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
19028         (gnus-message-highlight-citation): New variables.
19029         (gnus-message-search-citation-line)
19030         (gnus-message-add-citation-keywords)
19031         (gnus-message-remove-citation-keywords)
19032         (turn-on-gnus-message-citation-mode)
19033         (turn-off-gnus-message-citation-mode): New functions.
19034
19035 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
19036
19037         * gnus-cite.el: Enable highlighting of different citation levels in
19038         message-mode.
19039
19040 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19041
19042         * message.el (message-make-fqdn): Fix comment.
19043         (message-bogus-system-names): Add ".local".
19044
19045         * spam.el (spam-ifile-path, spam-ifile-program)
19046         (spam-ifile-database-path, spam-ifile-database)
19047         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
19048         Don't use "path" inappropriately.
19049         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
19050         strings.
19051         (spam-check-ifile, spam-ifile-register-with-ifile)
19052         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
19053         Use new variable names.
19054
19055         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
19056         (gnus-treat-display-smileys): Simplify using
19057         gnus-image-type-available-p.
19058
19059         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
19060         available.
19061
19062         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19063         Use `display-images-p' if available.
19064
19065 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19068         one after turning on the buffer's multibyteness instead of decoding
19069         them directly in the unibyte buffer that causes unexpected conversion
19070         in Emacs 23 (unicode).
19071
19072 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19073
19074         * message.el (message-generate-hashcash): Fix custom type.
19075
19076 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19077
19078         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19079
19080 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19081
19082         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19083         disconnect icons.  Add help text.
19084
19085 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19086
19087         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19088         negated to be consistent with the others we handle.
19089
19090 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19091
19092         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19093         version of gnus-summary-buffer to something, so that we can use two
19094         article buffers at the same time.
19095
19096 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19097
19098         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19099         trigger all the extra headers.
19100         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19101         sorting.
19102
19103 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19104
19105         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19106         solid groups.
19107
19108 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19109
19110         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19111
19112 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19113
19114         * legacy-gnus-agent.el: Add Copyright notice.
19115
19116 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19117
19118         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19119
19120 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19121
19122         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19123
19124         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19125         to make it work reliably in CVS Emacs.
19126         (gnus-summary-limit-strange-charsets-predicate)
19127         (gnus-summary-limit-to-predicate): New functions.
19128
19129 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19130
19131         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19132         specifying array size.
19133         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19134         array if it is too small.
19135         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19136         (gnus-sort-threads-loop): New function.
19137
19138 2006-12-06  Chris Moore  <dooglus@gmail.com>
19139
19140         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19141         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19142
19143 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19144
19145         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19146         options.
19147
19148 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19149
19150         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19151         DOS-ing the recipient.
19152
19153         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19154         the headers when creating the mapping to avoid mismappings.
19155         (nnweb-gmane-create-mapping): Always nix out old mapping.
19156
19157 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19160         and mm-verify-option to never.
19161
19162 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * message.el (message-signed-or-encrypted-p): New function.
19165         (message-forward-make-body): Use it.
19166
19167         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19168         Replace encode-coding-string with mm-encode-coding-string.
19169
19170 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * nneething.el (nneething-decode-file-name):
19173         Replace decode-coding-string with mm-decode-coding-string.
19174
19175         * gnus-int.el (gnus-open-server): Say failed server's name.
19176
19177 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19178
19179         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19180         strings to a single string.  Quote `errors-file-name'.
19181         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19182         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19183         Adjust calls.  Use `shell-quote-argument'.
19184
19185 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19186
19187         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19188         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19189
19190         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19191         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19192         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19193         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19194         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19195         (gnus-subscribe-newsgroup, gnus-1):
19196         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19197         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19198         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19199         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19200
19201 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19202
19203         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19204         keystroke.
19205         (gnus-summary-limit-to-bodies): Implement headersp.
19206
19207 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19208
19209         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19210
19211 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19214
19215 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216
19217         * message.el (message-generate-hashcash): Expand range of values to
19218         include `opportunistic'.
19219         (message-send-mail): Use it.
19220
19221 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19222
19223         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19224         and comment it.
19225
19226         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19227
19228 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19229
19230         * gnus-util.el (gnus-extract-address-components): Improve comment.
19231
19232 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-util.el (gnus-extract-address-components): Work with address in
19235         which the name portion contains @.
19236
19237         * lpath.el: Fbind custom-autoload.
19238
19239 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19240
19241         * gnus.el (gnus-start): Move custom group up.
19242         (gnus-select-method): Don't autoload, but make it available for
19243         `customize-variable'.
19244         (gnus-getenv-nntpserver): Don't autoload.
19245
19246 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19247
19248         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19249
19250 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * message.el (message-sendmail-extra-arguments): New variable.
19253         (message-send-mail-with-sendmail): Use it.
19254
19255 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19258         mm-with-unibyte-current-buffer to make string unibyte.
19259
19260         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19261         mm-string-as-multibyte.
19262
19263 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19264
19265         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19266         Reported by Werner Koch <wk@gnupg.org>.
19267
19268 2006-11-14  Daiki Ueno  <ueno@p360>
19269
19270         * mml2015.el: Autoload epa-select-keys when compiling.
19271
19272 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19273
19274         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19275         message-options.
19276         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19277
19278 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19279
19280         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19281         EasyPG (< 0.0.6).
19282         (mml2015-always-trust): New user option.
19283         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19284         prompt.
19285
19286 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * nntp.el (nntp-authinfo-force): New variable.
19289         (nntp-send-authinfo): Use it.
19290
19291 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19294         decode encoded words.  Improve prompt.  Add comment about forwarding.
19295         (message-replacement-char): Move up.
19296
19297 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19298
19299         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19300         instead of gnus-intersection because arguments of gnus-sorted-nunion
19301         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19302
19303 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19306         (message-simplify-subject-functions):
19307         Enable message-strip-subject-encoded-words by default.
19308
19309 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * message.el (message-strip-subject-encoded-words): New function.
19312         (message-simplify-subject-functions): New variable.
19313         (message-simplify-subject): Use it.  Fix typo in doc string.
19314         Support message-strip-subject-encoded-words.
19315
19316 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19317
19318         * gnus-diary.el (gnus-diary-delay-format-function):
19319         * nndiary.el (nndiary-reminders):
19320         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19321
19322 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19323
19324         * gnus-art.el (article-hide-boring-headers): Fetch date from
19325         gnus-original-article-buffer to avoid problems with localized date
19326         strings.
19327
19328 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19331
19332 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19333
19334         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19335         New variables.
19336         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19337         (mm-charset-synonym-alist): Move some entries to
19338         mm-codepage-iso-8859-list.
19339         (mm-charset-synonym-alist, mm-charset-override-alist):
19340         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19341
19342 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19345
19346 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19347
19348         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19349         with Emacs 21 and XEmacs.
19350
19351 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19352
19353         * spam.el (spam-parse-address): New function for better parsing,
19354         catching errors, etc.
19355         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19356
19357 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * mm-view.el: Add interactive arg to html2text autoload.
19360
19361 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19362
19363         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19364
19365 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19366
19367         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19368         New variables.
19369         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19370         (mm-charset-synonym-alist): Move some entries to
19371         mm-codepage-iso-8859-list.
19372
19373         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19374
19375 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * message.el (message-citation-line-format)
19378         (message-insert-formated-citation-line): Fix implementation of %E, %N
19379         and %n according to the doc string.
19380
19381 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19382
19383         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19384         Use car-safe to avoid bad parses.
19385
19386 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19387
19388         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19389         names.
19390
19391         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19392
19393 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19396         header.
19397
19398         * message.el (message-draft-headers): Add Date.
19399         (message-headers-to-generate): Fix typo in docstring.
19400
19401         * nndraft.el (nndraft-required-headers): New variable.
19402         (nndraft-generate-headers): Use it.
19403
19404         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19405
19406 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19407
19408         * gnus-registry.el (gnus-registry-wash-for-keywords)
19409         (gnus-registry-find-keywords): New functions to allow easy searching of
19410         articles that are in the registry.
19411
19412 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19413
19414         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19415         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19416         Reported by Damien Elmes <damien@repose.cx>.
19417
19418 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19419
19420         * gnus.el (gnus-mime): Remove unused custom group.
19421
19422 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19423
19424         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19425         "blank line" when searching for end of armor headers.
19426
19427 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19428
19429         * gmm-utils.el (gmm-write-region): Fix variable name.
19430
19431 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19432
19433         * gmm-utils.el (gmm-write-region): New function based on compatibility
19434         code from `mm-make-temp-file'.
19435
19436         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19437
19438         * nnmaildir.el (nnmaildir--update-nov)
19439         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19440         Use `gmm-write-region'.
19441
19442 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19443
19444         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19445         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19446
19447         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19448
19449         * message.el (message-replacement-char): New variable.
19450         (message-fix-before-sending): Use it.
19451         (message-simplify-subject): New function to remove duplicate code.
19452         (message-reply, message-followup): Use it.
19453
19454         * gnus-sum.el (gnus-summary-make-menu-bar):
19455         Clarify gnus-summary-limit-to-articles.
19456
19457 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gnus-util.el (gnus-with-local-quit): New macro.
19460
19461         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19462
19463 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19464
19465         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19466         ignore non-string data.
19467
19468 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19469
19470         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19471         non-string data (needs to be done in the registry too).
19472
19473 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19474
19475         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19476         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19477         (gnus-registry-split-fancy-with-parent)
19478         (gnus-registry-fetch-simplified-message-subject-fast)
19479         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19480         Remove text properties on ingress into the registry and when it's saved.
19481         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19482         registry from entries with no groups.
19483
19484 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19485
19486         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19487         function to remove string properties.
19488
19489 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19490
19491         * gmm-utils.el (gmm): Adjust custom version.
19492
19493         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19494         Adjust custom version.
19495
19496         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19497
19498 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19499
19500         * gnus-art.el (gnus-insert-prev-page-button)
19501         (gnus-insert-next-page-button): Simplify.  Reformat.
19502
19503 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19504
19505         * gnus-art.el (gnus-insert-prev-page-button)
19506         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19507
19508 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19509
19510         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19511
19512 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19513
19514         * gnus-art.el (gnus-insert-mime-button)
19515         (gnus-insert-mime-security-button):
19516         Apply gnus-article-button-face to MIME and security buttons.
19517
19518 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19519
19520         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19521         readable.
19522
19523 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19526
19527 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19528
19529         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19530         `browse-url-of-file' instead of `browse-url'.
19531
19532 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19533
19534         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19535         regexp.  Articles containing quotation were cut prematurely.
19536
19537 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19538
19539         * message.el (message-cite-original-1): Use nobody by default for the
19540         value of From header.
19541         (message-reply): Ditto.
19542
19543 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19544
19545         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19546         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19547         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19548
19549 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19552         mails in the doc string.  Add some URLs in comment.
19553         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19554
19555 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19558         backslashes handling and the way to find boundaries of quoted strings.
19559
19560 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19561
19562         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19563         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19564         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19565         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19566
19567 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19568
19569         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19570         doc string.
19571         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19572
19573 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * lpath.el: Fbind epg-check-configuration.
19576
19577 2006-09-06  Simon Josefsson  <jas@extundo.com>
19578
19579         * mml2015.el (mml2015-use): Doc fix, mention epg.
19580
19581 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19582
19583         * mml2015.el (mml2015-use): Default to epg, if available.
19584
19585 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19586
19587         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19588         message-sender.
19589         (mml1991-epg-encrypt): Ditto.
19590         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19591         message-sender.
19592         (mml2015-epg-encrypt): Ditto.
19593
19594 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19595
19596         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19597         several common directories.
19598
19599 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19600
19601         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19602         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19603
19604 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-art.el (article-decode-encoded-words): Make it fast.
19607
19608 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19611
19612         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19613         in quoted string into `\'.
19614
19615 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19618         Use standard-syntax-table.
19619
19620 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * gnus-art.el (gnus-decode-address-function): New variable.
19623         (article-decode-encoded-words): Use it to decode headers which are
19624         assumed to contain addresses.
19625         (gnus-mime-delete-part): Remove useless `or'.
19626
19627         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19628         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19629         (gnus-nov-parse-line): Use it to decode From header.
19630         (gnus-get-newsgroup-headers): Ditto.
19631         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19632
19633         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19634         (mail-decode-encoded-address-string): New alias.
19635
19636         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19637         New function.
19638         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19639         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19640         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19641         (rfc2047-decode-string): Ditto.
19642         (rfc2047-decode-address-region): New function.
19643         (rfc2047-decode-address-string): New function.
19644
19645 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19646
19647         * message.el (message-caesar-buffer-body): Allow rotating headers.
19648
19649         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19650
19651         * message.el (message-insert-formated-citation-line): Fix %f.
19652         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19653
19654 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19657         (gnus-bookmark-mouse-available-p): New macro.
19658         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19659         (gnus-bookmark-bmenu-show-infos): Use it.
19660         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19661         (gnus-bookmark-bmenu-hide-infos): Ditto.
19662         (gnus-bookmark-remove-properties): New function.
19663         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19664         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19665         (gnus-bookmark-write-file): Bind coding-system-for-write.
19666         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19667         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19668         group before selecting it.
19669         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19670         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19671         quit-window if it is not available; use gnus-mouse-2 and bind it to
19672         gnus-bookmark-bmenu-select-by-mouse.
19673         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19674         (gnus-bookmark-bmenu-select-by-mouse): New function.
19675
19676 2006-08-13  Romain Francoise  <romain@orebokech.com>
19677
19678         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19679         space.
19680
19681 2006-08-10  Romain Francoise  <romain@orebokech.com>
19682
19683         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19684         (dns-mode-soa-auto-increment-serial): New user option.
19685         (dns-mode-soa-maybe-increment-serial): New function.
19686         (dns-mode): Add the latter to `write-contents-functions'.
19687
19688 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * compface.el (uncompface): Use binary rather than raw-text-unix.
19691
19692 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * compface.el (uncompface): Make sure the eol conversion doesn't take
19695         place when communicating with the external programs.
19696         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19697
19698 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19701
19702 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19703
19704         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19705         Make it more robust by parsing author and date independently.
19706
19707 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19710
19711 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19712
19713         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19714         first matching secret key.
19715         (mml2015-epg-encrypt): Ditto.
19716
19717         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19718         first matching secret key.
19719         (mml1991-epg-encrypt): Ditto.
19720
19721         * mml2015.el (mml2015-encrypt-to-self): New user option.
19722         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19723         mml2015-epg-encrypt-to-self is set.
19724
19725         * mml1991.el (mml1991-encrypt-to-self): New variable.
19726         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19727         mml1991-epg-encrypt-to-self is set.
19728
19729         * mml2015.el (mml2015-signers): New user option.
19730         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19731         (mml2015-epg-encrypt): Allow to select signing keys.
19732
19733         * mml1991.el (mml1991-signers): New variable.
19734         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19735         (mml1991-epg-encrypt): Allow to select signing keys.
19736
19737 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * nnheader.el (nnheader-insert-head): Make it work even if the file
19740         uses CRLF for the line-break code.
19741
19742 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19743
19744         * mml2015.el: Require mml-sec instead of password.
19745         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19746         (mml2015-cache-passphrase): Inherit the default value from
19747         mml-secure-cache-passphrase.
19748         (mml2015-passphrase-cache-expiry): Inherit the default value from
19749         mml-secure-passphrase-cache-expiry.
19750
19751         * mml1991.el: Require mml-sec instead of password.
19752         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19753         (mml1991-cache-passphrase): Inherit the default value from
19754         mml-secure-cache-passphrase.
19755         (mml1991-passphrase-cache-expiry): Inherit the default value from
19756         mml-secure-passphrase-cache-expiry.
19757
19758         * mml-sec.el: Require password.
19759         (mml-secure-verbose): New user option.
19760         (mml-secure-cache-passphrase): New user option.
19761         (mml-secure-passphrase-cache-expiry): New user option.
19762
19763 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19764             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19765
19766         * pgg-def.el (pgg-truncate-key-identifier):
19767         Truncate the key ID to 8 letters from the end.
19768
19769 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19770
19771         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19772         workaround for the url package included with Emacs.
19773
19774         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19775
19776 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19779         correctly.  This fixes a bug caused by the 2006-05-12 change.
19780
19781 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19782
19783         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19784         some information about the error when saying that the `bogus' mail
19785         group will be used.
19786
19787 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19788
19789         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19790         string.
19791
19792 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19793
19794         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19795
19796 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19797
19798         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19799
19800 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19801
19802         * mml1991.el (mml1991-function-alist): Add epg.
19803         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19804         (mml1991-epg-encrypt): New functions.
19805
19806 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19807
19808         * mml2015.el (mml2015-verbose): New variable.
19809         (mml2015-cache-passphrase): Ditto.
19810         (mml2015-passphrase-cache-expiry): Ditto.
19811         (mml2015-function-alist): Add epg.
19812         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19813         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19814         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19815         New functions.
19816
19817 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19818
19819         * message.el (message-cite-original-1): Preserve region when removing
19820         quoted text due to X-No-Archive in order to avoid bogus attribution
19821         when citing multiple messages.
19822
19823 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19824
19825         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19826         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19827
19828 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19829
19830         * gnus-diary.el (gnus-user-format-function-d)
19831         (gnus-user-format-function-D): Autoload.
19832
19833         * imap.el (Commentary): Fix typo.
19834
19835         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19836         2006-04-22 contribution.
19837
19838 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19839
19840         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19841         It didn't really fix the bogosity I'm seeing with solid web groups.
19842
19843 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19844
19845         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19846         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19847         created using server names.  If we use the feature without declaring
19848         it, Gnus does not properly manage server and group state.
19849
19850         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19851         bound.
19852
19853 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19854
19855         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19856         looking up the method using GROUP's prefix before inventing a new one.
19857         It is used on killed/unknown groups in various places where returning
19858         an all-new method isn't expected by the caller.
19859
19860         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19861         and match semantics of gnus-group-real-prefix.
19862
19863 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19864
19865         * nnmail.el (nnmail-broken-references-mailers): New variable.
19866         (nnmail-ignore-broken-references): New function generalizing
19867         nnmail-fix-eudora-headers.
19868         (nnmail-fix-eudora-headers): Now obsolete.
19869
19870         * gnus-art.el (gnus-button-handle-custom):
19871         Support `customize-apropos*'.
19872
19873 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19874
19875         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19876
19877         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19878         articles.
19879
19880 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19881
19882         * message.el (message-cite-reply-above): New variable.
19883         (message-yank-original): Use it.
19884
19885 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19888
19889 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19890
19891         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19892         as read.
19893
19894         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19895
19896 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19897
19898         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19899         (gnus-bookmark-default-file): Use gnus-directory.
19900         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19901         Remove "*" in doc string.
19902         (gnus-bookmark-write-file): Simplify.
19903         (gnus-bookmark-maybe-sort-alist): Use `when'.
19904         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19905         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19906         Add FIXME about Emacs 21 and XEmacs compatibility.
19907         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19908         compatibility.
19909         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19910         compatibility.
19911         (gnus-bookmark-menu-heading): Fix version.
19912
19913 2006-06-19  Bastien Guerry  <bzg@altern.org>
19914
19915         * gnus-bookmark.el: New file.
19916
19917 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * message.el (message-syntax-checks): Doc fix.
19920
19921 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19922
19923         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19924         unsubscribed groups as if they were killed ones.  It causes duplicate
19925         entries in gnus-newsrc-alist.
19926
19927 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * message.el (message-syntax-checks): Doc fix.
19930         (message-send-mail): Add check for continuation headers.
19931         (message-check-news-header-syntax): Fix regexp used to check for
19932         continuation headers.
19933
19934 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19937
19938 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19939
19940         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19941
19942 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19945         default-truncate-lines.
19946
19947 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19950         to fill the utf-8 entry.
19951
19952         * lpath.el: Fbind unicode-precedence-list.
19953
19954 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19955
19956         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19957
19958 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19959
19960         * gnus-agent.el (directory-files-and-attributes): Move all the way
19961         forward (the third and final move).
19962         (gnus-agent-read-agentview): Trap reconstruction errors due to
19963         nonexistent directory.  Handle by returning nil.
19964
19965 2006-05-30  Didier Verna  <didier@xemacs.org>
19966
19967         * message.el (message-dont-reply-to-names): Update the custom type.
19968         * message.el (message-dont-reply-to-names): New defsubst: potentially
19969         convert a list of regexps into a single one.
19970         * message.el (message-get-reply-headers): Use it.
19971         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19972
19973 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19974
19975         * gnus-agent.el (directory-files-and-attributes): Move forward.
19976
19977 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19978
19979         * gnus-ml.el (gnus-mailing-list-subscribe)
19980         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19981         (gnus-mailing-list-message): Fix doc strings.
19982
19983 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19984
19985         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19986         of doing it manually.
19987
19988 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19991         comment.
19992
19993 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19994
19995         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19996         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19997         (gnus-agent-read-local): All symbols allocated in my-obarray.
19998         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19999         (gnus-agent-regenerate-group): Check numeric names to see if they are
20000         messages or groups.
20001         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
20002         better way of do this...)
20003
20004         * gnus-cache.el (gnus-agent-total-fetched-for):
20005         Ignore 'dummy.group' (there should be a better way of do this...)
20006
20007 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
20010         (gnus-saved-headers): Ditto.
20011         (gnus-default-article-saver): Mention functions may have properties.
20012         (gnus-article-save): Override gnus-save-all-headers and
20013         gnus-saved-headers by :headers property which saver function may have.
20014         (gnus-summary-save-in-file): Add :headers property.
20015         (gnus-summary-write-to-file): Ditto.
20016
20017         * gnus-sum.el (gnus-summary-save-article): Bind
20018         gnus-prompt-before-saving to t when saving many articles in a file;
20019         always show all headers.
20020
20021         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
20022
20023 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
20024
20025         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
20026         marks.
20027
20028         * message.el (message-indent-citation): Add optional arguments to allow
20029         using it outside of message buffers.
20030
20031         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
20032         (gnus-article-treat-unfold-headers): Use it.
20033         (gnus-article-truncate-lines): New variable.
20034         (gnus-article-mode): Use it.
20035         (gnus-article-toggle-truncate-lines): New function.
20036
20037         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20038         Add gnus-article-toggle-truncate-lines.
20039
20040         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
20041         coding system in XEmacs, use binary.
20042
20043 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
20046         after-load-alist.
20047
20048         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
20049         this function should save decoded articles.
20050         (gnus-summary-write-to-file): Use property to specify this function
20051         should save decoded articles and specify gnus-summary-save-in-file
20052         should be used to save articles other than the first one when saving
20053         many articles.
20054         (gnus-summary-save-body-in-file): Use property to specify this
20055         function should save decoded articles.
20056         (gnus-summary-write-body-to-file): Use property to specify this
20057         function should save decoded articles and specify
20058         gnus-summary-save-body-in-file should be used to save articles other
20059         than the first one when saving many articles.
20060
20061         * gnus-sum.el (gnus-summary-save-article): Simplify.
20062
20063 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * gnus-art.el (gnus-default-article-saver):
20066         Add gnus-summary-write-body-to-file.
20067         (gnus-article-save-coding-system): Don't use coding system object
20068         in XEmacs.
20069         (gnus-read-save-file-name): Add optional `dir-var' argument which
20070         specifies directory in which files are saved; work even if optional
20071         `variable' argument is not specified.
20072         (gnus-summary-write-to-file): Read file name.
20073         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20074         (gnus-summary-write-body-to-file): New function.
20075
20076         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20077         (gnus-summary-local-variables): Add it.
20078         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20079         (gnus-summary-save-article): Remove optional `decode' argument;
20080         determine whether to decode articles by the value of
20081         gnus-default-article-saver; when saving many files using
20082         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20083         it first and use gnus-summary-save-in-file or
20084         gnus-summary-save-body-in-file thereafter unless
20085         gnus-prompt-before-saving is always; move point to article which
20086         will be saved.
20087         (gnus-summary-save-article-file): Revert.
20088         (gnus-summary-write-article-file): Revert.
20089         (gnus-summary-save-article-body-file): Revert.
20090         (gnus-summary-write-article-body-file): New function.
20091
20092 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * gnus-art.el (gnus-default-article-saver): Doc fix.
20095         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20096         from gnus-summary-save-article-coding-system, and default to a
20097         certain coding system.
20098         (gnus-output-to-file): Add coding cookie and encode text according
20099         to gnus-article-save-coding-system; don't use mm-append-to-file.
20100
20101         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20102         gnus-art.el and rename to gnus-article-save-coding-system.
20103         (gnus-summary-save-article): Require gnus-art; don't show all
20104         headers if it decodes articles; don't add coding cookie here;
20105         don't bind mm-text-coding-system-for-write.
20106         (gnus-summary-save-article-file): Save decoded articles.
20107         (gnus-summary-write-article-file): When saving many files, use
20108         gnus-summary-write-to-file first and gnus-summary-save-in-file
20109         thereafter unless gnus-prompt-before-saving is always.
20110         (gnus-summary-save-article-body-file): Save decoded articles.
20111
20112         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20113
20114 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20115
20116         * nnrss.el (nnrss-check-group): Bind hash-index.
20117
20118 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20119
20120         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20121         its hash index.  Store this hash in `nnrss-group-data'.
20122         (nnrss-read-group-data): Update accordingly.
20123
20124 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20125
20126         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20127         entry.
20128
20129         * gnus-sum.el (gnus-summary-make-menu-bar):
20130         Add gnus-article-browse-html-article.
20131
20132 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20133
20134         * gnus-sum.el (gnus-summary-mime-map):
20135         Add gnus-article-browse-html-article.
20136
20137         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20138
20139 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20140
20141         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20142         suitable coding systems in customize.
20143
20144 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20145
20146         * mail-source.el (mail-sources): Fix custom type.
20147
20148 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20149
20150         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20151         (gnus-summary-expire-articles-now): Shorten prompt.
20152
20153         * gmm-utils.el (wid-edit): Require.
20154         (defun-gmm): Rename from `gmm-defun-compat'.
20155         (gmm-image-search-load-path): Use it.
20156         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20157
20158 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * gnus-sum.el (gnus-summary-save-article-coding-system):
20161         New variable.
20162         (gnus-summary-save-article): Add optional `decode' argument.
20163         If it is set and gnus-summary-save-article-coding-system is non-nil,
20164         save decoded article.
20165         (gnus-summary-write-article-file): Save decoded article if
20166         gnus-summary-save-article-coding-system is non-nil.
20167
20168         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20169         type.
20170
20171 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20174
20175 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20178         first to test gnus-single-article-buffer which may be buffer-local.
20179
20180         * gnus-sum.el (gnus-summary-setup-buffer):
20181         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20182         group; make gnus-article-buffer, gnus-article-current, and
20183         gnus-original-article-buffer always buffer-local.
20184         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20185         group.
20186         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20187
20188 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20189
20190         * nnml.el (nnml-request-compact-group): Compressed files might not
20191         have .gz extension.
20192
20193 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20194
20195         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20196         (mm-copy-to-buffer): Use with-current-buffer.
20197         (mm-display-part): Simplify.
20198         (mm-inlinable-p): Add optional arg `type'.
20199
20200 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20201
20202         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20203         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20204         Try harder to show the attachment internally or externally using
20205         gnus-mime-view-part-as-type.
20206
20207 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20208
20209         * message.el (message-from-style, message-signature-separator)
20210         (message-user-organization-file, message-send-mail-function)
20211         (message-citation-line-function, message-yank-prefix)
20212         (message-indent-citation-function, message-signature)
20213         (message-signature-file, message-signature-insert-empty-line):
20214         Remove autoloads.
20215
20216         * gnus-art.el (gnus-buttonized-mime-types):
20217         Remove "multipart/signed".  Revert 2006-04-26 change.
20218
20219 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20220
20221         * gnus.el (gnus-version-number): Bump version.
20222
20223 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20224
20225         * gnus.el: No Gnus v0.5 is released.
20226
20227 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20228
20229         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20230         fetching articles by message-id.
20231
20232 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20233
20234         * message.el (hashcash): Require hashcash as normal.
20235
20236         * ecomplete.el (ecomplete-highlight-match-line):
20237         Use point-at-eol.
20238         (ecomplete-highlight-match-line): Use `highlight', because that
20239         face exists in both Emacs and XEmacs.
20240
20241         * message.el (message-display-abbrev): Use point-at-bol.
20242
20243         * mail-source.el: Don't require timer/timer-funcs.
20244
20245         * gnus-async.el: Ditto.
20246
20247         * password.el: Ditto.
20248
20249         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20250
20251         * mm-url.el: Ditto.
20252
20253         * gnus-xmas.el: Don't require timer-funcs.
20254
20255         * mm-util.el: Require timer/timer-funcs.
20256
20257 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20258
20259         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20260         Close.
20261
20262 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20265         unibyte after clear-decrypt function runs.
20266
20267         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20268         returns as a unibyte string.
20269
20270 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * lpath.el: Revert.
20273
20274         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20275         (pgg-gpg-process-sentinel): Revert.
20276
20277         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20278         (pgg-pgp-lookup-key): Revert.
20279
20280         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20281         (pgg-pgp5-lookup-key): Revert.
20282
20283         * pgg.el (pgg-fetch-key): Revert.
20284
20285 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * lpath.el: Fbind string-as-multibyte for XEmacs.
20288
20289         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20290         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20291         (mml1991-pgg-encrypt): Ditto.
20292
20293         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20294         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20295         a multibyte buffer.
20296
20297         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20298         (pgg-pgp-lookup-key): Ditto.
20299
20300         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20301         (pgg-pgp5-lookup-key): Ditto.
20302
20303         * pgg.el (pgg-fetch-key): Ditto.
20304
20305 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20306
20307         * message.el (message-user-organization-file): Check several
20308         locations of the organization file.
20309
20310         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20311         Add gnus-article-view-part-as-type.
20312
20313         * gnus-art.el (gnus-article-view-part-as-type): New function.
20314
20315         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20316         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20317
20318         * mml.el: Simplify autoload.
20319         (mml-mode): defvar dnd-protocol-alist instead of using
20320         symbol-value.
20321         (mml-default-directory): New variable.
20322         (mml-minibuffer-read-file): Use it.
20323         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20324
20325         * message.el (message-citation-line-format): New variable.
20326         (message-insert-formated-citation-line): New function.
20327         (message-citation-line-function):
20328         Add `message-insert-formated-citation-line' to custom type.
20329
20330         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20331         to doc string.
20332
20333         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20334         depending on mm-verify-option.
20335
20336 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20339         binding pgg-* variables; reimplement the section which prevents
20340         MIME header from being signed.
20341         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20342         pgg-text-mode; remove a blank line at the top of body.
20343
20344         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20345         lines at the top of body; use gnus-newsgroup-charset if there's no
20346         Charset header.
20347
20348 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20349
20350         * message.el (message-self-insert-commands): Doc fix.
20351
20352         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20353         (mm-uu-pgp-encrypted-test): Ditto.
20354         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20355         between header and body; return application/pgp-encrypted handle
20356         if decryption failed; decode decrypted body by charset.
20357
20358         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20359         element match to application/pgp-*.
20360
20361 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20362
20363         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20364         HTML.
20365
20366 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20367
20368         * mail-source.el (mail-source-call-script): Message the error
20369         string.
20370
20371 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372
20373         * gnus-util.el (gnus-byte-compile): Use it.
20374
20375 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20376
20377         * gnus-util.el (kill-empty-logs): New function.
20378
20379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20380
20381         * message.el (message-mail-alias-type): Doc fix.
20382         (message-mail-alias-type-p): New function.
20383         (message-send): Use it.
20384         (message-mode): Ditto.
20385         (message-strip-forbidden-properties): Ditto.
20386
20387         * ecomplete.el (ecomplete-database-file-coding-system):
20388         New variable.
20389         (ecomplete-save): Use it.
20390         (ecomplete-setup): Use it.
20391
20392 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20393
20394         * message.el (message-self-insert-commands): New variable.
20395         (message-strip-forbidden-properties): Use it.
20396
20397 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20398
20399         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20400         that doesn't make XEmacs choke.
20401
20402 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20403
20404         * gnus-util.el (gnus-replace-in-string):
20405         Prefer replace-regexp-in-string over of replace-in-string.
20406
20407 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * gnus-util.el (gnus-select-frame-set-input-focus):
20410         Use select-frame-set-input-focus if it is available in XEmacs; use
20411         definition defined in Emacs 22 for old Emacsen.
20412
20413         * dgnushack.el: Autoload unmorse-region for XEmacs.
20414
20415         * lpath.el: Bind cursor-in-non-selected-windows and
20416         select-frame-set-input-focus for XEmacs.
20417
20418 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20421
20422 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20423
20424         * gnus-registry.el (gnus-registry-cache-save): Remove text
20425         properties when saving via the temp buffer.
20426
20427 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20428
20429         * message.el (message-generate-hashcash): Honor custom type.
20430
20431 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20432
20433         * message.el (message-generate-hashcash): Default to non-nil when
20434         hashcash is found.
20435
20436         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20437         (gnus-refer-thread-limit): Increase default to 500.
20438
20439         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20440
20441         * flow-fill.el (fill-flowed): Allow delete-space.
20442
20443 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20444
20445         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20446         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20447         Remove autoloads.
20448
20449 2006-04-18  Simon Josefsson  <jas@extundo.com>
20450
20451         * message.el (message-generate-hashcash): Default to.
20452
20453 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20454
20455         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20456         concatenating segments rather than before concatenating them.
20457
20458 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20459
20460         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20461
20462 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20463
20464         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20465
20466         * message.el (message-forward-make-body-plain):
20467         Allow message-forward-ignored-headers to be a list.
20468         (message-remove-ignored-headers): Factor out into function.
20469         (message-forward-make-body-mml): Use it.
20470
20471         * imap.el (imap-quote-specials): New function.
20472         (imap-login-auth): Quote specials.
20473
20474         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20475         (rfc2231-parse-string): Allow concatanation of parameters that
20476         aren't contiguous.  The test case is
20477           (mail-header-parse-content-type "message/external-body;
20478             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20479             access-type=LOCAL-FILE;
20480             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20481
20482 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20483
20484         * nntp.el (nntp-accept-process-output): Return the value of
20485         `nnheader-accept-process-output'.
20486
20487 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20488
20489         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20490         (gnus-button-alist): Recognize more diff formats.
20491         (gnus-button-patch): Strip directory.
20492
20493 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20494
20495         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20496         Emacs 22 when setting focus.
20497
20498 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20499
20500         * gnus-art.el (gnus-article-treat-types): Do treatment of
20501         text/x-verbatim parts.
20502         (gnus-button-patch): New command.
20503
20504         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20505         addresses that contain invalid characters.
20506
20507 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20508
20509         * message.el (message-put-addresses-in-ecomplete):
20510         Use gnus-replace-in-string.
20511         (message-is-yours-p): Use the more correct
20512         mail-header-parse-address instead of
20513         mail-extract-address-components.
20514         (message-put-addresses-in-ecomplete): Fix typo.
20515
20516         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20517         keystroke.
20518
20519         * gnus-art.el (gnus-treatment-function-alist): Change order of
20520         newsgroups/generic header folding to avoid double-folding.
20521
20522         * message.el (message-hidden-headers): Add X-Draft-From.
20523
20524         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20525         New command.
20526         (gnus-summary-repeat-search-article-backward): New command.
20527
20528         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20529         groups in the parent topic.
20530
20531 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20532
20533         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20534         (spam-extra-header-to-number): Return the CRM114 number as a
20535         number instead of a string.
20536
20537 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20538
20539         * gnus-art.el (gnus-face-properties-alist): Move here from
20540         gnus-fun.
20541
20542         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20543
20544 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20545
20546         * message.el (message-strip-forbidden-properties): Only display on
20547         self-insert-command.
20548
20549         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20550         reindent.
20551         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20552
20553 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20554
20555         * smiley.el (smiley-style): Fix typo.
20556
20557 2006-03-23  Kenichi Handa  <handa@m17n.org>
20558
20559         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20560         instead of set-buffer-multibyte.
20561
20562 2006-03-23  Kenichi Handa  <handa@m17n.org>
20563
20564         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20565         buffer and then decode the buffer text if necessary.
20566         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20567         first, and after mm-encode-body, change the buffer to unibyte.
20568
20569 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20570
20571         * hashcash.el (hashcash-insert-payment-async-2):
20572         Use message-goto-eoh instead of doing it manually.
20573         (mail-add-payment): Use message-narrow-to-header instead of trying
20574         to do the same itself.
20575
20576         * message.el (message-hidden-headers): Add Face.
20577
20578         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20579         reparenting code.
20580         (gnus-summary-reparent-children): Refactored out code.
20581         (gnus-summary-thread-map): New keystroke.
20582         (gnus-summary-reparent-children): Make into command.
20583
20584         * smiley.el (smiley-style): Default to `medium' if using a large
20585         font.
20586
20587         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20588         does it itself.
20589
20590         * message.el (message-point-in-header-p): Simplify definition.
20591
20592 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20593
20594         * nnagent.el (nnagent-request-set-mark): Silence log file
20595         writing.
20596         (nnagent-request-set-mark): Use write-region instead of
20597         append-to-file.
20598
20599         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20600         strange select method.
20601
20602         * ecomplete.el (ecomplete-display-matches): Get highlightling
20603         right.
20604         (ecomplete-display-matches): Use literals.
20605         (ecomplete-display-matches): Disable message logging.
20606
20607         * message.el (message-display-abbrev): Small optimization.
20608
20609         * ecomplete.el (ecomplete-display-matches): Allow automatic
20610         display.
20611
20612         * message.el (message-strip-forbidden-properties):
20613         Display abbrevs.
20614         (message-display-abbrev): Get automatic display right.
20615
20616         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20617         keystrokes.
20618
20619 2006-04-13  Romain Francoise  <romain@orebokech.com>
20620
20621         TODO: Backport to v5-10!
20622
20623         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20624         Move here (and rename) from gnus-registry.el.
20625
20626         * gnus-registry.el: Require gnus-util.
20627         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20628
20629 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20630
20631         * gnus-group.el (gnus-group-catchup-current):
20632         Change if-then-else-if-then-else into cond.
20633         (gnus-group-catchup): Indent.
20634         (group-name-at-point): New function.
20635         (gnus-fetch-group): Provide default from thing at point.
20636
20637 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20638
20639         * message.el (message-display-abbrev): Fix regexp.
20640
20641         * ecomplete.el (ecomplete-highlight-match-line):
20642         Reimplement choosing.
20643         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20644         dead variables.
20645
20646         * message.el (message-newline-and-indent): Remove debugging.
20647         (message-display-abbrev): Use new implementation.
20648
20649 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * gnus-art.el (gnus-article-mode):
20652         Set cursor-in-non-selected-windows to nil.
20653
20654         * smiley.el: Revert previous change.
20655         (smiley-data-directory): defvar it before using it in the
20656         defcustom of `smiley-style'.
20657
20658 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20659
20660         * message.el (message-newline-and-indent): New function.
20661
20662         * ecomplete.el: Implement more bits.
20663
20664         * message.el (message-put-addresses-in-ecomplete): Clean up the
20665         string.
20666
20667         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20668
20669         * gnus-sum.el (gnus-summary-save-parts):
20670         Bind gnus-summary-save-parts-counter and use it to make unique file
20671         names.
20672
20673         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20674
20675         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20676         parameter to say whether to actually parse the individual
20677         addresses.
20678
20679         * message.el (message-put-addresses-in-ecomplete): New function.
20680         (ecomplete): Require.
20681         (message-mail-alias-type): Add ecomplete as an option.
20682
20683 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20684
20685         * flow-fill.el (fill-flowed): Remove trailing space from blank
20686         quoted lines.
20687
20688 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20689
20690         * smiley.el (smiley-style): Move definition later to avoid a
20691         compilation warning.
20692
20693 2006-04-12  Kenichi Handa  <handa@m17n.org>
20694
20695         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20696         buffer and then decode the buffer text if necessary.
20697         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20698         first, and after mm-encode-body, change the buffer to unibyte.
20699         Use mm-disable-multibyte instead of set-buffer-multibyte.
20700
20701 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20704         Content-Type header instead of Content-Disposition header.
20705         (gnus-mime-inline-part): Ditto.
20706         (gnus-mime-view-part-as-charset): Ignore charset that the part
20707         specifies.
20708
20709         * mm-decode.el (mm-display-part): Work with external parts and
20710         usual parts similarly.
20711
20712         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20713         instead of gnus-display-mime.
20714
20715         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20716         instead of with-temp-buffer.
20717
20718         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20719         tag to summarized topics part in order to encode non-ASCII text.
20720
20721 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20722
20723         * smiley.el (smiley-style): New variable.
20724         (smiley-directory): New function.
20725         (smiley-data-directory): Derive from `smiley-style' using
20726         `smiley-directory'.
20727         (smiley-regexp-alist): Add new entries.
20728
20729         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20730         (gnus-article-browse-delete-temp): Add :version.
20731
20732 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20733
20734         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20735         the sieve region.
20736
20737 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20738
20739         * gnus.el (gnus-version-number): Bump version.
20740
20741 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20742
20743         * gnus.el: No Gnus v0.4 is released.
20744
20745 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20746
20747         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20748         layout.
20749
20750         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20751         unknown charset.
20752
20753         * message.el (message-header-synonyms): Add Original-To to the
20754         default.
20755
20756         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20757         optional parameter.
20758
20759 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20760
20761         * gnus-fun.el (gnus): Require it for gnus-directory.
20762
20763 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20764
20765         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20766
20767 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20768
20769         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20770
20771 2006-04-05  Simon Josefsson  <jas@extundo.com>
20772
20773         * password.el (password-reset): New function.
20774
20775 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20776
20777         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20778         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20779
20780 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20781
20782         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20783         Some whitespace was matched into the url, which broke browsing hits
20784         > 100 when mm-url-use-external was nil.
20785
20786 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20787
20788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20789         Check gnus-extra-headers for 'Newsgroups.
20790
20791         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20792         bound.
20793
20794 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20795
20796         * pgg-gpg.el: Clean up process buffers every time gpg processes
20797         complete.
20798
20799 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20800
20801         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20802         doc string.
20803
20804 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20805
20806         * pgg-gpg.el (pgg-gpg-process-filter)
20807         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20808
20809         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20810         lines, temporary fix.
20811
20812 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20815
20816 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20817
20818         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20819         default-enable-multibyte-characters.  This reverts the change from
20820         revision 6.17 which is no longer necessary because the passphrase
20821         is sent separately now.  GnuPG messages are unreadable under
20822         multibyte locales with default-enable-multibyte-characters set to
20823         nil.
20824
20825 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20826
20827         * message.el (message-tool-bar-gnome): Move "spell".
20828
20829 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20830
20831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20832         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20833         instead.
20834
20835 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20836
20837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20838         Improve newsgroups handling for NNTP overviews which don't include
20839         Newsgroups.
20840
20841 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20842
20843         * message.el (message-resend): Bind message-generate-hashcash to nil.
20844
20845 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20846
20847         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20848         when searching for already-paid recipients.
20849
20850 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20851
20852         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20853         passphrases when it is not needed.
20854         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20855         passphrase stuff from gpg, should only be necessary when you use
20856         gpg with a smartcard.
20857
20858 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * mml.el (mml-insert-mime): Ignore cached contents of
20861         message/external-body part.
20862
20863         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20864         (mm-insert-part): Ditto.
20865
20866 2006-03-23  Simon Josefsson  <jas@extundo.com>
20867
20868         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20869         Reiner.
20870         (pgg-gpg-use-agent-p): Use it again.
20871
20872 2006-03-23  Simon Josefsson  <jas@extundo.com>
20873
20874         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20875         older emacsen.
20876         (pgg-gpg-use-agent-p): Don't use it.
20877
20878 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20879
20880         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20881         if we can.
20882
20883 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20884
20885         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20886         (pgg-gpg-update-agent): New function.
20887         (pgg-gpg-use-agent-p): New function.
20888         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20889         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20890         (pgg-gpg-sign-region): Use it.
20891
20892 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20895         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20896
20897 2006-03-21  Simon Josefsson  <jas@extundo.com>
20898
20899         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20900         <wilde@sha-bang.de>.
20901         (pgg-gpg-use-agent): New variable.
20902         (pgg-gpg-process-region): Use it.
20903         (pgg-gpg-encrypt-region): Likewise.
20904         (pgg-gpg-encrypt-symmetric-region): Likewise.
20905         (pgg-gpg-decrypt-region): Likewise.
20906         (pgg-gpg-sign-region): Likewise.
20907         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20908
20909 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20912
20913         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20914         Add comment on version.
20915
20916 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20917
20918         * smiley.el: Add missing test smiley.
20919
20920 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * mm-decode.el (mm-with-part): New macro.
20923         (mm-get-part): Use it; work with message/external-body as well.
20924         (mm-save-part): Treat name and filename equally.
20925
20926         * mm-extern.el (mm-extern-cache-contents): New function.
20927         (mm-inline-external-body): Use it; force the part to be displayed;
20928         move undisplayer added to the cached handle to the parent.
20929
20930         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20931         (gnus-mime-view-part-as-type): Work with message/external-body.
20932
20933         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20934
20935 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20936
20937         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20938         images in image-load-path.  [Sync with image.el, revision 1.60, in
20939         Emacs.]
20940
20941 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20942
20943         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20944         path rather than symbol.  Always return list of directories.
20945         Guarantee that image directory comes first.  [Sync with image.el,
20946         revision 1.59, in Emacs.]
20947
20948         * message.el (message-make-tool-bar): Adjust to new API of
20949         `gmm-image-load-path-for-library'.
20950
20951         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20952
20953         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20954
20955 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20956
20957         * gnus-art.el (gnus-article-only-boring-p):
20958         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20959         intangible text.
20960         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20961
20962 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20963
20964         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20965         Use `defun' instead of `gmm-defun-compat'.
20966
20967 2006-03-14  Simon Josefsson  <jas@extundo.com>
20968
20969         * message.el (message-unique-id): Don't use message-number-base36
20970         if (user-uid) is a float.
20971         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20972
20973 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20976
20977         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20978         empty line between a part and a message part.
20979
20980 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20981
20982         * smiley.el: Add more test smileys.
20983         (smiley-data-directory, smiley-regexp-alist)
20984         (gnus-smiley-file-types): Fix doc strings.
20985         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20986         adding new elements.
20987         (smiley-mouse-map): Unused code.  Make it a comment.
20988
20989 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20992         scan latest NoCeM messages instead of old ones.
20993         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20994         delimiters that are recently used.
20995         (gnus-nocem-load-cache): Add autoload cookie.
20996
20997         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20998
20999         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
21000         level which is larger than gnus-use-nocem is specified.
21001
21002         * gnus-group.el (gnus-group-get-new-news): Ditto.
21003
21004 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
21005
21006         * gnus-util.el (gnus-tool-bar-update): New function.
21007
21008         * gnus-group.el (gnus-group-update-tool-bar): New variable.
21009         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
21010
21011         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
21012
21013         * gnus-group.el (gnus-group-redraw-when-idle)
21014         (gnus-group-redraw-check): Remove.
21015         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
21016
21017 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21018
21019         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
21020         if optional last element is specified in splits (FIELD VALUE...).
21021
21022 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
21023
21024         * message.el (message-make-tool-bar): Rename gmm-image-load-path
21025         to gmm-image-load-path-for-library.  Call with no-error argument.
21026         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
21027
21028         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21029
21030         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
21031
21032         * gmm-utils.el (gmm-image-load-path): Remove alias.
21033
21034 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
21035
21036         * gmm-utils.el (gmm-image-load-path): Add alias.
21037
21038         * nnml.el (nnml-generate-nov-databases-directory): Rename from
21039         nnml-generate-nov-databases-1.
21040         (nnml-generate-nov-databases): Use it.
21041         (nnml-generate-nov-databases-directory): Document no-active
21042         argument.
21043
21044         * gmm-utils.el (gmm-image-load-path-for-library): Return single
21045         directory if path is t.  Add no-error.
21046
21047         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
21048         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21049
21050         * gnus-art.el (gnus-article-browse-delete-temp-files):
21051         Simplify resetting gnus-article-browse-html-temp-list.
21052
21053         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
21054         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
21055         Add example to docstring.  Rename local variables.  Move error
21056         checks to default case in cond and simplify.
21057
21058 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
21061         handle is multipart when calling it recursively.
21062         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21063
21064 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21065
21066         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21067         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21068
21069 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21072         is loaded.
21073
21074         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21075         loaded.
21076
21077 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21078
21079         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21080         to "Emacs 23 (unicode)" in doc string.
21081
21082         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21083         "Emacs 23 (unicode)" in comment.
21084
21085 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21088
21089         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21090         characters 160 through 255 in Emacs 23.
21091
21092 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21093
21094         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21095         gnus-article-browse-html-temp.
21096         (gnus-article-browse-delete-temp): Make it customizable.
21097         Add `file'.  Adjust doc string.
21098         (gnus-article-browse-delete-temp-files): Add argument.
21099         Allow query for each file.  Adjust doc string.
21100         (gnus-article-browse-html-parts):
21101         Add `gnus-article-browse-delete-temp-files' to
21102         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21103
21104 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21105
21106         * gnus-art.el (gnus-article-browse-html-temp)
21107         (gnus-article-browse-delete-temp): New variables.
21108         (gnus-article-browse-delete-temp-files): New function.
21109         (gnus-article-browse-html-parts): Use it.
21110
21111 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21112
21113         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21114
21115         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21116         string.
21117
21118         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21119         gnus-summary-insert-new-articles when unplugged.
21120         Remove gnus-summary-search-article-forward.
21121
21122         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21123         display-visual-class instead of display-color-cells.
21124
21125 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * dgnushack.el: Autoload customize-group for XEmacs.
21128
21129         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21130         message/* containing non-ASCII text properly.
21131
21132 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21133
21134         * message.el: Require gmm-utils, remove autoloads.
21135         (message-tool-bar): Set default based on
21136         gmm-tool-bar-style.
21137         (message-tool-bar-gnome): Add gmm-customize-mode.
21138
21139         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21140         gmm-tool-bar-style.
21141         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21142
21143         * gnus-group.el (gnus-group-tool-bar): Set default based on
21144         gmm-tool-bar-style.
21145         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21146
21147         * gmm-utils.el (gmm-image-directory): Rename variable from
21148         gmm-image-load-path.
21149         (gmm-image-load-path): Use gmm-image-directory.
21150         (gmm-customize-mode): New function.
21151         (gmm-tool-bar-style): New variable.
21152
21153         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21154         gnus-group-redraw-line-number.
21155         (gnus-group-redraw-check): Simplify.
21156         (gnus-group-tool-bar-update): Remove redraw check.
21157         (gnus-group-make-tool-bar): Add redraw check.
21158
21159 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21160
21161         * gnus-art.el (gnus-button): Add missing parentheses.
21162
21163 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * lpath.el: Fbind line-number-at-pos.
21166
21167 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21168
21169         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21170
21171 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21172
21173         * gnus-art.el (gnus-button): New face.
21174         (gnus-article-button-face): Use it.
21175
21176         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21177         Add gnus-summary-next-page.  Re-order.
21178
21179         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21180         next-node are now included.
21181         (gnus-group-redraw-line-number): New internal variable.
21182         (gnus-group-redraw-check): Helper function for updating the tool
21183         bar.
21184         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21185
21186         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21187
21188         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21189         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21190         Use it to match format of Spamassassin 3.0 and later.
21191         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21192         (spam-check-bogofilter)
21193         (spam-bogofilter-register-with-bogofilter): Fix args of
21194         `gnus-error' calls.
21195
21196 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21197
21198         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21199         unnecessary interaction when sending queued mails.
21200         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21201
21202 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21203
21204         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21205         first or last are nil.
21206
21207 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21208
21209         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21210
21211 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21212
21213         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21214
21215 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21216
21217         * dns.el (query-dns): Protect more against buggy tcp output.
21218
21219 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21222         nov.php.
21223
21224 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21225
21226         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21227         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21228         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21229         output on the server side.
21230         (nnweb-google-create-mapping): Update regexps and add some
21231         progress indication.
21232
21233 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21234
21235         * gnus-group.el (gnus-group-tool-bar-gnome):
21236         Fix gnus-agent-toggle-plugged.  Re-order icons.
21237         (gnus-group-tool-bar-gnome):
21238         Add gnus-group-{prev,next}-unread-group.
21239         (gnus-group-tool-bar-gnome): Re-order icons.
21240
21241         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21242         Move gnus-summary-insert-new-articles.
21243
21244         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21245         Fix comments.
21246
21247         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21248         also available in Emacs 21.3.
21249
21250         * message.el (message-fix-before-sending): Change "Emacs 22" to
21251         "Emacs 23 (unicode)" in comment.
21252
21253         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21254         "Emacs 23 (unicode)" in comment.
21255
21256         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21257         comment.
21258         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21259
21260         * mm-view.el (mm-fill-flowed): Add :version.
21261
21262 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21265         and load-path.
21266
21267 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21268
21269         * message.el: Autoload gmm-image-load-path.
21270         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21271         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21272         consitency.
21273
21274         * gmm-utils.el (gmm-image-load-path): Also search in
21275         "../etc/images".  Don't set gmm-image-load-path if we don't find
21276         the image.
21277
21278 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * gmm-utils.el (gmm-image-load-path): Don't make
21281         `gmm-image-load-path' include subdirectories which the second arg
21282         `image' might specify.
21283
21284         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21285         subdirectory to icon file names.
21286
21287         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21288
21289 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21292         gmm-image-load-path calls.
21293
21294         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21295
21296         * message.el (message-make-tool-bar): Ditto.
21297
21298         * mml.el (mml-preview): Add comment concerning tool bar icons.
21299
21300         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21301         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21302
21303         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21304         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21305
21306         * message.el (message-tool-bar-gnome): Use new icon names.
21307         (message-make-tool-bar): Use `gmm-image-load-path'.
21308
21309         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21310         New functions from MH-E.
21311         (gmm-image-load-path): New variable from MH-E.
21312         (gmm-image-load-path): New function from MH-E.  Add arguments
21313         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21314         *-image-load-path-called-flag.
21315
21316 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21317
21318         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21319
21320 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21321
21322         * nnimap.el (nnimap-request-move-article): Change folder back to
21323         source group before deleting.
21324
21325 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21326
21327         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21328
21329         * gnus-art.el (mm-url-insert-file-contents-external):
21330         Autoload mm-url.
21331
21332         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21333
21334 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21337         coding system which mm-charset-to-coding-system returns for a
21338         given charset is valid.
21339
21340 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21341
21342         * html2text.el (html2text-remove-tag-list):
21343         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21344
21345 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21346
21347         * gnus-cus.el: Revert 2005-10-17 change.
21348
21349 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21350
21351         * gnus-art.el (article-strip-banner):
21352         Call article-really-strip-banner only when the regexp match is made.
21353
21354 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * gnus-art.el (article-strip-banner):
21357         Use gnus-extract-address-components instead of
21358         mail-header-parse-addresses to make it work with non-ASCII text;
21359         remove mail-encode-encoded-word-string.
21360
21361         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21362         values which are surrounded with \"...\"; make it never cause a
21363         Lisp error; give up parsing of parameters if it failed in
21364         extracting type.
21365
21366 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21367
21368         * smime.el (smime-cert-by-ldap-1): Fix bug where
21369         `smime-ldap-search' returns results without userCertificates.
21370
21371 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21372
21373         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21374
21375 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21376
21377         * spam.el (spam-check-spamassassin-headers): Adapt format for
21378         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21379         <ari@mbf.ocn.ne.jp>.
21380         (spam-list-of-processors): Add spam-use-gmane.
21381
21382 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21383
21384         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21385         make-temp-file; make it work with XEmacs as well.
21386
21387         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21388         mm-make-temp-file.
21389
21390         * mm-decode.el (mm-display-external): Use the 3rd arg of
21391         mm-make-temp-file.
21392         (mm-create-image-xemacs): Ditto.
21393
21394 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21395
21396         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21397         with message-narrow-to-headers.
21398         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21399         (gnus-draft-check-draft-articles): New function.
21400         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21401
21402 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21403
21404         * gnus-art.el (gnus-article-browse-html-parts):
21405         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21406         Don't use suffix argument for mm-make-temp-file for Emacs 21
21407         compatibility.  Remove useless `format'.
21408
21409 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21410
21411         * nnweb.el (nnweb-google-wash-article): Update regexps.
21412         (nnweb-group-alist): Use defvoo instead of defvar.
21413
21414 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21417         re-loading nn* modules.
21418
21419 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21420
21421         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21422         for `tool-bar-mode' and don't check it's default-value.
21423
21424         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21425
21426         * message.el (message-make-tool-bar): Ditto.
21427
21428         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21429         `substring'.  Shorten tmp-file name.
21430
21431         * gnus.el: Remove bogus comment.
21432
21433 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21434
21435         * gnus-art.el (gnus-article-browse-html-parts): New function.
21436         (gnus-article-browse-html-article): New function for viewing html
21437         articles with a browser.
21438
21439 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21440
21441         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21442         in elisp.
21443         (pgg-gpg-encrypt-symmetric-region): Ditto.
21444         (pgg-gpg-sign-region): Ditto.
21445
21446         * pgg-def.el (pgg-text-mode): New variable.
21447
21448         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21449         (mml2015-pgg-encrypt): Ditto.
21450
21451         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21452         (mml1991-pgg-encrypt): Ditto.
21453
21454 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * nnfolder.el (nnfolder-insert-newsgroup-line):
21457         Use message-make-date instead of current-time-string.
21458
21459         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21460         to gnus-decoded which mm-uu might set.
21461
21462 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21463
21464         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21465         don't decode quoted parameters; remove misimported Emacs code.
21466         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21467         (rfc2231-decode-encoded-string): Don't use split-string which
21468         behaves differently according to Emacs version; use
21469         mm-decode-coding-region to convert charset to coding-system.
21470         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21471         (rfc2231-encode-string): Remove misimported Emacs code.
21472
21473 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21474
21475         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21476         when calling mail-header-parse-content-type.
21477         (article-de-quoted-unreadable): Ditto.
21478         (article-de-base64-unreadable): Ditto.
21479         (article-wash-html): Ditto.
21480
21481         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21482         calling mail-header-parse-content-type and
21483         mail-header-parse-content-disposition.
21484         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21485         mail-header-parse-content-type.
21486
21487         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21488         insert charset and format parameters; encode description after
21489         inserting it to buffer.
21490         (mml-insert-parameter): Fold lines properly even if a parameter is
21491         segmented into two or more lines; change the max column to 76.
21492
21493         * rfc1843.el (rfc1843-decode-article-body): Don't use
21494         ignore-errors when calling mail-header-parse-content-type.
21495
21496         * rfc2231.el (rfc2231-parse-string): Return at least type if
21497         possible; don't cause an error even if it fails in parsing of
21498         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21499         (rfc2231-encode-string): Don't break lines at the beginning, leave
21500         it to mml-insert-parameter.
21501
21502         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21503         calling mail-header-parse-content-type.
21504
21505 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21506
21507         * spam-report.el (spam-report-gmane-use-article-number):
21508         Improve doc string.
21509         (spam-report-gmane-internal): Check if a suitable header was found
21510         in the article.
21511
21512 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21513
21514         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21515         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21516
21517 2006-02-05  Romain Francoise  <romain@orebokech.com>
21518
21519         Update copyright notices of all files in the gnus directory.
21520
21521 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21522
21523         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21524
21525 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21526
21527         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21528         segmented lines of parameter value to cope with Thunderbird 1.5
21529         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21530         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21531         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21532
21533 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21534
21535         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21536         parts.
21537
21538 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21539
21540         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21541         there's only one active file for all servers.
21542         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21543         solid groups.  Gnus might have used a FAST request to select the group.
21544         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21545         and nnweb-search redundantly in the active file.
21546         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21547         (nnweb-request-create-group): Don't use ARGS.
21548         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21549         initializations.  Let nnoo do the work.
21550
21551 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21552
21553         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21554         Say the part has been decoded.
21555
21556         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21557
21558 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21559
21560         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21561         mailcap-viewer-test-cache when there's no 'test clause, since that
21562         will invert the meaning of a "nil" test previously determined by
21563         mailcap-mailcap-entry-passes-test.
21564
21565 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21566
21567         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21568         compiling.
21569
21570         * gnus-sum.el: Ditto.
21571
21572         * message.el: Don't bind tool-bar-map when compiling.
21573
21574 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21575
21576         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21577
21578 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21579
21580         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21581         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21582         current Google Groups.
21583
21584 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21585
21586         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21587         and tool-bar-mode.
21588
21589         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21590         and tool-bar-mode.
21591
21592         * message.el (message-tool-bar-update): Simplify.
21593         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21594
21595         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21596         gnus-summary-buffer.
21597         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21598         gnus-summary-reply.
21599
21600         * gmm-utils.el (gmm): Add :version.
21601
21602 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * Makefile.in (clean): New rule.
21605         (distclean): Use it.
21606
21607 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21608
21609         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21610         Don't autoload.
21611
21612 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * gmm-utils.el (gmm-verbose): Add :group.
21615
21616 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21617
21618         * message.el: Change some comments WRT tool-bars.
21619
21620         * gnus-sum.el (gnus-summary-tool-bar)
21621         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21622         (gnus-summary-tool-bar-zap-list): New variables.
21623         (gnus-summary-make-tool-bar): Complete rewrite using
21624         `gmm-tool-bar-from-list'.
21625
21626         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21627         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21628         New variables.
21629         (gnus-group-make-tool-bar): Complete rewrite using
21630         `gmm-tool-bar-from-list'.
21631         (gnus-group-tool-bar-update): New function.
21632
21633         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21634
21635 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21638         is dissected into a single part of which the type is the same as
21639         the given one; decode charset.
21640
21641 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21642
21643         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21644         into alists as symbol not string, since that's what
21645         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21646         look for.
21647
21648 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21649
21650         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21651         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21652
21653         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21654
21655 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21656
21657         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21658         (gnus-xmas-mime-security-button-menu): New function.
21659
21660         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21661         (gnus-mime-security-button-menu): New definition.
21662         (gnus-mime-security-button-map): Use them.
21663         (gnus-mime-security-button-menu): New function.
21664         (gnus-insert-mime-security-button): Addition to help echo.
21665         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21666         (gnus-mime-security-pipe-part): New functions.
21667
21668         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21669         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21670
21671         * mm-decode.el (mm-handle-set-disposition): Remove.
21672         (mm-handle-set-description): Remove.
21673
21674 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21675
21676         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21677         (mm-w3m-standalone-supports-m17n-p): New function.
21678         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21679         w3m usage.
21680
21681         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21682         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21683
21684 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21685
21686         * message.el (message-tool-bar-zap-list):
21687         Use gmm-tool-bar-zap-list as custom type.
21688         (message-tool-bar-update): New function.
21689         (message-tool-bar, message-tool-bar-gnome)
21690         (message-tool-bar-retro): Add message-tool-bar-update.
21691         (message-tool-bar-gnome): Add flyspell-buffer.
21692
21693         * gnus-util.el (gnus-error): Describe `args'.
21694
21695         * gmm-utils.el (gmm-error): Describe `args'.
21696         (gmm-tool-bar-zap-list): New widget.
21697         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21698
21699 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21700
21701         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21702         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21703         the number of recursive calls.
21704
21705         * mm-decode.el (mm-handle-set-disposition): New macro.
21706         (mm-handle-set-description): New macro.
21707
21708 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21711         encoding.
21712
21713 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21714
21715         * message.el (message-tool-bar-zap-list, message-tool-bar)
21716         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21717         (message-tool-bar-local-item-from-menu): Remove.
21718         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21719         (message-make-tool-bar): New function.
21720         (message-mode): Use `message-make-tool-bar'.
21721
21722         * gmm-utils.el: New file.
21723         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21724         (gmm-lazy): New widget copied from `nnmail.el'.
21725         (gmm-tool-bar-from-list): New function for creating customizable
21726         tool bars.
21727         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21728         output.
21729         (gmm): Add :prefix to defgroup.
21730
21731 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21732
21733         * gmm-utils.el (gmm-widget-p): New function.
21734
21735 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21736
21737         * mml.el (mml-attach-file): Describe `description' in doc string.
21738         (mml-menu): Add Emacs MIME manual and PGG manual.
21739
21740 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21741
21742         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21743
21744 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21745
21746         * nntp.el (nntp-end-of-line): Doc fix.
21747
21748 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21749
21750         * imap.el (imap-open): Handle case where buffer is a buffer
21751         object.
21752
21753 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21754
21755         * gnus-delay.el (gnus-delay): Don't autoload.
21756         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21757         to be re-loaded when customizing the `gnus-delay' group.
21758
21759 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21760
21761         * message.el (message-insert-citation-line): Use newlines.
21762
21763 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21764
21765         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21766         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21767         these routines, so the passphrase can be managed externally and
21768         passed in to the system.
21769         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21770         pgg-add-passphrase-to-cache function.
21771
21772         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21773         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21774         these routines, so the passphrase can be managed externally and
21775         passed in to the system.
21776         (pgg-pgp5-sign-region): Use new name of
21777         pgg-add-passphrase-to-cache function.
21778
21779 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21780
21781         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21782         part of the decoded armor to find the key-identifier.
21783         (pgg-gpg-lookup-key-owner): New function to return the
21784         human-readable identifier of a key owner.
21785         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21786         itself.
21787         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21788         the key value) if we have a key and can match it against a secret
21789         key.  Also, added a note pointing out fact that the prompt only
21790         indicates the first matching key.
21791
21792         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21793         pgg-decrypt-region.
21794         (pgg-add-passphrase-to-cache): Rename from
21795         `pgg-add-passphrase-cache' to reduce confusion (all callers
21796         changed).
21797         (pgg-remove-passphrase-from-cache): Rename from
21798         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21799         changed).
21800         (pgg-read-passphrase, pgg-add-passphrase-cache)
21801         (pgg-remove-passphrase-cache): Add informative docstrings.
21802         (pgg-decrypt): Convey provided passphrase in subordinate call to
21803         pgg-decrypt-region.
21804
21805 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21806
21807         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21808         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21809         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21810         'passphrase' argument, so the passphrase can be managed externally
21811         and then passed in to the system.
21812
21813         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21814         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21815         so the passphrase cache can be used reliably with identifiers
21816         besides a pgp packet's key id.
21817
21818         * pgg-gpg.el (pgg-gpg-encrypt-region)
21819         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21820         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21821         these routines, so the passphrase can be managed externally and
21822         passed in to the system.
21823
21824         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21825         'notruncate' argument, so the passphrase cache can be used
21826         reliably with identifiers besides a pgp packet's key id.
21827
21828 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21829
21830         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21831         symmetric encryption.
21832         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21833         encrypted session key.
21834         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21835         message ask for the passphrase in a proper way.
21836
21837         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21838         New user commands for symmetric encryption.
21839
21840 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21841
21842         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21843
21844         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21845
21846 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21847
21848         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21849
21850 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * mm-decode.el (mm-inlined-types): Add application/pgp.
21853         (mm-automatic-display): Ditto.
21854
21855         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21856         part as text.
21857
21858 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21859
21860         * nnrss.el: Update copyright.
21861         (nnrss-opml-import): Query whether to subscribe to each entry.
21862
21863         * gnus-art.el:
21864         * gnus-sum.el:
21865         * gnus-xmas.el:
21866         * messagexmas.el:
21867         * mm-uu.el:
21868         * mm-view.el: Update copyright.
21869
21870 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21871
21872         * message.el (message-info): New function.
21873         (message-mode-menu): Add it.
21874         Update copyright.
21875
21876         * ChangeLog: Fix and update copyright.
21877
21878 2006-01-13  Romain Francoise  <romain@orebokech.com>
21879
21880         * message.el (message-forward-subject-name-subject): Prefer the
21881         address to 'nowhere' if the sender has no name.
21882         Fix typo.  Update copyright year.
21883
21884 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21885
21886         * gnus-art.el (article-wash-html):
21887         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21888         (gnus-article-wash-html-with-w3m-standalone): New function.
21889
21890         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21891         mm-inline-text-html-render-with-w3m-standalone.
21892         (mm-text-html-washer-alist): Map w3m-standalone to
21893         gnus-article-wash-html-with-w3m-standalone.
21894         (mm-inline-text-html-render-with-w3m-standalone): New function.
21895
21896 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21897
21898         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21899         Improve LaTeX.
21900
21901 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21904         (nnrss-request-article): Render text/plain parts as HTML.
21905
21906         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21907         the buffer.
21908
21909 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21910
21911         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21912         custom definition of `gnus-posting-styles'.
21913
21914         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21915         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21916
21917 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21918
21919         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21920         Use nntp for bug archive.
21921
21922 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21923
21924         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21925         parts.
21926         (nnrss-normalize-date): New function converts ISO 8601 date into
21927         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21928         (nnrss-check-group): Use it.
21929
21930 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21931
21932         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21933
21934         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21935         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21936         (nnrss-insert-w3): Ditto.
21937
21938 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21941         the articles to be forwarded including the case where neither a
21942         number of articles nor a region is specified.
21943
21944 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * nnrss.el (nnrss-request-article): Fix last change; fill
21947         text/plain parts.
21948
21949 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21950
21951         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21952         in text/plain part.
21953         (nnrss-check-group): Don't add excessive newline to dc:subject.
21954
21955 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21956
21957         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21958         article.
21959
21960 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21961
21962         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21963         (nnml-use-compressed-files, nnml-save-mail): Support other
21964         comression programs such as bzip2.
21965
21966 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21967
21968         * dns.el (query-dns): Make sure we check the buffer size before
21969         removing tcp headers.
21970
21971 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21974         remove MIME buttons associated with multipart/alternative parts.
21975         (gnus-mime-display-alternative): Tag buttons using `article-type'
21976         text property.
21977
21978         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21979         associated with multipart/alternative parts.
21980
21981         * gnus-art.el (gnus-signature-separator): Fix custom type.
21982
21983         * mm-decode.el (mm-inlined-types): Fix custom type.
21984         (mm-keep-viewer-alive-types): Ditto.
21985         (mm-automatic-display): Ditto.
21986         (mm-attachment-override-types): Ditto.
21987         (mm-inline-override-types): Ditto.
21988         (mm-automatic-external-display): Ditto.
21989
21990 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21991
21992         * spam-report.el (spam-report-user-mail-address)
21993         (spam-report-user-agent): New variables.
21994         (spam-report-url-ping-plain): Use spam-report-user-agent.
21995
21996 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21997
21998         * gnus-art.el (gnus-button-handle-custom): Do not just use
21999         `customize-apropos' for any "M-x customize-*" button but the
22000         function called for.  Accept both the function name and its
22001         argument in order to achieve this.
22002         (gnus-button-alist): Remove support for "custom:" URL's.
22003         Pass function name to `gnus-button-handle-custom' in case of "M-x
22004         customize-*" buttons.
22005
22006 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22007
22008         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
22009         multipart/alternative and add xref to mm-discouraged-alternatives
22010         in doc string.
22011
22012         * mm-decode.el (mm-discouraged-alternatives): Add xref to
22013         gnus-buttonized-mime-types in doc string.
22014
22015 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
22016
22017         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
22018         Suggest image/.* in the doc string.
22019
22020 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
22021
22022         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
22023         message-marks (Debian bug#342521).
22024
22025 2005-12-12  Simon Josefsson  <jas@extundo.com>
22026
22027         * password.el (password-read-from-cache): Add.
22028         (password-read): Use it.
22029
22030 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22031
22032         * rfc2047.el (rfc2047-charset-to-coding-system):
22033         Recognize us-ascii as a MIME charset.
22034
22035         * mm-bodies.el (mm-decode-content-transfer-encoding):
22036         Protect against the case where the 2nd arg TYPE is nil.
22037
22038 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22039
22040         * pop3.el (pop3-stream-type): Fix custom version.
22041
22042         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
22043
22044 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22045
22046         * mm-decode.el (mm-display-external): Add missing cdr.
22047
22048 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22049
22050         * mm-decode.el (mm-display-external): Use nametemplate (defined in
22051         RFC1524) if it is in mailcap or add a suffix according to
22052         mailcap-mime-extensions when generating a temp filename; postpone
22053         deleting a temp file for 2 seconds for some wrappers, shell
22054         scripts, and so on, which might exit right after having started a
22055         viewer command as a background job.
22056
22057 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22058
22059         * nntp.el (nntp-marks-directory): Fix custom group.
22060
22061         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22062         steps when < 10.
22063
22064         * gnus-start.el (gnus-no-server-1):
22065         Mention `gnus-level-default-subscribed' in doc string.
22066
22067 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22068
22069         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22070         parens.
22071
22072 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * gnus-xmas.el (gnus-use-toolbar): Revert.
22075         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22076         gnus-use-toolbar is default.
22077
22078         * messagexmas.el (message-use-toolbar): Revert.
22079         (message-setup-toolbar): Use global default-toolbar if
22080         message-use-toolbar is default.
22081
22082 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22083
22084         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22085         according to default-toolbar-visible-p.
22086
22087         * messagexmas.el (message-use-toolbar): Ditto.
22088
22089 2005-11-26  Dave Love  <fx@gnu.org>
22090
22091         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22092         (tls-program, tls-success): Provide openssl alternative.
22093
22094         * starttls.el: Doc fixes.
22095         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22096         SERVICE to PORT.
22097
22098         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22099         port null or service name.
22100         (starttls-negotiate): Autoload.
22101
22102 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22103
22104         * message.el (message-kill-to-signature): Fix interactive spec.
22105
22106 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22107
22108         * pop3.el (pop3-open-server): Recognize a string as a service name.
22109
22110 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22111
22112         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22113
22114 2005-11-23  Dave Love  <fx@gnu.org>
22115
22116         Add pop3s, pop3/starttls.
22117
22118         * pop3.el (pop3-authentication-scheme): Clarify doc.
22119         (open-tls-stream, starttls-open-stream): Autoload.
22120         (pop3-stream-type): New.
22121         (pop3-open-server): Use it.
22122
22123         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22124         for POP.
22125         (mail-source-keyword-map): Add :stream for POP.
22126         (mail-source-fetch-pop): Use pop3-stream-type.
22127
22128 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22131         of current-time-string.
22132
22133 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22134
22135         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22136         date header.
22137
22138 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22139
22140         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22141         it can seriously impact performance as it bypasses the agent's
22142         local caches.
22143
22144 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22145
22146         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22147         must be explicitly online rather than "not explicitly offline" for
22148         its flags to be synchronized.
22149
22150         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22151         that gnus-uu-unmark-thread will function correctly.
22152
22153         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22154         1024K is instead displayed as 1M.
22155
22156 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22157
22158         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22159
22160 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22161
22162         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22163
22164 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22165
22166         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22167         error message to display actual error condition.
22168         (gnus-agent-save-local): Avoid saving symbols that are bound to
22169         nil as they simply result in a warning message in
22170         gnus-agent-read-local.
22171
22172 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22173
22174         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22175         rather than make-variable-buffer-local for file-precious-flag.
22176
22177 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22178
22179         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22180         for duplicates which are removed.  The invalid sort check then
22181         triggers a rescan after the sort as sorting may have moved
22182         duplicate entries such that they can be cheaply detected.
22183
22184 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22187
22188 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22189
22190         * gnus-agent.el (gnus-agent-article-alist-save-format):
22191         Change internal variable to a custom variable.  Change default value
22192         from compressed(2) to uncompressed(1).
22193         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22194         support for uncompressed agentview files.  Taken together, reading
22195         the agentview file should now be 6-7 times faster.
22196
22197 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22198
22199         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22200         as a buffer-local variable.  This avoids creating truncated
22201         dribble files as a result of a hang up, eg.
22202
22203 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22204
22205         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22206         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22207         XEmacs.
22208
22209 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22210
22211         * gnus-start.el (gnus-start-draft-setup):
22212         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22213
22214         * gnus.el (gnus-splash): Change custom group.
22215         (gnus-group-get-parameter, gnus-group-parameter-value):
22216         Describe allow-list argument.
22217
22218         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22219         string.
22220
22221 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22222
22223         * gnus-art.el (gnus-default-article-saver): Add user-defined
22224         `function' to custom type.
22225
22226 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22227
22228         * imap.el (imap-open): Handle case where buffer is a buffer
22229         object.
22230
22231 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22232
22233         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22234         long lines.
22235         (gnus-cache-delete-group): Wrap doc strings.
22236
22237         * gnus-agent.el (gnus-agent-rename-group)
22238         (gnus-agent-delete-group): Wrap doc strings.
22239
22240 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * messagexmas.el (message-use-toolbar): Change the valid values
22243         into default, top, bottom, left, and right.
22244         (message-toolbar-thickness): New variable.
22245         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22246         well.
22247         (message-setup-toolbar): Make it work.
22248
22249         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22250         (gnus-use-toolbar): Change the valid values into default, top,
22251         bottom, left, and right.
22252         (gnus-toolbar-thickness): New variable.
22253         (gnus-xmas-setup-toolbar): New function.
22254         (gnus-xmas-setup-group-toolbar): Use it.
22255         (gnus-xmas-setup-summary-toolbar): Use it.
22256
22257 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22258
22259         * gnus-start.el (gnus-1): Add "native" to
22260         gnus-predefined-server-alist.
22261
22262         * gnus.el (gnus-method-to-server): Don't add "native" to the
22263         lists here, because that leads to problems when
22264         gnus-select-method is bound.
22265
22266 2005-11-09  Simon Josefsson  <jas@extundo.com>
22267
22268         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22269         use (not sort-by-date) instead.
22270
22271 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22272
22273         * gnus-delay.el (gnus-delay-group): Don't autoload.
22274         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22275         to be re-loaded when customizing the `gnus-delay' group.
22276
22277 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22278
22279         * message.el: Revert last changes.
22280         (message-insert-citation-line): Use newlines.
22281
22282 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22283
22284         * message.el (message-courtesy-message)
22285         (message-mark-insert-begin, message-mark-insert-end)
22286         (message-elide-ellipsis, message-cancel-message)
22287         (message-add-header, message-change-subject)
22288         (message-cross-post-followup-to-header)
22289         (message-cross-post-insert-note, message-reduce-to-to-cc)
22290         (message-widen-reply, message-delete-not-region)
22291         (message-kill-to-signature, message-insert-signature)
22292         (message-insert-importance-high, message-insert-importance-low)
22293         (message-insert-or-toggle-importance)
22294         (message-insert-disposition-notification-to)
22295         (message-indent-citation, message-yank-original)
22296         (message-cite-original-without-signature, message-cite-original)
22297         (message-insert-citation-line, message-position-on-field)
22298         (message-fix-before-sending, message-send-mail-partially)
22299         (message-send-mail, message-send-mail-with-sendmail)
22300         (message-send-mail-with-qmail, message-send-news)
22301         (message-check-news-header-syntax, message-generate-headers)
22302         (message-insert-courtesy-copy, message-fill-address)
22303         (message-fill-header, message-shorten-references)
22304         (message-setup-1, message-cancel-news)
22305         (message-forward-make-body-plain, message-forward-make-body-mime)
22306         (message-forward-make-body-mml, message-encode-message-body)
22307         (message-forward-make-body-digest-plain)
22308         (message-forward-make-body-digest-mime)
22309         (message-use-alternative-email-as-from): Insert `hard-newline'
22310         instead of ordinary newlines.
22311
22312 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22313
22314         * message.el (message-generate-headers): Downcase the argument
22315         given to message-check-element.
22316
22317 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22318
22319         * nntp.el (nntp-authinfo-rejected): New error condition.
22320         (nntp-wait-for): Use new error condition to signal authentication
22321         error.
22322         (nntp-retrieve-data): Rethrow new error condition to break out of
22323         recursive call to nntp-send-authinfo.
22324
22325 2005-11-08  Romain Francoise  <romain@orebokech.com>
22326
22327         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22328         (gnus-summary-exit-map): Bind to `Z p'.
22329         (gnus-summary-make-menu-bar): Add menu item.
22330
22331 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22332
22333         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22334         (gnus-treat-*): Add `first' in all doc strings.
22335
22336         * gnus-group.el (gnus-group-compact-group): Fix typo.
22337
22338 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22339
22340         * gnus.el (gnus-parameters-case-fold-search): New variable.
22341         (gnus-parameters-get-parameter): Use it.
22342
22343         * gnus-score.el (gnus-home-score-file): Doc fix.
22344
22345 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22346
22347         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22348
22349 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22350
22351         * mm-util.el (mm-special-display-p): New function.
22352
22353         * mml.el (mml-preview): Use it; doc fix.
22354
22355 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22356
22357         * imap.el (imap-open): Handle case where buffer is a buffer object.
22358
22359 2005-10-29  Romain Francoise  <romain@orebokech.com>
22360
22361         * message.el (message-fix-before-sending): Fix comment.
22362
22363 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22364
22365         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22366
22367 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22368
22369         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22370         Used in gnus-score.el.
22371
22372 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22373
22374         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22375
22376 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22377
22378         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22379         whitespace removed in revision 7.8.  Use concatenated string to
22380         protect trailing whitespace.
22381
22382 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22383
22384         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22385         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22386         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22387         Courier IMAP ("some version from 2004").  Mostly based on similar
22388         code in the same function.
22389
22390 2005-10-26  Didier Verna  <didier@xemacs.org>
22391
22392         * gnus-group.el (gnus-group-compact-group): Invalidate original
22393         article buffer.
22394         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22395         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22396         NOV database and in article itself.
22397         Invalidate article backlog.
22398
22399 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22400
22401         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22402
22403 2005-10-26  Simon Josefsson  <jas@extundo.com>
22404
22405         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22406         part of 2004-07-25 change.
22407
22408 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * message.el (message-display-completion-list): New function.
22411         (message-expand-group): Use it; make sure the Completions buffer
22412         is modifiable.
22413 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22414
22415         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22416         user-mail-name is an empty string.
22417
22418 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22419
22420         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22421         depending on gnus-score-decay-constant.
22422
22423         * encrypt.el (encrypt-insert-file-contents)
22424         (encrypt-write-file-contents): Don't use `gnus-message'.
22425
22426         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22427         arguments.
22428         (mm-uu-type-alist): Add message-marks and insert-marks.
22429         Pass arguments to mm-uu-verbatim-marks-extract.
22430         (mm-uu-hide-markers): New variable.
22431         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22432
22433         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22434         (gnus-convert-image-to-face-command): Use "convert" by default to
22435         allow other input image formats.
22436         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22437         accordingly.
22438
22439 2005-10-23  Simon Josefsson  <jas@extundo.com>
22440
22441         * imap.el (imap-gssapi-program): Align command line parameters
22442         with latest GNU SASL.
22443         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22444
22445 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22446
22447         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22448         HTML.
22449         (nnslashdot-request-article): Ditto.
22450
22451         * lpath.el (featurep): Add nobreak-char-display.
22452
22453 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22454
22455         * mail-source.el (mail-source-fetch-pop): Require pop3.
22456         (mail-source-check-pop): Ditto.
22457
22458 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22459
22460         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22461         errors.
22462
22463 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22464
22465         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22466         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22467
22468         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22469
22470         * mm-bodies.el (mm-decode-string):
22471         Call `mm-charset-to-coding-system' with allow-override argument.
22472
22473 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22474
22475         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22476         (rfc2047-charset-to-coding-system): New function.
22477         (rfc2047-decode-encoded-words): New function.
22478         (rfc2047-decode-region): Use them.
22479         (rfc2047-decode-cte): Remove.
22480         (rfc2047-parse-and-decode): Remove.
22481         (rfc2047-decode): Remove.
22482
22483 2005-10-15  Kenichi Handa  <handa@m17n.org>
22484
22485         * rfc2047.el (rfc2047-decode-cte): New function.
22486         (rfc2047-decode-region): Change the way to decode successive
22487         encoded-words: decode B- or Q-encoding in each encoded-word,
22488         concatenate them, and decode it as charset.
22489
22490 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22491
22492         * lpath.el: Fbind codepage-setup for XEmacs.
22493
22494 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22495
22496         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22497         widget-move-and-invoke.
22498         (gnus-custom-mode): Use gnus-custom-map.
22499
22500 2005-10-15  Bill Wohler  <wohler@newt.com>
22501
22502         * message.el (message-tool-bar-map): Rename image file from
22503         mail_send to mail/send.
22504
22505 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22506
22507         * message.el (message-expand-group): Pass the common
22508         prefix substring of completion to `display-completion-list'.
22509
22510 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22511
22512         * mml-sec.el (mml-secure-method): New internal variable.
22513         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22514         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22515         New functions using mml-secure-method.
22516
22517         * mml.el (mml-mode-map): Add key bindings for those functions.
22518         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22519         Harder <harder@myrealbox.com>.
22520         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22521         Goto end of message if point is the headers of the message.
22522
22523         * message.el (message-in-body-p): New function.
22524
22525         * assistant.el: Autoload gnus-util and netrc.
22526
22527         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22528         Use `mm-charset-override-alist' only when decoding.
22529
22530         * mm-bodies.el (mm-decode-body):
22531         Call `mm-charset-to-coding-system' with allow-override argument.
22532
22533         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22534         `filename' from Content-Disposition if Content-Type doesn't
22535         provide `name'.
22536         (gnus-mime-view-part-as-type): Set default instead of
22537         initial-input.
22538
22539 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22540
22541         * format-spec.el (format-spec): Propagate text properties of % spec.
22542
22543 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22544
22545         * gnus-art.el (gnus-treat-predicate): Add `first'.
22546
22547 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22548
22549         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22550         (mm-charset-override-alist): New variable.
22551         (mm-charset-to-coding-system): Use it.
22552         (mm-codepage-setup): New helper function.
22553         (mm-charset-eval-alist): New variable.
22554         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22555         Warn about unknown charsets.
22556
22557         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22558
22559 2005-10-04  David Hansen  <david.hansen@gmx.net>
22560
22561         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22562         (nnrss-check-group): Ditto.
22563
22564 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22565
22566         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22567         Rename x-gnus-verbatim to x-verbatim.
22568         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22569
22570         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22571         x-verbatim.
22572
22573         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22574
22575         * gnus-util.el (gnus-remove-duplicates): Remove.
22576
22577         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22578         instead of gnus-remove-duplicates.
22579
22580         * message.el (message-remove-duplicates): Remove.
22581         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22582         message-remove-duplicates.
22583
22584         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22585         available, else use implementation from `delete-dups'.
22586
22587         * message.el (message-insert-expires): New function.
22588         (message-mode-map): Add key binding.
22589         (message-mode-field-menu): Add menu entry.
22590         (message-mode): Document it.
22591         (message-make-expires-date): Use `message-make-date'.
22592
22593 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22594
22595         * message.el (message-make-expires-date): New function.
22596
22597 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22598
22599         * Makefile.in (list-installed-shadows): New entry.
22600         (install): Use it.
22601         (remove-installed-shadows): New entry.
22602
22603         * dgnushack.el (dgnushack-default-load-path): New variable.
22604         (dgnushack-find-lisp-shadows): New function.
22605         (dgnushack-remove-lisp-shadows): New function.
22606
22607 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * Makefile.in (install-el-elc): New entry.
22610         (install): Use it so that .el files are necessarily installed.
22611
22612 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22613
22614         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22615
22616 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22617
22618         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22619         function rather than the diff-mode.el package.
22620         (mm-display-external): Use with-current-buffer.
22621         (mm-viewer-completion-map, mm-viewer-completion-map):
22622         Move initialization inside declaration.
22623
22624 2005-09-29  Simon Josefsson  <jas@extundo.com>
22625
22626         * spam.el: Load hashcash when compiling, to avoid warnings.
22627         Don't autoload mail-check-payment.
22628         (spam-check-hashcash): Define unconditionally, since hashcash.el
22629         is part of Gnus now.  Ignore errors from payment checking.
22630
22631 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22632
22633         * message.el (message-bold-region, message-unbold-region):
22634         Rename from `bold-region' and `unbold-region'.
22635
22636         * message.el: Remove useless autoloads.
22637
22638 2005-09-28  Simon Josefsson  <jas@extundo.com>
22639
22640         * message.el (message-use-idna): Default to t.
22641         (message-use-idna): Test whether encoding works too.  Doc fix.
22642
22643 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * nntp.el (nntp-warn-about-losing-connection): Remove.
22646
22647 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22648
22649         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22650         customizable.  Change default value.
22651         (mm-uu-diff-groups-regexp): Change default value.
22652         (mm-uu-type-alist): Add doc string.
22653         (mm-uu-configure): Add doc string.  Make it interactive.
22654         (mm-uu-tex-groups-regexp): New variable.
22655         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22656         (mm-uu-type-alist): Add LaTeX documents.
22657         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22658         of "text/verbatim".
22659         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22660
22661         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22662         instead of "text/verbatim".
22663
22664         * message.el (message-mark-inserted-region)
22665         (message-mark-insert-file): Use slrn style marks when called with
22666         prefix argument.
22667
22668 2005-09-27  Simon Josefsson  <jas@extundo.com>
22669
22670         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22671
22672 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22673
22674         * message.el (message-remove-duplicates): New function.
22675         Implementation borrowed from `gnus-remove-duplicates'.
22676         (message-idna-to-ascii-rhs): Also encode idna addresses in
22677         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22678         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22679         only ask about the same idna domain once per header and also tell
22680         in what header to replace the idna domain.
22681
22682         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22683         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22684         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22685         a header is decoded and not just the last one.
22686
22687 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22688
22689         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22690         has been decoded.
22691
22692         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22693         (mm-insert-part): Don't modify text if it has been decoded.
22694
22695         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22696         decoded.
22697
22698         * mm-view.el (mm-inline-text): Don't strip text props unless
22699         decoding enriched or richtext parts.
22700
22701 2005-09-25  Romain Francoise  <romain@orebokech.com>
22702
22703         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22704         * gnus-start.el (gnus-subscribe-interactively):
22705         * gnus-uu.el (gnus-uu-grab-articles):
22706         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22707         space.
22708
22709 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22710
22711         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22712         * mm-view.el (mm-view-pkcs7-decrypt):
22713         * gnus-sum.el (gnus-summary-limit-to-extra)
22714         (gnus-summary-respool-article, gnus-read-move-group-name):
22715         * gnus-score.el (gnus-summary-increase-score):
22716         * gnus-util.el (gnus-completing-read-with-default):
22717         * gnus-art.el (gnus-read-save-file-name)
22718         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22719         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22720         * message.el (message-check-news-header-syntax):
22721         Follow convention for reading with the minibuffer.
22722
22723 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22724
22725         * spam-report.el (spam-report-url-ping-plain):
22726         Use gnus-extended-version as User-Agent.
22727
22728         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22729         default value is nil.
22730
22731         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22732         (mm-uu-verbatim-marks-extract): New function.
22733         (mm-uu-extract): New face.
22734         (mm-uu-copy-to-buffer): Use it.
22735
22736         * spam-report.el (spam-report-gmane-ham): Rename from
22737         `spam-report-gmane-unspam'.
22738         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22739         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22740
22741         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22742         Autoload.
22743         (spam-report-gmane-unregister-routine):
22744         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22745
22746 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22747
22748         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22749         (spam-report-gmane-unregister-routine): Add support for gmane
22750         unregistration.
22751
22752         * spam-report.el (spam-report-gmane-unspam)
22753         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22754         (spam-report-gmane): Change to take a single article and do unspam
22755         registration.
22756
22757 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * mm-url.el (mm-url-decode-entities): Fix regexp.
22760
22761 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22762
22763         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22764         default to nil, to be able to use Gnus at all.  If the default
22765         switches to something else, then the function should be fixed not
22766         be exceedingly slow.
22767
22768 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22769
22770         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22771         fail hard.
22772
22773         * spam-report.el: Add better Keywords line.
22774
22775         * spam.el: Add Maintainer and better Keywords line.
22776
22777 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22778
22779         * gnus-art.el (gnus-article-replace-part)
22780         (gnus-mime-replace-part): New functions.
22781         (gnus-mime-action-alist, gnus-mime-button-commands)
22782         (gnus-mime-save-part-and-strip): Add file argument.
22783         (gnus-article-part-wrapper): Add interactive argument.
22784
22785         * gnus-sum.el (gnus-summary-mime-map):
22786         Add `gnus-article-replace-part'.
22787
22788 2005-09-19  Didier Verna  <didier@xemacs.org>
22789
22790         The nnml compaction feature:
22791         * nnml.el (nnml-request-compact-group): New function.
22792         * nnml.el (nnml-request-compact): New function.
22793         * gnus-int.el (gnus-request-compact-group): New function.
22794         * gnus-int.el (gnus-request-compact): New function.
22795         * gnus-group.el (gnus-group-compact-group): New function.
22796         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22797         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22798         * gnus-srvr.el (gnus-server-compact-server): New function.
22799         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22800         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22801
22802 2005-09-18  Deepak Goel  <deego@gnufans.org>
22803
22804         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22805         format spec.
22806
22807 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22810
22811 2005-09-15  Romain Francoise  <romain@orebokech.com>
22812
22813         * message.el (message-fill-paragraph): Clarify docstring.
22814
22815 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22816
22817         * gnus-art.el (gnus-mime-display-part): Protect against broken
22818         MIME messages.
22819
22820 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22823         before parsing header.
22824
22825 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22826
22827         * html2text.el (html2text-replace-list): Add new entities.
22828
22829 2005-09-11  Romain Francoise  <romain@orebokech.com>
22830
22831         * message.el (message-alternative-emails): Improve docstring.
22832         (message-setup-1): Call `message-use-alternative-email-as-from'
22833         after `message-setup-hook' to give it precedence over posting
22834         styles, etc.
22835         (message-use-alternative-email-as-from): Add docstring.
22836         Remove the original From header if present.
22837
22838         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22839         (nnml-save-mail): Use it.
22840
22841         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22842         articles.  Add new argument `silent'.
22843         (gnus-uu-mark-all): Report the total number of marked articles.
22844
22845 2005-09-10  Romain Francoise  <romain@orebokech.com>
22846
22847         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22848         (gnus-uu-mark-series): Likewise.
22849
22850 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22851
22852         * spam-report.el (spam-report-gmane): Fix generation of spam
22853         report URL.
22854
22855 2005-09-10  Simon Josefsson  <jas@extundo.com>
22856
22857         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22858         t, based on discussion on the ding list with Robert Epprecht
22859         <epprecht@solnet.ch>.
22860
22861 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22862
22863         * spam-report.el (spam-report-gmane): Make it work without
22864         X-Report-Spam header.  Gmane now only provides Archived-At.
22865         This is only used if `spam-report-gmane-use-article-number' is nil.
22866         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22867
22868         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22869         make `gnus-summary-sort-by-recipient' work with threading.
22870
22871         * nnweb.el (nnweb-google-wash-article): Print a message if article
22872         is not available.
22873
22874 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22875
22876         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22877         change.  Decode text/* parts content before displaying.
22878
22879 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22880
22881         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22882
22883 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22884
22885         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22886
22887         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22888         url-package-name, url-package-version,
22889         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22890         w3m-display-inline-images, and w3m-minor-mode-map.
22891
22892 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22893
22894         * message.el (message-tab-body-function): Fix mismatched custom type.
22895
22896         * gnus.el (gnus-group-change-level-function): Ditto.
22897
22898         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22899
22900         * gnus-art.el (gnus-signature-limit)
22901         (gnus-article-mime-part-function): Ditto.
22902
22903 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22904
22905         * mml.el (mml-mode): Silence the byte compiler.
22906
22907         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22908         using `(sit-for 0)' before moving the point to the specified part;
22909         skip unbuttonized parts.
22910         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22911         return to the summary window if gnus-auto-select-part is non-nil.
22912
22913 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22914
22915         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22916         New variables.
22917         (mml-dnd-attach-file, mml-mode): Use them.
22918
22919         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22920         Make fetching article by MID work again for Google Groups.
22921         Add FIXME concerning gnus-group-make-web-group.
22922
22923         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22924         Don't depend on Gnus by using mail-extract-address-components if
22925         gnus-extract-address-components is not bound.
22926
22927 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22928
22929         * gnus-art.el (gnus-mime-display-security): Don't display the
22930         signature, but only the signed part.
22931
22932 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22933
22934         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22935
22936         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22937         list, not listp.
22938
22939 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22940
22941         * mm-encode.el (mm-encode-content-transfer-encoding):
22942         Likewise when encoding.
22943
22944         * mm-bodies.el (mm-decode-content-transfer-encoding):
22945         De-canonicalize CRLF for all text content types, not just
22946         text/plain.
22947
22948 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22951         valid article; point arrow and cursor at the MIME button.
22952
22953 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22954
22955         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22956         Suggested by Dan Christensen <jdc@uwo.ca>.
22957
22958         * mm-decode.el (mm-save-part): Enable change of prompt.
22959
22960 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22961
22962         * gnus-msg.el (gnus-inews-add-send-actions):
22963         Make `message-post-method' lambda parameter ARG `&optional'.
22964
22965 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22966
22967         * gnus-sum.el (gnus-summary-mime-map):
22968         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22969         gnus-article-jump-to-part.
22970
22971         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22972         (gnus-article-edit-part): Use it.
22973         (gnus-article-part-wrapper): Add no-handle argument.
22974         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22975         New functions.
22976
22977 2005-08-29  Romain Francoise  <romain@orebokech.com>
22978
22979         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22980         docstring.
22981         (gnus-face-from-file): Likewise.
22982
22983 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22984
22985         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22986         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22987         non-nil.
22988         (gnus-auto-select-part): New variable.
22989         (gnus-article-jump-to-part): New function.
22990         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22991         (gnus-mime-delete-part): Allow selecting specified part after
22992         deleting or stripping parts.
22993         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22994         part if argument is bogus.
22995
22996 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22997
22998         * gnus-art.el (w3m-minor-mode-map):
22999         * gnus-spec.el (gnus-newsrc-file-version):
23000         * gnus-util.el (nnmail-active-file-coding-system)
23001         (gnus-original-article-buffer, gnus-user-agent):
23002         * gnus.el (gnus-ham-process-destinations)
23003         (gnus-parameter-ham-marks-alist)
23004         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
23005         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
23006         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
23007         * mm-decode.el (gnus-current-window-configuration):
23008         * mm-extern.el (gnus-article-mime-handles):
23009         * mm-url.el (url-current-object, url-package-name)
23010         (url-package-version):
23011         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
23012         (smime-keys, w3m-cid-retrieve-function-alist)
23013         (w3m-current-buffer, w3m-display-inline-images)
23014         (w3m-minor-mode-map):
23015         * mml-smime.el (gnus-extract-address-components):
23016         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
23017         (gnus-newsrc-hashtb, message-default-charset)
23018         (message-deletable-headers, message-options)
23019         (message-posting-charset, message-required-mail-headers)
23020         (message-required-news-headers):
23021         * mml1991.el (mc-pgp-always-sign):
23022         * mml2015.el (mc-pgp-always-sign):
23023         * nnheader.el (nnmail-extra-headers):
23024         * rfc1843.el (gnus-decode-encoded-word-function)
23025         (gnus-decode-header-function, gnus-newsgroup-name):
23026         * spam-stat.el (gnus-original-article-buffer): Add defvars.
23027
23028 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
23029
23030         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
23031         the end of the date treatments.
23032
23033 2005-08-15  Simon Josefsson  <jas@extundo.com>
23034
23035         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
23036         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
23037         Capello and Romain Francoise.
23038         (pgg-fetch-key-function): Remove, not used?
23039         (pgg-insert-url-with-w3): Require url, to get
23040         url-insert-file-contents regardless of where it is defined.
23041
23042 2005-08-13  Romain Francoise  <romain@orebokech.com>
23043
23044         * message.el (message-cite-original-1): New function.
23045         (message-cite-original): Use it.
23046         (message-cite-original-without-signature): Ditto.
23047
23048 2005-08-08  Romain Francoise  <romain@orebokech.com>
23049
23050         * message.el (message-yank-empty-prefix): New variable.
23051         (message-indent-citation): Use it.
23052         (message-cite-original-without-signature): Respect X-No-Archive.
23053
23054 2005-08-08  Simon Josefsson  <jas@extundo.com>
23055
23056         * pgg.el: Autoload url-insert-file-contents instead of loading
23057         w3/url.
23058         (pgg-insert-url-with-w3): Don't load url here.
23059
23060 2005-08-07  Jesper Harder  <harder@phys.au.dk>
23061
23062         * message.el (message-kill-to-signature): Don't insert newline at
23063         bol.
23064         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23065
23066 2005-08-06  Romain Francoise  <romain@orebokech.com>
23067
23068         * message.el (message-user-fqdn): Fix typo in docstring.
23069
23070 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23071
23072         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23073
23074         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23075
23076 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * mm-bodies.el (mm-encode-body): Use coding system rather than
23079         charset to encode text.
23080
23081         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23082         number of charsets if utf-8 is available (XEmacs).
23083
23084 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23085
23086         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23087         taken from `gnus-button-mid-or-mail-regexp'.
23088         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23089         (gnus-button-alist): Improve regexp for domain part of the MIDs
23090         for news:localpart@domain buttons.
23091         (gnus-button-ctan-directory-regexp): Update.
23092
23093 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23094
23095         * sieve-manage.el (sieve-manage-interactive-login):
23096         Use make-local-variable rather than make-variable-buffer-local.
23097         (sieve-manage-open): Ditto.
23098         (sieve-manage-authenticate): Ditto.
23099
23100         * mml.el (mml-generate-mime-1): Make the content type default to
23101         text/plain if the filename is not specified.
23102
23103 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23104
23105         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23106         instead of insert-buffer.
23107
23108         * message.el (message-yank-original): Ditto; set the mark at the
23109         end of the yanked message.
23110
23111 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23112
23113         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23114         lines to scroll rather than to stop it.
23115
23116         * mml.el (mml-generate-default-type): Add doc string.
23117         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23118         default to application/octet-stream when determining the content
23119         type if it is not specified for the part or the mml contents; add
23120         a comment about mml-generate-default-type.
23121
23122 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23123
23124         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23125         make it default to application/octet-stream when determining the
23126         content type if it is not specified for the external contents.
23127
23128 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23129
23130         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23131         segmented parameter but also other parameters might be there.
23132
23133 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23134
23135         * mm-decode.el (mm-display-external): Delete temp file, directory
23136         and buffer immediately if the external process is exited.
23137
23138 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23139
23140         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23141         fewer lines than that of scroll-margin.
23142         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23143
23144 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23145
23146         * gnus-art.el (gnus-article-next-page): Revert.
23147         (gnus-article-beginning-of-window): New macro.
23148         (gnus-article-next-page-1): Use it.
23149         (gnus-article-prev-page): Ditto.
23150         (gnus-article-edit-part): Use insert-buffer-substring instead of
23151         insert-buffer.
23152         (gnus-article-edit-exit): Ditto.
23153
23154         * gnus-util.el (gnus-beginning-of-window): Remove.
23155         (gnus-end-of-window): Remove.
23156
23157         * lpath.el: Don't bind header-line-format and scroll-margin.
23158
23159 2005-07-25  Simon Josefsson  <jas@extundo.com>
23160
23161         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23162         to have the url package without w3.  Reported by Daiki Ueno
23163         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23164
23165 2005-07-20  Didier Verna  <didier@xemacs.org>
23166
23167         * gnus-diary.el: Remove the description comment (nndiary is now
23168         properly documented in the Gnus manual).
23169         Fix the spelling of "Back End".
23170         * nndiary.el: Ditto.
23171         Fix the copyright notice.
23172
23173 2005-07-18  Romain Francoise  <romain@orebokech.com>
23174
23175         * gnus-sum.el (gnus-summary-to-prefix)
23176         (gnus-summary-newsgroup-prefix): New variables.
23177         (gnus-summary-from-or-to-or-newsgroups): Use them.
23178
23179 2005-07-17  Romain Francoise  <romain@orebokech.com>
23180
23181         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23182         space as it's generally not especially interesting to the user.
23183
23184 2005-07-16  Romain Francoise  <romain@orebokech.com>
23185
23186         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23187         nil to avoid prompting and file modification if one of the
23188         messages at the top of the nnfolder file contains a copyright
23189         notice.
23190         Update copyright notice.
23191
23192         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23193         instead of `current-time-string' as the latter creates a time
23194         string that is not RFC 2822 compliant (it lacks the zone).
23195         Update copyright notice.
23196
23197 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23198
23199         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23200         for text/rtf.  Display default in prompt.  Pass default for M-n.
23201
23202         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23203
23204 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23205
23206         * gnus-msg.el (gnus-button-mailto):
23207         Remove save-selected-window-window hackery because it relies on
23208         save-selected-window internals.
23209
23210 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23211
23212         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23213         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23214         (gnus-article-prev-page): Ditto.
23215
23216         * gnus-util.el (gnus-beginning-of-window): New function.
23217         (gnus-end-of-window): New function.
23218
23219         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23220
23221 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23222
23223         * gnus-score.el (gnus-score-edit-all-score):
23224         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23225         gnus-message.
23226
23227 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23228
23229         * gnus-msg.el (gnus-button-mailto):
23230         Remove save-selected-window-window hackery because it relies on
23231         save-selected-window internals.
23232
23233 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23234
23235         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23236         add-minor-mode.
23237         (gnus-binary-mode): Ditto.
23238
23239         * gnus-topic.el (gnus-topic-mode): Ditto.
23240
23241 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23242
23243         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23244         (gnus-article-prev-page): Take scroll-margin into consideration.
23245
23246 2005-07-04  Lute Kamstra  <lute@gnu.org>
23247
23248         Update FSF's address in GPL notices.
23249
23250 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23251
23252         * gnus.el (gnus-exit):
23253         * gnus-group.el (gnus-group-icons):
23254         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23255
23256         * gnus-nocem.el (gnus-nocem):
23257         * message.el (message-various, message-buffers, message-sending)
23258         (message-interface, message-forwarding, message-insertion)
23259         (message-headers, message-news, message-mail):
23260         * pgg-gpg.el (pgg-gpg):
23261         * pgg-parse.el (pgg-parse):
23262         * pgg-pgp.el (pgg-pgp):
23263         * pgg-pgp5.el (pgg-pgp5):
23264         * pop3.el (pop3): Finish `defgroup' description with period.
23265
23266 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * gnus-art.el (article-display-face): Improve the efficiency.
23269         (article-display-x-face): Ditto; remove gray x-face stuff.
23270
23271 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23272
23273         * gnus-art.el (article-display-face): Correct the position in
23274         which Faces are inserted.
23275
23276 2005-06-29  Didier Verna  <didier@xemacs.org>
23277
23278         * gnus-art.el (article-display-face): Display faces in correct
23279         order.
23280
23281 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23282
23283         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23284         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23285         (gnus-nocem-check-article): Fetch the Type header.
23286         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23287         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23288         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23289         make sure gnus-nocem-hashtb is initialized.
23290         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23291         (gnus-nocem-unwanted-article-p): Ditto.
23292
23293         * pgg.el (pgg-verify): Return the verification result.
23294
23295 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23296
23297         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23298         is ascii.
23299
23300 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23301
23302         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23303         `show-nonbreak-escape'.
23304
23305 2005-06-23  Lute Kamstra  <lute@gnu.org>
23306
23307         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23308
23309         * dig.el (dig-mode):
23310         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23311
23312 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23313
23314         * nnimap.el (nnimap-split-download-body): Fix spellings.
23315
23316 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23317
23318         * gnus-art.el (gnus-article-encrypt-body):
23319         * gnus-cus.el (gnus-score-customize):
23320         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23321         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23322
23323 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23324
23325         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23326         header by looking for magic "MII" at the beginning.
23327
23328 2005-06-16  Miles Bader  <miles@gnu.org>
23329
23330         * gnus-xmas.el (gnus-xmas-group-startup-message):
23331         Use renamed gnus-splash face.
23332
23333         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23334         (assistant-field-face): New backward-compatibility alias for renamed
23335         face.
23336         (assistant-render-text): Use renamed assistant-field face.
23337
23338         * spam.el (spam): Remove "-face" suffix from face name.
23339         (spam-face): New backward-compatibility alias for renamed face.
23340         (spam-face, spam-initialize): Use renamed spam face.
23341
23342         * message.el (message-header-to, message-header-cc)
23343         (message-header-subject, message-header-newsgroups)
23344         (message-header-other, message-header-name)
23345         (message-header-xheader, message-separator, message-cited-text)
23346         (message-mml): Remove "-face" suffix from face names.
23347         (message-header-to-face, message-header-cc-face)
23348         (message-header-subject-face, message-header-newsgroups-face)
23349         (message-header-other-face, message-header-name-face)
23350         (message-header-xheader-face, message-separator-face)
23351         (message-cited-text-face, message-mml-face):
23352         New backward-compatibility aliases for renamed faces.
23353         (message-font-lock-keywords): Use renamed message faces.
23354
23355         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23356         (sieve-test-commands, sieve-tagged-arguments):
23357         Remove "-face" suffix from face names.
23358         (sieve-control-commands-face, sieve-action-commands-face)
23359         (sieve-test-commands-face, sieve-tagged-arguments-face):
23360         New backward-compatibility aliases for renamed faces.
23361         (sieve-control-commands-face, sieve-action-commands-face)
23362         (sieve-test-commands-face, sieve-tagged-arguments-face):
23363         Use renamed sieve faces.
23364
23365         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23366         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23367         (gnus-group-news-3-empty, gnus-group-news-4)
23368         (gnus-group-news-4-empty, gnus-group-news-5)
23369         (gnus-group-news-5-empty, gnus-group-news-6)
23370         (gnus-group-news-6-empty, gnus-group-news-low)
23371         (gnus-group-news-low-empty, gnus-group-mail-1)
23372         (gnus-group-mail-1-empty, gnus-group-mail-2)
23373         (gnus-group-mail-2-empty, gnus-group-mail-3)
23374         (gnus-group-mail-3-empty, gnus-group-mail-low)
23375         (gnus-group-mail-low-empty, gnus-summary-selected)
23376         (gnus-summary-cancelled, gnus-summary-high-ticked)
23377         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23378         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23379         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23380         (gnus-summary-low-undownloaded)
23381         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23382         (gnus-summary-low-unread, gnus-summary-normal-unread)
23383         (gnus-summary-high-read, gnus-summary-low-read)
23384         (gnus-summary-normal-read, gnus-splash):
23385         Remove "-face" suffix from face names.
23386         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23387         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23388         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23389         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23390         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23391         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23392         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23393         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23394         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23395         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23396         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23397         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23398         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23399         (gnus-summary-normal-ticked-face)
23400         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23401         (gnus-summary-normal-ancient-face)
23402         (gnus-summary-high-undownloaded-face)
23403         (gnus-summary-low-undownloaded-face)
23404         (gnus-summary-normal-undownloaded-face)
23405         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23406         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23407         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23408         (gnus-splash-face):
23409         New backward-compatibility aliases for renamed faces.
23410         (gnus-group-startup-message): Use renamed gnus faces.
23411
23412         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23413         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23414         (gnus-server-agent): Remove "-face" suffix from face names.
23415         (gnus-server-agent-face, gnus-server-opened-face)
23416         (gnus-server-closed-face, gnus-server-denied-face)
23417         (gnus-server-offline-face):
23418         New backward-compatibility aliases for renamed faces.
23419         (gnus-server-agent-face, gnus-server-opened-face)
23420         (gnus-server-closed-face, gnus-server-denied-face)
23421         (gnus-server-offline-face): Use renamed gnus faces.
23422
23423         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23424         Remove "-face" suffix from face names.
23425         (gnus-picon-xbm-face, gnus-picon-face):
23426         New backward-compatibility aliases for renamed faces.
23427
23428         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23429         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23430         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23431         (gnus-cite-11): Remove "-face" suffix from face names.
23432         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23433         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23434         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23435         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23436         New backward-compatibility aliases for renamed faces.
23437         (gnus-cite-attribution-face, gnus-cite-face-list)
23438         (gnus-article-boring-faces): Use renamed gnus faces.
23439
23440         * gnus-art.el (gnus-signature, gnus-header-from)
23441         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23442         (gnus-header-content): Remove "-face" suffix from face names.
23443         (gnus-signature-face, gnus-header-from-face)
23444         (gnus-header-subject-face, gnus-header-newsgroups-face)
23445         (gnus-header-name-face, gnus-header-content-face):
23446         New backward-compatibility aliases for renamed faces.
23447         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23448
23449         * gnus-sum.el (gnus-summary-selected-face)
23450         (gnus-summary-highlight): Use renamed gnus faces.
23451         * gnus-group.el (gnus-group-highlight): Likewise.
23452
23453 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23454
23455         * gnus-sieve.el (gnus-sieve-article-add-rule):
23456         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23457         * spam-stat.el (spam-stat-buffer-change-to-spam)
23458         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23459
23460         * message.el (message-is-yours-p):
23461         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23462
23463 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23464
23465         * mm-view.el (mm-inline-text): Withdraw the last change.
23466
23467 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23468
23469         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23470         executing enriched-decode.
23471
23472 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23475         charset of tar files.
23476
23477 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23478
23479         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23480
23481 2005-06-04  Lute Kamstra  <lute@gnu.org>
23482
23483         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23484         information is never recorded.
23485
23486 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23487
23488         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23489
23490 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23491
23492         * pop3.el (pop3-apop): Run md5 in the binary mode.
23493
23494         * starttls.el (starttls-set-process-query-on-exit-flag):
23495         Use eval-and-compile.
23496
23497 2005-05-31  Simon Josefsson  <jas@extundo.com>
23498
23499         * smime.el (smime-replace-in-string): Define.
23500         (smime-cert-by-ldap-1): Use it.
23501
23502 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23503
23504         * gnus-art.el (article-display-x-face): Replace
23505         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23506
23507         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23508         set-process-query-on-exit-flag or process-kill-without-query.
23509
23510         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23511         loop instead of replace-regexp.
23512
23513         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23514         instead of process-kill-without-query if it is available.
23515
23516         * lpath.el: Fbind ldap-search-entries.
23517
23518         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23519         instead of find-file-hooks if it is available.
23520
23521         * mml1991.el: Bind pgg-default-user-id when compiling.
23522
23523         * mml2015.el: Bind pgg-default-user-id when compiling.
23524
23525         * nndraft.el (nndraft-request-associate-buffer):
23526         Use write-contents-functions instead of write-contents-hooks if it is
23527         available.
23528
23529         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23530         instead of find-file-hooks if it is available.
23531
23532         * nntp.el (nntp-open-connection): Replace
23533         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23534         (nntp-open-ssl-stream): Ditto.
23535         (nntp-open-tls-stream): Ditto.
23536
23537         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23538         set-process-query-on-exit-flag or process-kill-without-query.
23539         (starttls-open-stream-gnutls): Use it instead of
23540         process-kill-without-query.
23541         (starttls-open-stream): Ditto.
23542
23543 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23544
23545         * smime.el (smime-cert-by-ldap-1): Don't use
23546         replace-regexp-in-string.
23547
23548 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23549
23550         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23551
23552         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23553         in PEM format.  Adjust to the XEmacs compatibility.
23554
23555 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23556
23557         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23558         by `string-to-number'.
23559         * gnus-agent.el (gnus-agent-regenerate-group)
23560         (gnus-agent-fetch-articles): Ditto.
23561         * gnus-art.el (gnus-button-fetch-group): Ditto.
23562         * gnus-cache.el (gnus-cache-generate-active)
23563         (gnus-cache-articles-in-group): Ditto.
23564         * gnus-group.el (gnus-group-set-current-level)
23565         (gnus-group-insert-group-line): Ditto.
23566         * gnus-score.el (gnus-score-set-expunge-below)
23567         (gnus-score-set-mark-below, gnus-summary-score-effect)
23568         (gnus-summary-score-entry): Ditto.
23569         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23570         (gnus-soup-pack): Ditto.
23571         * gnus-spec.el (gnus-xmas-format): Ditto.
23572         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23573         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23574         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23575         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23576         * nndb.el (nndb-get-remote-expire-response): Ditto.
23577         * nndiary.el (nndiary-parse-schedule-value)
23578         (nndiary-string-to-number, nndiary-request-replace-article)
23579         (nndiary-request-article): Ditto.
23580         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23581         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23582         * nneething.el (nneething-make-head): Ditto.
23583         * nnfolder.el (nnfolder-request-article)
23584         (nnfolder-retrieve-headers): Ditto.
23585         * nnheader.el (nnheader-file-to-number): Ditto.
23586         * nnkiboze.el (nnkiboze-request-article): Ditto.
23587         * nnmail.el (nnmail-process-unix-mail-format)
23588         (nnmail-process-babyl-mail-format): Ditto.
23589         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23590         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23591         (nnmh-request-create-group, nnmh-request-list-1)
23592         (nnmh-request-group, nnmh-request-article): Ditto.
23593         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23594         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23595         * nnsoup.el (nnsoup-make-active): Ditto.
23596         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23597         * nntp.el (nntp-find-group-and-number)
23598         (nntp-retrieve-headers-with-xover): Ditto.
23599         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23600         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23601         (pgg-format-key-identifier): Ditto.
23602         * pop3.el (pop3-last, pop3-stat): Ditto.
23603         * qp.el (quoted-printable-decode-region): Ditto.
23604
23605         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23606         of concat.
23607
23608 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23609
23610         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23611
23612         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23613
23614         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23615
23616         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23617
23618         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23619
23620         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23621
23622         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23623         (gnus-carpal-mode): Ditto.
23624
23625         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23626         (gnus-browse-mode): Ditto.
23627
23628         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23629
23630         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23631
23632 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23633
23634         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23635
23636 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23637
23638         * gnus-util.el (gnus-run-mode-hooks): New function.
23639
23640         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23641
23642         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23643         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23644
23645 2005-05-27  Lute Kamstra  <lute@gnu.org>
23646
23647         * dns-mode.el (dns-mode): Specify customization group.
23648
23649 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23650
23651         * gnus-agent.el (gnus-agent-make-mode-line-string):
23652         Use mode-line-highlight as mouse-face.
23653
23654 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23655
23656         * canlock.el (canlock): Change the parent group to news.
23657
23658         * deuglify.el (gnus-outlook-deuglify): Add :group.
23659
23660         * dig.el (dig): Add :group.
23661
23662         * dns-mode.el (dns-mode): Add :group.
23663
23664         * encrypt.el (encrypt): Add :group.
23665
23666         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23667         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23668         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23669         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23670         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23671
23672         * gnus-diary.el (gnus-diary): Add :group.
23673
23674         * gnus.el (gnus-group-news-1-face): Add :group.
23675         (gnus-group-news-1-empty-face): Ditto.
23676         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23677         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23678         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23679         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23680         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23681         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23682         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23683         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23684         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23685         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23686         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23687         (gnus-summary-high-ticked-face): Ditto.
23688         (gnus-summary-low-ticked-face): Ditto.
23689         (gnus-summary-normal-ticked-face): Ditto.
23690         (gnus-summary-high-ancient-face): Ditto.
23691         (gnus-summary-low-ancient-face): Ditto.
23692         (gnus-summary-normal-ancient-face): Ditto.
23693         (gnus-summary-high-undownloaded-face): Ditto.
23694         (gnus-summary-low-undownloaded-face): Ditto.
23695         (gnus-summary-normal-undownloaded-face): Ditto.
23696         (gnus-summary-high-unread-face): Ditto.
23697         (gnus-summary-low-unread-face): Ditto.
23698         (gnus-summary-normal-unread-face): Ditto.
23699         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23700         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23701
23702         * hashcash.el (hashcash): New custom group.
23703         (hashcash-default-payment): Add :group.
23704         (hashcash-payment-alist): Ditto.
23705         (hashcash-default-accept-payment): Ditto.
23706         (hashcash-accept-resources): Ditto.
23707         (hashcash-path): Ditto.
23708         (hashcash-extra-generate-parameters): Ditto.
23709         (hashcash-double-spend-database): Ditto.
23710         (hashcash-in-news): Ditto.
23711
23712         * message.el (message-minibuffer-local-map): Add :group.
23713
23714         * netrc.el (netrc): Add :group.
23715
23716         * sieve-manage.el (sieve-manage-log): Add :group.
23717         (sieve-manage-default-user): Diito.
23718         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23719         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23720         (sieve-manage-authenticators): Ditto.
23721         (sieve-manage-authenticator-alist): Ditto.
23722         (sieve-manage-default-port): Ditto.
23723
23724         * sieve-mode.el (sieve-control-commands-face): Add :group.
23725         (sieve-action-commands-face): Ditto.
23726         (sieve-test-commands-face): Ditto.
23727         (sieve-tagged-arguments-face): Ditto.
23728
23729         * smime.el (smime): Add :group.
23730
23731         * spam-report.el (spam-report): Add :group.
23732
23733         * spam.el (spam, spam-face): Add :group.
23734
23735 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23736
23737         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23738         return \n.\n.\n at the end of articles.  Protect against that.
23739         (nntp-with-open-group): Allow debugging.
23740
23741         * nnheader.el (mail-header-set-extra): Make into a function
23742         because I just could't understand how to quote the list properly.
23743
23744         * dns.el (query-dns-cached): New function.
23745
23746 2005-05-26  Lute Kamstra  <lute@gnu.org>
23747
23748         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23749
23750 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23751
23752         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23753
23754         * gnus-art.el: Don't autoload mail-extract-address-components.
23755
23756         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23757         eval-and-compile to evaluate it.
23758
23759         * hashcash.el: Don't autoload executable-find.
23760
23761         * nndb.el: Don't declare the nndb back end two or more times; don't
23762         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23763
23764         * nntp.el: Autoload format-spec instead of format; use
23765         eval-and-compile to evaluate autoload forms.
23766
23767 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23768
23769         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23770
23771 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23772
23773         * gnus.el (gnus-version-number): Bump version.
23774
23775 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23776
23777         * gnus.el: No Gnus v0.3 is released.
23778
23779 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23780
23781         * lpath.el (featurep): Bind show-nonbreak-escape.
23782
23783 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23784
23785         * gnus-art.el (gnus-article-edit-part): Disable undo.
23786
23787 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23788
23789         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23790         gnus-article-date-lapsed-new-header is t if date timer is active;
23791         skip headers in which the original date value is empty.
23792         (gnus-article-save-original-date): Redefine it as a macro.
23793         (gnus-display-mime): Use it.
23794
23795 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * gnus-art.el (article-date-ut): Support converting date in
23798         forwarded parts as well.
23799         (gnus-article-save-original-date): New function.
23800         (gnus-display-mime): Use it.
23801
23802 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23803
23804         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23805         enclosure element of <item>.
23806
23807 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23808
23809         * message.el (message-kill-buffer-query): Rename from
23810         `message-kill-buffer-query-if-modified'.  Add :version.
23811
23812 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23813
23814         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23815         window layout.
23816
23817 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23818
23819         * mml.el: Autoload dnd when compiling.
23820
23821 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23822
23823         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23824         x-dnd-*.
23825
23826 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23827
23828         * qp.el (quoted-printable-encode-region): Save excursion.
23829
23830 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23831
23832         * message.el (message-kill-buffer-query-if-modified): Add new variable
23833         so the user can kill a modified message buffer quickly.
23834         (message-kill-buffer): Use it.
23835
23836 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23837
23838         * lpath.el: Fbind display-time-event-handler; don't fbind
23839         string-to-multibyte.
23840
23841         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23842
23843 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23844
23845         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23846         contained in text because xml.el decodes entities) with LFs.
23847
23848 2005-04-11  Lute Kamstra  <lute@gnu.org>
23849
23850         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23851         differently.
23852
23853 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23854
23855         * mm-util.el (mm-detect-coding-region): Typo.
23856
23857 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23858
23859         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23860
23861 2005-04-06  Deepak Goel  <deego@gnufans.org>
23862
23863         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23864         user-function allow user modifications of the scores.
23865         (spam-stat-score-buffer-user): New function, to allow
23866         user-computed modifications to the score.
23867         (spam-stat-score-buffer-user-functions): List of additional
23868         scoring functions.
23869         (spam-stat-error-holder): Global temporary error holder.
23870         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23871         variable.
23872
23873 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23874
23875         * gnus-registry.el (gnus-registry-clean-empty-function)
23876         (gnus-registry-trim, gnus-registry-fetch-groups)
23877         (gnus-registry-delete-group): Groups that match
23878         `gnus-registry-ignored-groups' are removed from the registry
23879         entries, not just ignored for splitting.  This helps clean up the
23880         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23881         to get all the groups a message ID is in.
23882
23883         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23884         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23885         (spam-stat-score-buffer-user-functions): Add :number custom type.
23886
23887 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23890         argument in XEmacs.
23891
23892         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23893         (nnrss-request-group): Decode group name first.
23894         (nnrss-request-article): Make a text/plain article if mml-to-mime
23895         failed.
23896         (nnrss-get-encoding): Return a compatible encoding according to
23897         nnrss-compatible-encoding-alist.
23898         (nnrss-find-el): Use consp instead of listp.
23899         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23900
23901 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23902
23903         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23904         which Emacs 20 doesn't support.
23905         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23906
23907 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23908
23909         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23910         silence the byte compiler inside the defun.
23911
23912         * gnus-demon.el (parse-time-string): Add autoload.
23913
23914         * gnus-delay.el (parse-time-string): Add autoload.
23915
23916         * gnus-art.el (parse-time-string): Add autoload.
23917
23918         * nnultimate.el (parse-time): Require for `parse-time-string'.
23919
23920 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23921
23922         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23923
23924         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23925
23926         * smime.el (smime-ldap-host-list): Add :version.
23927
23928 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23929
23930         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23931         pass it to `gnus-browse-read-group'.
23932         (gnus-browse-read-group): Add NUMBER argument and pass it to
23933         `gnus-group-read-ephemeral-group'.
23934
23935         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23936         argument and pass it to `gnus-group-read-group'.
23937
23938 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23939
23940         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23941         mm-xemacs-find-mime-charset-1 if we have the mule feature
23942         available at runtime.
23943
23944 2005-03-25  Werner Lemberg  <wl@gnu.org>
23945
23946         * nnmaildir.el: Replace `illegal' with `invalid'.
23947
23948 2005-03-23  Lute Kamstra  <lute@gnu.org>
23949
23950         * time-date.el: Add comment on time value formats.
23951         Don't require parse-time.
23952         (with-decoded-time-value): New macro.
23953         (encode-time-value): New function.
23954         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23955         (days-to-time): Return a valid time value when arg is huge.
23956         (time-since): Use time-subtract.
23957         (time-to-number-of-days): Use time-to-seconds.
23958
23959 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23960
23961         * gnus-start.el (gnus-display-time-event-handler):
23962         Check display-time-timer at runtime rather than only at load time
23963         in case display-time-mode is turned off in the mean time.
23964
23965 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23966
23967         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23968         used.
23969
23970         * nneething.el (nneething-map-file-directory): Derive from
23971         `gnus-directory'.
23972
23973         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23974         the To/Cc button.
23975
23976 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23977
23978         * nnmaildir.el (nnmaildir-request-accept-article):
23979         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23980
23981 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23982
23983         * gnus-async.el: Require timer-funcs at compile time when in
23984         XEmacs for `run-with-idle-timer'.
23985
23986 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23987
23988         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23989         autoloaded function.
23990
23991 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23992
23993         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23994
23995 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23996
23997         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23998
23999 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24000
24001         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
24002         Add gnus-expert-user to default.
24003
24004 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
24005
24006         * nnimap.el (nnimap-open-server): Ditto.
24007
24008         * imap.el (imap-authenticate): Fix typo.
24009
24010 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
24011
24012         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
24013         buffer (since IMAP server might return FETCH response out of
24014         order, and the nntp buffer must be sorted).
24015
24016 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
24017
24018         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
24019         comparison on string.
24020
24021         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
24022         (gnus-agent-score): Rename category keywords to match gnus-cus.
24023         (gnus-agent-summary-fetch-series): Modify to protect against
24024         gnus-agent-summary-fetch-group clearing processable flags.
24025         (gnus-agent-synchronize-group-flags): Update live group buffer as
24026         synchronization may occur due to the user toggle the plugged
24027         status.
24028         (gnus-agent-fetch-group-1): Clear downloadable flag when article
24029         successfully downloaded.
24030         (gnus-agent-expire-group-1): Avoid using markers when the overview
24031         is in ascending order; greatly improves performance.
24032         (gnus-agent-regenerate-group):
24033         Use gnus-agent-synchronize-group-flags to reset read status in both
24034         gnus and server.
24035         (gnus-agent-update-files-total-fetched-for): Fix initial size.
24036
24037 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24038
24039         * message.el: Don't autoload former message-utils variables.
24040         (message-strip-subject-trailing-was): Change doc string.
24041
24042         * nnweb.el: Fixes for `gnus-group-make-web-group'.
24043         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
24044         (nnweb-google-search): Add "hl=en" here.
24045         (nnweb-google-parse-1, nnweb-google-create-mapping):
24046         Don't hardcode URL.
24047
24048 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
24049
24050         * message.el (message-get-reply-headers, message-followup):
24051         Mention related variables `message-use-followup-to' and
24052         `message-use-mail-followup-to', in the information buffer.
24053
24054         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
24055         of broken groups(-beta).google.com.
24056
24057 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
24058
24059         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
24060         parameter to invoked gnus-request-move-article; remove the
24061         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24062         all at once instead of once per article.
24063         (gnus-summary-remove-process-mark): Accept a list of articles as
24064         well as a single article for processing.
24065
24066         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24067         parameter.
24068
24069         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24070
24071         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24072
24073         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24074         parameter.
24075
24076         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24077         parameter.
24078
24079         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24080         parameter and remove the gnus-sum-hint-move-is-internal variable.
24081
24082         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24083         parameter.
24084
24085         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24086         parameter.
24087
24088         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24089         parameter.
24090
24091         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24092
24093         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24094         parameter.
24095
24096         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24097         parameter.
24098
24099 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24100
24101         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24102         a more conservative way.
24103
24104 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24105
24106         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24107         buffer, so it moves the window's cursor.
24108
24109 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24110
24111         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24112         `mm-dissect-multipart' and receive the from field as an (optional)
24113         argument from `mm-dissect-multipart'.
24114         (mm-dissect-multipart): Receive the from field as an argument and
24115         pass it on when we call `mm-dissect-buffer' on MIME parts.
24116         Fixes verification/decryption of signed/encrypted MIME parts.
24117
24118 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24119
24120         * gnus-sum.el (gnus-summary-move-article):
24121         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24122         whatever it calls (right now, only nnimap-request-move article
24123         respects it).
24124
24125         * nnimap.el (nnimap-request-move-article):
24126         When gnus-sum-hint-move-is-internal is set, don't do the extra
24127         nnimap-request-article.
24128
24129 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24130
24131         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24132
24133         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24134         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24135
24136         * gnus-sum.el (gnus-summary-caesar-message):
24137         Apply `gnus-treat-article' after rotation.
24138
24139         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24140         doc string.
24141
24142 2005-02-22  Simon Josefsson  <jas@extundo.com>
24143
24144         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24145         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24146         <arne@arnested.dk>.
24147         (encrypt): Add password-cache and password-cache-expiry as group
24148         members.
24149
24150 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24151
24152         * smime.el (smime-ldap-host-list): Doc fix.
24153         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24154         cache) password.
24155         (smime-sign-region): Use it.
24156         (smime-decrypt-region): Use it.
24157         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24158         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24159         fails.
24160         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24161         certificate from DER to PEM format rather than calling openssl.
24162
24163         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24164
24165         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24166         for signing/encryption.
24167
24168         * mml.el (mml-parse-1): Use them.
24169
24170 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24171
24172         * nnrss.el (nnrss-verbose): Remove.
24173         (nnrss-request-group): Use `nnheader-message' instead.
24174
24175 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24176
24177         * nnrss.el (nnrss-verbose): New variable.
24178         (nnrss-request-group): Make it say nnrss is requesting a group.
24179
24180 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24181
24182         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24183         Handle news URL with given port correctly.
24184
24185 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24186
24187         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24188         containing special characters.
24189
24190         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24191
24192         * mml.el (mime-to-mml): Ditto.
24193
24194         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24195         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24196         (rfc2047-decode-region): Quote decoded words containing special
24197         characters when rfc2047-quote-decoded-words-containing-tspecials
24198         is non-nil.
24199
24200 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24201
24202         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24203
24204         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24205
24206 2005-02-15  Simon Josefsson  <jas@extundo.com>
24207
24208         * nnimap.el (nnimap-debug): Doc fix.
24209
24210         * imap.el (imap-debug): Doc fix.
24211
24212 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24213
24214         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24215
24216 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24217
24218         * gnus.el (spam-contents): Improve docs for spam-contents
24219         parameter in its variable incarnation.
24220
24221 2005-02-14  Simon Josefsson  <jas@extundo.com>
24222
24223         * smime-ldap.el: Use require instead of load-library for ldap.
24224         (smime-ldap-search): Indent.
24225         (smime-ldap-search-internal): Shorten line.
24226
24227         * smime.el (smime-cert-by-dns): Add doc-string.
24228         (smime-cert-by-ldap-1): Indent.
24229
24230         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24231         mml-smime-get-dns-ldap.
24232         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24233
24234 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24235
24236         * smime.el: Require smime-ldap.
24237         (smime-ldap-host-list): New variable.
24238         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24239
24240         * mml-smime.el (mml-smime-encrypt-query): New function.
24241         (mml-smime-encrypt-query): Use it.
24242
24243         * smime-ldap.el: New file.
24244
24245 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24248
24249 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24250
24251         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24252         argument in doc string.  Make query for type more clear.
24253
24254 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24255
24256         * gnus.el (gnus-group-startup-message): Search for gnus images in
24257         etc/images/gnus.
24258         * mm-util.el (mm-image-load-path): Likewise.
24259         * smiley.el (smiley-data-directory): Search for smilies in
24260         etc/images/smilies.
24261
24262 2005-02-09  Kim F. Storm  <storm@cua.dk>
24263
24264         Change Emacs release version from 21.4 to 22.1 throughout.
24265         Change Emacs development version from 21.3.50 to 22.0.50.
24266
24267 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24270
24271         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24272         non-Mule XEmacs as well.
24273         (mm-decompress-buffer): Signal an error intentionally if it does
24274         not decompress compressed data because auto-compression-mode is
24275         disabled.
24276
24277 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24278
24279         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24280         an ID in the registry even if it has no groups.
24281
24282 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24285         merge it into mm-decompress-buffer.
24286         (gnus-mime-copy-part): Use the MIME part charset, the value which
24287         a user specified or gnus-newsgroup-charset for decoding, like
24288         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24289         save-buffer what was used.  Suggested by Kevin Ryde
24290         <user42@zip.com.au>.
24291         (gnus-mime-inline-part): Allow the name parameter as well as the
24292         filename parameter; force decompressing of compressed data; always
24293         display contents being not decoded as unibyte.
24294
24295         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24296         as well as the filename parameter.
24297
24298         * mm-util.el (mm-decompress-buffer):
24299         Merge gnus-mime-jka-compr-maybe-uncompress.
24300         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24301         of compressed data.
24302
24303 2005-02-08  Simon Josefsson  <jas@extundo.com>
24304
24305         * imap.el (imap-log): Doc fix.
24306
24307 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24308
24309         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24310         the coding cookies; decompress compressed parts.
24311
24312         * mml.el (mml-generate-mime-1): Add the charset parameter according
24313         to the value which a user specified manually or the coding cookie.
24314
24315         * mm-util.el (mm-string-to-multibyte): New function.
24316         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24317         (mm-coding-system-to-mime-charset): New function.
24318         (mm-decompress-buffer): New function.
24319         (mm-find-buffer-file-coding-system): New function.
24320
24321         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24322         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24323         parts.
24324
24325 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24326
24327         * mm-view.el (mm-display-inline-fontify): Decode a part according
24328         to the charset parameter.
24329
24330 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24331
24332         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24333         prefix arg is neither nil nor a number, as info specifies.
24334
24335 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24336
24337         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24338         timestamps.
24339
24340 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24341
24342         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24343         groups error checking and notify user.
24344
24345 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24346
24347         * message.el (message-send-mail-function): Check existence of
24348         sendmail-program first before using default value
24349         `message-send-mail-with-sendmail'.  Otherwise use more generic
24350         `smtpmail-send-it'.
24351
24352 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24353
24354         * nntp.el (nntp-request-update-info): Always return nil.
24355
24356 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24357
24358         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24359
24360 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24361
24362         * message.el (message-beginning-of-line): Change the behavior when
24363         invoked between BOL and : so that it first moves backward.
24364
24365 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24366
24367         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24368         article buffer when editing of the article is discarded.
24369         (gnus-article-prepare): Revert.
24370
24371 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * gnus-art.el (gnus-article-prepare):
24374         Remove message-strip-forbidden-properties from the local hook.
24375
24376 2005-01-27  Simon Josefsson  <jas@extundo.com>
24377
24378         * password.el (password-cache-add): Only start one timer per key.
24379         Reported by Derek Atkins <warlord@MIT.EDU>.
24380
24381 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24382
24383         * run-at-time.el: Remove.  It is no longer needed as
24384         timer-funcs.el in the xemacs-base package has a working version of
24385         `run-at-time'.
24386
24387         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24388
24389         * password.el: Require timer-funcs instead of run-at-time in
24390         XEmacs.
24391         Remove `password-run-at-time' macro.
24392         (password-cache-add): Use `run-at-time' instead of
24393         `password-run-at-time'.
24394
24395         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24396         Remove `nnheader-cancel-function-timers' alias,
24397         `cancel-function-timers' exists in XEmacs in timer-funcs.
24398
24399         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24400         for `run-with-idle-timer'.
24401
24402         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24403         for `run-at-time'.
24404
24405         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24406         for `with-timeout'.
24407
24408         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24409         the same as for XEmacs 21.4.
24410         No need to ignore `run-with-idle-timer', this function exists in
24411         XEmacs now in timer-funcs.el in the xemacs-base package.
24412         (dgnushack-compile): No need to delete
24413         run-at-time.el from the list of files to compile because it
24414         doesn't exist anymore.
24415
24416 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24417
24418         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24419         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24420
24421 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24422
24423         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24424         sensitively.
24425
24426 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24427
24428         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24429
24430 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24431
24432         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24433         which will be inserted according to the multibyteness of a buffer
24434         rather than the type of contents.  Suggested by ARISAWA Akihiro
24435         <ari@mbf.ocn.ne.jp>.
24436
24437         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24438         of string which old xml.el may return rather than a string.
24439
24440 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24441
24442         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24443
24444 2005-01-16  Simon Josefsson  <jas@extundo.com>
24445
24446         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24447         idn/idna.el isn't available.
24448         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24449         <michael@waxrat.com>.
24450
24451         * hashcash.el: Remove non-FSF copyright header.
24452
24453         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24454         (hashcash-generate-payment): Use it.
24455         (hashcash-generate-payment-async): Use it.
24456
24457 2005-01-15  Simon Josefsson  <jas@extundo.com>
24458
24459         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24460         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24461
24462         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24463         gnus-summary-idna-message.
24464         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24465         (gnus-summary-idna-message): New function.
24466
24467 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24468
24469         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24470         gnus-novice-user.
24471
24472 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24473
24474         * nnrss.el (nnrss-request-delete-group): Delete entries in
24475         nnrss-group-alist as well.
24476         (nnrss-save-server-data): Insert newline.
24477
24478 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24479
24480         * gnus.el (gnus-user-agent): Use list of symbols instead of
24481         symbols.  Display full version number for (S)XEmacs.
24482         Optionally display (S)XEmacs codename.
24483
24484         * gnus-util.el (gnus-emacs-version): Update for new
24485         `gnus-user-agent'.
24486
24487         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24488         Gnus version.
24489
24490 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24491
24492         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24493         which is unreadable in some setups.
24494
24495 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24496
24497         * gnus-spec.el (gnus-update-format-specifications): Flush the
24498         group format spec cache if it doesn't support decoded group names.
24499
24500 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24501
24502         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24503         Allow to apply decay on score files matching a regexp.
24504
24505 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24506
24507         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24508         compatibility in %g and %c.
24509
24510 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24511
24512         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24513         name for only %g and %c.
24514         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24515         of gnus-tmp-group to decoded group name.
24516         (gnus-group-make-rss-group): Exclude `/'s from group names.
24517
24518 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24519
24520         * nnrss.el (nnrss-get-encoding): Fix regexp.
24521
24522 2004-12-27  Simon Josefsson  <jas@extundo.com>
24523
24524         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24525         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24526         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24527
24528 2004-12-17  Kim F. Storm  <storm@cua.dk>
24529
24530         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24531
24532         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24533
24534 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24535
24536         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24537
24538 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * nnrss.el: Require rfc2047 and mml.
24541         (nnrss-file-coding-system): New variable.
24542         (nnrss-format-string): Redefine it as an inline function.
24543         (nnrss-decode-group-name): New function.
24544         (nnrss-string-as-multibyte): Remove.
24545         (nnrss-retrieve-headers): Decode group name; don't use
24546         nnrss-format-string.
24547         (nnrss-request-group): Decode group name.
24548         (nnrss-request-article): Decode group name; allow a Message-ID as
24549         well as an article number; don't use nnrss-format-string; encode a
24550         Message-ID string which may contain non-ASCII characters; use
24551         mml-to-mime to compose a MIME article.
24552         (nnrss-request-expire-articles): Decode group name.
24553         (nnrss-request-delete-group): Decode group name.
24554         (nnrss-fetch): Clarify error message.
24555         (nnrss-read-server-data): Use insert-file-contents instead of load;
24556         bind file-name-coding-system; use multibyte buffer.
24557         (nnrss-save-server-data): Bind coding-system-for-write to the
24558         value of nnrss-file-coding-system; bind file-name-coding-system;
24559         add coding cookie.
24560         (nnrss-read-group-data): Use insert-file-contents instead of load;
24561         bind file-name-coding-system; use multibyte buffer.
24562         (nnrss-save-group-data): Bind coding-system-for-write to the
24563         value of nnrss-file-coding-system; bind file-name-coding-system.
24564         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24565         make it work with non-ASCII text.
24566         (nnrss-find-el): Make it work with old xml.el as well.
24567
24568 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24569
24570         * nnrss.el (nnrss-get-encoding): New function.
24571         (nnrss-fetch): Use unibyte buffer initially; bind
24572         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24573         decode contents according to the encoding attribute.
24574         (nnrss-save-group-data): Add coding cookie.
24575         (nnrss-mime-encode-string): New function.
24576         (nnrss-check-group): Use it to encode subject and author.
24577
24578 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24579
24580         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24581         imaginary variable.
24582
24583 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24584
24585         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24586         correctly even if there are wide characters.
24587
24588 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24589
24590         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24591         downcased symbol names; make a new cache instead of reusing
24592         bbdb-hashtable.
24593
24594 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24595
24596         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24597         concatenating segments rather than before concatenating them.
24598         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24599
24600         * message.el (message-get-reply-headers): Bind `extra'.
24601
24602 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24603
24604         * message.el (message-extra-wide-headers): New variable.
24605         (message-get-reply-headers): Use it.
24606
24607 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24608
24609         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24610         (gnus-agent-group-pathname): Ditto.
24611
24612         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24613
24614         * gnus-group.el (gnus-group-make-group): Decode group name.
24615         (gnus-group-make-rss-group): Register the group data after opening
24616         the nnrss group.
24617
24618 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24619
24620         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24621         by expiry now get marked as read.
24622
24623 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24624
24625         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24626
24627 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24628
24629         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24630         unify Latin characters in XEmacs.
24631         (mm-find-mime-charset-region): Use it.
24632
24633 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24634
24635         * gnus-util.el (gnus-delete-directory): New function.
24636
24637         * gnus-agent.el (gnus-agent-delete-group): Use it.
24638
24639         * gnus-cache.el (gnus-cache-delete-group): Use it.
24640
24641 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24642
24643         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24644         names.
24645
24646 2004-12-16  Simon Josefsson  <jas@extundo.com>
24647
24648         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24649
24650 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24651
24652         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24653
24654         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24655         (gnus-group-set-current-level): Decode group name.
24656
24657 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24658
24659         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24660         failed.
24661
24662 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24663
24664         * gnus-group.el (gnus-group-delete-group): Decode group name.
24665         (gnus-group-make-rss-group): Encode group name.
24666         (gnus-group-catchup-current): Decode group name.
24667         (gnus-group-kill-group): Decode group name.
24668
24669 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24670
24671         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24672
24673 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24674
24675         * gnus-group.el (gnus-group-make-rss-group):
24676         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24677
24678         * gnus-start.el (gnus-setup-news): Honor user's setting to
24679         gnus-message-archive-method.  Suggested by Lute Kamstra
24680         <lute@gnu.org>.
24681
24682 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24683
24684         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24685         global counterparts of the buffer-local variables.
24686
24687 2004-11-16  Romain Francoise  <romain@orebokech.com>
24688
24689         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24690         counterparts of the buffer-local variables.
24691
24692 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24693
24694         * message.el (message-forbidden-properties): Fix typo in doc
24695         string.
24696
24697 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24698
24699         * gnus-util.el (gnus-replace-in-string): Add doc string.
24700
24701         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24702         to avoid problems when splitting mails with many recipients.
24703
24704 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24705
24706         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24707         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24708
24709 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24710
24711         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24712         if there is no hashtable in memory or file modification time is
24713         newer than cached timestamp.
24714
24715 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24716
24717         * gnus-sum.el (gnus-summary-limit-to-recipient):
24718         Implement not-matching option.
24719
24720 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24721
24722         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24723         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24724         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24725         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24726         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24727         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24728
24729 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24730
24731         * message.el (message-forward-make-body-mml): Remove headers
24732         according to message-forward-ignored-headers if a message is decoded.
24733
24734 2004-12-02  Romain Francoise  <romain@orebokech.com>
24735
24736         * message.el (message-forward-make-body-plain): Always remove
24737         headers according to message-forward-ignored-headers.
24738
24739 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24740
24741         * spam.el (spam-summary-prepare-exit): Remove the
24742         gnus-summary-limit pop for now, it has problems with ham marks for
24743         me.
24744
24745 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24746
24747         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24748         correctly.
24749
24750 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24751
24752         * format-spec.el (format-spec): Message the char.
24753
24754 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24755
24756         * gnus-art.el (gnus-split-methods): Reformat comments.
24757
24758         * spam.el (spam-summary-prepare-exit): Remove article limits
24759         before exiting the summary buffer.
24760
24761 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24762
24763         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24764         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24765
24766         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24767         order to silence the byte compiler.
24768
24769         * spam.el: Fix the way to silence the byte compiler, which
24770         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24771         bbdb-search-simple, spam-BBDB-register-routine,
24772         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24773         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24774         spam-stat-buffer-is-spam, spam-stat-load,
24775         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24776         spam-stat-save and spam-stat-split-fancy.
24777
24778 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24779
24780         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24781         which may confuse users.
24782         (canlock-password-for-verify): Ditto.
24783
24784         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24785
24786         * gnus-art.el (gnus-emphasis-alist): Ditto.
24787
24788         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24789
24790         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24791
24792         * gnus-start.el (gnus-save-killed-list): Ditto.
24793
24794         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24795         (gnus-sum-thread-tree-root): Ditto.
24796         (gnus-sum-thread-tree-false-root): Ditto.
24797         (gnus-sum-thread-tree-single-indent): Ditto.
24798
24799         * message.el (message-courtesy-message): Ditto.
24800         (message-archive-note): Ditto.
24801         (message-subscribed-address-file): Ditto.
24802         (message-user-fqdn): Ditto.
24803
24804         * spam-report.el (spam-report-gmane-regex): Ditto.
24805
24806         * spam.el (spam-blackhole-good-server-regex): Ditto.
24807
24808 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24809
24810         * mml.el (mml-preview): Widen the message buffer before copying
24811         the contents to the preview buffer; sort headers before previewing.
24812
24813         * message.el (message-hidden-headers): Fix the way to avoid a bug
24814         in the `repeat' widget in Emacs 21.3 or earlier.
24815
24816 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * message.el (message-hidden-headers): Default to "^References:".
24819         Improve customization type.  Suggested by Reiner Steib
24820         <Reiner.Steib@gmx.de>.
24821
24822 2004-11-25  Romain Francoise  <romain@orebokech.com>
24823
24824         * message.el (message-strip-forbidden-properties): Remove check for
24825         obsolete `message-hidden' text property, hidden headers are not
24826         accessible in the buffer anymore.
24827
24828 2004-11-22  Romain Francoise  <romain@orebokech.com>
24829
24830         * message.el (message-header-format-alist): Add `From' in list
24831         so that it can be sorted.
24832         (message-fix-before-sending): Widen and sort headers before
24833         sending.
24834         (message-hide-headers): Use narrowing to hide headers by moving
24835         them to the top of the buffer and narrowing to the region
24836         underneath.
24837
24838 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24839
24840         * message.el (message-strip-forbidden-properties):
24841         Bind buffer-read-only (etc) to nil.
24842
24843 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24844
24845         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24846         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24847
24848 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24849
24850         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24851
24852 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24853
24854         * dns.el (query-dns): Use sit-for to time instead of
24855         accept-process-output, since that doesn't seem to work on udp
24856         sockets.
24857
24858 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24859
24860         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24861
24862 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24863
24864         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24865         doc string.  Improve doc string.
24866
24867 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24868
24869         * nntp.el (nntp-request-update-info): Return nil if
24870         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24871         may not call gnus-activate-group which uselessly issues the GROUP
24872         commands for all nntp groups and wastes time.  Reported by Romain
24873         Francoise <romain@orebokech.com>.
24874
24875         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24876
24877 2004-11-15  Simon Josefsson  <jas@extundo.com>
24878
24879         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24880         headers separately.
24881         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24882         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24883
24884 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24885
24886         * gnus-start.el (gnus-convert-old-newsrc):
24887         Assign legacy-gnus-agent to 5.10.7.
24888
24889 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24890
24891         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24892         start of the lines.
24893
24894 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24895
24896         * hashcash.el (hashcash-default-payment): Change default to 20.
24897         (hashcash-default-accept-payment): Change default to 20.
24898         (hashcash-process-alist): New variable.
24899         (hashcash-generate-payment-async): Add.
24900         (hashcash-already-paid-p): Add.
24901         (hashcash-insert-payment): Don't generate payments twice.
24902         (hashcash-insert-payment-async): Add.
24903         (hashcash-insert-payment-async-2): Add.
24904         (hashcash-cancel-async): Add.
24905         (hashcash-wait-async): Add.
24906         (hashcash-processes-running-p): Add.
24907         (hashcash-wait-or-cancel): Add.
24908         (mail-add-payment): New optional argument.  Conditionally start
24909         asynchronous calculation.
24910         (mail-add-payment-async): Add.
24911
24912         * message.el (message-send-mail): Wait for asynchronous hashcash
24913         results.  Don't clobber existing X-Hashcash headers.
24914         (message-setup-1): Call mail-add-payment-async when
24915         message-generate-hashcash is non-nil.
24916
24917 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24918
24919         * message.el (message-use-alternative-email-as-from): Examine the
24920         From header as well; use message-make-from in order to include a
24921         user's full name.
24922
24923 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24924
24925         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24926         default; improve customization type.
24927         (gnus-emphasis-custom-with-format): New macro.
24928         (gnus-emphasis-custom-value-to-external): New function.
24929         (gnus-emphasis-custom-value-to-internal): New function.
24930
24931 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24932
24933         * dns.el (query-dns): Resolve reverse addresses.
24934
24935 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24936
24937         * gnus-group.el (gnus-group-get-new-news): Use it.
24938
24939         * gnus-start.el (gnus-check-reasonable-setup): New function.
24940
24941 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24942
24943         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24944         "Args out of range" error.  Reported by Arnaud Giersch
24945         <arnaud.giersch@free.fr>.
24946
24947 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24948
24949         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24950
24951 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24952
24953         * spam.el (spam group): Add :version.
24954
24955         * pgg-def.el (pgg group): Add :version.
24956
24957 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * gnus-art.el (gnus-article-edit-article): Don't associate the
24960         article buffer with a draft file.  This is a temporary measure
24961         against the 2004-08-22 change to gnus-article-edit-mode.
24962
24963 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24964
24965         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24966         (html2text-format-tags): Remove unused variable `attr'.
24967
24968 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24969
24970         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24971
24972         * tls.el (tls-process-connection-type, tls-success)
24973         (tls-certtool-program): Add :version.
24974
24975         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24976         (starttls-extra-arguments, starttls-process-connection-type)
24977         (starttls-connect, starttls-failure, starttls-success): Add :version.
24978
24979         * spam-stat.el (spam-stat): Add :version.
24980
24981         * sieve.el (sieve): Add :version.
24982
24983         * sha1.el (sha1): Add :version.
24984         (sha1-use-external): Remove redundant version.
24985
24986         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24987         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24988         (nnmail-split-fancy-match-partial-words)
24989         (nnmail-split-lowercase-expanded): Add :version.
24990
24991         * nndiary.el (nndiary): Add :version.
24992
24993         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24994
24995         * mml-sec.el (mml-default-sign-method)
24996         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24997         Add :version.
24998
24999         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
25000
25001         * mm-url.el (mm-url-use-external, mm-url-program)
25002         (mm-url-arguments): Add :version.
25003
25004         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
25005         (mm-attachment-file-modes, mm-decrypt-option)
25006         (mm-w3m-safe-url-regexp): Add :version.
25007
25008         * message.el (message-cite-prefix-regexp)
25009         (message-sendmail-envelope-from, message-minibuffer-local-map)
25010         (message-user-fqdn, message-completion-alist): Add :version.
25011
25012         * gnus-win.el (gnus-configure-windows-hook)
25013         (gnus-use-frames-on-any-display): Add :version.
25014
25015         * gnus-art.el (gnus-article-address-banner-alist)
25016         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
25017         (gnus-treat-from-picon, gnus-treat-mail-picon)
25018         (gnus-treat-x-pgp-sig): Add :version.
25019
25020         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
25021         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
25022         (gnus-summary-article-delete-hook)
25023         (gnus-summary-display-while-building): Add :version.
25024
25025         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
25026         (gnus-get-top-new-news-hook): Add :version.
25027
25028         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
25029         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
25030
25031         * gnus-registry.el (gnus-registry): Add :version.
25032
25033         * gnus-spec.el (gnus-use-correct-string-widths)
25034         (gnus-make-format-preserve-properties): Add :version.
25035
25036         * gnus.el (gnus-group-charter-alist)
25037         (gnus-group-fetch-control-use-browse-url)
25038         (gnus-install-group-spam-parameters): Add :version.
25039
25040         * gnus-diary.el (gnus-diary): Add :version.
25041
25042         * gnus-delay.el (gnus-delay): Add :version.
25043
25044         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
25045         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
25046         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
25047         Add :version.
25048
25049         * gnus-agent.el (gnus-agent-max-fetch-size)
25050         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
25051         (gnus-agent-prompt-send-queue): Add :version.
25052
25053         * deuglify.el (gnus-outlook-deuglify): Add :version.
25054
25055         * html2text.el: Beautify code.  Improve doc strings.
25056         Some checkdoc cleanup.
25057         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
25058
25059 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
25060
25061         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25062
25063 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25064
25065         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25066         when package is loaded.
25067
25068         * spam.el (spam-summary-score-preferred-header): Add global preference
25069         for people who want to override the default SpamAssassin over
25070         Bogofilter preference (when both are set).
25071         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25072         (spam-user-format-function-S):
25073         Check spam-summary-score-preferred-header.
25074         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25075         (spam-user-format-function-S): Format the score correctly.
25076
25077 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25078
25079         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25080         signature file.  Suggested by Manoj Srivastava
25081         <srivasta@golden-gryphon.com>.
25082
25083         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25084         iso-2022-jp even in the Japanese language environment.
25085         Suggested by Jason Rumney <jasonr@gnu.org>.
25086
25087 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25090         use the same characters as the dummy marks; make it free from
25091         getting affected by the language environment.
25092         (gnus-summary-read-group-1): Update mark positions only when the
25093         format spec is updated.
25094
25095         * gnus-spec.el (gnus-update-format-specifications): Return a list
25096         of updated types.
25097
25098 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25099
25100         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25101         of boundp to check if display-warning is available.
25102
25103 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25104
25105         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25106
25107 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25108
25109         * nnspool.el (nnspool-spool-directory): Use news-path if the
25110         news-directory variable is not bound.
25111
25112         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25113         function instead of display-warning if it is not available.
25114
25115 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25116
25117         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25118         v5-10: Use `point-at-bol'.
25119
25120 2004-10-26  Simon Josefsson  <jas@extundo.com>
25121
25122         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25123         <chenggao@gmail.com>.
25124
25125 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25126
25127         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25128         instead.
25129
25130 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25131
25132         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25133         to remove a server from the nnimap-server-buffer-alist.
25134         (nnimap-open-connection, nnimap-close-server): Use it.
25135
25136         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25137
25138 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25139
25140         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25141         running the major-mode function.
25142
25143 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25144
25145         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25146         dummy marks in the right way.
25147
25148 2004-10-18  David Edmondson  <dme@dme.org>
25149
25150         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25151         excessively.
25152
25153 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25154
25155         * gnus-util.el (gnus-split-references): Accept a nil references
25156         string and go on blissfully.
25157
25158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25159         cases where the references string is non-nil but has no references.
25160
25161         * encrypt.el: Add autoload tags.
25162
25163         * spam.el (spam-resolve-registrations-routine): Remove article
25164         from unregistration list too.  Reported by David Hanak
25165         <dhanak@isis.vanderbilt.edu>
25166
25167 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25168
25169         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25170         nil.  Change custom type.
25171
25172 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25173
25174         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25175
25176         * gnus-sum.el (gnus-summary-move-article): Use it.
25177
25178 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25179
25180         * encrypt.el: Add autoload cookies.
25181
25182         * spam.el (spam-backend-article-list-property)
25183         (spam-backend-get-article-todo-list)
25184         (spam-backend-put-article-todo-list)
25185         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25186         Resolve registrations separately.
25187         (spam-register-routine): Format comments.
25188         (spam-unregister-routine, spam-register-routine): Always call with
25189         specific-articles, no default list.
25190         (spam-summary-prepare-exit): Use the spam-classifications function.
25191
25192         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25193         gnus-encrypt.el.
25194
25195         * encrypt.el: Copied from gnus-encrypt.el.
25196
25197         * gnus-encrypt.el: Commented that it's obsolete.
25198
25199 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25200
25201         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25202         (gnus-score-save): Use it.
25203
25204         * message.el (message-bury): Use `window-dedicated-p'.
25205
25206 2004-10-15  Simon Josefsson  <jas@extundo.com>
25207
25208         * pop3.el (top-level): Don't require nnheader.
25209         (pop3-read-timeout): Add.
25210         (pop3-accept-process-output): Add.
25211         (pop3-read-response, pop3-retr): Use it.
25212
25213 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25214
25215         * spam.el (spam-register-routine): Move comment.
25216         (spam-verify-bogofilter): Use 'unknown for the initial
25217         spam-bogofilter-valid state, not 'never.
25218
25219         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25220         for netrc-machine.
25221
25222         * nnimap.el (nnimap-open-connection):
25223         Use netrc-machine-user-or-password.
25224
25225 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25226
25227         * gnus-registry.el (gnus-registry-unload-hook):
25228         Set as a variable with add-hook.
25229
25230         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25231         of news-path.
25232
25233         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25234
25235         * spam.el: Delete duplicate `provide'.
25236         (spam-unload-hook): Set as a variable with add-hook.
25237
25238 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25239
25240         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25241         in the doc string.
25242
25243         * message.el (message-ignored-news-headers)
25244         (message-ignored-supersedes-headers)
25245         (message-ignored-resent-headers)
25246         (message-forward-ignored-headers): Improve custom type.
25247
25248 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25249
25250         * message.el (message-tokenize-header): Fix 2004-09-06 change
25251         which used point-min in the wrong place.
25252
25253 2004-10-12  Simon Josefsson  <jas@extundo.com>
25254
25255         * tls.el (tls-certtool-program): New variable.
25256         (tls-certificate-information): New function, based on
25257         ssl-certificate-information.
25258
25259 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25260
25261         * compface.el: Move the version of ELisp-based uncompface program
25262         to the contrib directory because of the copyright problem.
25263
25264 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25265
25266         * message.el (message-kill-buffer): Raise the current frame.
25267
25268 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25269
25270         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25271
25272         * gnus.el (message-y-or-n-p): Autoload.
25273
25274         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25275         (pop3-password-required, pop3-authentication-scheme)
25276         (pop3-leave-mail-on-server): Make customizable.
25277         (pop3): New custom group.
25278         (pop3-retr): Remove `sleep-for' statements.
25279         Suggested by Dave Love <fx@gnu.org>.
25280
25281         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25282         Windows/DOS.
25283
25284         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25285         (imap-parse-body): Fix incorrect use of `assert'.
25286         Suggested by Dave Love <fx@gnu.org>.
25287
25288         * mml.el (mml-minibuffer-read-disposition): Require match.
25289         Suggested by Dave Love <fx@gnu.org>.
25290
25291 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25292
25293         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25294         doc string.
25295
25296 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25297
25298         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25299
25300 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25301
25302         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25303         instead of calling `mm-insert-inline', to decode text/* parts
25304         before displaying them.
25305
25306 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25307
25308         * mm-uu.el (mm-uu-text-plain-type): New variable.
25309         (mm-uu-pgp-signed-extract-1): Use it.
25310         (mm-uu-pgp-encrypted-extract-1): Use it.
25311         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25312         bind mm-uu-text-plain-type with that value.
25313         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25314         mm-uu-dissect.
25315
25316 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25317
25318         * gnus-group.el (gnus-update-group-mark-positions):
25319         * gnus-sum.el (gnus-update-summary-mark-positions):
25320         * message.el (message-check-news-body-syntax):
25321         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25322         of string-as-multibyte.
25323
25324 2004-10-05  Juri Linkov  <juri@jurta.org>
25325
25326         * gnus-group.el (gnus-update-group-mark-positions):
25327         * gnus-sum.el (gnus-update-summary-mark-positions):
25328         * message.el (message-check-news-body-syntax):
25329         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25330         8-bit unibyte values to a multibyte string for search functions.
25331
25332 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25333
25334         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25335         (mm-uu-dissect-text-parts): New function.
25336
25337         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25338         dissect text parts.
25339
25340         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25341         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25342
25343         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25344
25345         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25346         Use gnus-current-topics instead of gnus-current-topic.
25347
25348 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25349
25350         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25351
25352 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25353
25354         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25355         where appropriate.
25356
25357         * nnml.el (nnml-generate-active-info): do.
25358
25359         * nndiary.el (nndiary-generate-active-info): do.
25360
25361         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25362         (gnus-topic-move): do.
25363
25364         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25365         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25366
25367         * gnus-srvr.el (gnus-server-prepare)
25368         (gnus-server-open-all-servers): do.
25369
25370         * gnus-msg.el (gnus-summary-cancel-article)
25371         (gnus-summary-resend-message)
25372         (gnus-summary-mail-crosspost-complaint): do.
25373
25374         * gnus-move.el (gnus-change-server): do.
25375
25376         * gnus-group.el (gnus-group-unmark-all-groups)
25377         (gnus-group-set-current-level): do.
25378
25379 2004-10-04  Simon Josefsson  <jas@extundo.com>
25380
25381         * message.el (message-generate-hashcash): Doc fix.
25382
25383 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25384
25385         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25386         avoid infinite recursion via gnus-get-function.
25387
25388 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25389
25390         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25391
25392         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25393
25394         * nnmail.el (nnmail-split-history): do.
25395
25396         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25397         (nnml-request-delete-group): do.
25398
25399         * nnslashdot.el (nnslashdot-read-groups): do.
25400
25401         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25402         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25403
25404         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25405         (nnspool-sift-nov-with-sed): Use last.
25406         (nnspool-retrieve-headers-with-nov): Use mapc.
25407         (nnspool-request-newgroups): Use dolist.
25408         (nnspool-request-group): Use last.
25409
25410         * nntp.el (nntp-read-server-type): Use dolist.
25411
25412         * nnvirtual.el (nnvirtual-create-mapping)
25413         (nnvirtual-update-read-and-marked): Use dolist.
25414         (nnvirtual-convert-headers): Simplify.
25415
25416 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25417
25418         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25419         Add support for sync'ing tick marks.
25420
25421 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25422
25423         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25424         there's no visible header.
25425
25426 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25427
25428         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25429         When necessary, pass full group name to gnus-request-set-marks.
25430
25431 2004-10-01  Simon Josefsson  <jas@extundo.com>
25432
25433         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25434         acroread.
25435
25436 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25437
25438         * spam-report.el (spam-report-gmane): Fix interactive.
25439
25440         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25441
25442         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25443         when writing file.
25444         (gnus-agent-synchronize-flags): Don't default to being
25445         interactive.
25446
25447 2004-09-30  Simon Josefsson  <jas@extundo.com>
25448
25449         * message.el (message-generate-hashcash): Add.
25450         (message-send-mail): Use it, call mail-add-payment.
25451
25452 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25453
25454         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25455
25456 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25457
25458         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25459         gnus-requst-update-info with explicit code to sync the in-memory
25460         info read flags with the marks being sync'd to the backend.
25461
25462         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25463
25464 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25465
25466         * spam.el (spam-verify-bogofilter): Add new function.
25467         (spam-check-bogofilter)
25468         (spam-bogofilter-register-with-bogofilter): Use it.
25469         (spam-verify-bogofilter): Add small fixes.
25470
25471 2004-09-28  Simon Josefsson  <jas@extundo.com>
25472
25473         * hashcash.el (hashcash-generate-payment): Revert.
25474
25475 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25476
25477         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25478         Use gnus-extract-references instead of gnus-split-references.
25479
25480         * gnus-util.el (gnus-extract-references): Add new function, analogous
25481         to gnus-split-references but extracts only the message-ID without
25482         anything extra.
25483
25484         * hashcash.el (hashcash-generate-payment)
25485         (hashcash-check-payment): Do the right thing if hashcash-path is
25486         nil (because the hashcash program could not be found).
25487
25488         * spam.el (spam-use-hashcash): Remove comment.
25489
25490 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25491
25492         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25493         (gnus-cache-enter-article, gnus-cache-remove-article)
25494         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25495
25496         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25497
25498         * gnus-art.el (article-hide-boring-headers)
25499         (article-translate-strings, article-display-face)
25500         (gnus-article-mime-match-handle-first)
25501         (gnus-article-highlight-headers)
25502         (gnus-article-add-buttons-to-head): do.
25503
25504 2004-09-27  Simon Josefsson  <jas@extundo.com>
25505
25506         * hashcash.el: New version, from
25507         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25508         ../contrib/.
25509
25510 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25511
25512         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25513
25514 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25515
25516         * gnus-dup.el (gnus-dup-open): Use mapc.
25517         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25518
25519         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25520         Reported by Stefan Wiens <s.wi@gmx.net>.
25521
25522         * gnus.el (gnus-shutdown): Use dolist.
25523
25524         * gnus-undo.el (gnus-undo): Use mapc.
25525
25526         * nnrss.el (nnrss-generate-active): do.
25527
25528         * message.el (message-cite-original-without-signature)
25529         (message-cite-original): Use mapc.
25530         (message-do-actions, message-make-forward-subject): Use dolist.
25531
25532 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25533
25534         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25535         deletion to remove entire duplicate line.  Fixes merged article
25536         number bug.
25537
25538 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25539
25540         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25541         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25542         first ask if you want to open a server and then, even when you
25543         responded with no, asking if you want to synchronize the server's
25544         flags.
25545         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25546         multi-line expressions.
25547         (gnus-agent-synchronize-group-flags): New internal function.
25548         Updates marks in memory (in the info structure) AND in the
25549         backend.
25550
25551         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25552
25553         * nnagent.el (nnagent-request-set-mark):
25554         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25555         method, to ensure that synchronization updates marks in the
25556         backend and in the info (in memory) structure.
25557
25558 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25559
25560         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25561         convention fully; don't miss the root article of a thread; make
25562         the X-Draft-From header with correct article numbers.
25563
25564 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25565
25566         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25567         unless plugged.  Disable the agent so that an open failure causes
25568         an error.
25569
25570         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25571         Revert 2004-09-21 change.  The backend must be opened while
25572         synchronizing flags even when the backend stores the flags
25573         locally.
25574
25575 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25576
25577         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25578         in `header' match.  Reported by Svend Tollak Munkejord.
25579
25580         * message.el (message-cite-original): Fix use of
25581         `message-cite-articles-with-x-no-archive'.
25582
25583 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25584
25585         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25586         (gnus-window-to-buffer): Ditto.
25587
25588         * mml.el (mml-preview-buffer): New variable.
25589         (mml-preview): Manage window layout with gnus-buffer-configuration.
25590
25591         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25592         X-Draft-From header even if those articles aren't quoted.
25593
25594 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25595
25596         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25597         (gnus-request-set-mark, gnus-request-update-mark): Use new
25598         g-s-t-u-l-m to decide to use backend even when unplugged.
25599
25600 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25601
25602         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25603         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25604
25605 2004-09-20  Simon Josefsson  <jas@extundo.com>
25606
25607         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25608         "utf-16-le".
25609
25610 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25611
25612         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25613
25614 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25615
25616         * uudecode.el (uudecode-use-external): Add :version.
25617
25618         * smime.el (smime-CA-file, smime-encrypt-cipher)
25619         (smime-dns-server): Add :version.
25620
25621         * smiley.el (gnus-smiley-file-types): Add :version.
25622
25623         * sha1.el (sha1-use-external): Add :version.
25624
25625         * pgg-def.el (pgg-query-keyserver): Add :version.
25626
25627         * nnmail.el (nnmail-fancy-expiry-targets)
25628         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25629         Add :version.
25630
25631         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25632         (nnimap-retrieve-groups-asynchronous): Add :version.
25633         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25634
25635         * mml.el (mml-content-disposition-parameters)
25636         (mml-insert-mime-headers-always): Add :version.
25637
25638         * mm-util.el (mm-coding-system-priorities): Add :version.
25639
25640         * mm-decode.el (mm-inline-text-html-with-images)
25641         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25642         (mm-verify-option): Add :version.
25643         (mm-text-html-renderer): Change :version.
25644
25645         * message.el (message-fcc-externalize-attachments)
25646         (message-required-headers, message-draft-headers)
25647         (message-subject-trailing-was-query)
25648         (message-subject-trailing-was-ask-regexp)
25649         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25650         (message-mark-insert-end, message-archive-header)
25651         (message-archive-note, message-cross-post-default)
25652         (message-cross-post-note, message-followup-to-note)
25653         (message-cross-post-note-function, message-use-mail-followup-to)
25654         (message-subscribed-address-functions)
25655         (message-subscribed-address-file, message-subscribed-addresses)
25656         (message-subscribed-regexps, message-allow-no-recipients)
25657         (message-yank-cited-prefix, message-signature-insert-empty-line)
25658         (message-hidden-headers, message-hierarchical-addresses)
25659         (message-mail-user-agent, message-use-idna)
25660         (message-valid-fqdn-regexp)
25661         (message-strip-special-text-properties, message-header-synonyms)
25662         (message-beginning-of-line, message-tab-body-function): Add :version.
25663         (message-insert-canlock, message-wide-reply-confirm-recipients):
25664         Change :version.
25665
25666         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25667         and :version.
25668         (mail-source-delete-old-incoming-confirm)
25669         (mail-source-movemail-program): Add :version.
25670
25671         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25672         (gnus-agent-cache, gnus-agent): Change :version.
25673
25674         * gnus-util.el (gnus-use-byte-compile): Change :version.
25675
25676         * gnus-sum.el (gnus-summary-make-false-root-always)
25677         (gnus-summary-default-high-score)
25678         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25679         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25680         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25681         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25682         (gnus-sum-thread-tree-single-indent)
25683         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25684         (gnus-sum-thread-tree-leaf-with-other)
25685         (gnus-sum-thread-tree-single-leaf): Add :version.
25686         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25687         (gnus-article-loose-mime): Change :version.
25688
25689         * gnus-start.el (gnus-backup-startup-file)
25690         (gnus-save-startup-file-via-temp-buffer): Add :version.
25691
25692         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25693         (gnus-server-offline-face): Add :version.
25694
25695         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25696
25697         * gnus-msg.el (gnus-gcc-externalize-attachments)
25698         (gnus-debug-files, gnus-debug-exclude-variables)
25699         (gnus-discouraged-post-methods): Change :version.
25700         (gnus-confirm-mail-reply-to-news)
25701         (gnus-confirm-treat-mail-like-news): Add :version.
25702
25703         * gnus-int.el (gnus-server-unopen-status): Add :version.
25704
25705         * gnus-group.el (gnus-group-jump-to-group-prompt)
25706         (gnus-large-ephemeral-newsgroup)
25707         (gnus-fetch-old-ephemeral-headers): Add :version.
25708
25709         * gnus-fun.el (gnus-x-face-directory)
25710         (gnus-convert-pbm-to-x-face-command)
25711         (gnus-convert-image-to-x-face-command)
25712         (gnus-convert-image-to-face-command): Add :version.
25713
25714         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25715
25716         * gnus-cite.el (gnus-cite-blank-line-after-header)
25717         (gnus-article-boring-faces): Add :version.
25718
25719         * gnus-art.el (gnus-buttonized-mime-types)
25720         (gnus-inhibit-mime-unbuttonizing)
25721         (gnus-treat-display-face)
25722         (gnus-treat-body-boundary): Change :version.
25723         (gnus-body-boundary-delimiter, gnus-picon-databases)
25724         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25725         (gnus-treat-date-english, gnus-treat-fold-headers)
25726         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25727         (gnus-treat-mail-picon, gnus-treat-wash-html)
25728         (gnus-article-encrypt-protocol)
25729         (gnus-use-idna, gnus-article-over-scroll)
25730         (gnus-mime-display-multipart-alternative-as-mixed)
25731         (gnus-mime-display-multipart-related-as-mixed)
25732         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25733         (gnus-ctan-url, gnus-button-ctan-handler)
25734         (gnus-button-handle-ctan-bogus-regexp)
25735         (gnus-button-ctan-directory-regexp)
25736         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25737         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25738         (gnus-button-man-level, gnus-button-emacs-level)
25739         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25740
25741         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25742         (gnus-agent-go-online): Change :version.
25743         (gnus-agent-expire-unagentized-dirs)
25744         (gnus-agent-auto-agentize-methods): Add :version.
25745
25746         * flow-fill.el (fill-flowed-display-column)
25747         (fill-flowed-encode-column): Add :version.
25748
25749         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25750         (gnus-outlook-deuglify-unwrap-max)
25751         (gnus-outlook-deuglify-cite-marks)
25752         (gnus-outlook-deuglify-unwrap-stop-chars)
25753         (gnus-outlook-deuglify-no-wrap-chars)
25754         (gnus-outlook-deuglify-attrib-cut-regexp)
25755         (gnus-outlook-deuglify-attrib-verb-regexp)
25756         (gnus-outlook-deuglify-attrib-end-regexp)
25757         (gnus-outlook-display-hook): Add :version.
25758
25759         * binhex.el (binhex-use-external): Add :version.
25760
25761 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25762
25763         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25764         and `invisible'.
25765
25766 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25767
25768         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25769         in gnus-registry-trim.
25770
25771 2004-09-13  Simon Josefsson  <jas@extundo.com>
25772
25773         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25774
25775         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25776
25777         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25778         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25779         <yamaoka@jpl.org>.
25780         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25781         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25782         <yamaoka@jpl.org>.
25783
25784         * sieve.el (sieve-manage-mode): Ditto.
25785
25786 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25787
25788         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25789
25790 2004-09-11  Simon Josefsson  <jas@extundo.com>
25791
25792         * dns-mode.el: Add.
25793
25794         * mm-view.el (mm-display-dns-inline): Add.
25795
25796         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25797         (mm-automatic-display): Ditto.
25798
25799         * mailcap.el (mailcap-mime-data): Add text/dns.
25800         (mailcap-mime-extensions): Map .soa to text/dns.
25801
25802 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25803
25804         * gnus-art.el (article-decode-mime-words, article-babel)
25805         (gnus-article-highlight-signature, gnus-article-add-buttons)
25806         (gnus-signature-toggle): Remove unnecessary bindings of
25807         `inhibit-read-only' inherited from v5.10 merge.
25808
25809 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25810
25811         * nntp.el (nntp): New customization group.
25812         (nntp-authinfo-file): Add customization group.
25813
25814         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25815
25816         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25817
25818         * gnus.el (to-address, to-list, subscribed)
25819         (large-newsgroup-initial): Ditto.
25820
25821         * flow-fill.el (fill-flowed-display-column)
25822         (fill-flowed-encode-column): Ditto.
25823
25824 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25825
25826         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25827         Use point-min rather than 1.
25828         (message-send-mail): Use buffer-size rather than point-max.
25829
25830         * gnus-sum.el (gnus-summary-search-article-forward):
25831         Signal a specific `search-failed' rather than a generic `error'.
25832
25833         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25834         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25835         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25836
25837 2004-09-10  Simon Josefsson  <jas@extundo.com>
25838
25839         * nndb.el (require): Remove tcp and duplicate cl.
25840
25841 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * gnus-agent.el (directory-files-and-attributes): Move forward.
25844
25845 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25846
25847         * gnus-agent.el (directory-files-and-attributes):
25848         Optionally defined to support XEmacs.
25849
25850 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25851
25852         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25853         to avoid run-time CL dependencies.
25854         (gnus-agent-unfetch-articles): New function.
25855         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25856         article numbers even when local .overview file is missing.
25857         (gnus-agent-read-article-number): New function.  Only accepts
25858         27-bit article numbers.
25859         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25860         Use gnus-agent-read-article-number.
25861         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25862         from backend while recognizing that article numbers in .overview
25863         must be valid.
25864         (gnus-agent-update-files-total-fetched-for):
25865         Use directory-files-and-attributes to improve performance.
25866         * gnus-int.el (gnus-request-move-article):
25867         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25868         improve performance.
25869
25870         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25871         some users confused by references to .newsrc when they only have a
25872         .newsrc.eld file.
25873         (gnus-convert-mark-converter-prompt)
25874         (gnus-convert-converter-needs-prompt): Fix use of property list.
25875         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25876         New function.  Used internally to only display 'gnus converting
25877         files' message when actually necessary.
25878
25879         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25880         methods now autoloaded.
25881
25882 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25883
25884         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25885         identifiers.
25886
25887 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25888
25889         * gnus-picon.el: Fix indentation and closing parenthesis.
25890
25891 2004-09-01  Simon Josefsson  <jas@extundo.com>
25892
25893         * message.el (message-canlock-generate): Require sha1, not
25894         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25895         to require within a function.  Sadly, if sha1.el isn't loaded, the
25896         let binding in m-c-g will hide the defcustom definition, which is
25897         bad.)
25898
25899         * canlock.el: Require sha1, not sha1-el.
25900
25901         * message.el: Don't autoload sha1 (there is a autoload cookie in
25902         sha1.el).
25903
25904         * sha1-el.el: Rename to sha1.el.
25905
25906 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25907
25908         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25909
25910 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25911
25912         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25913
25914 2004-08-30  Kim F. Storm  <storm@cua.dk>
25915
25916         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25917
25918         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25919         Add :group 'nnimap.
25920
25921 2004-08-30  Andreas Schwab  <schwab@suse.de>
25922
25923         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25924         ?* and ?\;.
25925
25926         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25927         and ?\' to symbol instead of whitespace.
25928
25929 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25930
25931         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25932
25933         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25934         instead of re-search-forward.
25935
25936         * gnus-uu.el (gnus-uu-save-article): Ditto.
25937         (gnus-uu-post-encode-uuencode): Ditto.
25938
25939         * html2text.el (html2text-clean-list-items): Ditto.
25940         (html2text-clean-dtdd): Ditto.
25941         (html2text-format-tags): Ditto.
25942
25943         * message.el (message-send-mail-with-sendmail): Fix regexp.
25944         (message-fill-field-general): Use search-forward instead of
25945         re-search-forward.
25946         (unbold-region): Ditto.
25947
25948         * nnrss.el (nnrss-request-article): Ditto.
25949
25950         * nnslashdot.el (nnslashdot-request-article): Ditto.
25951
25952         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25953
25954         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25955         "Unrecognized menu descriptor" error in XEmacs.
25956
25957 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25958
25959         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25960         parent article of a sparse article in the thread hashtb.
25961
25962 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25963
25964         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25965         (nnmail-expand-newtext): Lowercase expanded entries if
25966         nnmail-split-lowercase-expanded is non-nil.
25967
25968 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25969
25970         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25971
25972         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25973         of gnus-tmp-news-method into string under XEmacs.  It will be
25974         passed to gnus-correct-length which takes only a string argument.
25975
25976 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25977
25978         * gnus-util.el (gnus-bind-print-variables): New macro.
25979         (gnus-prin1): Use it.
25980         (gnus-prin1-to-string): Use it.
25981         (gnus-pp): New function.
25982         (gnus-pp-to-string): New function.
25983
25984         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25985         Replace pp-to-string with gnus-pp-to-string.
25986         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25987         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25988         * gnus-msg.el (gnus-debug): Ditto.
25989         * gnus-score.el (gnus-score-save): Ditto.
25990         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25991         gnus-pp-to-string.
25992         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25993         with gnus-pp.
25994         * score-mode.el (gnus-score-pretty-print): Ditto.
25995         * webmail.el (webmail-debug): Ditto.
25996
25997 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25998
25999         * gnus-art.el (article-display-face, article-display-x-face):
26000         Use buffer-read-only.
26001
26002 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26003
26004         * gnus-art.el (article-hide-list-identifiers):
26005         Bind inhibit-read-only as t.
26006
26007 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
26008
26009         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
26010
26011 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26012
26013         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
26014         (gnus-narrow-to-page): Don't assume point-min == 1.
26015         (gnus-article-edit-mode): Derive from message-mode.
26016
26017         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
26018         point-min == 1.
26019
26020         * imap.el (imap-parse-address-list, imap-parse-body-ext):
26021         Disable incorrect use of `assert'.
26022
26023         * message.el (message-mode): Set comment-start-skip.
26024
26025
26026 2004-08-22  Sam Steingold  <sds@gnu.org>
26027
26028         * pop3.el (pop3-leave-mail-on-server): New user variable.
26029         (pop3-movemail): Delete mail only when it is nil.
26030
26031 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
26032
26033         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
26034
26035         * mml.el (mml-preview): Use `pop-to-buffer'.
26036
26037         * message.el (message-goto-mail-followup-to): Insert after "To".
26038         (message-carefully-insert-headers): Add comment.
26039
26040         * gnus.el: Remove unused variable `gnus-article-check-size'.
26041
26042         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
26043
26044         * gnus-art.el (gnus-button-alist):
26045         Improve `gnus-button-handle-library' entry.
26046
26047 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
26048
26049         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
26050         Use downcase, since XEmacs capitalizes error messages differently.
26051
26052 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
26053
26054         * nntp.el: Add (require 'gnus) due to reference to
26055         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
26056
26057 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
26058
26059         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
26060         Bind `mm-fill-flowed'.
26061
26062         * mm-decode.el (mm-dissect-singlepart): Check it.
26063
26064 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26065
26066         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26067         'imap' for netrc parsing.
26068
26069 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26070
26071         * mailcap.el (mailcap-mime-data): Mark as risky.
26072
26073 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26074
26075         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26076         may be included in the encoded word.
26077         (rfc2047-encode): Don't append a space if the encoded word
26078         includes close parenthesis.
26079
26080 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26081
26082         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26083         of text within parentheses.
26084
26085 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26086
26087         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26088         (gnus-encrypt-write-file-contents): Make the password key the file
26089         name PLUS the cipher, not just the cipher.  Also remove failed
26090         passwords from the cache.
26091
26092 2004-08-06  Simon Josefsson  <jas@extundo.com>
26093
26094         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26095         Doc fix.
26096
26097 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26098
26099         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26100         LWSP.
26101
26102 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26103
26104         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26105         Try to append in-reply-to: data to the references: header.
26106
26107         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26108         (netrc-parse): Use gnus-encrypt.el functions.
26109
26110         * gnus-encrypt.el: Add new file for encryption support; currently
26111         does only a few GPG ciphers and an internal XOR cipher.
26112
26113         * password.el: Add comments on using password-read-and-add.
26114         (password-read-and-add): Add function to read and add the
26115         password to the cache at once.
26116
26117 2004-07-28  Simon Josefsson  <jas@extundo.com>
26118
26119         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26120         parameter (but don't use it, for now).
26121
26122         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26123         instead of hard coding to nil.
26124
26125 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26126
26127         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26128         as mm-inline-image-xemacs does.
26129
26130 2004-07-26  Simon Josefsson  <jas@extundo.com>
26131
26132         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26133         Revert part of 2004-07-17 change below.
26134
26135 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26136
26137         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26138         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26139
26140 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26141
26142         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26143         quotes that actually start with ">" at the beginning of the
26144         lines.
26145
26146 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26147
26148         * rfc2047.el (rfc2047-encode-region): Fix last change.
26149         (rfc2047-encode-parameter): Remove useless concat.
26150
26151 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26152
26153         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26154         encode special characters; fix some kind of misconfigured headers;
26155         signal a real error if debug-on-quit or debug-on-error is non-nil.
26156         (rfc2047-encode-max-chars): New variable.
26157         (rfc2047-encode-1): Use it.
26158         (rfc2047-encode-parameter): New function.
26159
26160         * mml.el (mml-insert-parameter): Remove an excessive space.
26161
26162 2004-07-17  Simon Josefsson  <jas@extundo.com>
26163
26164         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26165         Kai Grossjohann <kai@emptydomain.de>.
26166         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26167         (gnus-group-make-menu-bar): Ditto.
26168
26169         * gnus-util.el (gnus-group-server): Add.
26170
26171 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26172
26173         * message.el (message-clone-locals): Clone sendmail and smtp
26174         variables.
26175
26176 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26177
26178         * rfc2047.el (rfc2047-encode-region): Fix last change.
26179
26180 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26181
26182         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26183         characters as non-special.
26184
26185 2004-07-09  Simon Josefsson  <jas@extundo.com>
26186
26187         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26188         Users will lose all flag changes made while unplugged with
26189         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26190         good default.  See numerous reports on ding mailing list.
26191
26192 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26193
26194         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26195         add generate-head-function and generate-article-function to the
26196         rfc822-forward entry.
26197         (nndoc-rfc822-forward-generate-article): New function.
26198         (nndoc-rfc822-forward-generate-head): New function.
26199
26200         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26201
26202 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26203
26204         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26205         respect display group parameter and gnus-summary-expunge-below.
26206         (gnus-articles-to-read): Remove unused reference to display group
26207         parameter.
26208
26209 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26210
26211         * nnheader.el (nnheader-uniquify-message-id): New experimental
26212         variable.
26213         (nnheader-nov-read-message-id): Use it.
26214
26215         * spam-report.el (spam-report-gmane): Add interactive.
26216
26217 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26218
26219         * mm-encode.el (mm-content-transfer-encoding-defaults):
26220         Use qp-or-base64 for the application/* types.
26221
26222 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26223
26224         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26225
26226 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26227
26228         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26229         trim value.
26230
26231 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26232
26233         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26234         New macro and function.
26235         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26236
26237 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26238
26239         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26240         after-load-alist.
26241
26242 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26243
26244         * gnus-group.el (gnus-group-get-new-news-this-group):
26245         Don't update info that isn't there.
26246
26247 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26248
26249         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26250         entry.
26251
26252 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26253
26254         * mm-view.el (mm-inline-render-with-function): Use multibyte
26255         buffer; decode html source by charset.
26256
26257         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26258
26259         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26260         Mule-UCS is loaded under XEmacs.
26261         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26262
26263 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26264
26265         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26266
26267 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26268
26269         * mm-util.el (mm-coding-system-p): Return a coding-system.
26270         (mm-mime-mule-charset-alist): Use shift_jis instead of
26271         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26272         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26273         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26274         instead of japanese-shift-jis and iso-latin-1 respectively in
26275         order to share the default value with both Emacs and XEmacs-mule.
26276         (mm-mule-charset-to-mime-charset):
26277         Make mm-coding-system-priorities effective.
26278         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26279         while predicating of candidates upon the priorities.
26280
26281 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26282
26283         * gnus-sum.el (gnus-summary-make-menu-bar):
26284         Add gnus-uu-invert-processable.
26285
26286         * gnus.el: Autoload gnus-uu-invert-processable.
26287
26288 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26289
26290         * mm-util.el (mm-with-multibyte-buffer): New macro.
26291
26292         * rfc2047.el (rfc2047-encode-string): Use it.
26293         (rfc2047-encode-region): Move point to the end of the region after
26294         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26295
26296 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26297
26298         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26299         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26300
26301 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26302
26303         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26304         (gnus-cite-parse): Ignore quoted envelope From_.
26305         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26306
26307 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26308
26309         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26310         invalid addresses.
26311
26312 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26313
26314         * spam.el: Change section markers, revise TODO list.
26315         (spam-backends): Make new master list of all installed backends.
26316         (spam-summary-exit-behavior): Add new variable to determine how
26317         messages moves are done at summary exit.
26318         (spam-move-spam-nonspam-groups-only)
26319         (spam-process-ham-in-nonham-groups)
26320         (spam-process-ham-in-spam-groups): Remove variables, the
26321         spam-summary-exit-behavior variable should be used to manage this
26322         behavior.
26323         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26324         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26325         and spam-old-spam-articles.
26326         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26327         Add empty variables, placeholders for the backends they represent.
26328         (spam-set-difference): Move, unchanged.
26329         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26330         unless the user has a processor variable.
26331         (spam-classifications, spam-classification-valid-p)
26332         (spam-backend-properties, spam-backend-property-valid-p)
26333         (spam-backend-function-type-valid-p)
26334         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26335         (spam-report-articles-gmane, spam-report-articles-resend):
26336         Remove functions, they are not needed.
26337         (spam-install-backend-super, spam-backend-list)
26338         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26339         (spam-backend-function, spam-backend-ham-registration-function)
26340         (spam-backend-spam-registration-function)
26341         (spam-backend-ham-unregistration-function)
26342         (spam-backend-spam-unregistration-function)
26343         (spam-backend-statistical-p, spam-backend-mover-p)
26344         (spam-install-backend-alias, spam-install-checkonly-backend)
26345         (spam-install-mover-backend, spam-install-nocheck-backend)
26346         (spam-install-backend, spam-install-statistical-backend)
26347         (spam-install-statistical-checkonly-backend): Add backend installation
26348         support.
26349         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26350         (spam-group-processor-p): Use the new backend code and respect the
26351         summary exit behavior.
26352         (spam-mark-spam-as-expired-and-move-routine): Remove.
26353         (spam-summary-prepare): Change to use the new spam-old-articles
26354         variable.
26355         (spam-copy-or-move-routine, spam-copy-spam-routine)
26356         (spam-move-spam-routine, spam-copy-ham-routine)
26357         (spam-move-ham-routine): Add code to copy/move ham or spam.
26358         (spam-fetch-field-fast): Improve doc and code, plus allow the
26359         'number request.
26360         (spam-list-of-checks, spam-list-of-statistical-checks):
26361         Remove variables.
26362         (spam-split, spam-find-spam): Use the new backend code.
26363         (spam-registration-functions): Remove variable.
26364         (spam-unregister-routine): Add convenience wrapper.
26365         (spam-log-undo-registration, spam-register-routine)
26366         (spam-log-processing-to-registry)
26367         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26368         where possible.
26369         (spam-check-gmane-xref, spam-check-regex-headers)
26370         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26371         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26372         (spam-check-bogofilter-headers, spam-check-spamoracle)
26373         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26374         (spam-check-crm114-headers): Use the spam-split-group that
26375         spam-split prepares, no need to determine it every time.
26376
26377         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26378         to the nnheader-parse-naked-head call.
26379
26380         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26381
26382         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26383         the nnheader-nov-read-message-id call.
26384
26385 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26386
26387         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26388         gnus-activate-group twice.  Suggested by Markus Peter
26389         <warp@spin.de>.
26390
26391 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26392
26393         * gnus-art.el (gnus-article-time-format): Exchange the order of
26394         day and month in the default value; fix customization type.
26395         (article-date-ut): Use add-text-properties.
26396         (article-make-date-line): Use message-make-date instead of
26397         current-time-string.
26398
26399         * message.el (message-fetch-field): Don't use set-text-properties.
26400         (message-make-date): Simplify.
26401
26402         * messagexmas.el (message-xmas-make-date): New function.
26403         (message-xmas-redefine): Defalias message-make-date to it.
26404
26405 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26406
26407         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26408         (rfc2047-encode-region): Treat text within parentheses as special;
26409         show the original text when error has occurred.
26410
26411         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26412         already-computed method to gnus-activate-group.
26413
26414         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26415         same select-methods identical Lisp objects.
26416
26417         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26418         object when modifying the info.
26419
26420 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26421
26422         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26423         gnus-opened-servers since it has never been opened with the new
26424         configuration yet.
26425
26426 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26427
26428         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26429         arg to nnheader-generate-fake-message-id.
26430
26431 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26432
26433         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26434         number and build a fake message ID localized to a group and
26435         article number (so it's repeatable from that point on).
26436         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26437         ID format.
26438
26439         * gnus-sum.el (gnus-get-newsgroup-headers):
26440         Call nnheader-generate-fake-message-id with the article number.
26441
26442 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26443
26444         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26445         end-of-buffer.
26446
26447 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26448
26449         * message.el (message-ignored-supersedes-headers): Add Approved.
26450
26451 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26452
26453         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26454         goto-char.
26455         (rfc2047-encode): Fold the line before encoding.
26456
26457 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26458
26459         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26460         folding -- not all headers can be folded, and this should be done
26461         by the message composition mode.  Probably.  I think.
26462
26463 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26464
26465         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26466         fast.
26467
26468         * gnus-ems.el (gnus-remove-image): Don't use
26469         message-text-with-property; remove only the image found first.
26470
26471         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26472         found first.
26473
26474 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26475
26476         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26477
26478 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26479
26480         * message.el (message-text-with-property): Make it fast and accept
26481         optional arguments.
26482         (message-strip-forbidden-properties): Use it.
26483         (message-fix-before-sending): Follow the m-t-w-p change.
26484
26485         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26486
26487 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26488
26489         * gnus-art.el (article-hide-headers): Don't change the buffer
26490         mistakenly when performing mml-preview even if
26491         gnus-single-article-buffer is nil.
26492
26493 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26494
26495         * message.el (message-expand-name-databases): New user option.
26496         (message-expand-name): Use it.
26497
26498 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26499
26500         * spam.el (spam-report-articles-resend)
26501         (spam-report-resend-register-routine): Allow ham reporting.
26502         (spam-report-resend-register-ham-routine): Add wrapper.
26503         (spam-registration-functions): Add ham resending functions.
26504         (spam-list-of-processors): Add ham resend processor.
26505
26506         * gnus.el (ham-resend-to): Add new group parameter.
26507         (spam-process): Add ham resend option.
26508
26509         * spam-report.el (spam-report-resend): Allow reporting ham.
26510         (spam-report-resend-ham): Add wrapper.
26511
26512 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26513
26514         * message.el (message-cite-articles-with-x-no-archive):
26515         New variable.
26516         (message-cite-original): Use it.
26517
26518 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26519
26520         * message.el (message-cite-original): Respect X-No-Archive.
26521
26522 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26523
26524         * gnus-art.el (article-hide-headers): Refer to the values for
26525         gnus-ignored-headers and gnus-visible-headers in the summary
26526         buffer since a user may have set them as group parameters.
26527
26528 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26529
26530         * assistant.el (assistant-node-name): Add convenience function.
26531         (assistant-render-text, assistant-render-node): Add error handling,
26532         plus handle multiple next nodes.
26533         (assistant-find-next-node): Comment out for now.
26534         (assistant-find-next-nodes): Add function, returns list of next
26535         nodes.
26536
26537 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26538
26539         * mail-source.el (mail-source-directory): Fix doc-string.
26540
26541 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26542
26543         * assistant.el (assistant-render-text, assistant-eval): Add :set
26544         widget type, which is different because it takes and returns a
26545         list.  Much hilarity ensues.
26546
26547 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26548
26549         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26550
26551         * gnus-group.el (gnus-group-get-new-news-this-group):
26552         Add doc-string.
26553
26554         * gnus-start.el (gnus-activate-group): Add doc-string.
26555
26556 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26557
26558         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26559
26560 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26561
26562         * assistant.el (assistant-render-text): Try to add a :set
26563         widget, more to come.
26564
26565         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26566         strings.
26567         (spam-report-articles-resend)
26568         (spam-register-routine): Do registration iff any articles warrant
26569         it.
26570         (spam-summary-prepare-exit): Change log message for nil group
26571         destinations.
26572
26573 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26574
26575         * spam.el (spam-report-resend-register-routine):
26576         Allow spam-report-resend-to to be a group parameter or a global value.
26577
26578 2004-05-26  Simon Josefsson  <jas@extundo.com>
26579
26580         * starttls.el: Merge with my GNUTLS based starttls.el.
26581         (starttls-gnutls-program, starttls-use-gnutls)
26582         (starttls-extra-arguments, starttls-process-connection-type)
26583         (starttls-connect, starttls-failure, starttls-success):
26584         New variables.
26585         (starttls-program, starttls-extra-args): Doc fix.
26586         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26587         New functions.
26588         (starttls-negotiate, starttls-open-stream):
26589         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26590         function if it is set.
26591
26592 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26593
26594         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26595         structured fields.
26596
26597 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26598
26599         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26600
26601 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26602
26603         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26604         Add variable.
26605         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26606         assigning the spam-mark to new messages.
26607
26608 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26609
26610         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26611
26612 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26613
26614         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26615
26616         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26617         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26618         default.
26619
26620 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26621
26622         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26623         correct data.
26624
26625 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26626
26627         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26628         (spam-group-processor-p): Fix function.
26629         (spam-group-processor-multiple-p)
26630         (spam-group-spam-processor-report-gmane-p)
26631         (spam-group-spam-processor-report-resend-p)
26632         (spam-group-spam-processor-bogofilter-p)
26633         (spam-group-spam-processor-blacklist-p)
26634         (spam-group-spam-processor-ifile-p)
26635         (spam-group-ham-processor-ifile-p)
26636         (spam-group-spam-processor-spamoracle-p)
26637         (spam-group-spam-processor-crm114-p)
26638         (spam-group-ham-processor-bogofilter-p)
26639         (spam-group-spam-processor-stat-p)
26640         (spam-group-ham-processor-stat-p)
26641         (spam-group-ham-processor-whitelist-p)
26642         (spam-group-ham-processor-BBDB-p)
26643         (spam-group-ham-processor-spamoracle-p)
26644         (spam-group-ham-processor-copy-p): Remove functions with some
26645         prejudice against unneeded code.
26646         (spam-report-articles-resend)
26647         (spam-report-resend-register-routine): Allow the group/topic
26648         spam-resend-to value to override spam-report-resend-to.
26649         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26650         properly now.
26651
26652         * gnus.el (spam-resend-to): Add group/topic parameter.
26653         (spam-process): Move the OBSOLETE processors to the end of the
26654         choices.
26655
26656 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26657
26658         * spam-report.el (spam-report-resend-to, spam-report-resend):
26659         Start with resend-to set to nil, and then ask the user if necessary.
26660         (spam-report-resend): spam-report-resend takes a list of articles, not
26661         separate article numbers.
26662
26663 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26664
26665         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26666         addition to emacs-w3m.
26667
26668 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26669
26670         * assistant.el (assistant-authinfo-data): New function.
26671         (assistant-eval): Eval for entire assistant.
26672
26673         * netrc.el (netrc-services-file): New variable.
26674         (netrc-parse-services): New function.
26675         (netrc-find-service-name): New function.
26676         (netrc-find-service-number): New function.
26677         (netrc-port-equal): New function.
26678         (netrc-machine): Use it.
26679
26680         * nnimap.el (nnimap-open-connection): Use netrc.
26681
26682         * gnus-util.el (gnus-netrc-get): Remove aliases.
26683
26684         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26685
26686         * assistant.el (wid-edit): Fix compilation.
26687
26688         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26689
26690 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26691
26692         * gnus-util.el (gnus-set-file-modes): New function.  (small
26693         patch).
26694
26695 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26696
26697         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26698
26699         * assistant.el (assistant-render-node): Fix up rendering and
26700         read-only text.
26701         (assistant-render-node): Reset.
26702         (assistant-make-read-only): Not sticky.
26703
26704 2004-05-20  Danny Siu  <dsiu@adobe.com>
26705
26706         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26707         centered even when gnus-auto-center-summary is t.
26708
26709 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26710
26711         * dns.el (dns-get-txt-answer): New function.
26712         (dns-read-txt): Ditto.
26713         (query-dns): Use it.
26714
26715 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26716
26717         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26718         active for foreign groups even if the group level is higher than
26719         the specified value.
26720
26721 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26722
26723         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26724         non-active groups.
26725
26726         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26727
26728 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26729
26730         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26731
26732 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26733
26734         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26735         (spam-crm114-header, spam-crm114-spam-switch)
26736         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26737         (spam-crm114-positive-spam-header)
26738         (spam-crm114-database-directory, spam-list-of-processors)
26739         (spam-group-spam-processor-crm114-p)
26740         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26741         (spam-generic-score, spam-list-of-checks)
26742         (spam-list-of-statistical-checks, spam-registration-functions)
26743         (spam-check-crm114-headers, spam-crm114-score)
26744         (spam-check-crm114, spam-crm114-register-with-crm114)
26745         (spam-crm114-register-spam-routine)
26746         (spam-crm114-unregister-spam-routine)
26747         (spam-crm114-register-ham-routine)
26748         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26749
26750 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26751
26752         * gnus.el: Add spam-use-crm114.
26753
26754         * spam.el (spam-list-of-processors, spam-registration-functions):
26755         Add spam-use-resend.
26756         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26757         (spam-report-articles-gmane): Add doc fix.
26758         (spam-report-articles-resend, spam-report-resend-register-routine):
26759         Add wrappers around spam-report-resend-to.
26760
26761         * spam-report.el (spam-report-resend-to, spam-report-resend):
26762         Add support for resending spam.
26763         (spam-report-gmane): Fix line length >80.
26764
26765         * gnus.el (spam-process): Add spam-use-resend.
26766
26767 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26768
26769         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26770         number of processed spam messages.
26771         (spam-ham-copy-or-move-routine): Return the number of processed
26772         ham messages.
26773         (spam-summary-prepare-exit): Use the above values to decide
26774         whether status messages should be displayed.
26775
26776 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26777
26778         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26779         `rfc2047-encoding-function-alist' in order to avoid conflicting
26780         with the old version.
26781         (rfc2047-encode-region): Concatenate words containing non-ASCII
26782         characters in structured fields; don't encode space-delimited
26783         ASCII words even in unstructured fields; don't break words at
26784         char-category boundaries.
26785         (rfc2047-encode-1): New function.
26786         (rfc2047-encode): Use it; encode text so that it occupies the
26787         maximum width within 76-column; work correctly on Q encoding for
26788         iso-2022-* charsets.
26789         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26790         sure not to break a line just after the header name.
26791         (rfc2047-b-encode-region): Remove.
26792         (rfc2047-b-encode-string): New function.
26793         (rfc2047-q-encode-region): Remove.
26794         (rfc2047-q-encode-string): New function.
26795
26796         * mm-util.el (mm-replace-in-string): New function.
26797
26798 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26799
26800         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26801         Really get it right.
26802         (gnus-inews-make-draft): Really.
26803
26804 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26805
26806         * nnmh.el (nnmh-request-list-1): Don't check the link count
26807         before descending.  (small patch)
26808
26809 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26810
26811         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26812         stuff.
26813
26814         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26815         Match on real group name.
26816
26817         * gnus-art.el (gnus-signature-limit): Doc fix.
26818
26819         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26820
26821         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26822
26823 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26824
26825         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26826         isn't a string.
26827
26828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26829
26830         * gnus-draft.el (gnus-draft-send):
26831         Bind rfc2047-encode-encoded-words.
26832
26833         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26834         (rfc2047-encodable-p): Say that =? needs encoding.
26835         (rfc2047-encode-encoded-words): New variable.
26836
26837         * gnus-group.el (gnus-group-select-group): Doc fix.
26838
26839         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26840
26841         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26842         to nil.
26843
26844         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26845
26846         * nnheader.el (nnheader-get-lines-and-char): New function.
26847
26848 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26849
26850         * gnus-msg.el (gnus-summary-followup-with-original):
26851         Document yanking of region when active.
26852
26853 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26854
26855         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26856         groups if the group level is higher than the specified value.
26857
26858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26859
26860         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26861         (gnus-group-jump-to-group): Add prefix argument using
26862         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26863         non-active group.
26864
26865         * compface.el (uncompface): Be verbose when changing
26866         `uncompface-use-external'.
26867
26868         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26869         handle manual section.
26870
26871 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26872
26873         * gnus-art.el (gnus-button-alist): Revert previous change.
26874
26875 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26876
26877         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26878
26879 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26880
26881         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26882         whether backend can accept message.
26883
26884         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26885
26886 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26887
26888         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26889         Avoid creating directory when nntp-marks-is-evil is true.
26890         Reported by Reiner Steib.
26891
26892 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26893
26894         * gnus-picon.el (gnus-picon-insert-glyph):
26895         Add optional `nostring' argument.
26896
26897 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26898
26899         * gnus-picon.el (gnus-picon-style): New variable.
26900         (gnus-picon-transform-address): Support `gnus-picon-style'.
26901
26902 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26903
26904         * message.el (message-fill-field): Return point.
26905         (message-generate-headers): Go to end of field.
26906
26907         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26908         stuff for non-living groups.
26909
26910 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26911
26912         * gnus-art.el (gnus-article-followup-with-original)
26913         (gnus-article-reply-with-original): gnus-mark-active-p ->
26914         gnus-region-active-p.
26915
26916 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26917
26918         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26919         only when there is spam or ham to be processed.
26920
26921 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26922
26923         * mail-source.el (mail-source-delete-crash-box): Refactor.
26924         (mail-source-fetch): Use it.
26925         (mail-source-fetch-file): Ditto.
26926         (mail-source-fetch-directory): Run postscript in loop.
26927         (mail-source-fetch-pop): Delete.
26928         (mail-source-fetch-maildir): Ditto.
26929         (mail-source-fetch-imap): Ditto.
26930
26931         * imap.el (imap-authenticators): Comment out sasl.
26932
26933         * message.el (message-skip-to-next-address): New function.
26934         (message-fill-header-address): Refactor.
26935         (message-fill-address): Use it.
26936         (message-delete-address): Use it.
26937         (message-fill-header-general): Refactor.
26938         (message-fill-field-address): Rename.
26939         (message-narrow-to-field): Find the start of the header.
26940         (message-header-format-alist): Don't pre-fill.
26941         (message-fill-header): Remove.
26942         (message-insert-header): New function.
26943         (message-shorten-references): Use it.
26944
26945         * rfc2047.el (rfc2047-field-value): Strip props.
26946
26947         * mail-parse.el (mail-header-make-address): New alias.
26948
26949         * ietf-drums.el (ietf-drums-make-address): New function.
26950
26951         * imap.el: Add compiler directives.
26952
26953         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26954
26955         * gnus-art.el (article-decode-idna-rhs): Don't use
26956         message-idna-inside-rhs-p.
26957
26958 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26959
26960         * message.el (message-idna-inside-rhs-p): Remove.
26961         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26962
26963         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26964         false positives.
26965
26966 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26967
26968         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26969
26970 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26971
26972         * nneething.el (nneething-file-name): Don't create spurious
26973         files.
26974
26975         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26976         (gnus-inews-do-gcc): Remove sleep.
26977
26978         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26979         part under point.
26980
26981         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26982         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26983
26984 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26985
26986         * spam.el (spam-summary-prepare-exit): Fix (length).
26987
26988 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26989
26990         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26991         as expired without moving it" message when there are spam
26992         messages left.
26993
26994 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26995
26996         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26997         header is not nil.
26998
26999 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
27000
27001         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
27002         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
27003         (nntp-marks-changed-p): New arg SERVER.
27004         (nntp-request-update-info): Adjust caller.
27005
27006 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
27007
27008         * nntp.el (nntp-save-marks): Pass missing arg.
27009
27010 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
27011
27012         * nntp.el: Support marks.
27013         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
27014         (nntp-marks-modtime, nntp-marks-directory): New variables.
27015         (nntp-request-set-mark, nntp-request-update-info)
27016         (nntp-possibly-create-directory, nntp-marks-changed-p)
27017         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
27018         New functions.
27019
27020 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
27021
27022         * gnus-xmas.el (gnus-xmas-select-lowest-window)
27023         (gnus-xmas-redefine): Rename.
27024
27025         * gnus-score.el (gnus-score-insert-help):
27026         Use gnus-select-lowest-window.
27027
27028         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
27029         appt-select-lowest-window and rename to gnus-select-lowest-window.
27030
27031         * gnus.el: do.
27032
27033 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27034
27035         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
27036         encodings of MIME-encoded words, in order to improve
27037         interoperability with several broken MUAs.
27038
27039 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27040
27041         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
27042         tags, only when charsets are not specified in headers.
27043         (mm-inline-text-html-render-with-w3m): Ditto.
27044
27045         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
27046         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
27047
27048 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27049
27050         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
27051         instead of MIME-decoded from fields when checking
27052         `gnus-article-address-banner-alist'.
27053
27054 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
27055
27056         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
27057         description rather than subject.
27058
27059 2004-05-02  Steve Youngs  <steve@youngs.au.com>
27060
27061         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27062
27063 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27064
27065         * gnus.el (gnus-version-number): Bump.
27066
27067 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27068
27069         * gnus.el: No Gnus v0.2 is released.
27070
27071 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27072
27073         * gnus-agent.el (gnus-agent-read-agentview):
27074         Inline gnus-uncompress-range.
27075
27076 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27077
27078         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27079         `exec-installed-p'.
27080
27081 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27082
27083         * gnus.el (spam-process, spam-autodetect-methods):
27084         Add bsfilter and bsfilter-headers.
27085
27086         * spam.el (spam-bsfilter): New customize group.
27087         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27088         (spam-bsfilter-header, spam-bsfilter-probability-header)
27089         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27090         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27091         (spam-bsfilter-database-directory): New options.
27092         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27093         (spam-list-of-statistical-checks, spam-registration-functions):
27094         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27095         (spam-bsfilter-score): New command.
27096         (spam-check-bsfilter-headers, spam-check-bsfilter)
27097         (spam-bsfilter-register-with-bsfilter)
27098         (spam-bsfilter-register-spam-routine)
27099         (spam-bsfilter-unregister-spam-routine)
27100         (spam-bsfilter-register-ham-routine)
27101         (spam-bsfilter-unregister-ham-routine): New functions.
27102         (spam-generic-score): Support bsfilter; Accept an optional argument
27103         to recalcurate spam score even if scoring header has already been
27104         added.
27105         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27106         optional argument to recalcurate spam score even if scoring header
27107         has already been added.
27108
27109 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27110
27111         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27112         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27113         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27114         link is missing.
27115
27116 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27117
27118         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27119         (html2text-get-attr): Rewrite.
27120
27121         * message.el (message-setup-1): Remove redundant put-text-property
27122         on mail-header-separator.
27123
27124 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27125
27126         * gnus-registry.el (gnus-registry-cache-whitespace)
27127         (gnus-registry-action, gnus-registry-spool-action)
27128         (gnus-registry-split-fancy-with-parent): Change message levels
27129         from 5 to 3 or 7, as needed.
27130
27131         * spam.el (spam-summary-prepare-exit)
27132         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27133         (spam-split, spam-find-spam, spam-log-undo-registration)
27134         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27135         level from 5 to 6.
27136
27137 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27138
27139         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27140         2004-03-04 change).
27141
27142 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27143
27144         * sieve-manage.el (sieve-manage-open):
27145         * nnweb.el (nnweb-insert-html):
27146         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27147         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27148         * nnspool.el (nnspool-request-group):
27149         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27150         * nnml.el (nnml-request-update-info):
27151         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27152         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27153         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27154         (nnimap-request-set-mark):
27155         * nnfolder.el (nnfolder-request-update-info):
27156         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27157         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27158         * gnus-uu.el (gnus-uu-find-articles-matching):
27159         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27160         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27161         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27162         * gnus-nocem.el (gnus-nocem-scan-groups):
27163         * gnus-int.el (gnus-start-news-server):
27164         * gnus-group.el (gnus-group-make-kiboze-group)
27165         (gnus-group-browse-foreign-server):
27166         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27167         Use mapc when appropriate.
27168
27169 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27170             Adam Sjøgren  <asjo@koldfront.dk>
27171             Wes Hardaker  <wes@hardakers.net>
27172             Michael Shields  <shields@msrl.com>
27173
27174         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27175         may need for spam sorting and scoring.
27176         (spam-user-format-function-S): Add user format function suitable for
27177         general use.
27178         (spam-article-sort-by-spam-status): Add sorting function for summary
27179         sorting.
27180         (spam-extra-header-to-number): Add function to get a score from a
27181         header.
27182         (spam-summary-score): Add function to get a numeric score from the
27183         headers.
27184         (spam-generic-score): Fix function doc, was in wrong place.
27185         (spam-initialize): Take symbols when it's run, and install the
27186         extra headers that spam-necessary-extra-headers thinks we need.
27187
27188 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27189
27190         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27191         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27192
27193 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27194
27195         * gnus-sum.el (gnus-set-global-variables)
27196         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27197         (gnus-article-get-xrefs, gnus-summary-best-group)
27198         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27199         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27200         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27201         Use with-current-buffer.
27202
27203 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27204
27205         * spam.el (spam-summary-prepare-exit): Simplify logic.
27206         (spam-fetch-article-header): Read the article header if it's not
27207         available.
27208         (spam-list-articles): Simplify logic.
27209         (spam-filelist-register-routine): Fix bug with unregister-list.
27210
27211         * gnus-registry.el: Fix comments at beginning.
27212
27213 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27214
27215         * message.el (message-cater-to-broken-inn): Remove.
27216         (message-shorten-references): Make sure the total folded length of
27217         References is shorter than 998 characters to cater to a bug in INN
27218         2.3.  Also, don't pretend that references aren't folded -- this
27219         hasn't worked for a while.
27220
27221 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27222
27223         * gnus-agent.el (gnus-agentize):
27224         gnus-agent-send-mail-real-function no longer set to current value
27225         of message-send-mail-function but rather a lambda that calls
27226         message-send-mail-function.  The change makes the agent real-time
27227         responsive to user changes to message-send-mail-function.
27228
27229 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27230
27231         * legacy-gnus-agent.el
27232         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27233         help from Florian Weimer <fw@deneb.enyo.de>
27234
27235 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27236
27237         * nnmail.el (nnmail-cache-insert): Revert last change.
27238
27239 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27240
27241         * nnmail.el (nnmail-cache-insert): Always check whether
27242         nnmail-cache-ignore-groups matches a group name.
27243
27244 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27245
27246         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27247         (spam-find-spam, spam-log-processing-to-registry)
27248         (spam-log-registered-p, spam-log-unregistration-needed-p)
27249         (spam-log-undo-registration): Use gnus-message instead of
27250         gnus-error, none of these errors are fatal.
27251
27252         * gnus-registry.el (gnus-registry-clean-empty-function)
27253         (gnus-registry-clean-empty): Remove only empty entries without
27254         extra data.
27255
27256 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27257
27258         * spam-stat.el (spam-stat-buffer-change-to-spam)
27259         (spam-stat-buffer-change-to-non-spam): Change (error) to
27260         (gnus-message 8) invocation.
27261
27262 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27263
27264         * nntp.el (nntp-via-netcat-command): New variable.
27265         (nntp-via-netcat-switches): New variable.
27266         (nntp-open-via-rlogin-and-netcat): New function.
27267         (nntp-open-connection-function): Doc fix.
27268         (nntp-telnet-command): Doc fix.
27269         (nntp-end-of-line): Doc fix.
27270         (nntp-via-rlogin-command): Doc fix.
27271         (nntp-via-user-name): Doc fix.
27272         (nntp-via-address): Doc fix.
27273
27274 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27275
27276         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27277         error in Emacs 21.1.
27278
27279 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27280
27281         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27282
27283 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27284
27285         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27286         (gnus-agent-with-refreshed-group): New macro.
27287         (gnus-agent-rename-group): New function.
27288         (gnus-agent-delete-group): New function.
27289         (gnus-agent-save-group-info): Use gnus-command-method when
27290         `method' parameter is nil.  Don't write nil entries into the
27291         active file.
27292         (gnus-agent-get-group-info): New function.
27293         (gnus-agent-fetch-articles):
27294         Use gnus-agent-update-files-total-fetched-for to increment disk space
27295         used.
27296         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27297         Use gnus-agent-update-view-total-fetched-for to increment disk space
27298         used.
27299         (gnus-agent-get-local): Add optional parameters to avoid calling
27300         gnus-group-real-name and gnus-find-method-for-group.
27301         (gnus-agent-set-local): Delete stored entry if either min, or max,
27302         are nil.
27303         (gnus-agent-fetch-session): Reworded error/quit messages.
27304         On quit, use gnus-agent-regenerate-group to record existance of any
27305         articles fetched to disk before the quit occurred.
27306         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27307         gnus-agent-update-view-total-fetched-for, and
27308         gnus-agent-update-files-total-fetched-for to decrement disk space
27309         used.
27310         (gnus-agent-retrieve-headers):
27311         Use gnus-agent-update-view-total-fetched-for to increment disk space
27312         used.
27313         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27314         with gnus-agent-update-files-total-fetched-for to decrement disk
27315         space and fresh group buffer.
27316         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27317         (gnus-agent-need-update-total-fetched-for): New variable.
27318         (gnus-agent-update-files-total-fetched-for): New function.
27319         (gnus-agent-update-view-total-fetched-for): New function.
27320         (gnus-agent-total-fetched-for): New function.
27321
27322         * gnus-cache.el (gnus-cache-save-buffers):
27323         Use gnus-cache-update-overview-total-fetched-for to change disk space
27324         used by this group.
27325         (gnus-cache-possibly-enter-article):
27326         Use gnus-cache-update-file-total-fetched-for to increment disk space
27327         used by this group.
27328         (gnus-cache-possibly-remove-article):
27329         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27330         used by this group.
27331         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27332         (gnus-cache-rename-group): New function.
27333         (gnus-cache-delete-group): New function.
27334         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27335         (gnus-cache-need-update-total-fetched-for): New variable.
27336         (gnus-cache-with-refreshed-group): New macro.
27337         (gnus-cache-update-file-total-fetched-for): New function.
27338         (gnus-cache-update-overview-total-fetched-for): New function.
27339         (gnus-cache-rename-group-total-fetched-for): New function.
27340         (gnus-cache-delete-group-total-fetched-for): New function.
27341         (gnus-cache-total-fetched-for): New function.
27342
27343         * gnus-group.el: Require gnus-sum and autoload functions to
27344         resolve warnings when gnus-group.el compiled alone.
27345         (gnus-group-line-format): Document new %F.
27346         (size of Fetched data) group line format; identifies disk space
27347         used by agent and cache.
27348         (gnus-group-line-format-alist): Define new F format.
27349         (gnus-total-fetched-for): New function.
27350         (gnus-group-delete-group): No longer update
27351         gnus-cache-active-altered as gnus-request-delete-group now keeps
27352         the cache in sync.
27353         (gnus-group-list-active): Let the agent store a server's active
27354         list if currently plugged.
27355
27356         * gnus-int.el (gnus-request-delete-group):
27357         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27358         local disk in sync with the server.
27359         (gnus-request-rename-group):
27360         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27361         local disk in sync with the server.
27362
27363         * gnus-start.el (gnus-get-unread-articles):
27364         Cosmetic simplification to logic.
27365
27366         * gnus-util.el (gnus-rename-file): New function.
27367
27368 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27369
27370         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27371
27372 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27373
27374         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27375         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27376
27377 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27378
27379         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27380         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27381
27382 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27383
27384         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27385
27386 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27387
27388         * spam.el (spam-set-difference): Add function to replace
27389         gnus-set-difference in spam.el.
27390         (spam-summary-prepare-exit): Use spam-set-difference.
27391
27392 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27393
27394         * gnus-registry.el (gnus-registry-cache-file): Update to use
27395         gnus-dribble-directory OR gnus-home-directory OR ~.
27396         (gnus-registry-split-fancy-with-parent): Fix doc.
27397
27398 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27399
27400         * message.el (message-exchange-point-and-mark):
27401         Use message-mark-active-p.  Suggested by Jesper Harder
27402         <harder@ifa.au.dk>.
27403
27404 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27405
27406         * message.el (message-exchange-point-and-mark): Don't activate
27407         region if it was inactive.  Suggested by Hiroshi Fujishima
27408         <pooh@nature.tsukuba.ac.jp>.
27409
27410 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27411
27412         * gnus-art.el (article-display-face): Display Faces in the same
27413         order as X-Faces.
27414
27415 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27416
27417         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27418
27419 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27420
27421         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27422         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27423         (gnus-article-mime-hierarchy): Remove.
27424         (gnus-article-mime-hierarchy-next): Remove.
27425         (gnus-article-mode): Revert 2004-03-19 change.
27426         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27427         (gnus-insert-mime-button): Revert 2004-03-19 change.
27428         (gnus-mime-accumulate-hierarchy): Remove.
27429         (gnus-mime-enter-multipart): Remove.
27430         (gnus-mime-leave-multipart): Remove.
27431         (gnus-mime-display-part): Revert 2004-03-19 change.
27432         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27433
27434         * mml.el (mml-preview): Revert 2004-03-19 change.
27435
27436 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27437
27438         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27439
27440 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27441
27442         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27443         t while entering a file name using the mm-with-multibyte macro.
27444         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27445
27446         * mm-util.el (mm-with-multibyte): New macro.
27447
27448 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27449
27450         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27451         New user option.
27452         (gnus-mime-multipart-functions): Doc and customization fix.
27453         (gnus-article-mime-hierarchy): New variable.
27454         (gnus-article-mime-hierarchy-next): New variable.
27455         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27456         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27457         gnus-article-mime-hierarchy-next to nil.
27458         (gnus-insert-mime-button): Show hierarchy numbers.
27459         (gnus-mime-accumulate-hierarchy): New function.
27460         (gnus-mime-enter-multipart): New function.
27461         (gnus-mime-leave-multipart): New function.
27462         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27463         (gnus-mime-display-alternative): Show hierarchy numbers.
27464
27465         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27466         gnus-article-mime-hierarchy-next to nil.
27467
27468 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27469
27470         * dns.el: Don't require gnus-xmas.
27471
27472 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27473
27474         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27475         inline PGP.
27476         (mml-menu): Disable mml-quote-region if mark is inactive.
27477
27478 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27479
27480         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27481         when the group's active is not available.
27482
27483 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27484
27485         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27486         error.
27487
27488 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27489
27490         * imap.el (imap-store-password): New variable.
27491         (imap-interactive-login): Use it.
27492         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27493
27494 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27495
27496         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27497         window-start and hscroll to summary window.
27498
27499 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27500
27501         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27502         conversion message to newsrc-dribble when an actual conversion is
27503         performed.
27504
27505 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27506
27507         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27508
27509 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27510
27511         * mm-decode.el (mm-complicated-handles): New function reviving
27512         former definition of mm-multiple-handles.
27513
27514         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27515         (gnus-mime-delete-part): Use it.
27516
27517 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27518
27519         * gnus-agent.el (gnus-agent-read-local):
27520         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27521         avoid the implicit assumption that they will always be equal.
27522         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27523         coding-system-for-write, as the with-temp-file macro first prints
27524         to a buffer then saves the buffer.
27525
27526 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27527
27528         * gnus-art.el (gnus-article-edit-part): New function.
27529         (gnus-mime-save-part-and-strip): Use it; do query instead of
27530         signaling an error; don't use mm-multiple-handles.
27531         (gnus-mime-delete-part): Ditto.
27532
27533 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27534
27535         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27536         old file versions.
27537         (gnus-group-prepare-hook): Remove function that converted list
27538         form of gnus-agent-expire-days to group properties.
27539
27540         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27541         (gnus-request-accept-article): Re-indented.
27542
27543         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27544         converters to handle old agent file formats.  Add logic for a
27545         "backup before upgrading warning".
27546         (gnus-convert-mark-converter-prompt): Developers can mark
27547         functions as needing (default), or not needing,
27548         gnus-convert-old-newsrc's "backup before upgrading warning".
27549         (gnus-convert-converter-needs-prompt): Tests whether the user
27550         should be protected from potentially irreversable changes by the
27551         function.
27552
27553         * legacy-gnus-agent.el: New.  Provides converters that are only
27554         loaded when gnus-convert-old-newsrc needs to call them.
27555
27556 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27557
27558         * mail-source.el (mail-source-touch-pop): Doc fix.
27559
27560         * message.el (message-smtpmail-send-it): Doc fix.
27561
27562 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27563
27564         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27565
27566         * nnmail.el (nnmail-split-fancy): do.
27567
27568         * gnus-kill.el (gnus-kill, gnus-execute): do.
27569
27570 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27571
27572         * gnus-sum.el (gnus-widget-reversible-match)
27573         (gnus-widget-reversible-to-internal)
27574         (gnus-widget-reversible-to-external): New functions.
27575         (gnus-widget-reversible): New widget.
27576         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27577
27578 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27579
27580         * gnus-sum.el (gnus-thread-sort-functions)
27581         (gnus-article-sort-functions): Document `(not F)' items.
27582
27583 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27584
27585         * spam.el (spam-use-gmane-xref): Add new backend.
27586         (spam-gmane-xref-spam-group): Add variable to control the name of the
27587         Gmane spam group.
27588         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27589         (spam-regex-headers-spam, spam-regex-headers-ham)
27590         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27591         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27592         backends and checks.
27593         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27594
27595         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27596         an autodetect method.
27597
27598 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27599
27600         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27601         articles are being added to a group.
27602         (gnus-request-replace-article): Inform the agent that articles
27603         need to be uncached as the cached contents are no longer valid.
27604
27605 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27606
27607         * binhex.el: Don't autoload executable-find.
27608
27609         * canlock.el: Don't autoload mail-fetch-field.
27610
27611         * dgnushack.el: Autoload c-mode for XEmacs.
27612
27613         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27614
27615         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27616         rmail-dont-reply-to and rmail-output.
27617
27618         * gnus-score.el: Don't autoload ffap-string-at-point.
27619
27620         * gnus-setup.el: Don't autoload sc-cite-original.
27621
27622         * imap.el: Don't autoload base64-decode-string,
27623         base64-encode-string and md5.
27624
27625         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27626         and rmail-msg-restore-non-pruned-header.
27627
27628         * mm-decode.el: Don't autoload executable-find.
27629
27630         * mm-url.el: Don't autoload executable-find.
27631
27632         * mm-view.el: Don't autoload diff-mode.
27633
27634         * nndb.el: Don't autoload news-reply-mode, news-setup,
27635         cancel-timer and telnet.
27636
27637         * password.el: Don't autoload run-at-time for Emacs.
27638
27639         * sha1-el.el: Don't autoload executable-find.
27640
27641         * sieve-mode.el: Don't autoload c-mode.
27642
27643         * uudecode.el: Don't autoload executable-find.
27644
27645 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27646
27647         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27648         (gnus-agent-possibly-alter-active): Avoid null in numeric
27649         comparison.
27650         (gnus-agent-set-local): Refuse to save null in local object table.
27651         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27652         list of articles that will be marked as unread.
27653
27654 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27655
27656         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27657
27658 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27659
27660         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27661         language tags.
27662
27663 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27664
27665         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27666         Don't bind "obarray".
27667
27668         * gnus-sum.el (gnus-thread-sort-functions):
27669         Add `gnus-thread-sort-by-most-recent-number' and
27670         `gnus-thread-sort-by-most-recent-date'.
27671         Reported by Kai Grossjohann <kai@emptydomain.de>.
27672
27673 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27674
27675         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27676
27677 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27678
27679         * gnus-cus.el (gnus-agent-customize-category):
27680         Remove ignore-errors macro reference that required cl to be loaded at
27681         run-time.
27682
27683         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27684         single-interval range of the form (min . max).  Previously the
27685         range had to look like ((min . max)).  Likewise, return
27686         (min . max) rather than ((min . max)).
27687         (gnus-range-map): Use gnus-range-normalize to accept
27688         single-interval range.
27689
27690         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27691         the cache, but not the agent, now appear with their usual face.
27692
27693         * dgnushack.el (loaddir): New variable that is bound to the
27694         directory containing the dgnushack.el file.  Use loaddir, rather
27695         than srcdir, to update load-path.  Change lets dgnushack compile
27696         code in directories other than GNUS/lisp.
27697
27698 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27699
27700         * lpath.el: Don't bind w3m-safe-url-regexp.
27701
27702         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27703         w3m-safe-url-regexp variable buffer-local.
27704
27705         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27706
27707 2004-02-27  Simon Josefsson  <jas@extundo.com>
27708
27709         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27710         gnus-group-real-prefix.
27711         (gnus-summary-move-article): Use it, instead of
27712         gnus-group-real-prefix.
27713
27714 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27715
27716         * lpath.el: Bind w3m-safe-url-regexp.
27717
27718         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27719         w3m-safe-url-regexp variable buffer-local and set it as the value
27720         of mm-w3m-safe-url-regexp.
27721
27722         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27723
27724         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27725         parsing gnus-posting-styles when the message is not for replying.
27726
27727         * dgnushack.el: Autoload sgml-mode for XEmacs.
27728
27729         * nnrss.el (nnrss-opml-export):
27730         Use mm-set-buffer-file-coding-system instead of
27731         set-buffer-file-coding-system.
27732
27733 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27734
27735         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27736         of checkdoc.el).
27737         * nnrss.el: do.
27738         * gnus-mlspl.el: do.
27739         * gnus-ml.el: do.
27740         * gnus-srvr.el: do.
27741
27742         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27743
27744 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27745
27746         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27747         Corrections to custom-manual links.
27748
27749         * gnus-art.el (gnus-article): Ditto.
27750
27751         * mm-decode.el (mime-display, mime-security): Ditto.
27752
27753 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27754
27755         * flow-fill.el: Typo.
27756
27757 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27758
27759         * spam-wash.el: New file.
27760
27761 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27762
27763         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27764
27765 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27766
27767         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27768         to be run with new-articles as LIST1, not LIST2.
27769         (spam-registration-functions): Add spam-use-ham-copy as a nil
27770         registration backend.
27771
27772 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27773
27774         * spam-stat.el (spam-stat-washing-hook): New option.
27775         (spam-stat-buffer-words): Use it.
27776         (spam-stat-process-directory, spam-stat-test-directory):
27777         Use insert-file-contents-literally.
27778         (spam-stat-coding-system): New variable.
27779         (spam-stat-load, spam-stat-save): Use it.
27780
27781 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27782
27783         * spam-report.el (spam-report-plug-agent):
27784         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27785
27786 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27787
27788         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27789         Allow / in mailto URLs.
27790
27791 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27792
27793         * spam-report.el (spam-report-process-queue): Fix interactive use.
27794         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27795         (spam-report-unplug-agent): Doc fixes.
27796         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27797         (spam-report-agentize, spam-report-deagentize): Autoload.
27798
27799 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27800
27801         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27802
27803         * message.el (message-setup-fill-variables): Add mml tags to
27804         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27805         <ajk@iu.edu>.
27806         (message-mode): Don't modify paragraph-separate there.
27807
27808 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27809
27810         * compface.el (uncompface-use-external): Default to undecided.
27811         (uncompface-use-external-threshold): New variable.
27812         (uncompface-float-time): New macro.
27813         (uncompface): Determine whether to use the external decoder if
27814         uncompface-use-external is undecided.
27815
27816 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27817
27818         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27819         after images.
27820
27821         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27822
27823 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27824
27825         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27826
27827         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27828
27829         * gnus-sum.el (gnus-summary-limit-to-age)
27830         (gnus-summary-limit-children): do.
27831
27832         * gnus-int.el (gnus-request-scan): do.
27833
27834         * gnus-group.el (gnus-group-suspend): do.
27835
27836         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27837
27838         * gnus-cite.el (gnus-cite-parse-attributions): do.
27839
27840         * gnus-agent.el (gnus-summary-set-agent-mark)
27841         (gnus-agent-regenerate-group): do.
27842
27843         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27844
27845         * binhex.el (binhex-decode-region-internal): do.
27846
27847 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27848
27849         * gnus-fun.el (gnus-face-properties-alist): New user option.
27850         (gnus-display-x-face-in-from): Use it.
27851
27852         * gnus-art.el (article-display-face): Ditto.
27853
27854         * compface.el (uncompface-use-external): Default to nil.
27855
27856 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27857
27858         * nntp.el (nntp-erase-buffer): New function.
27859         (nntp-retrieve-data, nntp-send-command)
27860         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27861         (nntp-possibly-change-group): Use it.
27862
27863         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27864         Use with-current-buffer.
27865
27866 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27867
27868         * compface.el: Merge the ELisp-based uncompface program.
27869         (compface): New customization group.
27870         (uncompface-use-external): New user option.
27871         (uncompface): Call uncompface-internal if uncompface-use-external
27872         is nil.
27873         (uncompface-internal): New function.  Note that there are also
27874         some other functions and variables added for this function.
27875
27876 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27877
27878         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27879         if necessary.
27880
27881 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27882
27883         * spam-report.el (spam-report-unplug-agent)
27884         (spam-report-plug-agent, spam-report-deagentize)
27885         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27886         Add support for the Agent in spam-report: when unplugged, report to a
27887         file; when plugged, submit all the requests.
27888
27889         * spam.el (spam-register-routine): Fix message about
27890         registration.
27891
27892 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27893
27894         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27895         dependencies.
27896         (rfc2047-encode): Use it.
27897
27898         * gnus-art.el (gnus-button-marker-list): Move before first
27899         reference.
27900
27901         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27902         (imap-parse-body): Fix format string mismatch.
27903
27904         * gnus-score.el (gnus-summary-increase-score): do.
27905
27906         * nnrss.el (nnrss-close): New function.
27907
27908 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27909
27910         * nnrss.el (nnrss-make-filename): New function.
27911         (nnrss-request-delete-group, nnrss-read-server-data)
27912         (nnrss-save-server-data, nnrss-read-group-data)
27913         (nnrss-save-group-data): Use it.
27914         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27915         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27916         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27917
27918 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27919
27920         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27921
27922 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27923
27924         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27925         files.
27926
27927         * message.el (message-generate-headers-first): Don't quote nil
27928         and t in docstrings.
27929
27930         * imap.el (imap-id): do.
27931
27932         * gnus-agent.el (gnus-agent-consider-all-articles)
27933         (gnus-agent-queue-mail): do.
27934
27935 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27936
27937         * spam-report.el (spam-report-process-queue): New function.
27938         Process requests from `spam-report-requests-file'.
27939         (spam-report-process-queue): Doc fix.
27940
27941 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27942
27943         * spam.el (spam-register-routine)
27944         (spam-log-processing-to-registry, spam-log-registered-p)
27945         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27946         Change "check" to "spam-check" for semi-clarity.
27947
27948 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27949
27950         * pop3.el: Require nnheader.
27951
27952         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27953
27954         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27955
27956         * gnus-picon.el: Require cl.
27957
27958         * gnus-fun.el: Require gnus-ems and gnus-util.
27959
27960         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27961
27962         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27963
27964         * gnus-art.el (gnus-article-edit-mode): Define before first
27965         reference.
27966
27967 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27968
27969         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27970         (gnus-uu-post-encoded): Use point-at-bol.
27971
27972         * gnus-topic.el (gnus-group-active-topic-p): do.
27973
27974         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27975
27976         * gnus-group.el (gnus-group-kill-region): do.
27977
27978         * gnus-art.el (article-date-ut): do.
27979
27980         * message.el (message-fetch-field): Remove redundant
27981         case-fold-search binding.
27982         (message-narrow-to-field): Simplify.
27983
27984 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27985
27986         * spam.el (spam-directory): Derive from `gnus-directory'.
27987
27988         * spam-report.el (spam-report-url-to-file)
27989         (spam-report-requests-file): New function and variable for offline
27990         reporting.
27991         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27992         and user defined function.
27993         (spam-report-url-ping-mm-url): Remove doubled slash.
27994
27995 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27996
27997         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27998
27999 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
28000
28001         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
28002         Fix format string mismatch.
28003
28004         * sieve.el (sieve-deactivate-all): do.
28005
28006         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
28007
28008         * nnlistserv.el (nnlistserv-kk-wash-article): do.
28009
28010         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
28011
28012         * mm-bodies.el (mm-7bit-chars): Don't include \r.
28013
28014 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
28015
28016         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
28017         the list of checks.
28018
28019 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
28020
28021         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
28022         padding.
28023
28024 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
28025
28026         * mm-view.el (mm-fill-flowed): New variable.
28027         (mm-inline-text): Use it.
28028
28029 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
28030
28031         * spam.el (spam-spamassassin-register-ham-routine)
28032         (spam-spamassassin-register-spam-routine): Fix function names.
28033
28034 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
28035
28036         * gnus.el (gnus-tmp-grouplens): Remove.
28037         (gnus-summary-line-format): Remove grouplens.
28038
28039         * gnus-group.el (gnus-group-line-format): Ditto.
28040
28041         * gnus-spec.el (gnus-format-specs): Ditto.
28042         (gnus-update-format-specifications): Flush the group format spec
28043         cache if there's the grouplens stuff.
28044         (gnus-parse-simple-format): Replace %l with the empty string.
28045
28046 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
28047
28048         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
28049         omission.
28050
28051 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28052
28053         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
28054         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
28055
28056 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
28057
28058         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
28059         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
28060         New macros and functions.
28061         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28062         Handle > NLINK_MAX messages.
28063         * nnmaildir.el (nnmaildir-request-set-mark):
28064         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28065
28066 2004-01-25  Alex Schroeder  <alex@gnu.org>
28067
28068         * spam-stat.el (spam-stat-process-directory-age): New option.
28069         (spam-stat-process-directory): Use it.
28070
28071 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28072
28073         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28074         (spam-stat-save): Accept prefix argument.
28075
28076 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28077
28078         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28079         links" error.
28080
28081 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28082
28083         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28084         the rest of the and/or forms.
28085
28086 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28087
28088         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28089         compatibility with old .newsrc.eld files.
28090
28091         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28092
28093         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28094
28095         * gnus-start.el (gnus-1): do.
28096
28097         * gnus-group.el (gnus-group-line-format-alist): do.
28098
28099         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28100
28101         * gnus-gl.el: Remove.
28102
28103 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28104
28105         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28106         marks consisting of a single range {for example, (3 . 5)} rather
28107         than a list of a single range { ((3 . 5)) }.
28108
28109 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28110
28111         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28112         Use with-current-buffer.
28113         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28114         avoid consing a string.
28115
28116         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28117         Remove obsolete entries for big5 and gb2312.
28118
28119 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28120
28121         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28122         uncompressed list.
28123
28124 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28125
28126         * spam-stat.el (spam-stat-strip-xref): New function.
28127         (spam-stat-process-directory): Use it.
28128
28129         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28130         here -- it's done in message-fetch-field.
28131
28132 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28133
28134         * gnus-agent.el (gnus-agent-queue-mail)
28135         (gnus-agent-prompt-send-queue): New variables.
28136         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28137         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28138         "nndraft:queue" along to gnus-draft-send.
28139         Use gnus-agent-prompt-send-queue.
28140         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28141         is "nndraft:queue".  Suggested by Gaute Strokkenes
28142         <gs234@srcf.ucam.org>
28143
28144         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28145         (agent-enable-undownloaded-faces): Add.
28146         (gnus-agent-cat-groups): Use eval-and-compile, not
28147         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28148         method of gnus-agent-cat-groups even when the buffer has been
28149         evaled.
28150         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28151         delete gnus-agent-save-active-1.
28152         (gnus-agent-save-groups): Delete.  Identical to
28153         gnus-agent-save-active.
28154         (gnus-agent-write-active): No longer adjust agent's copy of active
28155         file as agent's adjustments are now stored in their own
28156         file.  Remove optional parameter.
28157         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28158         servers.  Add use of min/max range limits from server's local
28159         file.
28160         (gnus-agent-save-alist): Remove unused optional argument.
28161         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28162         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28163         (gnus-agent-set-local): A per-server file that keeps min/max range
28164         limits for articles known to the agent.  Provides a fast mechanism
28165         for altering many active ranges.
28166         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28167         active file (local makes it unnecessary).
28168         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28169
28170         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28171         (agent-enable-undownloaded-faces): Add.
28172
28173         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28174         disable it when sending to "nndraft:queue".
28175         (gnus-group-send-queue): Add safety check to avoid sending queue
28176         when unplugged.
28177
28178         * gnus-group.el (gnus-group-catchup): Use new
28179         gnus-sequence-of-unread-articles, not
28180         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28181         numbers of articles.  Use gnus-range-map to avoid having to
28182         uncompress the unread list.
28183         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28184         Fix invalid ange-ftp reference.
28185
28186         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28187         (gnus-sorted-range-intersection): Intersection of two ranges
28188         without requiring that they first be uncompressed.
28189
28190         * gnus-start.el (gnus-activate-group): Unless blocked by the
28191         caller, possibly expand the active range to include both cached
28192         and agentized articles.
28193         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28194         multiple version-dependent converters.
28195         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28196         gnus-agent-save-active.
28197         (gnus-save-newsrc-file): Save dirty agent range limits.
28198
28199         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28200         gnus-agent-possibly-alter-active.
28201         (gnus-adjust-marked-articles): Faster handling of simple lists.
28202
28203 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28204
28205         * spam-stat.el (spam-stat-test-directory): New optional argument
28206         displays a list of files detected.  Suggested by Andrew Cohen
28207         <cohen@andy.bu.edu>.
28208         (spam-stat-buffer-words-with-scores): Don't narrow and change
28209         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28210
28211 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28212
28213         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28214         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28215         (spam-spamassassin-arguments)
28216         (spam-spamassassin-spam-flag-header)
28217         (spam-spamassassin-positive-spam-flag-header)
28218         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28219         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28220         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28221         (spam-list-of-processors, spam-list-of-checks)
28222         (spam-list-of-statistical-checks, spam-registration-functions)
28223         (spam-check-spamassassin-headers, spam-check-spamassassin)
28224         (spam-spamassassin-score)
28225         (spam-spamassassin-register-with-sa-learn)
28226         (spam-spamassassin-register-spam-routine)
28227         (spam-spamassassin-register-ham-routine)
28228         (spam-assassin-register-spam-routine)
28229         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28230         (spam-bogofilter-score): Fix to show article before scoring.
28231
28232 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28233
28234         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28235         default scoring function.
28236         (spam-generic-score): Call spam-spamassassin-score if
28237         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28238         spam-bogofilter-score otherwise.
28239
28240         * gnus.el (spam-process, spam-autodetect-methods):
28241         Add spamassassin and spamassassin-headers.
28242
28243 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28244
28245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28246         Suppress unnecessary messages.
28247
28248 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28249
28250         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28251         make-hash-table.
28252
28253 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28254
28255         * canlock.el (base64-encode-string): Don't autoload it.
28256
28257 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28258
28259         * run-at-time.el: Remove useless (require 'itimer),
28260         eval-and-compile and (featurep 'xemacs).
28261
28262 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28263
28264         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28265         GROUP is a virtual group.
28266
28267 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28268
28269         * gnus.el: Autoload `message-y-or-n-p'.
28270
28271 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28272
28273         * pgg-parse.el: Remove unnecessary (require 'custom).
28274
28275         * pgg-def.el: do.
28276
28277         * nnmail.el: do.
28278
28279         * gnus-undo.el: do.
28280
28281         * gnus-picon.el: do.
28282
28283         * gnus-util.el: do.
28284
28285 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28286
28287         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28288
28289 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28290
28291         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28292         handle, as well as a list.
28293
28294         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28295         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28296         (mm-w3m-cid-retrieve): Simplify.
28297
28298 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28299
28300         * message.el (message-kill-to-signature): Allow prefix arg to
28301         specify number of lines to keep before signature.
28302
28303 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28304
28305         * message.el (message-kill-to-signature): Change docstring.
28306
28307 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28308
28309         * canlock.el: Always require sha1-el.
28310         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28311
28312         * message.el: Autoload sha1 only when compiling.
28313
28314         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28315         eudc-expand-inline for XEmacs.
28316
28317 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28318
28319         * message.el (message-canlock-generate): Require sha1-el.
28320
28321 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28322
28323         * message.el (message-expand-name): Silence the byte compiler.
28324
28325         * lpath.el: Add detect-coding-system.
28326
28327         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28328         cus-edit.
28329
28330 2004-01-13  Simon Josefsson  <jas@extundo.com>
28331
28332         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28333         Invoke gnus-score-mode.
28334         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28335
28336         * gnus-range.el (gnus-compress-sequence): Doc fix.
28337         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28338
28339 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28340
28341         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28342
28343 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28344
28345         * spam.el (spam-get-article-as-string): Update to use
28346         gnus-request-article-this-buffer, much simpler.
28347         (spam-get-article-as-buffer): Remove.
28348
28349 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28350
28351         * message.el (message-expand-name): Use EUDC if the user uses that.
28352
28353 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28354
28355         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28356         character for the encoding to avoid consing a string.
28357
28358         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28359         unnecessarily.
28360
28361         * mm-util.el (mm-replace-chars-in-string): Remove.
28362
28363         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28364         of mm-replace-chars-in-string.
28365
28366 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28367
28368         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28369
28370         * mm-util.el (mm-subst-char-in-string): Support inplace.
28371
28372         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28373         a new string in every iteration.  Use shy groups.
28374
28375 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28376
28377         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28378         * gnus-soup.el (gnus-soup-group-brew):
28379         * gnus-msg.el (gnus-put-message):
28380         * gnus-move.el (gnus-group-move-group-to-server):
28381         * gnus-kill.el (gnus-batch-score):
28382         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28383         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28384         (gnus-group-update-group, gnus-group-read-group)
28385         (gnus-group-make-group, gnus-group-make-help-group)
28386         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28387         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28388         (gnus-group-sort-by-unread, gnus-group-catchup)
28389         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28390         (gnus-group-yank-group, gnus-group-set-info)
28391         (gnus-group-list-groups):
28392         * gnus.el (gnus-generate-new-group-name):
28393         * gnus-delay.el (gnus-delay-send-queue):
28394         * nnvirtual.el (nnvirtual-catchup-group):
28395         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28396         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28397         (gnus-group-prepare-topics, gnus-topic-check-topology):
28398         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28399         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28400         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28401         (gnus-group-make-articles-read):
28402         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28403         (gnus-group-change-level, gnus-kill-newsgroup)
28404         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28405         (gnus-get-unread-articles, gnus-make-articles-unread)
28406         (gnus-make-ascending-articles-unread): Use accessor
28407         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28408         to get group information for improved readability.
28409
28410
28411 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28412
28413         * gnus-art.el (article-decode-mime-words, article-babel)
28414         (gnus-article-highlight-signature, gnus-article-add-buttons)
28415         (gnus-signature-toggle): Use gnus-with-article-buffer.
28416
28417         * gnus-art.el (gnus-article-highlight-headers)
28418         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28419
28420         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28421         (gnus-article-set-globals, gnus-request-article-this-buffer)
28422         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28423         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28424         (gnus-mime-display-alternative): Use with-current-buffer.
28425
28426 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28427
28428         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28429         also under 80 char limit, and call gnus-error if needed.
28430         (spam-fetch-article-header): Fix - it was a
28431         buffer-local variable (gnus-newsgroup-data).
28432         (spam-find-spam): Use spam-generate-fake-headers, forget about
28433         spam-insert-fake-headers.
28434         (spam-insert-fake-headers): Remove.
28435
28436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28437
28438         * deuglify.el (gnus-article-outlook-unwrap-lines)
28439         (gnus-outlook-rearrange-article)
28440         (gnus-outlook-repair-attribution-outlook)
28441         (gnus-outlook-repair-attribution-block)
28442         (gnus-outlook-repair-attribution-other): Remove redundant
28443         save-excursion.
28444
28445 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28446
28447         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28448         (spam-fetch-field-subject-fast)
28449         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28450         (spam-fetch-article-header): Add functions to deal with Gnus
28451         internals for fast retrieval of article header data.
28452         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28453
28454 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28455
28456         * pop3.el (pop3-md5): Remove.
28457         (pop3-apop): Replace pop3-md5 with md5.
28458
28459         * mm-bodies.el: base64 is always built-in.
28460
28461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28462         Use with-current-buffer.
28463
28464 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28465
28466         * canlock.el (canlock-insert-header): Remove excessive grouping in
28467         regexp.
28468
28469         * gnus-sum.el (gnus-summary-read-document): Ditto.
28470
28471         * gnus-uu.el (gnus-uu-part-number): Ditto.
28472
28473         * html2text.el (html2text-remove-tags): Ditto.
28474         (html2text-format-tags): Ditto.
28475         (html2text-format-single-elements): Ditto.
28476
28477         * mml.el (mml-parse-1): Ditto.
28478
28479 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28480
28481         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28482
28483         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28484
28485         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28486
28487         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28488
28489 2003-11-15  Simon Josefsson  <jas@extundo.com>
28490
28491         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28492         (pgg-gpg-lookup-key): Use regexp match instead of
28493         split-string (split-string is different between emacs 21.2 and
28494         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28495
28496 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28497
28498         * gnus-art.el (gnus-mime-view-all-parts)
28499         (gnus-article-part-wrapper, gnus-article-view-part):
28500         Use with-current-buffer.
28501
28502 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28503
28504         * spam.el (spam-disable-spam-split-during-ham-respool)
28505         (spam-spamoracle-database, spam-cache-lookups)
28506         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28507         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28508         (spam-group-ham-marks, spam-group-spam-marks)
28509         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28510         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28511         also add spam-use-blackholes to the statistical checks.
28512         (spam-fetch-field-fast): Add interface to fetching fields, may
28513         become a macro.
28514         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28515         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28516         (spam-insert-fake-headers): Fake an article when needed.
28517         (spam-find-spam): Fake article when possible.
28518         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28519         (spam-check-bogofilter-headers): Use message-fetch-field instead
28520         of nnmail-fetch-field.
28521
28522 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28523
28524         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28525
28526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28527
28528         * spam.el (spam-split): Do not require spam-use-CHECK to be
28529         enabled if that check is passed to spam-split explicitly; also
28530         fix so 'spam doesn't get converted to spam-split-group when
28531         spam-split-symbolic-return is t.
28532         (spam-find-spam): Find registrations of the article and use those
28533         instead of re-running spam-split to find the spam/ham
28534         classification of the article.
28535         (spam-log-processing-to-registry, spam-log-registered-p)
28536         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28537         Use gnus-error instead of gnus-message.
28538         (spam-log-registration-type): Add function to determine the
28539         classification of a message based on registry entries; will
28540         return nil if both 'spam and 'ham are found.
28541         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28542         a reasonably fast local cache without the loading errors.
28543         (spam-cache-lookups): Set to t by default.
28544         (spam-find-spam): Don't try to guess spam-cache-lookups.
28545         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28546         spam-caches entry.
28547         (spam-filelist-build-cache, spam-filelist-check-cache):
28548         Fix caching of whitelist/blacklist entries.
28549         (spam-check-whitelist, spam-check-blacklist):
28550         Invoke spam-from-listed-p with a type, not a cache variable.
28551         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28552
28553 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28554
28555         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28556
28557         * nnmail.el (nnmail-split-fancy): do.
28558
28559         * mml.el (mml-parse): do.
28560
28561         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28562         (gnus-score-adaptive): do.
28563
28564 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28565
28566         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28567         (gnus-mime-button-map): Don't set keymap parent.
28568         (gnus-button-ctan-directory-regexp): Use shy grouping.
28569         (gnus-prev-page-map): Don't set keymap parent.
28570         (gnus-prev-page-map): Remove duplicated one.
28571         (gnus-next-page-map): Don't set keymap parent.
28572         (gnus-mime-security-button-map): Ditto.
28573
28574         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28575         version number.
28576
28577         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28578
28579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28580
28581         * canlock.el (canlock-sha1-function): Remove.
28582         (canlock-sha1-function-for-verify): Remove.
28583         (canlock-openssl-program): Remove.
28584         (canlock-openssl-args): Remove.
28585         (canlock-ignore-errors): Remove.
28586         (canlock-sha1-with-openssl): Remove.
28587         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28588         (canlock-verify): Don't use canlock-ignore-errors.
28589
28590         * sha1-el.el (sha1-string-external): Make it can return a string
28591         in binary form.
28592         (sha1-region-external): Ditto.
28593         (sha1-string-internal): Ditto.
28594         (sha1-region-internal): Ditto.
28595         (sha1-region): Ditto.
28596         (sha1-string): Ditto.
28597         (sha1): Ditto.
28598
28599 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28600
28601         * spam.el (spam-report-articles-gmane): New command.
28602
28603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28604
28605         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28606
28607         * run-at-time.el (run-at-time-saved): Remove.
28608         (run-at-time): Doc fix.
28609
28610 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28611
28612         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28613         (gnus-summary-limit-map): Add it.
28614         (gnus-summary-make-menu-bar): do.
28615
28616 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28617
28618         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28619         Make attempt at some caching support (done for BBDB only now).
28620         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28621         addresses to be checked.
28622         (spam-clear-cache-BBDB): Add function, to be invoked by
28623         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28624         (spam-check-BBDB): Check and use the caches, if
28625         spam-cache-lookups is on, remove superfluous (provide).
28626
28627 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28628
28629         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28630
28631 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28632
28633         * run-at-time.el (run-at-time-saved): Move to after the definition
28634         of `run-at-time'.
28635
28636         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28637
28638 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28639
28640         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28641         mm-w3m-local-map-property.
28642
28643         * mm-view.el (mm-w3m-mode-map): Remove.
28644         (mm-w3m-local-map-property): Remove.
28645         (mm-inline-text-html-render-with-w3m): Don't use
28646         mm-w3m-local-map-property.
28647
28648 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28649
28650         * run-at-time.el: New file.
28651
28652         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28653         under Emacs.
28654
28655         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28656         of gnus-set-text-properties.
28657
28658         * gnus-uu.el (gnus-uu-save-article): Ditto.
28659
28660         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28661
28662         * gnus-cite.el (gnus-cite-parse): Ditto.
28663
28664         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28665         of gnus-.
28666
28667         * gnus-xmas.el (run-at-time): Require run-at-time.
28668
28669         * gnus.el: Change calls to nnheader-run-at-time and
28670         password-run-at-time throughout to use run-at-time directly.
28671
28672         * password.el: Remove definition of run-at-time.
28673
28674         * nnheaderxm.el: Remove definition of run-at-time.
28675
28676 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28677
28678         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28679         in prompt.
28680
28681 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28682
28683         * messagexmas.el (message-xmas-redefine): Alias
28684         `message-make-caesar-translation-table' to
28685         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28686         version.
28687
28688         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28689         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28690         `gnus-xmas-set-text-properties'.
28691         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28692         `gnus-xmas-completing-read'.
28693         (gnus-xmas-completing-read): Removed.
28694         (gnus-xmas-open-network-stream): Removed.
28695
28696         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28697         XEmacs version.
28698
28699         * dns.el (dns-make-network-process): Use `open-network-stream'
28700         instead of `gnus-xmas-open-network-stream'.
28701
28702         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28703
28704         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28705
28706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28707
28708         * gnus-art.el (gnus-mime-display-alternative)
28709         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28710         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28711         Don't use gnus-local-map-property.
28712
28713         * gnus-util.el (gnus-local-map-property): Remove.
28714
28715         * mm-view.el (mm-view-pkcs7-decrypt):
28716         Replace gnus-completing-read-maybe-default with completing-read.
28717
28718         * gnus-util.el (gnus-completing-read): do.
28719         (gnus-completing-read-maybe-default): Remove.
28720
28721 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28722
28723         * password.el: Only autoload `run-at-time' if not XEmacs.
28724         Only autoload the itimer functions if XEmacs.
28725
28726 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28727
28728         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28729         XEmacsen.
28730
28731         * dgnushack.el: Autoload executable-find for XEmacs.
28732
28733 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28734
28735         * gnus-art.el (gnus-read-string): Remove.
28736         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28737         read-string.
28738
28739 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28740
28741         * netrc.el: Autoload password-read.
28742         (netrc): Add configuration group.
28743         (netrc-encoding-method, netrc-openssl-path):
28744         Add variables for encoding and decoding of files with symmetric
28745         ciphers.
28746         (netrc-encode): Add assistant function to encode a file with
28747         netrc-encoding-method.
28748         (netrc-parse): Add interactive parameter, added optional
28749         decoding if netrc-encoding-method is non-nil but otherwise
28750         behavior is standard.
28751         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28752         Do s/encode/encrypt/ everywhere.
28753
28754         * spam.el: Remove executable-find autoload.
28755
28756 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28757
28758         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28759
28760         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28761
28762 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28763
28764         * gnus-art.el (gnus-treat-ansi-sequences)
28765         (article-treat-ansi-sequences): New variable and function.
28766         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28767
28768         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28769         Use it.
28770
28771 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28772
28773         * mm-util.el (mm-quote-arg): Remove.
28774
28775         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28776         shell-quote-argument.
28777
28778         * gnus-uu.el (gnus-uu-command): do.
28779
28780         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28781
28782         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28783         with make-char.
28784
28785         * mm-util.el (mm-make-char): Remove.
28786
28787         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28788         add-minor-mode.
28789
28790         * gnus-undo.el (gnus-undo-mode): do.
28791
28792         * gnus-topic.el (gnus-topic-mode): do.
28793
28794         * gnus-sum.el (gnus-dead-summary-mode): do.
28795
28796         * gnus-start.el (gnus-slave-mode): do.
28797
28798         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28799
28800         * gnus-ml.el (gnus-mailing-list-mode): do.
28801
28802         * gnus-gl.el (gnus-grouplens-mode): do.
28803
28804         * gnus-draft.el (gnus-draft-mode): do.
28805
28806         * gnus-dired.el (gnus-dired-mode): do.
28807
28808         * gnus-ems.el (gnus-add-minor-mode): Remove.
28809
28810         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28811         Replace gnus-char-width with char-width.
28812
28813         * gnus-ems.el (gnus-char-width): Remove.
28814
28815         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28816         Replace gnus-char-width with char-width.
28817
28818         * gnus-ems.el (gnus-char-width): Remove.
28819
28820         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28821         definition.
28822         Remove Emacs 20 hash table compatibility code.
28823
28824         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28825         20 compatibility code.
28826
28827         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28828
28829         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28830
28831         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28832         Replace with point-at-{eol,bol}.
28833
28834         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28835
28836         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28837
28838         * flow-fill.el (fill-flowed-point-at-bol)
28839         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28840
28841         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28842         Replace with point-at-{eol,bol} throughout all files.
28843
28844 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28845
28846         * ntlm.el (ntlm-string-as-unibyte): New macro.
28847         (ntlm-build-auth-response): Use it.
28848
28849         Remove Emacs 20 stuff:
28850         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28851         (butlast, mapc, remove): Remove the compiler macros.
28852         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28853         of delq and copy-sequence.
28854         * gnus-art.el (popup-menu): Remove the compiler macro.
28855         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28856         Emacs 20.
28857
28858 2004-01-05  Simon Josefsson  <jas@extundo.com>
28859
28860         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28861         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28862         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28863         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28864         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28865         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28866         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28867         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28868         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28869         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28870         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28871         string-xor into ntlm-string-xor.
28872         Suggested by Jesper Harder <harder@myrealbox.com>.
28873
28874         * ntlm.el: Don't include poem.
28875
28876         * md4.el (print-int32, print-string-hexa): Remove.
28877         Suggested by Jesper Harder <harder@myrealbox.com>.
28878
28879         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28880
28881         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28882         probably breaks emacs with DL patch, but do we care? Is anyone
28883         still using the DL stuff?)
28884
28885         * sieve-manage.el: Use the password package.
28886         (sieve-manage-read-passwd): Remove.
28887         (sieve-manage-interactive-login): Use password.  Re-add
28888         condition-case around loop.
28889
28890         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28891         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28892         Use the password package.
28893
28894 2003-02-19  Simon Josefsson  <jas@extundo.com>
28895
28896         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28897         token.
28898
28899 2002-08-07  Simon Josefsson  <jas@extundo.com>
28900
28901         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28902         (sieve-manage-authenticators)
28903         (sieve-manage-authenticator-alist): Add some SASL mechs.
28904         (sieve-sasl-auth): New function.
28905         (sieve-manage-cram-md5-auth)
28906         (sieve-manage-plain-auth): Rewrite using SASL library.
28907         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28908         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28909         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28910         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28911
28912 2004-01-05  Simon Josefsson  <jas@extundo.com>
28913
28914         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28915         New files.
28916
28917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28918
28919         * gnus-group.el (gnus-no-groups-message): Update.
28920
28921         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28922
28923 2003-11-09  Simon Josefsson  <jas@extundo.com>
28924
28925         * imap.el: Support for ID IMAP extension (RFC 2971).
28926         (imap-local-variables): Add imap-id.
28927         (imap-id): New variable.
28928         (imap-id): New function.
28929         (imap-parse-response): Parse untagged ID response.
28930         * nnimap.el (nnimap-id): New variable.
28931         (nnimap-open-connection): Use it.
28932
28933 2003-12-28  Simon Josefsson  <jas@extundo.com>
28934
28935         * gnus-score.el (gnus-score-edit-all-score): New.
28936         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28937
28938 2004-01-04  Simon Josefsson  <jas@extundo.com>
28939
28940         * password.el: Add.
28941
28942 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28943
28944         * dns.el (dns-query-types): Fix typo.
28945         (dns-query-types): New function.
28946         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28947         PTR and SOA replies, see RFC 1035.
28948
28949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28950
28951         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28952
28953         * Move to Changelog.2.
28954
28955 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28956
28957         * gnus.el (gnus-version-number): Bump version.
28958
28959 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28960
28961         * gnus.el: No Gnus v0.1 is released.
28962
28963 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28964
28965         * gnus.el: No Gnus v0.0 is released.
28966
28967 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28968
28969         * gnus.el (gnus-version-number): Bump.
28970         (gnus-version): No.
28971
28972 See ChangeLog.2 for earlier changes.
28973
28974   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28975
28976   This file is part of GNU Emacs.
28977
28978   GNU Emacs is free software: you can redistribute it and/or modify
28979   it under the terms of the GNU General Public License as published by
28980   the Free Software Foundation, either version 3 of the License, or
28981   (at your option) any later version.
28982
28983   GNU Emacs is distributed in the hope that it will be useful,
28984   but WITHOUT ANY WARRANTY; without even the implied warranty of
28985   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28986   GNU General Public License for more details.
28987
28988   You should have received a copy of the GNU General Public License
28989   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28990
28991 ;; Local Variables:
28992 ;; coding: utf-8
28993 ;; fill-column: 79
28994 ;; add-log-time-zone-rule: t
28995 ;; End: